/* Platform Hero */
.home-platform-hero {
    --hero-parallax-y: 0px;
    --hero-panel-parallax-y: 0px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
    min-height: 100vh;
    background: #111;
    overflow: hidden;
}

.site-global-nav-offset ~ #recipes-list .home-platform-hero {
    margin-top: calc(var(--site-nav-bar-height, 56px) * -1);
}

.home-recipes-section {
    padding-top: 0;
    padding-bottom: 3rem;
    min-height: 100vh;
}

.home-hero-video-load {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.22);
    z-index: 1060;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.35s ease;
}

.home-hero-video-load.is-complete {
    opacity: 0;
}

.home-hero-video-load-bar {
    display: block;
    width: 0%;
    height: 100%;
    background: #a3553e;
    transition: width 0.22s linear;
}

.home-platform-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    transform: translate3d(0, var(--hero-parallax-y), 0) scale(1.06);
    transform-origin: center top;
    will-change: transform;
}

.home-platform-hero-video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.home-platform-hero.is-video-fallback .home-platform-hero-video {
    display: none;
}

.home-top-hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.home-top-hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    background-color: #d9c7bf;
}

.home-top-hero-slide.is-active {
    opacity: 1;
}

.home-top-hero-slide:not([style*="background-image"]) {
    background-image: linear-gradient(120deg, #cfad9f 0%, #e9d5cc 52%, #d7b7a8 100%);
}

.home-platform-hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.22) 45%, rgba(0, 0, 0, 0.72) 100%),
        radial-gradient(circle at 20% 14%, rgba(163, 85, 62, 0.24), transparent 38%);
}

/* Shared top-nav styles are centralized in css/style.css */

.home-platform-hero-content {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 7rem;
    padding-bottom: clamp(8rem, 16vh, 10.5rem);
    transform: translate3d(0, var(--hero-panel-parallax-y), 0);
    will-change: transform;
}

.home-platform-hero-panel {
    max-width: 600px;
    background: rgba(255, 249, 244, 0.80);
    border: 1px solid rgba(81, 54, 43, 0.18);
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.28);
    padding: 1.6rem 1.5rem;
    border-top-right-radius: 32px;
}

.home-platform-hero-panel-stack {
    width: min(100%, 600px);
}

.home-platform-hero-panel-stack .home-platform-hero-panel {
    width: 100%;
    max-width: none;
}

.home-platform-hero-panel.has-did-you-know {
    border-bottom-color: rgba(81, 54, 43, 0.08);
    box-shadow: 0 20px 36px rgba(0, 0, 0, 0.22);
}

.home-platform-did-you-know {
    width: 100%;
    padding: 0.72rem 1.5rem 0.78rem;
    border: 1px solid rgba(81, 54, 43, 0.18);
    border-top: 0;
    background: rgba(255, 249, 244, 0.88);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.22);
    color: #3f302a;
    font-family: "Merriweather", serif;
    font-size: 0.78rem;
    line-height: 1.5;
}

.home-platform-did-you-know span {
    display: block;
}

body.site-dark-theme .home-platform-hero-panel {
    background: linear-gradient(180deg, rgba(31, 24, 21, 0.9), rgba(21, 17, 14, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.42);
}

body.site-dark-theme .home-platform-hero-panel.has-did-you-know {
    border-bottom-color: rgba(255, 255, 255, 0.04);
}

body.site-dark-theme .home-platform-did-you-know {
    border-color: rgba(255, 255, 255, 0.08);
    border-top: 0;
    background: linear-gradient(180deg, rgba(21, 17, 14, 0.94), rgba(14, 11, 9, 0.96));
    color: rgba(255, 247, 242, 0.9);
}

.home-hero-scroll-cue {
    position: absolute;
    left: 50%;
    bottom: calc(72px + 1.35rem);
    z-index: 5;
    display: grid;
    justify-items: center;
    gap: 0.35rem;
    transform: translateX(-50%);
    color: rgba(255, 247, 242, 0.78);
    font-family: "Merriweather", serif;
    font-size: 0.76rem;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.home-hero-scroll-cue:hover,
.home-hero-scroll-cue:focus-visible {
    color: #fff7f2;
    text-decoration: none;
    outline: none;
}

.home-hero-scroll-btn {
    width: clamp(3.2rem, 6vw, 4.3rem);
    height: clamp(3.2rem, 6vw, 4.3rem);
    border: 1px solid rgba(255, 247, 242, 0.28);
    border-radius: 999px;
    background: rgba(12, 9, 7, 0.54);
    color: #fff7f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(8px);
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.home-hero-scroll-btn i {
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    line-height: 1;
}

.home-hero-scroll-cue:hover .home-hero-scroll-btn,
.home-hero-scroll-cue:focus-visible .home-hero-scroll-btn {
    transform: translateY(-1px);
    border-color: rgba(var(--yump-gold-rgb), 0.52);
    background: rgba(var(--yump-gold-rgb), 0.2);
}

.home-platform-kicker {
    color: #8b4e3c;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-family: "Merriweather", serif;
    font-size: 0.7rem;
}

body.site-dark-theme .home-platform-kicker {
    color: var(--yump-gold);
}

.home-platform-title {
    font-family: "Playfair Display", serif;
    color: #171311;
    font-size: clamp(2rem, 4.2vw, 3.4rem);
    font-weight: 400;
    line-height: 1.03;
}

body.site-dark-theme .home-platform-title {
    color: #fff9f6;
}

.home-platform-copy {
    font-family: "Merriweather", serif;
    color: #433731;
    font-size: 0.94rem;
    line-height: 1.6;
    max-width: 56ch;
}

.home-platform-hero-panel.is-copy-suppressed .home-platform-copy {
    display: none;
}

body.site-dark-theme .home-platform-copy {
    color: var(--auth-copy);
}

.home-platform-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.home-platform-cta {
    border-radius: 7px;
    padding: 0.52rem 1rem;
    border: 1px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.72rem;
    font-family: "Merriweather", serif;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.home-platform-cta.is-primary {
    background: #2a1711;
    border-color: rgba(255, 179, 142, 0.42);
    color: #fff6ef;
}

.home-platform-cta.is-primary:hover,
.home-platform-cta.is-primary:focus-visible {
    background: #3a2018;
    border-color: rgba(255, 179, 142, 0.62);
    color: #fff;
    box-shadow: 0 10px 20px rgba(35, 24, 19, 0.18);
    transform: translateY(-1px);
}

.home-platform-cta.is-secondary {
    background: #1a1a1a;
    color: #fff;
}

.home-platform-cta.is-secondary:hover,
.home-platform-cta.is-secondary:focus-visible {
    background: #fff7f2;
    border-color: rgba(163, 85, 62, 0.45);
    color: #8b4e3c;
    box-shadow: 0 10px 20px rgba(35, 24, 19, 0.14);
    transform: translateY(-1px);
}

body.site-dark-theme .home-platform-cta.is-secondary {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(var(--terracotta-rgb), 0.28);
    color: #fff7f2;
}

body.site-dark-theme .home-platform-cta.is-primary:hover,
body.site-dark-theme .home-platform-cta.is-primary:focus-visible {
    background: #3a2018;
    border-color: rgba(255, 179, 142, 0.62);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

body.site-dark-theme .home-platform-cta.is-secondary:hover,
body.site-dark-theme .home-platform-cta.is-secondary:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(var(--yump-gold-rgb), 0.5);
    color: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
}

.home-platform-member-stack {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.home-platform-member-card {
    border: 1px solid rgba(81, 54, 43, 0.16);
    background: rgba(255, 255, 255, 0.72);
    border-radius: 18px;
    padding: 0.75rem 0.95rem;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.08);
}

.home-platform-member-card.is-notice {
    background: linear-gradient(135deg, rgba(163, 85, 62, 0.12), rgba(255, 255, 255, 0.72));
}

.home-platform-member-kicker {
    display: inline-block;
    margin-bottom: 0.35rem;
    color: #8b4e3c;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-family: "Merriweather", serif;
    font-size: 0.65rem;
}

.home-platform-member-title {
    margin: 0 0 0.35rem;
    color: #201715;
    font-family: "Playfair Display", serif;
    font-size: 1.15rem;
    font-weight: 700;
}

.home-platform-member-copy {
    color: #4b3a33;
    font-family: "Merriweather", serif;
    font-size: 0.85rem;
    line-height: 1.55;
    white-space: pre-line;
}

.home-member-update-slide .home-platform-member-copy {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.home-platform-member-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.65rem;
    color: #8b4e3c;
    font-family: "Merriweather", serif;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

.home-platform-member-link.is-button {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.home-platform-member-link.is-button:disabled {
    cursor: default;
    opacity: 0.55;
    text-decoration: none;
}

.home-platform-member-link:hover,
.home-platform-member-link:focus-visible {
    color: #a3553e;
    text-decoration: underline;
}

.home-away-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 0.7rem;
}

.home-away-row {
    display: flex;
    min-width: 0;
    min-height: 4.4rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.28rem;
    padding: 0.62rem 0.35rem;
    color: inherit;
    text-decoration: none;
    border: 1px solid rgba(81, 54, 43, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.home-away-row strong {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 1.85rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.16rem;
}

.home-away-row span {
    color: #4b3a33;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.58rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

.home-away-row.is-muted {
    opacity: 0.62;
}

.home-away-row:hover,
.home-away-row:focus-visible {
    color: inherit;
    text-decoration: none;
    border-color: rgba(163, 85, 62, 0.5);
    background: rgba(163, 85, 62, 0.18);
    box-shadow: 0 10px 20px rgba(35, 24, 19, 0.14);
    transform: translateY(-1px);
}

.home-away-row:hover span,
.home-away-row:focus-visible span {
    text-decoration: none;
}

.home-member-update-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.55rem;
}

.home-member-update-titleline {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.55rem;
}

.home-member-update-meta {
    color: #fff;
    font-family: "Merriweather", serif;
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-member-update-slides {
    position: relative;
    overflow: hidden;
    transition: height 0.22s ease;
}

.home-member-update-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.45s ease, visibility 0s linear 0.45s;
}

.home-member-update-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.45s ease;
}

.home-member-update-slide.is-dismissing {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}

.home-member-update-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    margin-top: 0.6rem;
}

.home-member-update-actions .home-platform-member-link {
    margin-top: 0;
}

.home-member-update-controls {
    display: inline-flex;
    gap: 0.3rem;
}

.home-member-update-control {
    width: 1.9rem;
    height: 1.9rem;
    border: 1px solid rgba(139, 78, 60, 0.32);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.62);
    color: #8b4e3c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.home-member-update-control:hover,
.home-member-update-control:focus-visible {
    background: #3a2018;
    border-color: rgba(255, 179, 142, 0.62);
    color: #fff;
}

body.site-dark-theme .home-platform-member-card {
    background: linear-gradient(180deg, rgba(36, 28, 24, 0.9), rgba(27, 21, 18, 0.94));
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.2);
}

body.site-dark-theme .home-platform-member-card.is-notice {
    background: linear-gradient(135deg, rgba(163, 85, 62, 0.18), rgba(27, 21, 18, 0.95));
}

body.site-dark-theme .home-platform-member-kicker {
    color: var(--yump-gold);
}

body.site-dark-theme .home-member-update-meta {
    color: #fff;
}

body.site-dark-theme .home-platform-member-title {
    color: #fff7f2;
}

body.site-dark-theme .home-platform-member-copy {
    color: rgba(255, 247, 242, 0.78);
}

body.site-dark-theme .home-platform-member-link {
    color: var(--yump-gold);
}

body.site-dark-theme .home-away-row {
    border-color: rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.045);
}

body.site-dark-theme .home-away-row strong {
    color: #fff;
}

body.site-dark-theme .home-away-row span {
    color: var(--yump-gold);
}

body.site-dark-theme .home-away-row:hover,
body.site-dark-theme .home-away-row:focus-visible {
    border-color: rgba(var(--yump-gold-rgb), 0.42);
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
}

body.site-dark-theme .home-member-update-control {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.05);
    color: var(--yump-gold);
}

.home-platform-static-slot {
    margin-top: 0.95rem;
    border: 1px solid rgba(26, 26, 26, 0.12);
    background: rgba(255, 255, 255, 0.72);
    padding: 0.5rem 0.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
    color: #6f5a51;
    font-size: 0.76rem;
    font-family: "Merriweather", serif;
}

.home-food-ticker-fullbleed {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    background: linear-gradient(90deg, rgba(163, 85, 62, 0.96), rgba(143, 73, 54, 0.94));
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.home-food-ticker-empty-line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    height: 3px;
    background: #a3553e;
}

.home-food-ticker-wrap {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    min-height: 72px;
    padding: 0.95rem 0 0.95rem;
    transform: none;
}

.home-food-ticker-wrap.has-controls {
    grid-template-columns: minmax(0, 1fr) 44px;
}

.home-food-ticker-kicker {
    font-family: "Merriweather", serif;
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    color: #f6ddd5;
    white-space: normal;
    display: block;
    margin-top: 0;
    margin-bottom: 0.24rem;
    padding-left: 0;
    text-align: left;
}

.home-food-ticker-label {
    font-weight: 700;
}

.home-food-ticker-name {
    font-weight: 400;
}

.home-food-celebrations-slides {
    position: relative;
    min-height: 0;
    margin-top: 0;
}

.home-food-celebration-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.8s ease, visibility 0s linear 0.8s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.22rem;
    padding: 0.15rem 0 0.18rem;
}

.home-food-ticker-wrap.has-controls .home-food-celebration-item {
    padding-right: 0.9rem;
}

.home-food-celebration-item.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.8s ease;
}

