.yumpedia-history-wrap {
    padding-top: 0;
    padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.yumpedia-history-shell {
    display: grid;
    gap: 0;
}

.yumpedia-history-hero {
    width: calc(100% + (var(--yump-drawer-safe-gutter) * 2));
    min-height: 100svh;
    margin-top: calc(var(--site-nav-bar-height, 56px) * -1);
    margin-left: calc(var(--yump-drawer-safe-gutter) * -1);
    position: relative;
    overflow: hidden;
    background: #1a120f;
}

.yumpedia-history-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
    animation: yumpediaHeroInOut 18s ease-in-out infinite alternate;
}

.yumpedia-history-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18, 11, 8, 0.44) 0%, rgba(18, 11, 8, 0.3) 28%, rgba(18, 11, 8, 0) 58%);
}

.yumpedia-history-hero .yumpedia-history-map-panel {
    position: absolute;
    z-index: 1;
    top: var(--yumpedia-hero-map-top, var(--site-nav-bar-height, 64px));
    right: var(--yump-drawer-safe-gutter);
    width: 760px;
    aspect-ratio: 760 / 333;
    height: auto;
    background: transparent;
    border: 0;
    overflow: hidden;
    pointer-events: none;
    touch-action: pan-y;
    -webkit-mask-image:
        linear-gradient(90deg, transparent 0%, #000 14%, #000 100%),
        linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image:
        linear-gradient(90deg, transparent 0%, #000 14%, #000 100%),
        linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
    mask-composite: intersect;
}

.yumpedia-history-hero .yumpedia-history-map {
    width: 100%;
    height: 100%;
}

.yumpedia-history-hero-info {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 100svh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% - (var(--yump-drawer-safe-gutter) * 2));
    max-width: none;
    margin-inline: auto;
    padding: clamp(1.2rem, 4vw, 3.25rem) 0;
    padding-top: calc(var(--site-nav-bar-height, 64px) + clamp(1rem, 3vw, 2.25rem));
    padding-bottom: clamp(3.25rem, 10vh, 7rem);
}

.yumpedia-history-hero-info::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: calc(var(--yump-drawer-safe-gutter) * -1);
    top: 0;
    width: min(70vw, 1040px);
    height: 100%;
    background: linear-gradient(90deg, rgba(18, 11, 8, 0.66) 0%, rgba(18, 11, 8, 0.46) 36%, rgba(18, 11, 8, 0) 100%);
    pointer-events: none;
}

.yumpedia-history-hero-info > * {
    position: relative;
    z-index: 1;
}

.yumpedia-history-back-row {
    position: absolute;
    top: calc(var(--site-nav-bar-height, 64px) + clamp(1.2rem, 2vw, 2rem));
    left: 0;
    display: inline-grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    column-gap: 0.4rem;
    color: var(--yump-gold);
    white-space: nowrap;
}

.yumpedia-history-back-row > i {
    line-height: 1.7;
}

.yumpedia-history-back-trail {
    display: inline;
    min-width: 0;
}

.yumpedia-history-back {
    color: var(--yump-gold);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.yumpedia-history-back:hover,
.yumpedia-history-back:focus-visible {
    color: #f2c27a;
}

.yumpedia-history-subtitle {
    color: var(--yump-gold);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.47rem, 1.54vw, 2.17rem);
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: none;
}

.yumpedia-history-hero h1 {
    color: #fff7ef;
    font-size: clamp(3rem, 7vw, 7rem);
    line-height: 0.9;
    margin: clamp(1rem, 1.6vw, 1.35rem) 0 0;
    max-width: 12ch;
}

.yumpedia-history-alt-name {
    color: rgba(255, 247, 239, 0.86);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.47rem, 1.54vw, 2.17rem);
    font-style: italic;
    line-height: 1.25;
    margin: clamp(0.7rem, 1vw, 1rem) 0 0;
    max-width: 42rem;
}

.yumpedia-history-origin {
    color: #ead2c2;
    font-size: clamp(1.05rem, 0.7vw + 0.9rem, 1.5rem);
    margin: 0;
}

.yumpedia-history-contributor {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #f4e5d8;
    margin: clamp(1rem, 2vw, 1.45rem) 0;
}

.yumpedia-history-contributor img,
.yumpedia-history-contributor > span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    flex: 0 0 auto;
}

.yumpedia-history-contributor img {
    object-fit: cover;
}