.home-food-celebration-title {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.28;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    max-width: 100%;
}

.home-food-celebration-prefix {
    font-weight: 700;
}

.home-food-celebration-item.is-active .home-food-celebration-title {
    animation: home-ticker-breathe 5.8s ease-in-out infinite;
    will-change: opacity;
}

@keyframes home-ticker-breathe {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}

.home-food-celebration-about {
    color: rgba(236, 243, 224, 0.92);
    font-family: "Merriweather", serif;
    font-size: 0.75rem;
    line-height: 1.32;
}

.home-food-celebration-controls {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    gap: 0;
    position: relative;
    right: auto;
    top: auto;
    align-self: stretch;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    z-index: 3;
}

.home-food-celebration-control {
    width: 44px;
    flex: 1 1 50%;
    min-height: 34px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.02);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    font-size: 0.92rem;
    font-family: "Merriweather", serif;
}

.home-food-celebration-control:last-child {
    border-bottom: 0;
}

.home-food-celebration-control:hover,
.home-food-celebration-control:focus {
    background: rgba(255, 255, 255, 0.22);
}

.home-food-celebration-control.is-disabled,
.home-food-celebration-control[aria-disabled="true"] {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}


.home-platform-hero + .home-blog-summary-fullbleed {
    border-top: 0;
}

.home-recipe-lazy-status {
    display: flex;
    justify-content: center;
    margin-block: clamp(1.7rem, 2.5vw, 2.8rem);
    color: var(--yump-gold);
    font-family: 'Merriweather', serif;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-recipe-lazy-status[hidden] {
    display: none;
}

.home-recipe-lazy-status span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border: 1px solid rgba(var(--terracotta-rgb), 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    padding: 0.45rem 0.9rem;
}

.home-recipe-lazy-status.is-loading span::before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    border: 2px solid rgba(var(--yump-gold-rgb), 0.28);
    border-top-color: var(--yump-gold);
    border-radius: 50%;
    animation: yump-loading-spin 0.8s linear infinite;
}

@keyframes yump-loading-spin {
    to {
        transform: rotate(360deg);
    }
}

.home-recipe-lazy-sentinel {
    width: 100%;
    height: 1px;
}

/* Featured Recipe Section */
:root {
    --home-container-max: 100vw;
    --home-container-gutter: 0.75rem;
}

@media (min-width: 576px) {
    :root {
        --home-container-max: 540px;
    }
}

@media (min-width: 768px) {
    :root {
        --home-container-max: 720px;
    }
}

@media (min-width: 992px) {
    :root {
        --home-container-max: 960px;
    }
}

@media (min-width: 1200px) {
    :root {
        --home-container-max: 1140px;
    }
}

@media (min-width: 1400px) {
    :root {
        --home-container-max: 1320px;
    }
}

@media (min-width: 992px) {
    body:not(.public-profile-body):not(.page-recipe-auth-theme) {
        --home-container-max: calc(100vw - (var(--yump-page-gutter) * 2));
        --home-container-gutter: 0;
    }
}

.featured-recipe-container {
    --featured-dark-terracotta: #8f4936;
    --featured-ink: #2d1c15;
    --featured-cream: #fff7f2;
    position: relative;
    z-index: 10;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 0;
    margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
    padding: clamp(1.2rem, 3.5vw, 2.6rem) var(--yump-page-gutter);
    background:
        radial-gradient(circle at 50% 52%, rgba(143, 73, 54, 0.24), rgba(143, 73, 54, 0.08) 34%, rgba(143, 73, 54, 0) 68%),
        linear-gradient(180deg, rgba(245, 242, 238, 0) 0%, rgba(143, 73, 54, 0.08) 50%, rgba(245, 242, 238, 0) 100%);
}

.featured-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 247, 242, 0.94);
    color: var(--featured-dark-terracotta);
    padding: 0.72rem 1.15rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: clamp(0.68rem, 1vw, 0.78rem);
    line-height: 1;
    box-shadow: 0 16px 34px rgba(45, 28, 21, 0.18);
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    margin-bottom: 0.75rem;
    pointer-events: none;
}

body.site-dark-theme .featured-badge {
    background: rgba(255, 247, 242, 0.94);
    color: var(--featured-dark-terracotta);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.featured-card {
    isolation: isolate;
    min-height: clamp(520px, 62vw, 720px);
    max-width: min(1480px, calc(100vw - (var(--yump-page-gutter) * 2)));
    margin: 0 auto;
    border: 1px solid rgba(67, 38, 28, 0.14);
    border-radius: 8px;
    overflow: hidden;
    background: #1d1713;
    box-shadow: 0 28px 70px rgba(143, 73, 54, 0.26);
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.featured-card:hover,
.featured-card:focus-within {
    border-color: rgba(var(--terracotta-rgb), 0.34);
}

body.site-dark-theme .featured-card {
    border-color: rgba(255, 255, 255, 0.08);
    background: #120f0d;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.46);
}

.featured-media {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.featured-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: none;
    display: block;
}

.featured-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(27, 18, 14, 0.46) 0%, rgba(27, 18, 14, 0.28) 30%, rgba(27, 18, 14, 0.03) 54%, rgba(27, 18, 14, 0) 100%),
        linear-gradient(0deg, rgba(27, 18, 14, 0.24) 0%, rgba(27, 18, 14, 0) 48%, rgba(27, 18, 14, 0.1) 100%);
    pointer-events: none;
}

.featured-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    z-index: 2;
    height: 22%;
    background: linear-gradient(0deg, rgba(27, 18, 14, 0.16), rgba(27, 18, 14, 0));
    pointer-events: none;
}

.featured-image-fallback {
    min-height: 100%;
    width: 100%;
    background: linear-gradient(135deg, #ead8cf, #b66b55);
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-like {
    position: absolute;
    top: clamp(1rem, 2vw, 1.5rem);
    right: clamp(1rem, 2.8vw, 2rem);
    z-index: 30;
    width: 46px;
    height: 46px;
    font-size: 1.12rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

body.site-dark-theme .featured-like {
    background: rgba(255, 249, 246, 0.92);
    color: var(--terracotta-dark);
    border-color: rgba(255, 255, 255, 0.28);
}

.featured-content {
    position: relative;
    z-index: 10;
    min-height: inherit;
    display: grid;
    grid-template-columns: minmax(360px, 520px) minmax(0, 1fr) minmax(260px, 344px);
    grid-template-rows: auto auto;
    align-content: center;
    align-items: end;
    column-gap: clamp(1.2rem, 4vw, 3rem);
    row-gap: 0.8rem;
    padding: clamp(3rem, 5.4vw, 4.8rem) clamp(1rem, 4vw, 4rem) clamp(1.1rem, 3vw, 2.4rem);
    color: #fff9f6;
}

.featured-copy {
    grid-column: 1;
    grid-row: 1 / span 2;
    box-sizing: border-box;
    width: 100%;
    max-width: 520px;
    padding: clamp(1.35rem, 2.8vw, 2rem) clamp(1rem, 2.2vw, 1.55rem);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: rgba(10, 7, 5, 0.62);
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.3);
}

.featured-meta-label {
    display: inline-flex;
    color: var(--yump-gold);
    font-size: clamp(0.68rem, 1.2vw, 0.78rem);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 0.85rem;
}

body.site-dark-theme .featured-meta-label {
    color: var(--yump-gold);
}

.featured-title {
    --featured-title-font-size: clamp(1.8rem, 3.15vw, 3.25rem);
    font-family: "Playfair Display", serif;
    color: #fff9f6;
    font-size: var(--featured-title-font-size);
    font-weight: 700;
    line-height: 1;
    margin: 0;
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.34);
}

.featured-title.is-overflow-fallback {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}

.featured-alt-name {
    font-family: "Merriweather", serif;
    color: rgba(255, 249, 246, 0.82);
    font-size: clamp(0.9rem, 1.4vw, 1.05rem);
    font-style: italic;
    line-height: 1.55;
    width: 100%;
    max-width: none;
    margin: 1rem 0 0;
}

.featured-intro {
    font-family: "Merriweather", serif;
    color: rgba(255, 249, 246, 0.92);
    font-size: clamp(0.92rem, 1.25vw, 1.02rem);
    line-height: 1.55;
    width: 100%;
    max-width: none;
    margin: 0.85rem 0 0;
}

body.site-dark-theme [data-home-featured-recipe] .featured-title {
    font-size: var(--featured-title-font-size);
    line-height: 1;
}

body.site-dark-theme [data-home-featured-recipe] .featured-alt-name {
    color: rgba(255, 249, 246, 0.82);
    font-size: clamp(0.9rem, 1.4vw, 1.05rem);
    line-height: 1.55;
    width: 100%;
    max-width: none;
    margin: 1rem 0 0;
}

.featured-origin {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1.2rem;
    color: var(--yump-gold);
    text-transform: uppercase;
    letter-spacing: 0.11em;
    font-size: 0.75rem;
    font-weight: 400;
}

.featured-detail-panel {
    grid-column: 3;
    grid-row: 2;
    justify-self: end;
    box-sizing: border-box;
    display: grid;
    gap: 0.85rem;
    width: 100%;
    padding: clamp(0.9rem, 2vw, 1.15rem);
    border-radius: 8px;
    border: 1px solid rgba(143, 73, 54, 0.24);
    background: rgba(255, 247, 242, 0.88);
    box-shadow: 0 22px 54px rgba(143, 73, 54, 0.18);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.featured-macros,
.featured-stats {
    display: grid;
    gap: 0.65rem;
}

.featured-macros {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(143, 73, 54, 0.22);
}

.featured-macros span,
.featured-stat {
    min-width: 0;
}

.featured-macros span {
    color: var(--featured-ink);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.15;
}

.featured-macros strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--featured-dark-terracotta);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

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

.featured-stat {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
        "icon label"
        "icon value";
    column-gap: 0.55rem;
    align-items: center;
}

.featured-stat i {
    grid-area: icon;
    color: var(--featured-dark-terracotta);
    font-size: 1.08rem;
    font-weight: 700;
    -webkit-text-stroke: 0.35px currentColor;
}

.featured-stat span,
.featured-stat strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.featured-stat span {
    grid-area: label;
    color: var(--featured-dark-terracotta);
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.featured-stat strong {
    grid-area: value;
    color: var(--featured-ink);
    font-size: 0.82rem;
    font-weight: 800;
}

.featured-action-row {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    min-height: 44px;
    margin-top: 0.1rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(143, 73, 54, 0.22);
    color: var(--featured-dark-terracotta);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    font-weight: 800;
}

.featured-action-row i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--featured-dark-terracotta);
    color: #fff;
    transition: transform 0.24s ease;
}

.featured-card-link {
    position: absolute;
    inset: 0;
    z-index: 12;
    color: inherit;
    text-decoration: none;
}

.featured-card-link:focus-visible {
    outline: 3px solid #fff9f6;
    outline-offset: -8px;
}

.featured-card:hover .featured-image,
.featured-card:focus-within .featured-image {
    transform: none;
    filter: none;
}

.featured-card:hover .featured-action-row i,
.featured-card:focus-within .featured-action-row i {
    transform: translateX(2px);
}

.tracking-widest {
    letter-spacing: 0.2em;
}

.hover-up {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-up:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
    .home-platform-hero {
        min-height: 100svh;
    }

    .home-platform-hero-content {
        padding-top: 6.4rem;
        padding-bottom: 3rem;
    }

    .home-platform-hero-panel {
        width: min(100%, 540px);
        padding: 1.2rem 1.1rem;
    }

    .home-platform-hero-panel-stack {
        width: min(100%, 540px);
    }

    .home-platform-did-you-know {
        padding: 0.68rem 1.1rem 0.72rem;
        font-size: 0.74rem;
    }

    .featured-recipe-container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: var(--yump-page-gutter);
        padding-right: var(--yump-page-gutter);
    }

    .featured-card {
        min-height: auto;
        max-width: 100%;
    }

    .featured-card::before {
        background:
            linear-gradient(0deg, rgba(27, 18, 14, 0.58) 0%, rgba(27, 18, 14, 0.34) 42%, rgba(27, 18, 14, 0.08) 100%),
            linear-gradient(90deg, rgba(27, 18, 14, 0.22), rgba(27, 18, 14, 0.08));
    }

    .featured-media {
        position: relative;
        min-height: 320px;
    }

    .featured-like {
        top: 0.8rem;
        right: 0.9rem;
    }

    .featured-content {
        min-height: auto;
        display: flex;
        flex-direction: column;
        width: min(100%, 520px);
        gap: 0.95rem;
        margin: -150px auto 0;
        padding: 0 0 1.15rem;
    }

    .featured-badge,
    .featured-copy,
    .featured-detail-panel {
        grid-column: auto;
        grid-row: auto;
    }

    .featured-badge {
        align-self: flex-start;
        justify-self: start;
        order: 1;
        margin-left: clamp(1rem, 2.2vw, 1.55rem);
        margin-bottom: 0;
        opacity: 0.7;
    }

    .featured-copy {
        order: 2;
        width: 100%;
        max-width: none;
    }

    .featured-detail-panel {
        order: 3;
        width: 100%;
        max-width: none;
        justify-self: auto;
    }

    .featured-title {
        --featured-title-font-size: clamp(1.48rem, 3.1vw, 1.9rem);
        max-width: 100%;
    }

}