.yumpedia-history-contributor > span {
    display: grid;
    place-items: center;
    background: rgba(var(--yump-gold-rgb), 0.18);
    border: 1px solid rgba(var(--yump-gold-rgb), 0.35);
    color: var(--yump-gold);
    font-weight: 700;
}

.yumpedia-history-contributor p {
    margin: 0;
    min-width: 0;
}

.yumpedia-history-contributor a {
    color: #fff7ef;
    font-weight: 700;
    text-decoration: none;
}

.yumpedia-history-contributor .yumpedia-history-actions {
    background: transparent;
    border: 0;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.72rem;
    color: rgba(255, 247, 242, 0.74);
    flex: 0 0 auto;
    font-size: 0.76rem;
    height: auto;
    line-height: 1;
    width: auto;
    white-space: nowrap;
}

.yumpedia-history-contributor .yumpedia-history-actions .public-profile-post-action {
    border: 0;
    background: transparent;
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0;
    font: inherit;
    line-height: 1;
    text-decoration: none;
}

.yumpedia-history-contributor .yumpedia-history-actions .public-profile-post-action:hover,
.yumpedia-history-contributor .yumpedia-history-actions .public-profile-post-action:focus-visible,
.yumpedia-history-contributor .yumpedia-history-actions .public-profile-post-action.is-active {
    color: var(--yump-gold);
}

.yumpedia-history-contributor .yumpedia-history-actions .public-profile-post-action[data-recipe-like].is-liked,
.yumpedia-history-contributor .yumpedia-history-actions .public-profile-post-action[data-recipe-like].is-liked:hover,
.yumpedia-history-contributor .yumpedia-history-actions .public-profile-post-action[data-recipe-like].is-liked:focus-visible {
    background: transparent !important;
    border: 0;
    box-shadow: none;
    color: var(--yump-gold) !important;
    transform: none;
}

.yumpedia-history-contributor .yumpedia-history-actions .public-profile-post-action[data-recipe-like].is-liked .heart-icon {
    color: var(--yump-like-active) !important;
}

.yumpedia-history-contributor .yumpedia-history-actions .public-profile-post-action:disabled {
    cursor: default;
    opacity: 0.58;
}

.yumpedia-history-separator {
    height: 1px;
    background: rgba(255, 255, 255, 0.13);
    margin: 0 0 clamp(1.15rem, 2vw, 1.75rem);
}

.yumpedia-history-separator-after-link {
    margin-top: clamp(1.25rem, 2.5vw, 2rem);
    margin-bottom: 0;
}

.yumpedia-history-content {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    column-gap: clamp(1.2rem, 3vw, 2.5rem);
    row-gap: 0;
    align-items: start;
}

.yumpedia-history-copy {
    display: grid;
    gap: 0;
    padding-top: clamp(1.2rem, 3vw, 2.35rem);
}

.yumpedia-history-text {
    color: #e4d3c4;
    font-size: clamp(1rem, 0.25vw + 0.95rem, 1.12rem);
    line-height: 1.82;
}

.yumpedia-history-text p {
    margin: 0 0 1.15rem;
}

.yumpedia-history-text p:last-child {
    margin-bottom: 0;
}

.yumpedia-history-text .yumpedia-history-intro {
    color: #fff7ef;
    font-size: clamp(1.12rem, 0.45vw + 1rem, 1.32rem);
    font-weight: 700;
    line-height: 1.58;
    margin-bottom: clamp(1.15rem, 2vw, 1.55rem);
}

.yumpedia-history-full-recipe {
    margin-top: clamp(1.25rem, 2vw, 1.8rem) !important;
}

.yumpedia-history-full-recipe a {
    color: var(--yump-gold);
    font-weight: 700;
    text-decoration-color: rgba(var(--yump-gold-rgb), 0.45);
    text-underline-offset: 0.22em;
}

.yumpedia-history-full-recipe a:hover,
.yumpedia-history-full-recipe a:focus-visible {
    color: #f2c27a;
}

.yumpedia-history-section-title {
    color: #fff7ef;
    font-size: clamp(1.65rem, 2vw, 2.35rem);
    line-height: 1.08;
    margin: 0 0 clamp(1rem, 1.8vw, 1.45rem);
}

.yumpedia-history-endmark {
    color: var(--yump-gold);
    font-size: 0.72em;
}

.yumpedia-history-map {
    position: relative;
    pointer-events: none;
    touch-action: pan-y;
}

.yumpedia-history-map * {
    pointer-events: none !important;
}

.yumpedia-history-map > span {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.yumpedia-history-map.is-ready > span {
    display: none;
}

.yumpedia-history-main-image {
    position: relative;
    margin: 0;
    min-height: 100%;
}

.yumpedia-history-main-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 8px;
    background: #7d3329;
    pointer-events: none;
}

.yumpedia-history-main-image img {
    width: 100%;
    min-height: min(720px, 70vh);
    object-fit: cover;
    border-bottom-left-radius: 42px;
    display: block;
}

.yumpedia-history-side {
    display: grid;
    gap: clamp(1.4rem, 2.5vw, 2rem);
    min-width: 0;
}

.yumpedia-more-region {
    border-left: 1px solid rgba(var(--yump-gold-rgb), 0.28);
    padding-left: clamp(1rem, 2vw, 1.55rem);
}

.yumpedia-more-region h2 {
    color: #fff7ef;
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 1.02;
    margin: 0 0 clamp(1.2rem, 2vw, 1.65rem);
}

.yumpedia-more-region-list {
    display: grid;
    gap: 0;
}

.yumpedia-more-region-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 0.85rem;
    align-items: stretch;
    padding: 0.85rem 0;
    border-top: 1px solid rgba(var(--terracotta-rgb), 0.2);
    color: inherit;
    text-decoration: none;
}

.yumpedia-more-region-card:first-child {
    padding-top: 0;
    border-top: 0;
}

.yumpedia-more-region-thumb {
    width: 96px;
    height: 100%;
    min-height: 96px;
    border-bottom-left-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}

.yumpedia-more-region-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.yumpedia-more-region-copy {
    display: grid;
    gap: 0.28rem;
    min-width: 0;
}

.yumpedia-more-region-country {
    color: var(--yump-gold);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.yumpedia-more-region-card strong {
    color: #fff7ef;
    display: -webkit-box;
    font-size: clamp(1.1rem, 1.25vw, 1.55rem);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.08;
    overflow: hidden;
}

.yumpedia-more-region-alt {
    color: rgba(255, 247, 239, 0.72);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(0.9rem, 0.85vw, 1.08rem);
    font-style: italic;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yumpedia-more-region-user {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 247, 242, 0.66);
    font-size: 0.72rem;
    line-height: 1.45;
    margin-top: 0.28rem;
    min-width: 0;
    padding-top: 0.46rem;
    padding-bottom: 0.08rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.yumpedia-more-region-user img,
.yumpedia-more-region-user > span:first-child {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    flex: 0 0 22px;
}

.yumpedia-more-region-user img {
    object-fit: cover;
}

.yumpedia-more-region-user > span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--terracotta-rgb), 0.18);
    border: 1px solid rgba(var(--terracotta-rgb), 0.25);
    color: var(--yump-gold);
    font-size: 0.66rem;
    font-weight: 700;
}

.yumpedia-more-region-user > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 0.04rem;
}

.yumpedia-more-region-card:hover strong,
.yumpedia-more-region-card:focus-visible strong {
    color: var(--yump-gold);
}

.yumpedia-more-region-more {
    display: block;
    border-top: 1px solid rgba(var(--terracotta-rgb), 0.2);
    color: var(--yump-gold);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-top: 0.15rem;
    padding-top: 0.75rem;
    text-decoration: none;
    text-transform: uppercase;
}

.yumpedia-more-region-more:hover,
.yumpedia-more-region-more:focus-visible {
    color: #fff7ef;
    text-decoration: none;
    outline: none;
}

.yumpedia-history-feedback-anchor {
    display: block;
    height: 0;
    scroll-margin-top: 5.5rem;
}

.yumpedia-history-feedback {
    margin-top: 0;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(var(--yump-gold-rgb), 0.24);
}

.yumpedia-history-feedback .public-profile-feedback-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: rgba(255, 247, 242, 0.72);
    letter-spacing: 0;
    margin-bottom: 0.7rem;
    text-transform: none;
}

.yumpedia-history-feedback .public-profile-feedback-list {
    display: grid;
    gap: 0.45rem;
}