@media (max-width: 575.98px) {
    .featured-recipe-container {
        padding-left: 0;
        padding-right: 0;
    }

    .home-platform-hero-content {
        align-items: flex-start;
        padding: 5.1rem 0.95rem 2rem;
    }

    .home-platform-hero-panel {
        width: 100%;
        max-width: none;
        padding: 1rem 0.95rem;
        border-top-right-radius: 22px;
    }

    .home-platform-hero-panel-stack {
        width: 100%;
    }

    .home-platform-did-you-know {
        padding: 0.64rem 0.95rem 0.68rem;
        font-size: 0.72rem;
    }

    .home-platform-kicker {
        font-size: 0.62rem;
        line-height: 1.35;
    }

    .home-platform-title {
        font-size: clamp(2rem, 8.5vw, 2.5rem);
        line-height: 1.03;
    }

    .home-platform-copy {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .home-platform-ctas {
        gap: 0.5rem;
    }

    .home-platform-cta {
        padding: 0.5rem 0.82rem;
        font-size: 0.68rem;
    }

    .home-platform-member-stack {
        margin-top: 0.9rem;
    }

    .home-platform-member-card {
        border-radius: 15px;
        padding: 0.72rem 0.85rem;
    }

    .home-member-update-head {
        align-items: flex-start;
        gap: 0.55rem;
    }

    .home-member-update-titleline {
        gap: 0.28rem 0.45rem;
    }

    .home-member-update-meta {
        font-size: 0.58rem;
    }

    .home-member-update-control {
        width: 1.65rem;
        height: 1.65rem;
    }

    .home-platform-member-copy {
        font-size: 0.82rem;
        line-height: 1.48;
    }

    .home-member-update-actions {
        gap: 0.7rem;
    }

    .home-platform-member-link {
        font-size: 0.66rem;
    }

    .featured-badge {
        padding: 0.64rem 0.82rem;
        letter-spacing: 0.1em;
        margin-left: clamp(1rem, 2.2vw, 1.55rem);
        opacity: 0.7;
    }

    .featured-media {
        min-height: 290px;
    }

    .featured-content {
        width: 100%;
        margin-top: -138px;
    }

    .featured-title {
        --featured-title-font-size: clamp(1.35rem, 5.6vw, 1.65rem);
        max-width: 100%;
    }

    .featured-alt-name {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .featured-detail-panel {
        padding: 0.85rem;
    }

    .featured-macros {
        gap: 0.45rem;
    }

    .featured-macros span {
        font-size: 0.84rem;
    }

}


/* Macronutrient Line */
.macros-line {
    font-size: 0.9rem;
    color: var(--text-main);
    font-weight: 500;
}

.macro-item {
    display: inline-block;
    padding: 0 8px;
}

.macro-separator {
    color: var(--terracotta);
    font-weight: bold;
    padding: 0 4px;
}

/* Home useful content */
.home-useful-fullbleed {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: linear-gradient(180deg, #fff8f3 0%, #f3e4dc 100%);
    border-bottom: 1px solid rgba(var(--terracotta-rgb), 0.16);
}

body.site-dark-theme .home-useful-fullbleed {
    background: linear-gradient(180deg, #17110f 0%, #241c18 100%);
    border-bottom-color: rgba(var(--terracotta-rgb), 0.12);
}

.home-useful-frame {
    padding-top: clamp(1.4rem, 3vw, 2.4rem);
    padding-bottom: clamp(1.6rem, 3.4vw, 2.8rem);
}

.home-community-pulse {
    display: grid;
    grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
    grid-template-areas:
        "head metrics"
        "head highlights";
    gap: 1rem;
    align-items: stretch;
    margin-bottom: clamp(1.3rem, 3vw, 2.2rem);
}

.home-community-pulse-head {
    grid-area: head;
    min-width: 0;
    padding: clamp(1rem, 2vw, 1.35rem);
    border: 1px solid rgba(var(--terracotta-rgb), 0.22);
    background: rgba(255, 255, 255, 0.72);
}

body.site-dark-theme .home-community-pulse-head {
    background: rgba(255, 255, 255, 0.035);
    border-color: rgba(var(--terracotta-rgb), 0.16);
}

.home-community-pulse-head h2 {
    margin: 0;
    color: var(--text-main);
    font-family: "Playfair Display", serif;
    font-size: clamp(1.7rem, 2.35vw, 2.45rem);
    font-weight: 400;
    line-height: 1.14;
    max-width: 100%;
}

body.site-dark-theme .home-community-pulse-head h2 {
    color: #fff9f6;
}

.home-community-pulse-head > p:last-of-type {
    margin: 0.75rem 0 0;
    color: rgba(48, 34, 29, 0.78);
    font-size: 0.95rem;
    line-height: 1.48;
}

body.site-dark-theme .home-community-pulse-head > p:last-of-type {
    color: rgba(255, 249, 246, 0.76);
}

.home-wordpress-embed-promo,
.home-free-subscription-promo {
    display: grid;
    gap: 0.72rem;
    margin-top: 1.25rem;
    padding: 1rem;
    border: 1px solid rgba(var(--terracotta-rgb), 0.3);
    background: rgba(255, 255, 255, 0.62);
}

body.site-dark-theme .home-wordpress-embed-promo,
body.site-dark-theme .home-free-subscription-promo {
    border-color: rgba(var(--yump-gold-rgb), 0.3);
    background: rgba(0, 0, 0, 0.14);
}

.home-wordpress-embed-promo h3,
.home-free-subscription-promo h3 {
    margin: 0;
    color: var(--text-main);
    font-family: "Playfair Display", serif;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.15;
}

body.site-dark-theme .home-wordpress-embed-promo h3,
body.site-dark-theme .home-free-subscription-promo h3 {
    color: #fff9f6;
}

.home-wordpress-embed-logos {
    display: flex;
    align-items: center;
    gap: 0.62rem;
}

.home-wordpress-embed-logo {
    display: grid;
    width: 4.25rem;
    height: 4.25rem;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(var(--terracotta-rgb), 0.24);
    border-radius: 50%;
    background: #fff;
}

.home-wordpress-embed-logo-typ img {
    width: 82%;
    height: 82%;
    object-fit: contain;
}

.home-wordpress-embed-logo-wordpress {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #21759b;
    font-size: 2.8rem;
    line-height: 1;
}

.home-wordpress-embed-logo-wordpress i {
    display: block;
    line-height: 1;
}

.home-wordpress-embed-arrow {
    position: relative;
    display: inline-block;
    width: 1.55rem;
    height: 1rem;
    color: var(--terracotta);
}

.home-wordpress-embed-arrow i {
    display: none;
}

.home-wordpress-embed-arrow::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 1.4rem;
    height: 2px;
    background: currentColor;
    content: "";
}

.home-wordpress-embed-arrow::after {
    position: absolute;
    top: 50%;
    right: 0.08rem;
    width: 0.56rem;
    height: 0.56rem;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}

.home-wordpress-embed-promo p,
.home-free-subscription-promo p {
    margin: 0;
    color: rgba(48, 34, 29, 0.78);
    font-size: 0.68rem;
    line-height: 1.42;
}

body.site-dark-theme .home-wordpress-embed-promo p,
body.site-dark-theme .home-free-subscription-promo p {
    color: rgba(255, 249, 246, 0.8);
}

.home-free-subscription-promo p {
    font-size: 0.875rem;
    line-height: 1.5;
}

.home-free-subscription-register {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.home-wordpress-embed-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: fit-content;
    min-height: 1.95rem;
    padding: 0.38rem 0.72rem;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.62);
    background: rgba(0, 0, 0, 0.16);
    color: var(--yump-gold);
    font-family: var(--yump-mono-font, ui-monospace, monospace);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
}

.home-wordpress-embed-download:hover,
.home-wordpress-embed-download:focus-visible {
    border-color: var(--yump-gold);
    background: rgba(var(--yump-gold-rgb), 0.12);
    color: #fff9f6;
    outline: none;
}

.home-community-metrics {
    grid-area: metrics;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    gap: 0.75rem;
}

.home-community-metric {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 0.38rem;
    min-width: 0;
    min-height: 10.25rem;
    padding: 0.95rem 1rem;
    text-align: center;
    border: 1px solid rgba(var(--terracotta-rgb), 0.2);
    background: rgba(255, 255, 255, 0.68);
    transition: background-color 0.18s ease;
}

body.site-dark-theme .home-community-metric {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
        linear-gradient(135deg, rgba(var(--yump-gold-rgb), 0.26), rgba(var(--yump-gold-rgb), 0.14));
    border-color: rgba(var(--yump-gold-rgb), 0.26);
    border-radius: 0;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.home-community-metric:hover {
    background: rgba(var(--terracotta-rgb), 0.055);
}

body.site-dark-theme .home-community-metric:hover {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
        linear-gradient(135deg, rgba(var(--yump-gold-rgb), 0.3), rgba(var(--yump-gold-rgb), 0.16));
}

.home-community-metric i {
    color: rgba(143, 73, 54, 0.82);
    font-size: 3rem;
    line-height: 1;
    justify-self: center;
}

body.site-dark-theme .home-community-metric i {
    color: var(--yump-gold);
}

.home-community-metric-value {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: clamp(1.65rem, 2.5vw, 2.65rem);
    line-height: 1;
    color: var(--text-main);
}

body.site-dark-theme .home-community-metric-value {
    color: #fff9f6;
}

.home-community-metric-label {
    display: block;
    font-family: "Merriweather", serif;
    font-size: 0.72rem;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #8f4936;
}

body.site-dark-theme .home-community-metric-label {
    color: var(--yump-gold);
}

.home-community-highlights {
    grid-area: highlights;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 0.9rem;
    min-width: 0;
}

.home-community-highlight {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.75rem;
    min-width: 0;
    min-height: 184px;
    padding: 0.95rem;
    border: 1px solid rgba(var(--terracotta-rgb), 0.2);
    background: rgba(255, 255, 255, 0.72);
    color: var(--text-main);
    text-decoration: none;
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.home-community-highlight:hover,
.home-community-highlight:focus-visible {
    border-color: rgba(var(--terracotta-rgb), 0.42);
    background: rgba(255, 255, 255, 0.84);
    color: var(--text-main);
    outline: none;
    transform: translateY(-2px);
}

body.site-dark-theme .home-community-highlight {
    background: rgba(255, 255, 255, 0.035);
    border-color: rgba(var(--terracotta-rgb), 0.16);
    color: #fff9f6;
}

body.site-dark-theme .home-community-highlight:hover,
body.site-dark-theme .home-community-highlight:focus-visible {
    background: rgba(var(--terracotta-rgb), 0.08);
    border-color: rgba(var(--yump-gold-rgb), 0.34);
    color: #fff9f6;
}

.home-community-highlight-icon {
    width: 2.05rem;
    height: 2.05rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(var(--terracotta-rgb), 0.24);
    color: #8f4936;
    background: rgba(var(--terracotta-rgb), 0.08);
}

body.site-dark-theme .home-community-highlight-icon {
    border-color: rgba(var(--yump-gold-rgb), 0.28);
    color: var(--yump-gold);
    background: rgba(var(--terracotta-rgb), 0.12);
}

.home-community-highlight-copy,
.home-community-highlight-copy span,
.home-community-highlight-copy strong {
    min-width: 0;
}

.home-community-highlight-copy {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 0.34rem;
}

.home-community-highlight-kicker {
    color: #8f4936;
    font-family: "Merriweather", serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: uppercase;
}

body.site-dark-theme .home-community-highlight-kicker {
    color: var(--yump-gold);
}

.home-community-highlight-copy strong {
    display: -webkit-box;
    overflow: hidden;
    color: inherit;
    font-family: "Playfair Display", serif;
    font-size: 1.24rem;
    font-weight: 400;
    line-height: 1.08;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-community-highlight-meta {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(48, 34, 29, 0.72);
    font-size: 0.8rem;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: clip;
    white-space: normal;
}

.home-community-highlight-alt {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(48, 34, 29, 0.72);
    font-size: 0.8rem;
    font-style: italic;
    line-height: 1.35;
    max-height: calc(0.8rem * 1.35 * 2);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: clip;
    white-space: normal;
}

body.site-dark-theme .home-community-highlight-meta {
    color: rgba(255, 249, 246, 0.68);
}

body.site-dark-theme .home-community-highlight-alt {
    color: rgba(255, 249, 246, 0.68);
}

.home-community-highlight-cta {
    align-self: end;
    color: #8f4936;
    font-family: "Merriweather", serif;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.25;
}

body.site-dark-theme .home-community-highlight-cta {
    color: var(--yump-gold);
}

.home-useful-divider {
    width: 100%;
    height: 1px;
    margin: 0 0 clamp(1rem, 2.3vw, 1.55rem);
    background: linear-gradient(90deg, transparent, rgba(var(--terracotta-rgb), 0.24), transparent);
}

body.site-dark-theme .home-useful-divider {
    background: linear-gradient(90deg, transparent, rgba(var(--yump-gold-rgb), 0.18), transparent);
}

@media (min-width: 768px) {
    .home-community-pulse-head h2 {
        font-size: clamp(1.35rem, 1.9vw, 1.95rem);
        white-space: nowrap;
    }
}

.home-accolades-showcase {
    --home-accolade-badge-control-gap: 10px;
    --home-accolade-layout-offset: 0px;
    grid-area: head;
    position: relative;
    min-height: 100%;
    border: 1px solid rgba(var(--terracotta-rgb), 0.24);
    background: rgba(36, 24, 18, 0.95);
    color: #fff9f6;
    overflow: hidden;
    padding: clamp(1rem, 1.7vw, 1.35rem);
}

.home-accolades-viewport {
    position: relative;
    min-height: 260px;
    margin-top: 1.4rem;
}

.home-accolade-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(158px, 0.46fr) minmax(0, 0.54fr);
    gap: clamp(0.62rem, 1.1vw, 0.9rem);
    align-items: stretch;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.48s ease;
}

.home-accolade-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.home-accolade-art-panel {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    padding: 1rem 0.85rem;
}

.home-accolade-medallion {
    width: 9.6rem;
    height: 9.6rem;
    flex: 0 0 9.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(calc(-0.925rem - var(--home-accolade-badge-control-gap) + var(--home-accolade-layout-offset)));
}

.home-accolade-medallion img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: 50% 50%;
}

.home-accolade-medallion > span {
    width: 7rem;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.5);
    border-radius: 50%;
    background: rgba(var(--terracotta-rgb), 0.22);
    color: var(--yump-gold);
    font-family: "Playfair Display", serif;
    font-size: 2rem;
}

.home-accolade-info-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-self: center;
    min-width: 0;
    padding-left: clamp(1.05rem, 1.8vw, 1.4rem);
    border-left: 1px solid rgba(var(--yump-gold-rgb), 0.18);
    text-align: center;
    transform: translateY(var(--home-accolade-info-offset, 0));
}

p.home-accolade-kicker-line {
    display: flex;
    gap: 0;
    align-items: baseline;
    white-space: nowrap;
    text-transform: none;
    font-size: 1.0625rem;
    line-height: 1.1;
    transform: translateY(-0.5rem);
}

p.home-accolade-kicker-line span:first-child {
    text-transform: uppercase;
}

p.home-accolade-kicker-line span:last-child {
    text-transform: none;
}

.home-accolade-awarded-label {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    color: var(--yump-gold);
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
}

.home-accolade-awarded-label i {
    font-size: 0.95rem;
    line-height: 1;
}

.home-accolade-recipient {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    width: 100%;
    min-width: 0;
}

.home-accolade-recipient > strong {
    min-width: 0;
    color: #fff9f6;
    font-family: "Playfair Display", serif;
    font-size: clamp(1.05rem, 1.45vw, 1.3rem);
    font-weight: 700;
    line-height: 1.08;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-align: left;
}

@media (min-width: 992px) {
    .home-accolade-info-panel {
        padding-left: 0.75rem;
    }

    .home-accolade-recipient {
        justify-content: flex-start;
    }
}

.home-accolade-details {
    width: 100%;
    min-width: 0;
    margin-top: 0.95rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(var(--yump-gold-rgb), 0.18);
    text-align: center;
}

.home-accolade-details h3 {
    margin: 0;
    color: #fff9f6;
    font-family: "Playfair Display", serif;
    font-size: clamp(1rem, 1.5vw, 1.22rem);
    line-height: 1.08;
}

.home-accolade-details p {
    max-width: 44rem;
    margin: 0.72rem auto 0;
    color: rgba(255, 249, 246, 0.78);
    font-size: 0.78rem;
    line-height: 1.32;
}

.home-accolade-date {
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
}

.home-accolade-period {
    display: inline-flex;
    margin-top: 0.95rem;
    padding: 0.42rem 0.72rem;
    border: 1px solid rgba(var(--terracotta-rgb), 0.44);
    border-radius: 999px;
    background: rgba(var(--terracotta-rgb), 0.16);
    color: var(--yump-gold);
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.1;
}

.home-accolade-controls {
    position: absolute;
    left: var(--home-accolade-controls-left, 25%);
    top: var(--home-accolade-controls-top, calc(100% - 1rem));
    right: auto;
    bottom: auto;
    z-index: 3;
    display: flex;
    gap: 0;
    align-items: center;
    transform: translate(-50%, -50%);
}

.home-accolade-control {
    width: 1.85rem;
    height: 1.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 179, 142, 0.42);
    border-radius: 0;
    background: #2a1711;
    color: var(--yump-gold);
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
}

.home-accolade-control + .home-accolade-control {
    margin-left: -1px;
}

.home-accolade-control.is-pause {
    font-size: 0.82rem;
    letter-spacing: 0;
}

.home-accolade-control i {
    display: block;
    line-height: 1;
}

.home-accolade-control:hover,
.home-accolade-control:focus-visible {
    background: #3a2018;
    border-color: rgba(255, 179, 142, 0.62);
    color: #fff;
}

.home-section-kicker {
    display: block;
    font-family: "Merriweather", serif;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    line-height: 1.35;
    text-transform: uppercase;
    color: var(--yump-gold);
}

.home-accolade-avatar {
    width: 4.15rem;
    height: 4.15rem;
    flex: 0 0 4.15rem;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.5);
    background: rgba(var(--terracotta-rgb), 0.22);
}

.home-accolade-avatar img,
.home-accolade-avatar span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    color: var(--yump-gold);
    font-family: "Playfair Display", serif;
    font-size: 1.42rem;
}

.home-useful-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.38fr) minmax(280px, 0.62fr);
    gap: clamp(1.1rem, 2.2vw, 1.8rem);
    align-items: stretch;
}

.home-useful-rail {
    order: 2;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 1rem;
    min-height: 0;
}

.home-news-features {
    order: 1;
}

.home-useful-rail--events {
    grid-template-rows: minmax(0, 1fr);
}

.home-wiki-card,
.home-news-features,
.home-region-map-panel {
    border: 1px solid rgba(var(--terracotta-rgb), 0.22);
    background: rgba(255, 255, 255, 0.72);
}

.home-news-features,
.home-world-map-card,
.home-region-map-panel {
    height: 100%;
}

body.site-dark-theme .home-wiki-card,
body.site-dark-theme .home-news-features,
body.site-dark-theme .home-region-map-panel {
    background: rgba(255, 255, 255, 0.035);
    border-color: rgba(var(--terracotta-rgb), 0.16);
}