.yumpedia-history-feedback .future-module-label {
    color: var(--yump-gold);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.yumpedia-history-feedback .public-profile-feedback-list:not(:empty) {
    margin-bottom: 0.75rem;
}

.yumpedia-history-feedback .public-profile-blog-comment-list {
    display: grid;
    gap: 0;
}

.yumpedia-history-feedback .public-profile-blog-comment,
.yumpedia-feedback-comment {
    display: flex;
    gap: 0.65rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(var(--terracotta-rgb), 0.15);
}

.yumpedia-history-feedback .public-profile-blog-comment:first-child,
.yumpedia-feedback-comment:first-child {
    padding-top: 0;
}

.yumpedia-history-feedback .public-profile-blog-comment:last-child,
.yumpedia-feedback-comment:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.yumpedia-history-feedback .public-profile-blog-comment .public-profile-blog-comment-avatar,
.yumpedia-feedback-comment .public-profile-blog-comment-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--terracotta-rgb), 0.18);
    border: 1px solid rgba(var(--terracotta-rgb), 0.25);
    color: var(--yump-gold);
    flex: 0 0 30px;
    font-size: 0.78rem;
    font-weight: 700;
}

.yumpedia-feedback-comment .public-profile-blog-comment-body {
    flex: 1;
    min-width: 0;
}

.yumpedia-feedback-comment .public-profile-blog-comment-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    margin-bottom: 0.2rem;
    min-height: 30px;
}

.yumpedia-feedback-comment .public-profile-blog-comment-head a,
.yumpedia-feedback-comment .public-profile-blog-comment-head strong {
    color: var(--yump-gold);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}

.yumpedia-feedback-comment .public-profile-blog-comment-head time {
    color: rgba(255, 247, 242, 0.52);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-align: right;
    text-transform: uppercase;
    white-space: nowrap;
}

.yumpedia-feedback-comment p {
    color: #f1dfd2;
    font-family: 'Merriweather', serif;
    font-size: 0.82rem;
    line-height: 1.45;
    margin: 0 0 0.35rem;
}

.yumpedia-feedback-comment .public-profile-blog-comment-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.85rem;
    color: rgba(255, 247, 242, 0.52);
    font-size: 0.76rem;
}

.yumpedia-feedback-comment .public-profile-blog-comment-action {
    border: 0;
    background: transparent;
    color: rgba(255, 247, 242, 0.56);
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0;
    font: inherit;
    line-height: 1;
}

.yumpedia-history-feedback .comment-image-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.65rem;
}

.yumpedia-history-feedback .comment-thumb-btn {
    width: 58px;
    height: 58px;
    border: 1px solid rgba(var(--terracotta-rgb), 0.22);
    border-radius: 6px;
    overflow: hidden;
    background: transparent;
    padding: 0;
}