.home-wiki-card {
    padding: 1rem;
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.home-wiki-card:hover {
    border-color: rgba(var(--terracotta-rgb), 0.38);
    background: rgba(255, 255, 255, 0.82);
}

.home-wiki-card h3,
.home-section-head h2,
.home-news-feature-lead h3,
.home-news-feature-item h3,
.home-region-drawer-title {
    font-family: "Playfair Display", serif;
    color: var(--text-main);
    font-weight: 400;
}

body.site-dark-theme .home-wiki-card h3,
body.site-dark-theme .home-section-head h2,
body.site-dark-theme .home-news-feature-lead h3,
body.site-dark-theme .home-news-feature-item h3,
body.site-dark-theme .home-region-drawer-title {
    color: #fff9f6;
}

.home-wiki-card h3 {
    margin: 0.45rem 0 0.55rem;
    font-size: clamp(1.45rem, 2.3vw, 2rem);
    line-height: 1.06;
}

.home-wiki-card p {
    margin: 0 0 0.85rem;
    color: var(--text-main);
    line-height: 1.45;
}

body.site-dark-theme .home-wiki-card p {
    color: rgba(255, 249, 246, 0.78);
}

.home-wiki-card a,
.home-section-head a {
    color: #8f4936;
    font-family: "Merriweather", serif;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.18s ease, opacity 0.18s ease;
}

.home-wiki-card a:hover,
.home-wiki-card a:focus-visible,
.home-section-head a:hover,
.home-section-head a:focus-visible {
    color: var(--terracotta);
    opacity: 0.82;
    outline: none;
}

body.site-dark-theme .home-wiki-card a,
body.site-dark-theme .home-section-head a {
    color: var(--yump-gold);
}

.home-world-map-card {
    margin: 0;
    min-height: 0;
}

.home-region-map-panel {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.home-region-map-wrap {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
}

.home-region-drawer-head {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    align-items: flex-start;
    padding: 0.9rem 1rem 0.75rem;
    border-bottom: 1px solid rgba(var(--terracotta-rgb), 0.16);
}

.home-region-drawer-kicker {
    font-family: "Merriweather", serif;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.64rem;
    color: #8f4936;
}

body.site-dark-theme .home-region-drawer-kicker {
    color: var(--yump-gold);
}

.home-region-drawer-title {
    font-size: 1.4rem;
    line-height: 1.05;
}

.home-region-control-btn {
    min-height: 2rem;
    border: 1px solid rgba(var(--terracotta-rgb), 0.45);
    color: #8f4936;
    background: rgba(255, 255, 255, 0.72);
    line-height: 1;
    padding: 0.35rem 0.58rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 0.34rem;
    font-family: "Merriweather", serif;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.site-dark-theme .home-region-control-btn {
    background: rgba(255, 255, 255, 0.04);
    color: var(--yump-gold);
}

.home-region-control-btn:hover,
.home-region-control-btn:focus {
    color: #fff;
    background: #3a2018;
    border-color: rgba(255, 179, 142, 0.62);
}

.home-region-map-reset-overlay {
    position: absolute;
    right: 10px;
    bottom: 93px;
    z-index: 3;
    width: 36px;
    height: 36px;
    border: 1px solid #8b4b38;
    border-radius: 8px;
    background: #b56a52;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: none;
    line-height: 1;
}

.home-region-map-reset-overlay i {
    display: block;
    font-size: 1rem;
    line-height: 1;
}

.home-region-map-reset-overlay:hover,
.home-region-map-reset-overlay:focus-visible {
    background: #d19a85;
    border-color: #8b4b38;
    color: #ffffff;
    outline: none;
}

.home-region-map-canvas {
    width: 100%;
    height: 100%;
    min-height: 290px;
    background: transparent;
    border: 0;
    overflow: hidden;
    touch-action: none;
    cursor: grab;
    -webkit-user-select: none;
    user-select: none;
}

.home-region-map-canvas:active {
    cursor: grabbing;
}

.home-region-map-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    font-size: 0.95rem;
}

.home-events-feature-card {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid rgba(var(--terracotta-rgb), 0.16);
    background: rgba(255, 255, 255, 0.035);
}

.home-events-feature-head a {
    align-self: flex-end;
    flex: 0 0 auto;
    color: var(--yump-gold);
    font-family: "Merriweather", serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.home-events-feature-head a:hover,
.home-events-feature-head a:focus-visible {
    color: #fff7f2;
}

.home-events-carousel-stage {
    position: relative;
    min-height: 31rem;
}

.home-event-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateX(14px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.home-event-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.home-events-feature-card .event-launch-card {
    border: 0;
    border-top: 2px solid rgba(var(--yump-gold-rgb), 0.52);
    background: rgba(31, 22, 19, 0.72);
}

.home-events-feature-card .event-launch-card-media {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
}

.home-events-feature-card .event-launch-card-media a {
    display: block;
}

.home-events-feature-card .event-card-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 180ms ease;
}

.home-events-feature-card .event-launch-card:hover .event-card-image {
    transform: scale(1.025);
}

.home-events-feature-card .event-card-image-fallback {
    display: block;
    background:
        linear-gradient(135deg, rgba(var(--terracotta-rgb), 0.24), rgba(var(--yump-gold-rgb), 0.1)),
        #1f1613;
}

.home-events-feature-card .event-card-share {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.52);
    border-radius: 999px;
    color: var(--yump-gold);
    background: rgba(18, 12, 10, 0.82);
}

.home-events-feature-card .event-card-share:hover,
.home-events-feature-card .event-card-share:focus-visible {
    color: #fff7f2;
    border-color: rgba(var(--terracotta-rgb), 0.78);
    background: rgba(var(--terracotta-rgb), 0.82);
}

.home-events-feature-card .event-card-body {
    display: grid;
    grid-template-rows: auto auto auto auto 1fr;
    gap: 0.65rem;
    padding: 0.95rem;
}

.home-events-feature-card .event-card-status-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: center;
}

.home-events-feature-card .event-status,
.home-events-feature-card .event-scope {
    display: inline-flex;
    align-items: center;
    min-height: 1.7rem;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.32);
    border-radius: 999px;
    padding: 0.28rem 0.55rem;
    color: var(--yump-gold);
    background: rgba(255, 255, 255, 0.04);
    font-family: "Merriweather", serif;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.1;
    text-transform: uppercase;
}

.home-events-feature-card .event-status--open,
.home-events-feature-card .event-status--closing {
    border-color: rgba(151, 177, 120, 0.52);
    color: #b9d59a;
}

.home-events-feature-card .event-card-title {
    margin: 0;
    color: #fff9f6;
    font-family: "Playfair Display", serif;
    font-size: clamp(1.35rem, 1.55vw, 1.75rem);
    font-weight: 700;
    line-height: 1.12;
}

.home-events-feature-card .event-card-title a {
    color: inherit;
    text-decoration: none;
}

.home-events-feature-card .event-card-title a:hover,
.home-events-feature-card .event-card-title a:focus-visible {
    color: var(--yump-gold);
}

.home-events-feature-card .event-card-brief {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: rgba(255, 247, 242, 0.78);
    font-size: 1rem;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-events-feature-card .event-card-meta {
    display: grid;
    gap: 0.4rem;
    color: rgba(255, 247, 242, 0.72);
    font-size: 0.8rem;
    line-height: 1.35;
}

.home-events-feature-card .event-card-meta span {
    display: inline-flex;
    gap: 0.45rem;
    align-items: flex-start;
    min-width: 0;
    font-size: inherit;
}

.home-events-feature-card .event-card-meta i {
    font-size: inherit;
    line-height: inherit;
}

.home-events-feature-card .event-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    align-self: end;
    padding-right: 5.2rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(var(--terracotta-rgb), 0.16);
}

.home-events-feature-card .event-card-poster {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 0.5rem;
    color: #fff7f2;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 700;
}

.home-events-feature-card .event-card-poster > span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-events-feature-card .event-card-avatar {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.42);
    border-radius: 999px;
    color: var(--yump-gold);
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.82rem;
}

.home-events-feature-card .event-card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-events-feature-card .event-card-cta {
    flex: 0 0 auto;
    color: var(--yump-gold);
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

.home-events-feature-card .event-card-cta:hover,
.home-events-feature-card .event-card-cta:focus-visible {
    color: #fff7f2;
}

.home-events-carousel-controls {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 5;
    display: inline-flex;
    overflow: hidden;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.38);
    border-radius: 999px;
    background: rgba(18, 12, 10, 0.82);
}

.home-events-carousel-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-right: 1px solid rgba(var(--yump-gold-rgb), 0.22);
    color: var(--yump-gold);
    background: transparent;
}

.home-events-carousel-control:last-child {
    border-right: 0;
}

.home-events-carousel-control:hover,
.home-events-carousel-control:focus-visible {
    color: #fff7f2;
    background: rgba(var(--terracotta-rgb), 0.72);
    outline: none;
}

.home-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1rem 0.85rem;
    border-bottom: 1px solid rgba(var(--terracotta-rgb), 0.18);
}

.home-section-head h2 {
    margin: 0;
    font-size: clamp(2rem, 3.4vw, 3.4rem);
    line-height: 0.96;
}

.home-news-feature-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: 0;
}

.home-news-feature-lead,
.home-news-feature-item {
    color: inherit;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease;
}

.home-news-feature-lead:hover,
.home-news-feature-lead:focus-visible,
.home-news-feature-item:hover,
.home-news-feature-item:focus-visible {
    background: rgba(var(--terracotta-rgb), 0.055);
    color: inherit;
    outline: none;
}

.home-news-feature-lead:hover h3,
.home-news-feature-lead:focus-visible h3,
.home-news-feature-item:hover h3,
.home-news-feature-item:focus-visible h3 {
    color: var(--yump-gold);
}

.home-news-feature-lead {
    display: block;
    padding: 1rem;
    border-right: 1px solid rgba(var(--terracotta-rgb), 0.18);
}

.home-news-feature-lead img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    margin-bottom: 0.9rem;
}

.home-news-feature-lead > span,
.home-news-feature-item > span {
    display: block;
    width: 100%;
    font-family: "Merriweather", serif;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8f4936;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

body.site-dark-theme .home-news-feature-lead > span,
body.site-dark-theme .home-news-feature-item > span {
    color: var(--yump-gold);
}

.home-news-feature-lead h3 {
    margin: 0.35rem 0 0.45rem;
    font-size: clamp(1.75rem, 2.7vw, 2.65rem);
    line-height: 1.02;
}

.home-news-feature-lead p,
.home-news-feature-item p {
    margin: 0;
    color: var(--text-main);
    line-height: 1.42;
}

body.site-dark-theme .home-news-feature-lead p,
body.site-dark-theme .home-news-feature-item p {
    color: rgba(255, 249, 246, 0.78);
}

.home-news-feature-list {
    display: grid;
}

.home-news-feature-item {
    display: block;
    padding: 0.95rem 1rem;
    border-bottom: 1px solid rgba(var(--terracotta-rgb), 0.16);
}

.home-news-feature-item:last-child {
    border-bottom: 0;
}

.home-news-feature-item h3 {
    margin: 0.25rem 0 0.35rem;
    font-size: clamp(1.25rem, 1.4vw, 1.62rem);
    line-height: 1.12;
}

.home-news-empty {
    padding: 1rem;
    color: var(--text-muted);
}

.home-active-filters {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
    margin-top: 1rem;
}

.home-active-filters-label {
    font-family: var(--yump-mono-font, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--yump-gold);
}

.home-active-filter-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    max-width: min(100%, 880px);
}