.yumpedia-history-feedback .comment-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yumpedia-history-feedback .public-profile-feedback-form {
    --profile-comment-input-min-height: 36px;
    --profile-comment-input-border: 0;
    --profile-comment-input-background: transparent;
    --profile-comment-input-color: #fff7f2;
    --profile-comment-input-padding: 0.48rem 0.85rem 0.28rem;
    --profile-comment-input-font-family: 'Merriweather', serif;
    --profile-comment-input-font-size: 0.82rem;
    --profile-comment-input-font-weight: 400;
    --profile-comment-input-line-height: 1.35;
    --profile-comment-input-placeholder: rgba(255, 239, 231, 0.5);
    --profile-comment-input-focus: rgba(var(--yump-gold-rgb), 0.22);
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 0;
    align-items: end;
    width: 100%;
    max-width: none;
    border: 1px solid rgba(var(--terracotta-rgb), 0.28);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.yumpedia-history-feedback .public-profile-feedback-form.is-image-dragging {
    border-color: rgba(var(--yump-gold-rgb), 0.78);
    background: rgba(var(--yump-gold-rgb), 0.08);
    box-shadow: 0 0 0 2px rgba(var(--yump-gold-rgb), 0.12);
}

.yumpedia-history-feedback .public-profile-feedback-form textarea {
    grid-column: 2;
    grid-row: 1;
    min-height: var(--profile-comment-input-min-height);
    max-height: 9.6rem;
    resize: none;
    background: var(--profile-comment-input-background);
    border: var(--profile-comment-input-border);
    color: var(--profile-comment-input-color);
    padding: var(--profile-comment-input-padding);
    font-family: var(--profile-comment-input-font-family);
    font-size: var(--profile-comment-input-font-size);
    font-weight: var(--profile-comment-input-font-weight);
    line-height: var(--profile-comment-input-line-height);
    align-self: stretch;
    caret-color: rgba(var(--yump-gold-rgb), 0.92);
    overflow-y: auto;
}

.yumpedia-history-feedback .public-profile-feedback-form textarea::placeholder {
    color: var(--profile-comment-input-placeholder);
}

.yumpedia-history-feedback .public-profile-feedback-form textarea:focus {
    box-shadow: inset 0 0 0 1px var(--profile-comment-input-focus);
    outline: none;
}

.yumpedia-history-feedback .public-profile-comment-counter {
    display: none;
    width: 100%;
    text-align: right;
    padding: 0.24rem 0.08rem 0;
    color: rgba(255, 247, 242, 0.52);
    font-family: 'Merriweather', serif;
    font-size: 0.66rem;
    line-height: 1;
}

.yumpedia-history-feedback .public-profile-comment-counter.is-over-limit {
    color: #ffb199;
}

.yumpedia-history-feedback .public-profile-feedback-form:focus-within + .public-profile-comment-counter,
.yumpedia-history-feedback .public-profile-feedback-form.is-comment-focused + .public-profile-comment-counter {
    display: block;
}

.yumpedia-history-feedback .public-profile-feedback-attach,
.yumpedia-history-feedback .public-profile-blog-comment-submit {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--yump-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: end;
}

.yumpedia-history-feedback .public-profile-feedback-attach {
    grid-column: 1;
    grid-row: 1;
}

.yumpedia-history-feedback .public-profile-blog-comment-submit {
    grid-column: 3;
    grid-row: 1;
}

.yumpedia-history-feedback .public-profile-feedback-file {
    display: none;
}

.yumpedia-comment-image-modal {
    background: #1b1512;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.28);
}

.yumpedia-comment-image-modal-head {
    border: 0;
    justify-content: flex-end;
}

.yumpedia-comment-image-modal-body {
    padding: 0 1rem 1rem;
}

@keyframes yumpediaHeroInOut {
    from {
        transform: scale(1.02);
    }
    to {
        transform: scale(1.09);
    }
}

@media (max-width: 991.98px) {
    .yumpedia-history-hero .yumpedia-history-map-panel {
        width: clamp(390px, 64vw, 560px);
    }

    .yumpedia-history-content {
        grid-template-columns: 1fr;
    }

    .yumpedia-history-main-image {
        order: -1;
    }

    .yumpedia-history-side {
        display: contents;
    }

    .yumpedia-history-copy {
        order: 1;
        padding-top: clamp(1.25rem, 5vw, 2rem);
    }

    .yumpedia-history-main-image img {
        min-height: auto;
        aspect-ratio: 4 / 3;
    }

    .yumpedia-more-region {
        border-left: 0;
        border-top: 1px solid rgba(var(--yump-gold-rgb), 0.22);
        margin-top: clamp(1.5rem, 4vw, 2.25rem);
        order: 2;
        padding-left: 0;
        padding-top: clamp(1.4rem, 4vw, 2rem);
    }
}

@media (max-width: 575.98px) {
    .yumpedia-history-hero {
        min-height: 100svh;
        margin-top: -46px;
    }

    .yumpedia-history-hero-info {
        width: calc(100% - (var(--yump-drawer-safe-gutter) * 2));
        min-height: 100svh;
        padding-top: calc(46px + 1rem);
        padding-bottom: clamp(1.5rem, 8vh, 3rem);
    }

    .yumpedia-history-hero-info::before {
        top: 0;
        bottom: auto;
        height: 100%;
        width: 92vw;
        background: linear-gradient(90deg, rgba(18, 11, 8, 0.48) 0%, rgba(18, 11, 8, 0.28) 58%, rgba(18, 11, 8, 0) 100%);
    }

    .yumpedia-history-back-row {
        max-width: calc(100vw - (var(--yump-drawer-safe-gutter) * 2));
        white-space: normal;
    }

    .yumpedia-history-back-trail {
        overflow-wrap: anywhere;
    }

    .yumpedia-history-back {
        white-space: normal;
    }

    .yumpedia-history-hero-shade {
        background: linear-gradient(90deg, rgba(18, 11, 8, 0.26) 0%, rgba(18, 11, 8, 0.12) 44%, rgba(18, 11, 8, 0) 84%);
    }

    .yumpedia-history-hero .yumpedia-history-map-panel {
        width: min(74vw, 320px);
        right: var(--yump-drawer-safe-gutter);
        -webkit-mask-image:
            linear-gradient(90deg, transparent 0%, #000 18%, #000 100%),
            linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
        -webkit-mask-composite: source-in;
        mask-image:
            linear-gradient(90deg, transparent 0%, #000 18%, #000 100%),
            linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
        mask-composite: intersect;
    }

    .yumpedia-history-contributor {
        flex-wrap: wrap;
    }

    .yumpedia-history-contributor p {
        flex-basis: 100%;
        padding-left: calc(44px + 0.75rem);
    }
}