#recipes-list.is-search-results-mode {
    scroll-margin-top: calc(var(--site-nav-bar-height, 56px) + 2rem);
}

#recipes-list.is-search-results-mode .home-search-results-block {
    margin-top: calc(var(--site-nav-bar-height, 56px) + clamp(1.3rem, 3vw, 2.7rem));
}

.home-search-results-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.35rem, 4vw + 0.85rem, 5.15rem);
    font-weight: 700;
    line-height: 0.96;
    color: var(--text-main);
}

.home-search-results-count {
    margin-top: clamp(0.8rem, 1.8vw, 1.35rem);
    color: #f5d4c8;
    font-size: clamp(1rem, 0.45vw + 0.9rem, 1.25rem);
    font-weight: 500;
    line-height: 1.45;
}

.home-search-results-count strong {
    color: #fff7f2;
    font-weight: 700;
}

.home-search-results-head {
    position: relative;
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(var(--terracotta-rgb), 0.24);
    text-align: center;
}

.home-search-results-copy {
    min-width: 0;
    max-width: min(100%, 960px);
    margin: 0 auto;
}

.home-search-save-results-btn {
    position: absolute;
    top: 0.2rem;
    right: 0;
    width: 2.55rem;
    height: 2.55rem;
    border: 1px solid rgba(255, 247, 242, 0.28);
    border-radius: 999px;
    background: rgba(12, 9, 7, 0.54);
    color: #fff7f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(8px);
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.home-search-save-results-btn:hover,
.home-search-save-results-btn:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(var(--yump-gold-rgb), 0.52);
    background: rgba(var(--yump-gold-rgb), 0.2);
    color: #fff7f2;
    outline: none;
}

.home-search-save-results-btn i {
    font-size: 1.05rem;
    line-height: 1;
}

.home-active-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 2rem;
    border-radius: 999px;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.38);
    background: rgba(12, 9, 7, 0.48);
    color: #fff7f2;
    text-decoration: none;
    font-family: var(--yump-mono-font, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.42rem 0.68rem;
    transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, color 0.16s ease;
}

body.site-dark-theme .home-active-filter-chip {
    border-color: rgba(var(--yump-gold-rgb), 0.38);
    background: rgba(12, 9, 7, 0.48);
    color: #fff7f2;
}

.home-active-filter-chip:hover,
.home-active-filter-chip:focus {
    transform: translateY(-1px);
    border-color: rgba(var(--yump-gold-rgb), 0.7);
    background: rgba(var(--yump-gold-rgb), 0.16);
    color: #fff7f2;
    outline: none;
}

.home-active-filter-chip span {
    color: var(--yump-gold);
    font-size: 1rem;
    line-height: 0.75;
}

.home-active-filter-chip-user {
    max-width: min(100%, 320px);
}

.home-active-filter-chip-user img,
.home-active-filter-avatar-fallback {
    width: 1.38rem;
    height: 1.38rem;
    flex: 0 0 1.38rem;
    border-radius: 50%;
}

.home-active-filter-chip-user img {
    object-fit: cover;
}

.home-active-filter-avatar-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--terracotta-rgb), 0.24);
    color: #fff7f2;
    font-size: 0.68rem;
    font-weight: 700;
}

.home-active-filter-chip .home-active-filter-remove {
    color: var(--yump-gold);
}

.home-active-filter-chip:hover span,
.home-active-filter-chip:focus span {
    color: var(--yump-gold);
}

.home-active-filter-clear {
    border: 1px solid rgba(var(--yump-gold-rgb), 0.38);
    background: transparent;
    color: var(--yump-gold);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 2rem;
    border-radius: 999px;
    padding: 0.42rem 0.68rem;
    font-family: var(--yump-mono-font, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 0.22em;
    transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, color 0.16s ease;
}

.home-active-filter-clear:hover,
.home-active-filter-clear:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(var(--yump-gold-rgb), 0.7);
    background: rgba(var(--yump-gold-rgb), 0.16);
    color: #fff7f2;
    outline: none;
}

.home-pro-profile-suggestions {
    padding: clamp(1rem, 2vw, 1.75rem) 0;
}

.home-pro-profile-suggestions-frame {
    width: 100%;
}

.home-pro-profile-suggestions-head {
    margin-bottom: 1.15rem;
}

.home-pro-profile-suggestions-head h2,
.home-pro-profile-card h3 {
    margin: 0;
    color: var(--text-main);
    font-family: "Playfair Display", serif;
    font-weight: 400;
}

body.site-dark-theme .home-pro-profile-suggestions-head h2,
body.site-dark-theme .home-pro-profile-card h3 {
    color: #fff9f6;
}

.home-pro-profile-suggestions-head h2 {
    font-size: clamp(2rem, 3.4vw, 3.4rem);
    line-height: 0.96;
}

.home-pro-profile-suggestions-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 0.85rem;
}

.home-pro-profile-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    align-content: stretch;
    gap: 0.78rem;
    width: 100%;
    height: 100%;
    min-width: 0;
    padding: 1rem;
    border: 1px solid rgba(var(--terracotta-rgb), 0.28);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 0.55rem 1.45rem rgba(63, 34, 26, 0.06);
}

body.site-dark-theme .home-pro-profile-card {
    border-color: rgba(var(--yump-gold-rgb), 0.25);
    background: rgba(17, 11, 9, 0.64);
    box-shadow: none;
}

.home-pro-profile-upgrade-icon {
    display: grid;
    width: 6.4rem;
    height: 6.4rem;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(var(--terracotta-rgb), 0.35);
    border-radius: 50%;
    background: rgba(var(--terracotta-rgb), 0.14);
    color: var(--terracotta);
    text-decoration: none;
}

.home-pro-profile-avatar {
    display: grid;
    width: 6.4rem;
    height: 6.4rem;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(var(--terracotta-rgb), 0.35);
    border-radius: 50%;
    background: rgba(var(--terracotta-rgb), 0.14);
    color: var(--terracotta);
    text-decoration: none;
}

body.site-dark-theme .home-pro-profile-avatar,
body.site-dark-theme .home-pro-profile-upgrade-icon {
    border-color: rgba(var(--yump-gold-rgb), 0.42);
    background: rgba(var(--yump-gold-rgb), 0.1);
    color: var(--yump-gold);
}

.home-pro-profile-avatar:hover,
.home-pro-profile-avatar:focus-visible {
    border-color: var(--yump-gold);
    outline: none;
}

.home-pro-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-pro-profile-avatar span {
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
}

.home-pro-profile-upgrade-icon {
    font-size: 2.7rem;
}

.home-pro-profile-copy {
    min-width: 0;
}

.home-pro-profile-title {
    margin: 0 0 0.15rem;
    color: #8f4936;
    font-family: var(--yump-mono-font, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.site-dark-theme .home-pro-profile-title {
    color: var(--yump-gold);
}

.home-pro-profile-card h3 {
    display: flex;
    align-items: baseline;
    gap: 0.38rem;
    font-size: 1.22rem;
    line-height: 1.05;
}

.home-pro-profile-card h3 a {
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-pro-profile-card h3 a:hover,
.home-pro-profile-card h3 a:focus-visible {
    color: var(--terracotta);
    outline: none;
}

body.site-dark-theme .home-pro-profile-card h3 a:hover,
body.site-dark-theme .home-pro-profile-card h3 a:focus-visible {
    color: var(--yump-gold);
}

.home-pro-profile-verified {
    flex: 0 0 auto;
    color: var(--yump-gold);
    font-family: sans-serif;
    font-size: 0.85em;
}

.home-pro-profile-summary {
    margin: 0.48rem 0 0;
    color: rgba(48, 34, 29, 0.76);
    font-size: 0.77rem;
    line-height: 1.4;
}

body.site-dark-theme .home-pro-profile-summary {
    color: rgba(255, 249, 246, 0.78);
}

.home-pro-profile-summary a {
    color: inherit;
    text-decoration-color: rgba(var(--terracotta-rgb), 0.7);
    text-underline-offset: 0.16em;
}

body.site-dark-theme .home-pro-profile-summary a {
    text-decoration-color: rgba(var(--yump-gold-rgb), 0.72);
}

.home-pro-profile-actions {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.48rem;
    align-self: end;
    margin-top: 0.72rem;
}

.home-pro-profile-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    padding: 0.45rem 0.55rem;
    border: 1px solid transparent;
    border-radius: 0.45rem;
    font-family: "Merriweather", serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1.12;
    text-align: center;
    text-decoration: none;
    transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.home-pro-profile-action:hover,
.home-pro-profile-action:focus-visible {
    transform: translateY(-1px);
    outline: none;
}

.home-pro-profile-action--secondary {
    border-color: rgba(var(--terracotta-rgb), 0.38);
    color: #6c372a;
    background: transparent;
}

.home-pro-profile-action--secondary:hover,
.home-pro-profile-action--secondary:focus-visible {
    border-color: var(--terracotta);
    background: rgba(var(--terracotta-rgb), 0.1);
    color: #4e241a;
}

.home-pro-profile-action--primary {
    border-color: rgba(255, 179, 142, 0.42);
    color: #fff6ef;
    background: #2a1711;
}

.home-pro-profile-action--primary:hover,
.home-pro-profile-action--primary:focus-visible {
    border-color: rgba(255, 179, 142, 0.62);
    background: #3a2018;
    color: #fff;
    box-shadow: 0 10px 20px rgba(35, 24, 19, 0.18);
}

.home-pro-profile-action--primary:disabled {
    cursor: default;
    opacity: 0.72;
    transform: none;
}

.home-pro-profile-action--primary.is-followed {
    border-color: rgba(var(--terracotta-rgb), 0.5);
    color: #6c372a;
    background: rgba(var(--terracotta-rgb), 0.12);
}

body.site-dark-theme .home-pro-profile-action--primary.is-followed {
    border-color: rgba(var(--yump-gold-rgb), 0.48);
    color: var(--yump-gold);
    background: rgba(var(--yump-gold-rgb), 0.12);
}

.home-pro-profile-status {
    grid-column: 1 / -1;
    margin: -0.1rem 0 0;
    color: #9f312b;
    font-size: 0.68rem;
    line-height: 1.3;
}

body.site-dark-theme .home-pro-profile-action--secondary {
    border-color: rgba(var(--yump-gold-rgb), 0.42);
    color: var(--yump-gold);
}

body.site-dark-theme .home-pro-profile-action--secondary:hover,
body.site-dark-theme .home-pro-profile-action--secondary:focus-visible {
    border-color: var(--yump-gold);
    background: rgba(var(--yump-gold-rgb), 0.14);
    color: #fff9f6;
}

.home-pro-profile-upgrade-card {
    grid-template-columns: auto minmax(0, 1fr);
    border-style: dashed;
}

.home-pro-profile-upgrade-actions {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.home-pro-profile-price {
    margin: 0;
    color: rgba(48, 34, 29, 0.76);
    font-family: "Merriweather", serif;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.32;
}

.home-pro-profile-price strong {
    color: #6c372a;
}

.home-pro-profile-price s {
    color: rgba(48, 34, 29, 0.58);
    font-weight: 400;
    text-decoration-thickness: 1px;
}

.home-pro-profile-subscription-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    padding: 0.45rem 0.78rem;
    font-size: 0.64rem;
    line-height: 1.12;
    text-align: center;
    text-transform: none;
}

body.site-dark-theme .home-pro-profile-price {
    color: rgba(255, 249, 246, 0.78);
}

body.site-dark-theme .home-pro-profile-price strong {
    color: var(--yump-gold);
}

body.site-dark-theme .home-pro-profile-price s {
    color: rgba(255, 249, 246, 0.52);
}

@media (max-width: 991.98px) {
    .home-community-pulse,
    .home-useful-grid,
    .home-news-feature-grid {
        grid-template-columns: 1fr;
    }

    .home-community-pulse {
        grid-template-areas:
            "head"
            "metrics"
            "highlights";
    }

    .home-useful-rail {
        grid-template-rows: auto auto;
    }

    .home-news-features,
    .home-world-map-card,
    .home-region-map-panel {
        height: auto;
    }

    .home-news-feature-lead {
        border-right: 0;
        border-bottom: 1px solid rgba(var(--terracotta-rgb), 0.18);
    }

    .home-region-map-canvas {
        height: 320px;
        min-height: 320px;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .home-community-pulse {
        grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
        grid-template-areas:
            "head metrics"
            "highlights highlights";
        gap: 0.8rem;
        align-items: stretch;
    }

    .home-community-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
        align-self: stretch;
    }

    .home-community-metric {
        min-height: 7.25rem;
        padding: 0.72rem 0.65rem;
    }

    .home-community-metric i {
        font-size: 2.28rem;
    }

    .home-community-metric-value {
        font-size: clamp(1.45rem, 3vw, 2rem);
    }

    .home-accolades-showcase {
        min-height: 0;
        padding: 0.9rem;
    }

    .home-accolades-viewport {
        min-height: 232px;
        margin-top: 1.35rem;
    }

    .home-accolade-slide {
        grid-template-columns: minmax(116px, 0.4fr) minmax(0, 0.6fr);
        gap: 0.72rem;
    }

    .home-accolade-art-panel {
        min-height: 232px;
        padding: 0.4rem 0.2rem;
    }

    .home-accolade-medallion {
        width: 7.1rem;
        height: 7.1rem;
        flex-basis: 7.1rem;
    }

    .home-accolade-recipient > strong {
        font-size: 1.08rem;
    }

    .home-accolade-details h3 {
        font-size: 0.96rem;
    }

    .home-accolade-details p {
        display: -webkit-box;
        overflow: hidden;
        margin-top: 0.5rem;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
}

@media (max-width: 575.98px) {
    .home-platform-hero {
        min-height: 100vh;
    }

    .home-platform-hero-content {
        min-height: 100vh;
        align-items: center;
        padding-top: 6rem;
        padding-bottom: 9.5rem;
    }

    .home-platform-hero-panel {
        max-width: 100%;
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

    .home-platform-hero-panel-stack .home-platform-hero-panel {
        margin-bottom: 0;
    }

    .home-platform-title {
        font-size: 1.95rem;
    }

    .home-search-results-title {
        font-size: clamp(3.05rem, 13vw, 4.25rem);
    }

    .home-search-save-results-btn {
        position: static;
        margin: 0.85rem auto 0;
    }

    .home-food-ticker-wrap {
        min-height: 112px;
        padding: 0.95rem 0 1rem;
    }

    .home-food-ticker-wrap.has-controls {
        grid-template-columns: minmax(0, 1fr) 40px;
    }

    .home-food-celebration-title {
        font-size: 0.88rem;
        line-height: 1.24;
    }

    .home-food-ticker-kicker {
        line-height: 1.3;
    }

    .home-food-celebration-about {
        font-size: 0.7rem;
    }

    .home-community-pulse,
    .home-useful-grid {
        gap: 0.85rem;
    }

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

    .home-community-metric {
        min-height: 7.45rem;
        padding: 0.72rem 0.52rem;
    }

    .home-community-metric i {
        font-size: 2.05rem;
    }

    .home-community-metric-value {
        font-size: clamp(1.38rem, 7vw, 1.9rem);
    }

    .home-community-metric-label {
        font-size: 0.64rem;
    }

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

    .home-community-highlight {
        min-height: 184px;
    }

    .home-accolades-showcase {
        width: 100%;
        min-height: 0;
        justify-self: center;
        padding: 0.72rem;
    }

    .home-accolades-viewport {
        min-height: 222px;
        margin-top: 0.8rem;
    }

    .home-accolade-slide {
        grid-template-columns: minmax(82px, 0.34fr) minmax(0, 0.66fr);
        grid-template-rows: 1fr;
        gap: 0.58rem;
        padding: 0;
    }

    .home-accolade-art-panel {
        min-height: 222px;
        padding: 0.15rem 0;
    }

    .home-accolade-medallion {
        width: 5.8rem;
        height: 5.8rem;
        flex-basis: 5.8rem;
    }

    p.home-accolade-kicker-line {
        font-size: 0.88rem;
        letter-spacing: 0.1em;
        line-height: 1.05;
    }

    .home-accolade-awarded-label {
        gap: 0.28rem;
        font-size: 0.76rem;
    }

    .home-accolade-awarded-label i {
        font-size: 0.76rem;
    }

    .home-accolade-avatar {
        width: 2.35rem;
        height: 2.35rem;
        flex-basis: 2.35rem;
    }

    .home-accolade-avatar span {
        font-size: 1.04rem;
    }

    .home-accolade-recipient {
        gap: 0.5rem;
    }

    .home-accolade-recipient > strong {
        font-size: 1.02rem;
        line-height: 1.04;
    }

    .home-accolade-info-panel {
        padding: 0 0.08rem 0 1.2rem;
    }

    .home-accolade-details {
        margin-top: 0.68rem;
        padding-top: 0.72rem;
    }

    .home-accolade-details h3 {
        font-size: 0.92rem;
    }

    .home-accolade-details p {
        display: -webkit-box;
        overflow: hidden;
        margin-top: 0.38rem;
        font-size: 0.68rem;
        line-height: 1.22;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .home-accolade-date {
        margin-top: 0.72rem;
    }

    .home-pro-profile-suggestions {
        padding: 1rem 0;
    }

    .home-pro-profile-suggestions-grid {
        grid-template-columns: 1fr;
        gap: 0.58rem;
    }

    .home-pro-profile-card {
        grid-template-columns: auto minmax(0, 1fr);
        grid-template-rows: auto minmax(0, 1fr) auto;
        gap: 0.62rem;
        padding: 0.75rem;
    }

    .home-pro-profile-upgrade-icon {
        width: 4.86rem;
        height: 4.86rem;
    }

    .home-pro-profile-avatar {
        width: 4.86rem;
        height: 4.86rem;
    }

    .home-pro-profile-avatar span {
        font-size: 1.16rem;
    }

    .home-pro-profile-upgrade-icon {
        font-size: 2.1rem;
    }

    .home-pro-profile-card h3 {
        font-size: 1.04rem;
    }

    .home-pro-profile-copy {
        display: contents;
    }

    .home-pro-profile-identity {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        min-width: 0;
    }

    .home-pro-profile-title {
        font-size: 0.58rem;
    }

    .home-pro-profile-summary {
        grid-column: 1 / -1;
        grid-row: 2;
        align-self: start;
        font-size: 0.68rem;
    }

    .home-pro-profile-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.38rem;
        margin-top: 0.62rem;
    }

    .home-pro-profile-action {
        min-height: 2rem;
        padding: 0.36rem 0.4rem;
        font-size: 0.59rem;
    }

    .home-pro-profile-upgrade-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .home-pro-profile-upgrade-actions {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .home-pro-profile-price {
        font-size: 0.6rem;
    }

    .home-pro-profile-subscription-action {
        min-height: 2rem;
        padding: 0.36rem 0.52rem;
        font-size: 0.56rem;
    }

    .home-section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.45rem;
    }

    .home-region-drawer-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-events-feature-head {
        align-items: flex-start;
        flex-direction: row;
    }

    .home-events-feature-head a {
        align-self: flex-start;
        margin-left: auto;
    }

    .home-region-map-canvas {
        height: 260px;
        min-height: 260px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-platform-hero-media,
    .home-platform-hero-content {
        transform: none !important;
        will-change: auto;
    }
}
