.curated-place-meta {
    align-items: center;
    color: var(--wp--preset--color--shadcn-muted-foreground, #64748b);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
    gap: 0.5rem;
    line-height: 1.4;
}

/* Public Business, Spot and Listing Engine projections. */
body:is(.single-curated_business, .single-curated_location, .single-curated_listing) main.wp-block-group {
    padding-top: 32px !important;
}

body:is(.single-curated_business, .single-curated_location, .single-curated_listing) .curated-post-meta {
    display: none !important;
}

body:is(.single-curated_business, .single-curated_location, .single-curated_listing) .curated-single-content {
    margin-block-start: 0 !important;
}

.curated-public-entity {
    --curated-public-ink: #171714;
    --curated-public-muted: #6f6c64;
    --curated-public-line: #dedbd2;
    --curated-public-paper: #faf8f2;
    --curated-public-gold: #91691f;
    box-sizing: border-box;
    color: var(--curated-public-ink);
    left: 50%;
    margin: 0;
    max-width: 1240px;
    padding: clamp(28px, 5vw, 72px) 20px;
    position: relative;
    transform: translateX(-50%);
    width: min(100vw, 1240px);
}

.curated-public-hero {
    align-items: stretch;
    background: var(--curated-public-paper);
    border: 1px solid var(--curated-public-line);
    border-radius: 8px;
    display: grid;
    gap: clamp(28px, 5vw, 72px);
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
    padding: clamp(28px, 6vw, 80px);
}

.curated-public-hero.has-image {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
    padding: 0;
}

.curated-public-hero.has-image > div {
    align-self: center;
    padding: clamp(28px, 6vw, 80px);
    padding-right: 0;
}

.curated-public-hero > div > p,
.curated-public-section__heading > p,
.curated-public-card p {
    color: var(--curated-public-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.curated-public-hero h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(44px, 7vw, 86px);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: .98;
    margin: 0;
}

.curated-public-hero__title-row {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
}

.curated-public-hero__badges {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 7px;
    padding-bottom: 5px;
}

.curated-public-hero__badge {
    align-items: center;
    background: linear-gradient(145deg, #fffaf0, #eee2cb);
    border: 1px solid rgba(145, 105, 31, .34);
    border-radius: 999px;
    color: #654a18;
    cursor: help;
    display: inline-flex;
    gap: 6px;
    max-width: 210px;
    padding: 5px 9px 5px 6px;
    position: relative;
}

.curated-public-hero__badge > img,
.curated-public-hero__badge > span {
    align-items: center;
    display: flex;
    flex: 0 0 24px;
    height: 24px;
    justify-content: center;
    min-height: 0;
    object-fit: contain;
    width: 24px;
}

.curated-public-hero__badge > strong {
    font-size: 11px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.curated-public-hero__badge > small {
    background: #1c1b19;
    border-radius: 8px;
    bottom: calc(100% + 7px);
    color: #fffdf8;
    font-size: 11px;
    left: 50%;
    line-height: 1.4;
    max-width: min(280px, calc(100vw - 36px));
    opacity: 0;
    padding: 8px 10px;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 4px);
    transition: opacity .15s ease, transform .15s ease;
    white-space: normal;
    width: max-content;
    z-index: 5;
}

.curated-public-hero__badge:hover > small,
.curated-public-hero__badge:focus > small {
    opacity: 1;
    transform: translate(-50%, 0);
}

.curated-public-hero__copy {
    color: var(--curated-public-muted);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.6;
    margin-top: 24px;
    max-width: 720px;
}

.curated-public-hero__copy p {
    margin: 0;
}

.curated-public-hero > img {
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    width: 100%;
}

.curated-public-section {
    margin-top: clamp(40px, 7vw, 88px);
}

.curated-public-section__heading h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 500;
    letter-spacing: -.025em;
    margin: 0 0 24px;
}

.curated-public-awards__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.curated-public-award {
    align-items: center;
    background: linear-gradient(145deg, #fffdf8, #f4eee2);
    border: 1px solid #d8c9ac;
    border-radius: 12px;
    color: var(--curated-public-ink);
    cursor: help;
    display: grid;
    font: inherit;
    gap: 12px;
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 12px;
    position: relative;
    text-align: left;
}

.curated-public-award > img,
.curated-public-award__mark {
    align-items: center;
    background: #e8dcc4;
    border-radius: 10px;
    display: flex;
    height: 56px;
    justify-content: center;
    object-fit: contain;
    width: 56px;
}

.curated-public-award__mark {
    color: #91691f;
    font-size: 24px;
}

.curated-public-award__copy,
.curated-public-award__copy strong,
.curated-public-award__copy small {
    display: block;
}

.curated-public-award__copy strong {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
}

.curated-public-award__copy small {
    color: var(--curated-public-muted);
    margin-top: 4px;
}

.curated-public-award__tooltip {
    background: #171714;
    border-radius: 9px;
    bottom: calc(100% + 8px);
    color: #fff;
    font-size: 12px;
    left: 50%;
    line-height: 1.45;
    max-width: 290px;
    opacity: 0;
    padding: 10px 12px;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 5px);
    transition: opacity 150ms ease, transform 150ms ease;
    width: max-content;
    z-index: 40;
}

.curated-public-award:hover .curated-public-award__tooltip,
.curated-public-award:focus .curated-public-award__tooltip {
    opacity: 1;
    transform: translate(-50%, 0);
}

.curated-public-card-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.curated-public-card,
.curated-public-rank-card,
.curated-public-facts > *,
.curated-public-tags span {
    background: #fff;
    border: 1px solid var(--curated-public-line);
    border-radius: 8px;
}

.curated-public-card {
    overflow: hidden;
}

.curated-public-card img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.curated-public-card > div {
    padding: 20px;
}

.curated-public-card h3,
.curated-public-rank-card h2 {
    font-size: 20px;
    margin: 0;
}

.curated-public-card__title-row {
    align-items: center;
    display: flex;
    gap: 9px;
}

.curated-public-card__title-row h3 {
    min-width: 0;
}

.curated-public-card .curated-public-card__featured-badge {
    align-items: center;
    background: #fffaf0;
    border: 1px solid rgba(145, 105, 31, .32);
    border-radius: 50%;
    color: var(--curated-public-gold);
    display: inline-flex;
    flex: 0 0 30px;
    font-size: 13px;
    height: 30px;
    justify-content: center;
    overflow: hidden;
    width: 30px;
}

.curated-public-card .curated-public-card__featured-badge img {
    aspect-ratio: 1;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.curated-public-card a,
.curated-public-rank-card a,
.curated-public-facts a {
    color: inherit;
    text-decoration: none;
}

.curated-public-card a:hover,
.curated-public-card a:focus-visible,
.curated-public-rank-card a:hover,
.curated-public-rank-card a:focus-visible,
.curated-public-facts a:hover,
.curated-public-facts a:focus-visible {
    color: var(--curated-public-gold);
}

.curated-public-facts {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 16px;
}

.curated-public-facts > * {
    display: grid;
    gap: 8px;
    padding: 18px;
}

.curated-public-facts span,
.curated-public-rank-card dt {
    color: var(--curated-public-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.curated-public-gallery__grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.curated-public-gallery figure {
    background: #fff;
    border: 1px solid var(--curated-public-line);
    border-radius: 8px;
    margin: 0;
    overflow: hidden;
}

.curated-public-gallery figure > img {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    width: 100%;
}

.curated-public-gallery figcaption {
    align-items: center;
    color: var(--curated-public-muted);
    display: flex;
    font-size: 12px;
    gap: 12px;
    justify-content: space-between;
    padding: 10px 12px;
}

.curated-public-gallery figcaption a {
    color: var(--curated-public-gold);
}

.curated-public-claim {
    align-items: center;
    background: #1d1c18;
    border: 1px solid rgba(145, 105, 31, .42);
    border-radius: 8px;
    box-shadow: 0 22px 52px rgba(23, 23, 20, .12);
    color: #fff;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 16px;
    overflow: hidden;
    padding: clamp(24px, 4vw, 42px);
    position: relative;
}

.curated-public-claim::after {
    background: radial-gradient(circle, rgba(182, 139, 60, .28), transparent 68%);
    content: "";
    height: 240px;
    pointer-events: none;
    position: absolute;
    right: -70px;
    top: -120px;
    width: 240px;
}

.curated-public-claim__copy,
.curated-public-claim__action {
    position: relative;
    z-index: 1;
}

.curated-public-claim__copy > p,
.curated-public-claim-modal__header > p,
.curated-public-claim-evidence > div > p {
    color: #cba558;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.curated-public-claim__copy h2 {
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 500;
    letter-spacing: -.025em;
    margin: 0 0 10px;
}

.curated-public-claim__copy > span {
    color: rgba(255, 255, 255, .72);
    display: block;
    line-height: 1.65;
    max-width: 690px;
}

.curated-public-claim__action {
    align-items: flex-start;
    display: grid;
    gap: 9px;
    justify-items: start;
}

.curated-public-claim__button {
    align-items: center;
    appearance: none;
    background: #b68b3c;
    border: 1px solid #cba558;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .05em;
    min-height: 48px;
    padding: 12px 22px;
    text-transform: uppercase;
    transition: background-color 150ms ease, transform 150ms ease;
    white-space: nowrap;
}

.curated-public-claim__button:hover {
    background: #9b7228;
    transform: translateY(-1px);
}

.curated-public-claim__button:focus-visible,
.curated-public-claim-flow__button:focus-visible,
.curated-public-claim-flow__method:focus-visible {
    outline: 2px solid #cba558;
    outline-offset: 3px;
}

.curated-public-claim__action small {
    color: rgba(255, 255, 255, .55);
    font-size: 11px;
}

.curated-modal__dialog.curated-public-claim-modal__dialog {
    max-height: min(880px, calc(100dvh - 32px));
    max-width: 940px;
    padding: clamp(24px, 4vw, 44px);
    width: min(100%, 940px);
}

.curated-public-claim-modal__header {
    border-bottom: 1px solid var(--curated-public-line, #dedbd2);
    padding: 0 52px 24px 0;
}

.curated-public-claim-modal__header .curated-modal__heading {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(30px, 5vw, 48px);
    font-weight: 500;
    letter-spacing: -.03em;
    margin: 0 0 12px;
}

.curated-public-claim-modal__header > span {
    color: #6f6c64;
    display: block;
    line-height: 1.65;
    max-width: 720px;
}

.curated-public-claim-flow {
    min-width: 0;
}

.curated-public-claim-flow__step {
    padding-top: 24px;
}

.curated-public-claim-flow__step[hidden] {
    display: none;
}

.curated-public-claim-flow__heading {
    max-width: 680px;
}

.curated-public-claim-flow__heading > span {
    color: #91691f;
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.curated-public-claim-flow__heading h3,
.curated-public-claim-evidence h3 {
    color: #171714;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(25px, 4vw, 34px);
    font-weight: 500;
    letter-spacing: -.02em;
    margin: 0 0 8px;
}

.curated-public-claim-flow__heading p {
    color: #6f6c64;
    line-height: 1.6;
    margin: 0;
}

.curated-public-claim-flow__methods {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
}

.curated-public-claim-flow__methods.has-single-method {
    grid-template-columns: minmax(0, 1fr);
}

.curated-public-claim-flow__method {
    align-items: center;
    appearance: none;
    background: #faf8f2;
    border: 1px solid #dedbd2;
    border-radius: 10px;
    color: #171714;
    cursor: pointer;
    display: grid;
    font: inherit;
    gap: 14px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    min-height: 116px;
    padding: 18px;
    text-align: left;
    transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
    width: 100%;
}

.curated-public-claim-flow__method:hover {
    background: #fffdf7;
    border-color: rgba(145, 105, 31, .55);
    transform: translateY(-1px);
}

.curated-public-claim-flow__method[aria-pressed="true"] {
    background: #fffaf0;
    border-color: #a97b2b;
    box-shadow: 0 0 0 2px rgba(169, 123, 43, .14);
}

.curated-public-claim-flow__method-mark {
    align-items: center;
    background: #fff;
    border: 1px solid #d6cdbd;
    border-radius: 999px;
    color: #91691f;
    display: inline-flex;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 19px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.curated-public-claim-flow__method[aria-pressed="true"] .curated-public-claim-flow__method-mark {
    background: #91691f;
    border-color: #91691f;
    color: #fff;
}

.curated-public-claim-flow__method-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.curated-public-claim-flow__method-copy strong {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.curated-public-claim-flow__method-copy small {
    color: #6f6c64;
    font-size: 12px;
    line-height: 1.45;
}

.curated-public-claim-flow__method em {
    background: #f1e7d2;
    border-radius: 999px;
    color: #76561d;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .06em;
    padding: 6px 8px;
    text-transform: uppercase;
}

.curated-public-claim-flow__footer,
.curated-public-claim-flow__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 22px;
}

.curated-public-claim-flow__footer > span {
    color: #777168;
    font-size: 12px;
    margin-right: auto;
}

.curated-public-claim-flow__button {
    align-items: center;
    appearance: none;
    background: #1d1c18;
    border: 1px solid #1d1c18;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    text-decoration: none;
    transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.curated-public-claim-flow__button:hover {
    background: #76561d;
    border-color: #76561d;
    color: #fff;
}

.curated-public-claim-flow__button.is-secondary {
    background: transparent;
    border-color: #c9c4b8;
    color: #4f4c45;
}

.curated-public-claim-flow__button.is-secondary:hover {
    background: #f1ece1;
    border-color: #aaa293;
    color: #171714;
}

.curated-public-claim-flow__button:disabled {
    background: #d4d0c7;
    border-color: #d4d0c7;
    color: #777168;
    cursor: not-allowed;
}

.curated-public-claim-flow__process {
    background: #faf8f2;
    border: 1px solid #dedbd2;
    border-radius: 10px;
    margin-top: 22px;
    padding: 20px 22px;
}

.curated-public-claim-flow__process ol {
    counter-reset: curated-claim-step;
    display: grid;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.curated-public-claim-flow__process li {
    counter-increment: curated-claim-step;
    display: grid;
    gap: 3px 14px;
    grid-template-columns: 30px minmax(0, 1fr);
}

.curated-public-claim-flow__process li::before {
    align-items: center;
    background: #fff;
    border: 1px solid #d6cdbd;
    border-radius: 999px;
    color: #91691f;
    content: counter(curated-claim-step);
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    grid-row: 1 / span 2;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.curated-public-claim-flow__process li strong {
    color: #24231f;
    font-size: 13px;
}

.curated-public-claim-flow__process li span {
    color: #6f6c64;
    font-size: 13px;
    line-height: 1.5;
}

.curated-public-claim-evidence {
    border: 1px solid #dedbd2;
    border-radius: 8px;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(190px, .65fr) minmax(0, 1.35fr);
    margin-top: 14px;
    padding: 22px;
}

.curated-public-claim-evidence ul {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.curated-public-claim-evidence li {
    display: grid;
    gap: 2px;
}

.curated-public-claim-evidence li strong {
    color: #24231f;
    font-size: 13px;
}

.curated-public-claim-evidence li span {
    color: #6f6c64;
    font-size: 13px;
    line-height: 1.5;
}

.curated-public-claim-upload-note {
    background: #f1ece1;
    border-left: 3px solid #91691f;
    display: grid;
    gap: 3px;
    margin-top: 14px;
    padding: 14px 16px;
}

.curated-public-claim-upload-note strong {
    color: #3d321d;
    font-size: 13px;
}

.curated-public-claim-upload-note span {
    color: #665f53;
    font-size: 13px;
    line-height: 1.55;
}

.curated-public-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.curated-public-tags span {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    padding: 10px 12px;
}

.curated-public-tags strong {
    color: var(--curated-public-gold);
}

.curated-public-ranking-list {
    display: grid;
    gap: 12px;
}

.curated-public-rank-card {
    align-items: center;
    display: grid;
    gap: 20px;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    padding: 18px;
    transition: background-color .15s ease, box-shadow .15s ease;
}

.curated-public-rank-card:hover {
    background: var(--curated-public-paper);
    box-shadow: inset 0 0 0 1px rgba(145, 105, 31, .28);
}

.curated-public-rank-card__position {
    color: var(--curated-public-gold);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 34px;
}

.curated-public-rank-card p {
    color: var(--curated-public-muted);
    margin: 5px 0 0;
}

.curated-public-rank-card dl {
    display: flex;
    gap: 22px;
    margin: 0;
}

.curated-public-rank-card dl div {
    display: grid;
    gap: 4px;
}

.curated-public-rank-card dd {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}

@media (max-width: 800px) {
    .curated-public-hero.has-image,
    .curated-public-card-grid,
    .curated-public-facts,
    .curated-public-gallery__grid,
    .curated-public-claim,
    .curated-public-claim-flow__methods,
    .curated-public-claim-evidence {
        grid-template-columns: 1fr;
    }

    .curated-public-hero.has-image > div {
        padding: 28px;
    }

    .curated-public-hero > img {
        min-height: 280px;
    }

    .curated-public-rank-card {
        align-items: start;
        grid-template-columns: 54px minmax(0, 1fr);
    }

    .curated-public-rank-card dl {
        grid-column: 2;
    }

    .curated-public-claim__action {
        justify-items: stretch;
    }

    .curated-public-claim__button {
        width: 100%;
    }

    .curated-public-claim-flow__method {
        grid-template-columns: 40px minmax(0, 1fr);
        min-height: 0;
        padding: 15px;
    }

    .curated-public-claim-flow__method-mark {
        height: 40px;
        width: 40px;
    }

    .curated-public-claim-flow__method em {
        grid-column: 2;
        justify-self: start;
    }

    .curated-public-claim-flow__footer,
    .curated-public-claim-flow__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .curated-public-claim-flow__footer > span {
        margin-right: 0;
    }

    .curated-public-claim-flow__button {
        width: 100%;
    }
}

/* Editorial public Business profile. */
body.single-curated_business main.wp-block-group {
    padding: 28px 0 80px !important;
}

body.single-curated_business main.wp-block-group > .wp-block-post-title,
body.single-curated_business main.wp-block-group > .wp-block-post-featured-image,
body.single-curated_business main.wp-block-group > .wp-block-separator,
body.single-curated_business main.wp-block-group > .wp-block-post-navigation-link,
body.single-curated_business main.wp-block-group > .wp-block-comments,
body.single-curated_business main.wp-block-group > .wp-block-post-terms {
    display: none !important;
}

body.single-curated_business .curated-single-content {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
}

.curated-public-business {
    --curated-business-black: #1b1a17;
    --curated-business-black-soft: #28261f;
    --curated-business-cream: #f7f2e8;
    --curated-business-paper: #fffdf8;
    --curated-business-gold: #a97b2b;
    --curated-business-gold-light: #d4b16b;
    --curated-business-green: #267653;
    max-width: 1360px;
    padding: 0;
    width: min(calc(100vw - 48px), 1360px);
}

.curated-business-hero {
    background: var(--curated-business-black);
    border: 1px solid #302e28;
    border-radius: 22px;
    color: #fffdf8;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.curated-business-hero__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
    padding: 0 clamp(34px, 5.4vw, 74px) clamp(38px, 4.5vw, 62px);
    position: relative;
    z-index: 2;
}

.curated-business-hero__content::before {
    background: radial-gradient(circle, rgba(183, 139, 60, .17) 0, rgba(183, 139, 60, 0) 69%);
    content: "";
    height: 430px;
    left: -150px;
    pointer-events: none;
    position: absolute;
    top: -190px;
    width: 430px;
}

.curated-business-hero__identity {
    align-items: flex-end;
    display: flex;
    gap: 16px;
    margin: -59px 0 20px;
    position: relative;
}

.curated-business-hero__logo,
.curated-business-hero__monogram {
    align-items: center;
    background: #fffdf8;
    border: 5px solid var(--curated-business-black);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .68), 0 14px 30px rgba(0, 0, 0, .3);
    display: inline-flex;
    flex: 0 0 118px;
    height: 118px;
    justify-content: center;
    overflow: hidden;
    padding: 16px;
    width: 118px;
}

.curated-business-hero__logo img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.curated-business-hero__monogram {
    color: var(--curated-business-gold);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 46px;
    padding: 0;
}

.curated-business-hero__identity-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 12px;
}

.curated-business-hero__eyebrow,
.curated-business-hero__verified {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.curated-business-hero__eyebrow {
    color: var(--curated-business-gold-light);
}

.curated-business-hero__verified {
    align-items: center;
    background: rgba(64, 160, 115, .13);
    border: 1px solid rgba(106, 204, 157, .36);
    border-radius: 999px;
    color: #a9e2c6;
    display: inline-flex;
    gap: 6px;
    padding: 7px 10px;
}

.curated-business-hero__verified > span {
    align-items: center;
    background: #d9f3e5;
    border-radius: 50%;
    color: #1d714c;
    display: inline-flex;
    height: 15px;
    justify-content: center;
    width: 15px;
}

.curated-business-hero h1 {
    color: #fffdf8;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(50px, 5.4vw, 76px);
    font-weight: 500;
    letter-spacing: -.052em;
    line-height: .94;
    margin: 0;
    max-width: 900px;
    overflow-wrap: anywhere;
}

.curated-business-hero__categories {
    color: var(--curated-business-gold-light);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.6;
    margin: 22px 0 0;
    text-transform: uppercase;
}

.curated-business-hero__description {
    color: rgba(255, 253, 248, .7);
    font-size: clamp(16px, 1.5vw, 19px);
    line-height: 1.65;
    margin-top: 20px;
    max-width: 760px;
}

.curated-business-hero__description p,
.curated-business-profile-card__copy p {
    margin: 0;
}

.curated-business-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.curated-business-button {
    align-items: center;
    appearance: none;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
    gap: 14px;
    justify-content: center;
    letter-spacing: .075em;
    min-height: 48px;
    padding: 12px 19px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.curated-business-button:hover {
    transform: translateY(-2px);
}

.curated-business-button.is-primary {
    background: #fffdf8;
    border-color: #fffdf8;
    color: #1b1a17;
}

.curated-business-button.is-primary:hover {
    background: #e9d9b8;
    border-color: #e9d9b8;
    color: #1b1a17;
}

.curated-business-button.is-secondary {
    background: rgba(255, 255, 255, .04);
    border-color: rgba(255, 255, 255, .31);
    color: #fffdf8;
}

.curated-business-button.is-secondary:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .55);
    color: #fffdf8;
}

.curated-business-button:focus-visible,
.curated-business-location-card a:focus-visible,
.curated-business-profile-card a:focus-visible,
.curated-business-empty a:focus-visible {
    outline: 3px solid var(--curated-business-gold-light);
    outline-offset: 3px;
}

.curated-business-hero__media {
    height: clamp(320px, 28vw, 400px);
    min-height: 320px;
    order: -1;
    overflow: hidden;
    position: relative;
}

.curated-business-hero__media::after {
    background: linear-gradient(0deg, rgba(27, 26, 23, .58), transparent 35%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.curated-business-hero__primary-image,
.curated-business-hero__secondary-image {
    margin: 0;
}

.curated-business-hero__primary-image,
.curated-business-hero__primary-image img {
    height: 100%;
    width: 100%;
}

.curated-business-hero__primary-image img {
    display: block;
    object-fit: cover;
}

.curated-business-hero__secondary-image {
    background: #fffdf8;
    border: 8px solid #fffdf8;
    border-radius: 14px;
    bottom: 28px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .32);
    height: 170px;
    right: 26px;
    overflow: hidden;
    position: absolute;
    width: 230px;
    z-index: 2;
}

.curated-business-hero__secondary-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.curated-business-hero__art {
    align-items: center;
    background:
        radial-gradient(circle at 50% 50%, rgba(205, 166, 91, .2), transparent 28%),
        linear-gradient(145deg, #302b20, #151512);
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: inherit;
}

.curated-business-hero__art > span {
    align-items: center;
    border: 1px solid rgba(222, 188, 122, .55);
    border-radius: 50%;
    color: var(--curated-business-gold-light);
    display: flex;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(90px, 14vw, 190px);
    height: min(36vw, 330px);
    justify-content: center;
    width: min(36vw, 330px);
}

.curated-business-metrics {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    margin-top: 14px;
}

.curated-business-metrics > div {
    background: var(--curated-business-paper);
    border: 1px solid var(--curated-public-line);
    border-radius: 14px;
    display: grid;
    gap: 4px;
    min-height: 116px;
    padding: 24px 26px;
}

.curated-business-metrics strong {
    color: var(--curated-business-black);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1;
}

.curated-business-metrics strong small {
    color: var(--curated-public-muted);
    font-family: inherit;
    font-size: 18px;
}

.curated-business-metrics strong.is-text {
    align-self: center;
    font-size: clamp(24px, 2.8vw, 34px);
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.curated-business-metrics strong.is-text.is-open {
    color: var(--curated-business-green);
}

.curated-business-metrics strong.is-text.is-closed {
    color: #7f3a31;
}

.curated-business-metrics span {
    align-self: end;
    color: var(--curated-public-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.curated-business-layout {
    align-items: start;
    display: grid;
    gap: clamp(32px, 4vw, 56px);
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    margin-top: clamp(54px, 7vw, 94px);
}

.curated-public-business.is-single-spot .curated-business-layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
}

.curated-public-business.is-single-spot .curated-business-location-card:only-child .curated-business-location-card__media {
    min-height: 480px;
}

.curated-business-zero {
    align-items: center;
    background: var(--curated-business-cream);
    border: 1px solid #ddd3c0;
    border-radius: 18px;
    display: grid;
    gap: clamp(34px, 7vw, 100px);
    grid-template-columns: minmax(0, 1fr) minmax(220px, 330px);
    margin-top: 14px;
    min-height: 350px;
    overflow: hidden;
    padding: clamp(34px, 5vw, 68px);
    position: relative;
}

.curated-business-zero::before {
    background: radial-gradient(circle, rgba(169, 123, 43, .15), transparent 68%);
    content: "";
    height: 420px;
    pointer-events: none;
    position: absolute;
    right: -120px;
    top: -210px;
    width: 420px;
}

.curated-business-zero__copy,
.curated-business-zero__mark {
    position: relative;
    z-index: 1;
}

.curated-business-zero__copy > p {
    color: var(--curated-business-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.curated-business-zero__copy h2 {
    color: var(--curated-business-black);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1.02;
    margin: 0;
    max-width: 760px;
}

.curated-business-zero__copy > span {
    color: var(--curated-public-muted);
    display: block;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 19px;
    max-width: 690px;
}

.curated-business-zero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 27px;
}

.curated-business-button.is-dark {
    background: var(--curated-business-black);
    border-color: var(--curated-business-black);
    color: #fffdf8;
}

.curated-business-button.is-dark:hover {
    background: #4a3a20;
    border-color: #4a3a20;
    color: #fffdf8;
}

.curated-business-button.is-ghost-dark {
    background: transparent;
    border-color: #b8ad99;
    color: var(--curated-business-black);
}

.curated-business-button.is-ghost-dark:hover {
    background: #fffdf8;
    border-color: #8d806a;
    color: var(--curated-business-black);
}

.curated-business-zero__mark {
    align-items: center;
    aspect-ratio: 1;
    background: var(--curated-business-black);
    border: 1px solid #302e28;
    border-radius: 50%;
    color: #fffdf8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-self: end;
    padding: 42px;
    text-align: center;
    width: min(100%, 300px);
}

.curated-business-zero__mark img {
    display: block;
    filter: brightness(0) invert(1);
    height: auto;
    max-height: 72px;
    max-width: 150px;
    object-fit: contain;
    width: auto;
}

.curated-business-zero__mark strong {
    color: var(--curated-business-gold-light);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 76px;
    font-weight: 500;
    line-height: 1;
}

.curated-business-zero__mark > span {
    color: rgba(255, 253, 248, .58);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    margin-top: 18px;
    max-width: 170px;
    text-transform: uppercase;
}

.curated-business-main,
.curated-business-sidebar {
    min-width: 0;
}

.curated-business-section {
    scroll-margin-top: 100px;
}

.curated-business-section + .curated-business-section {
    margin-top: clamp(62px, 7vw, 94px);
}

.curated-business-section__heading {
    align-items: end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 26px;
}

.curated-business-section__heading > div > p,
.curated-business-profile-card > p,
.curated-business-footer-cta > div > p {
    color: var(--curated-business-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    margin: 0 0 9px;
    text-transform: uppercase;
}

.curated-business-section__heading h2,
.curated-business-profile-card h2,
.curated-business-footer-cta h2 {
    color: var(--curated-business-black);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.04;
    margin: 0;
}

.curated-business-section__heading > span {
    color: var(--curated-public-muted);
    font-size: 11px;
    line-height: 1.45;
    max-width: 220px;
    text-align: right;
}

.curated-business-location-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.curated-business-location-card {
    background: var(--curated-business-paper);
    border: 1px solid var(--curated-public-line);
    border-radius: 16px;
    display: grid;
    min-width: 0;
    overflow: hidden;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.curated-business-location-card:hover {
    border-color: rgba(145, 105, 31, .46);
    box-shadow: 0 22px 55px rgba(40, 34, 23, .1);
    transform: translateY(-3px);
}

.curated-business-location-card:only-child {
    grid-column: 1 / -1;
    grid-template-columns: minmax(300px, .95fr) minmax(0, 1.05fr);
}

.curated-business-location-card__media {
    aspect-ratio: 16 / 11;
    background: #e9e3d7;
    color: inherit;
    display: block;
    min-width: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.curated-business-location-card:only-child .curated-business-location-card__media {
    aspect-ratio: auto;
    min-height: 440px;
}

.curated-business-location-card__media > img:not(.is-brand-mark) {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms cubic-bezier(.2, .7, .2, 1);
    width: 100%;
}

.curated-business-location-card:hover .curated-business-location-card__media > img:not(.is-brand-mark) {
    transform: scale(1.035);
}

.curated-business-location-card__media.has-placeholder {
    align-items: center;
    background: linear-gradient(145deg, #f0e8d8, #dad0bc);
    display: flex;
    justify-content: center;
}

.curated-business-location-card__media > .is-brand-mark {
    height: auto;
    max-height: 32%;
    max-width: 55%;
    object-fit: contain;
    width: auto;
}

.curated-business-location-card__monogram {
    align-items: center;
    border: 1px solid rgba(145, 105, 31, .45);
    border-radius: 50%;
    color: var(--curated-business-gold);
    display: flex;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 70px;
    height: 150px;
    justify-content: center;
    width: 150px;
}

.curated-business-location-card__number {
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(22, 21, 18, .76);
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 999px;
    color: #fffdf8;
    display: inline-flex;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 13px;
    height: 38px;
    justify-content: center;
    left: 16px;
    position: absolute;
    top: 16px;
    width: 38px;
}

.curated-business-location-card__award {
    align-items: center;
    backdrop-filter: blur(12px);
    background: rgba(255, 253, 248, .92);
    border: 1px solid rgba(145, 105, 31, .38);
    border-radius: 999px;
    bottom: 16px;
    color: #6f5019;
    display: inline-flex;
    gap: 7px;
    left: 16px;
    max-width: calc(100% - 32px);
    padding: 5px 10px 5px 5px;
    position: absolute;
}

.curated-business-location-card__award > img,
.curated-business-location-card__award > span {
    align-items: center;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    flex: 0 0 29px;
    height: 29px;
    justify-content: center;
    object-fit: contain;
    width: 29px;
}

.curated-business-location-card__award strong {
    font-size: 9px;
    letter-spacing: .055em;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.curated-business-location-card__body {
    align-items: start;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: clamp(24px, 3vw, 38px);
}

.curated-business-location-card__eyebrow {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 13px;
    justify-content: space-between;
    margin-bottom: 17px;
    width: 100%;
}

.curated-business-location-card__eyebrow > span:first-child {
    color: var(--curated-business-gold);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.curated-business-location-card__status {
    align-items: center;
    color: var(--curated-public-muted);
    display: inline-flex;
    font-size: 10px;
    gap: 6px;
}

.curated-business-location-card__status i {
    background: #9a3e31;
    border-radius: 50%;
    display: block;
    height: 6px;
    width: 6px;
}

.curated-business-location-card__status.is-open i {
    background: var(--curated-business-green);
}

.curated-business-location-card h3 {
    color: var(--curated-business-black);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(27px, 3vw, 39px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.06;
    margin: 0;
}

.curated-business-location-card h3 a {
    color: inherit;
    text-decoration: none;
}

.curated-business-location-card h3 a:hover {
    color: var(--curated-business-gold);
}

.curated-business-location-card__rating {
    align-items: baseline;
    display: flex;
    gap: 5px;
    margin-top: 13px;
}

.curated-business-location-card__rating > span {
    color: var(--curated-business-gold);
}

.curated-business-location-card__rating strong {
    font-size: 14px;
}

.curated-business-location-card__rating small {
    color: var(--curated-public-muted);
    font-size: 11px;
}

.curated-business-location-card__summary {
    color: var(--curated-public-muted);
    line-height: 1.62;
    margin: 16px 0 0;
}

.curated-business-location-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.curated-business-location-card__tags li {
    background: var(--curated-business-cream);
    border: 1px solid #ddd3c0;
    border-radius: 999px;
    color: #5d5547;
    font-size: 10px;
    padding: 7px 10px;
}

.curated-business-location-card__address {
    align-items: flex-start;
    color: var(--curated-public-muted);
    display: flex;
    font-size: 11px;
    gap: 8px;
    line-height: 1.5;
    margin: 20px 0 0;
}

.curated-business-location-card__address span {
    color: var(--curated-business-gold);
    font-size: 16px;
    line-height: 1;
}

.curated-business-location-card__link {
    align-items: center;
    color: var(--curated-business-black);
    display: flex;
    font-size: 10px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: .1em;
    margin-top: auto;
    padding-top: 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.curated-business-location-card__link span {
    color: var(--curated-business-gold);
    font-size: 17px;
    transition: transform 160ms ease;
}

.curated-business-location-card__link:hover {
    color: var(--curated-business-gold);
}

.curated-business-location-card__link:hover span {
    transform: translateX(3px);
}

.curated-business-empty {
    align-items: center;
    background: var(--curated-business-cream);
    border: 1px solid #ddd3c0;
    border-radius: 16px;
    display: grid;
    gap: 22px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 28px;
}

.curated-business-empty > span {
    align-items: center;
    background: var(--curated-business-paper);
    border: 1px solid #d9c8a7;
    border-radius: 50%;
    color: var(--curated-business-gold);
    display: flex;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 28px;
    height: 60px;
    justify-content: center;
    width: 60px;
}

.curated-business-empty h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 5px;
}

.curated-business-empty p {
    color: var(--curated-public-muted);
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.curated-business-empty > a {
    border: 1px solid #bbb09b;
    border-radius: 999px;
    color: var(--curated-business-black);
    font-size: 10px;
    font-weight: 800;
    padding: 12px 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.curated-business-signature__grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.curated-business-signature__item {
    background: var(--curated-business-paper);
    border: 1px solid var(--curated-public-line);
    border-radius: 13px;
    display: grid;
    gap: 7px;
    min-width: 0;
    padding: 20px;
}

.curated-business-signature__item > span {
    color: var(--curated-business-gold);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.curated-business-signature__item > strong {
    color: var(--curated-business-black);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.15;
}

.curated-business-signature__item > small {
    color: var(--curated-public-muted);
    font-size: 10px;
}

.curated-business-signature__item > i {
    background: #e8e3da;
    border-radius: 999px;
    display: block;
    height: 3px;
    margin-top: 4px;
    overflow: hidden;
}

.curated-business-signature__item > i > b {
    background: var(--curated-business-gold);
    border-radius: inherit;
    display: block;
    height: 100%;
}

.curated-business-sidebar {
    display: grid;
    gap: 14px;
    position: sticky;
    top: 98px;
}

.curated-business-profile-card,
.curated-business-curation-note {
    background: var(--curated-business-paper);
    border: 1px solid var(--curated-public-line);
    border-radius: 16px;
}

.curated-business-profile-card {
    padding: 28px;
}

.curated-business-profile-card h2 {
    font-size: 34px;
}

.curated-business-profile-card__copy {
    color: var(--curated-public-muted);
    font-size: 14px;
    line-height: 1.65;
    margin-top: 17px;
}

.curated-business-profile-card__details {
    display: grid;
    gap: 9px;
    margin: 24px 0 0;
}

.curated-business-profile-card__details > div {
    background: #faf7f0;
    border: 1px solid #e3ded3;
    border-radius: 10px;
    display: grid;
    gap: 5px;
    padding: 13px 14px;
}

.curated-business-profile-card__details dt {
    color: var(--curated-public-muted);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.curated-business-profile-card__details dd {
    color: var(--curated-business-black);
    font-size: 12px;
    line-height: 1.45;
    margin: 0;
    overflow-wrap: anywhere;
}

.curated-business-profile-card__details a {
    color: inherit;
    text-decoration: none;
}

.curated-business-profile-card__details a:hover {
    color: var(--curated-business-gold);
}

.curated-business-profile-card__trust {
    align-items: center;
    background: #edf7f1;
    border: 1px solid #c8e2d3;
    border-radius: 11px;
    display: grid;
    gap: 10px;
    grid-template-columns: 34px minmax(0, 1fr);
    margin-top: 14px;
    padding: 12px;
}

.curated-business-profile-card__trust > span {
    align-items: center;
    background: var(--curated-business-green);
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.curated-business-profile-card__trust strong,
.curated-business-profile-card__trust small {
    display: block;
}

.curated-business-profile-card__trust strong {
    color: #1e5f44;
    font-size: 11px;
}

.curated-business-profile-card__trust small {
    color: #577264;
    font-size: 9px;
    line-height: 1.4;
    margin-top: 2px;
}

.curated-business-curation-note {
    align-items: start;
    display: grid;
    gap: 13px;
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 18px;
}

.curated-business-curation-note > span {
    align-items: center;
    background: var(--curated-business-black);
    border: 1px solid var(--curated-business-black);
    border-radius: 50%;
    color: var(--curated-business-gold-light);
    display: flex;
    font-family: Georgia, 'Times New Roman', serif;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.curated-business-curation-note strong {
    color: var(--curated-business-black);
    font-size: 12px;
}

.curated-business-curation-note p {
    color: var(--curated-public-muted);
    font-size: 10px;
    line-height: 1.5;
    margin: 4px 0 0;
}

.curated-business-gallery {
    margin-top: clamp(62px, 7vw, 94px);
}

.curated-business-gallery__grid {
    display: grid;
    gap: 12px;
    grid-auto-rows: 240px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.curated-business-gallery__grid figure {
    border: 1px solid var(--curated-public-line);
    border-radius: 14px;
    grid-column: span 5;
    margin: 0;
    overflow: hidden;
}

.curated-business-gallery__grid figure.is-featured {
    grid-column: span 7;
    grid-row: span 2;
}

.curated-business-gallery__grid img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease;
    width: 100%;
}

.curated-business-gallery__grid figure:hover img {
    transform: scale(1.025);
}

.curated-business-gallery.is-compact .curated-business-gallery__grid {
    grid-auto-rows: 390px;
}

.curated-business-gallery.is-compact .curated-business-gallery__grid figure,
.curated-business-gallery.is-compact .curated-business-gallery__grid figure.is-featured {
    grid-column: span 6;
    grid-row: auto;
}

.curated-business-footer-cta {
    align-items: center;
    background: var(--curated-business-black);
    border: 1px solid #302e28;
    border-radius: 18px;
    color: #fffdf8;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    margin-top: clamp(62px, 7vw, 94px);
    overflow: hidden;
    padding: clamp(30px, 5vw, 58px);
    position: relative;
}

.curated-business-footer-cta::after {
    background: radial-gradient(circle, rgba(169, 123, 43, .24), transparent 67%);
    content: "";
    height: 320px;
    pointer-events: none;
    position: absolute;
    right: -90px;
    top: -170px;
    width: 320px;
}

.curated-business-footer-cta > div {
    position: relative;
    z-index: 1;
}

.curated-business-footer-cta h2 {
    color: #fffdf8;
    font-size: clamp(31px, 4vw, 50px);
    max-width: 720px;
}

.curated-business-footer-cta > div:last-child {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: flex-end;
}

.curated-business-button.is-light {
    background: #fffdf8;
    border-color: #fffdf8;
    color: var(--curated-business-black);
}

.curated-business-button.is-outline-light {
    background: transparent;
    border-color: rgba(255, 255, 255, .34);
    color: #fffdf8;
}

.curated-business-button.is-light:hover {
    background: #e9d9b8;
    border-color: #e9d9b8;
    color: var(--curated-business-black);
}

.curated-business-button.is-outline-light:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .56);
    color: #fffdf8;
}

@media (max-width: 1050px) {
    .curated-business-layout {
        grid-template-columns: 1fr;
    }

    .curated-public-business.is-single-spot .curated-business-layout {
        grid-template-columns: 1fr;
    }

    .curated-business-sidebar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        position: static;
    }

    .curated-business-curation-note {
        align-self: start;
    }
}

@media (max-width: 760px) {
    body.single-curated_business main.wp-block-group {
        padding: 12px 0 54px !important;
    }

    .curated-public-business {
        width: min(calc(100vw - 20px), 1360px);
    }

    .curated-business-hero {
        border-radius: 17px;
    }

    .curated-business-hero__content {
        padding: 0 26px 36px;
    }

    .curated-business-hero__identity {
        gap: 12px;
        margin: -50px 0 18px;
    }

    .curated-business-hero__logo,
    .curated-business-hero__monogram {
        flex-basis: 100px;
        height: 100px;
        padding: 13px;
        width: 100px;
    }

    .curated-business-hero h1 {
        font-size: clamp(43px, 14vw, 64px);
    }

    .curated-business-hero__description {
        font-size: 15px;
    }

    .curated-business-hero__media {
        height: clamp(245px, 74vw, 330px);
        min-height: 245px;
    }

    .curated-business-hero__media::after {
        background: linear-gradient(0deg, rgba(27, 26, 23, .5), transparent 32%);
    }

    .curated-business-hero__secondary-image {
        display: none;
    }

    .curated-business-hero__art > span {
        height: 190px;
        width: 190px;
    }

    .curated-business-zero {
        gap: 34px;
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 32px 25px;
    }

    .curated-business-zero__copy h2 {
        font-size: 39px;
    }

    .curated-business-zero__copy > span {
        font-size: 14px;
    }

    .curated-business-zero__mark {
        justify-self: center;
        padding: 32px;
        width: min(68vw, 230px);
    }

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

    .curated-business-metrics > div {
        min-height: 100px;
        padding: 18px;
    }

    .curated-business-metrics strong {
        font-size: 32px;
    }

    .curated-business-layout {
        margin-top: 55px;
    }

    .curated-business-section__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }

    .curated-business-section__heading > span {
        max-width: none;
        text-align: left;
    }

    .curated-business-section__heading h2 {
        font-size: 37px;
    }

    .curated-business-location-grid {
        grid-template-columns: 1fr;
    }

    .curated-business-location-card:only-child {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .curated-business-location-card:only-child .curated-business-location-card__media,
    .curated-business-location-card__media {
        aspect-ratio: 4 / 3;
        min-height: 0;
    }

    .curated-public-business.is-single-spot .curated-business-location-card:only-child .curated-business-location-card__media {
        min-height: 0;
    }

    .curated-business-location-card__body {
        padding: 25px;
    }

    .curated-business-signature__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .curated-business-sidebar {
        grid-template-columns: 1fr;
    }

    .curated-business-empty {
        align-items: start;
        grid-template-columns: auto minmax(0, 1fr);
        padding: 22px;
    }

    .curated-business-empty > a {
        grid-column: 1 / -1;
        text-align: center;
    }

    .curated-business-gallery__grid,
    .curated-business-gallery.is-compact .curated-business-gallery__grid {
        grid-auto-rows: 250px;
        grid-template-columns: 1fr;
    }

    .curated-business-gallery__grid figure,
    .curated-business-gallery__grid figure.is-featured,
    .curated-business-gallery.is-compact .curated-business-gallery__grid figure,
    .curated-business-gallery.is-compact .curated-business-gallery__grid figure.is-featured {
        grid-column: auto;
        grid-row: auto;
    }

    .curated-business-footer-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 30px 25px;
    }

    .curated-business-footer-cta > div:last-child {
        justify-content: flex-start;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .curated-business-hero__media {
        height: 245px;
        min-height: 245px;
    }

    .curated-business-hero__content {
        padding: 0 21px 30px;
    }

    .curated-business-hero__identity {
        gap: 8px;
        margin-top: -46px;
    }

    .curated-business-hero__logo,
    .curated-business-hero__monogram {
        border-width: 4px;
        flex-basis: 92px;
        height: 92px;
        width: 92px;
    }

    .curated-business-hero__identity-meta {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 9px;
    }

    .curated-business-hero__actions,
    .curated-business-hero__actions .curated-business-button,
    .curated-business-zero__actions,
    .curated-business-zero__actions .curated-business-button,
    .curated-business-footer-cta .curated-business-button {
        width: 100%;
    }

    .curated-business-metrics > div {
        min-height: 92px;
        padding: 15px;
    }

    .curated-business-metrics > div:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .curated-business-metrics strong {
        font-size: 29px;
    }

    .curated-business-metrics span {
        font-size: 8px;
    }

    .curated-business-location-card__eyebrow {
        align-items: flex-start;
        flex-direction: column;
    }

    .curated-business-location-card h3 {
        font-size: 31px;
    }

    .curated-business-location-card__tags li {
        padding: 6px 9px;
    }

    .curated-business-signature__grid {
        gap: 8px;
    }

    .curated-business-signature__item {
        padding: 15px;
    }

    .curated-business-signature__item > strong {
        font-size: 17px;
    }
}

@media (max-width: 350px) {
    .curated-business-signature__grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .curated-business-button,
    .curated-business-location-card,
    .curated-business-location-card__media > img,
    .curated-business-location-card__link span,
    .curated-business-gallery__grid img {
        transition: none;
    }
}

.curated-place-meta__item {
    align-items: center;
    display: inline-flex;
}

.curated-place-meta__item + .curated-place-meta__item::before {
    color: var(--wp--preset--color--shadcn-border-darker, #94a3b8);
    content: "/";
    margin-right: 0.5rem;
}

.curated-place-card {
    border: 1px solid var(--wp--preset--color--shadcn-border, #e2e8f0);
    border-radius: 8px;
    margin: 1.5rem 0;
}

.curated-place-card__body {
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
}

.curated-place-card__title {
    font-size: 1.125rem;
    line-height: 1.35;
    margin: 0;
}

.curated-place-card__summary,
.curated-place-card__notes {
    margin: 0;
}

.curated-place-card__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.curated-place-card__link {
    border-bottom: 1px solid currentColor;
    font-size: 0.875rem;
    text-decoration: none;
}

.curated-location-section {
    border: 1px solid var(--wp--preset--color--shadcn-border, #e2e8f0);
    border-radius: 8px;
    margin: 2rem 0;
    overflow: visible;
}

.curated-location-section--spotlight {
    background: #fffdf8;
    border: 1px solid rgba(207, 169, 90, 0.72);
    box-shadow: 0 26px 64px rgba(21, 18, 13, 0.12), 0 8px 24px rgba(138, 103, 47, 0.08);
    isolation: isolate;
    margin: 2.75rem 0;
    position: relative;
}

.curated-location-section--spotlight::before {
    background: linear-gradient(90deg, transparent 0%, rgba(216, 183, 106, 0.82) 18%, rgba(246, 239, 225, 0.9) 50%, rgba(216, 183, 106, 0.82) 82%, transparent 100%);
    content: "";
    height: 1px;
    left: 18px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 0;
    z-index: 2;
}

.curated-location-section--spotlight::after {
    background: radial-gradient(ellipse at center, rgba(138, 103, 47, 0.16), transparent 68%);
    content: "";
    height: 140px;
    inset: -30px -32px auto;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}

.curated-location-section__header {
    background: var(--wp--preset--color--shadcn-accent, #f8fafc);
    border-bottom: 1px solid var(--wp--preset--color--shadcn-border, #e2e8f0);
    padding: 1rem;
    position: relative;
}

.curated-location-section--spotlight .curated-location-section__header {
    background:
        radial-gradient(circle at 84% 24%, rgba(216, 183, 106, 0.13), transparent 30%),
        linear-gradient(180deg, #fffdf8 0%, #fffaf1 100%);
    border-bottom-color: rgba(207, 169, 90, 0.28);
    border-radius: 8px 8px 0 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
    overflow: visible;
    padding: 1.45rem 1.55rem;
}

.curated-location-section--spotlight .curated-location-section__header::after {
    background: linear-gradient(90deg, rgba(207, 169, 90, 0.16), transparent 42%, rgba(207, 169, 90, 0.08));
    content: "";
    inset: 0;
    opacity: 0.48;
    pointer-events: none;
    position: absolute;
}

.curated-location-section__spotlight-kicker {
    color: #6f4f12;
    cursor: help;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0.65rem;
    text-transform: uppercase;
}

.curated-location-section--spotlight .curated-location-section__spotlight-kicker {
    align-items: center;
    color: #9f7629;
    display: inline-flex;
    gap: 0.7rem;
    min-width: 0;
    padding-right: 1.45rem;
    position: relative;
    z-index: 1;
}

.curated-location-section__spotlight-kicker:focus {
    outline: 2px solid rgba(207, 169, 90, 0.32);
    outline-offset: 6px;
}

.curated-location-section--spotlight .curated-location-section__spotlight-kicker::before {
    background:
        radial-gradient(circle at center, #c79b45 0 16%, transparent 18%),
        radial-gradient(circle at center, transparent 0 54%, rgba(207, 169, 90, 0.2) 56%, rgba(207, 169, 90, 0.2) 58%, transparent 60%);
    border: 1px solid rgba(207, 169, 90, 0.32);
    border-radius: 999px;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: 44px;
    width: 44px;
}

.curated-location-section--spotlight .curated-location-section__spotlight-kicker::after {
    background: rgba(207, 169, 90, 0.28);
    content: "";
    height: 44px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.curated-location-section__spotlight-label {
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.curated-location-section__spotlight-tooltip {
    background: rgba(255, 253, 248, 0.98);
    border: 1px solid rgba(207, 169, 90, 0.42);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(79, 55, 21, 0.18);
    color: #4f3715;
    font-size: 0.8125rem;
    font-weight: 700;
    left: 50%;
    line-height: 1.45;
    max-width: min(300px, calc(100vw - 32px));
    min-width: 250px;
    opacity: 0;
    padding: 10px 12px;
    pointer-events: none;
    position: absolute;
    text-transform: none;
    top: calc(100% + 11px);
    transform: translate(-50%, -4px);
    transition: opacity 160ms ease, transform 160ms ease;
    z-index: 45;
}

.curated-location-section__spotlight-tooltip::before {
    border-bottom: 6px solid rgba(255, 253, 248, 0.98);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    left: 50%;
    position: absolute;
    top: -6px;
    transform: translateX(-50%);
}

.curated-location-section__spotlight-kicker:hover .curated-location-section__spotlight-tooltip,
.curated-location-section__spotlight-kicker:focus .curated-location-section__spotlight-tooltip,
.curated-location-section__spotlight-kicker:focus-within .curated-location-section__spotlight-tooltip {
    opacity: 1;
    transform: translate(-50%, 0);
}

.curated-location-section__spotlight-layout {
    align-items: center;
    display: grid;
    gap: 1.85rem;
    grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1.8fr) auto;
    position: relative;
    z-index: 1;
}

.curated-location-section__spotlight-place {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
}

.curated-location-section__spotlight-subtitle {
    color: #746a5d;
    display: block;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.25;
    text-transform: uppercase;
}

.curated-location-section__spotlight-trust {
    align-items: center;
    background: rgba(255, 253, 248, 0.96);
    border: 1px solid rgba(207, 169, 90, 0.2);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(21, 18, 13, 0.1);
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 1rem;
    max-height: none;
    opacity: 1;
    overflow: visible;
    padding: 1rem;
    position: relative;
    transform: none;
    transition: box-shadow 180ms ease, transform 180ms ease;
    z-index: 1;
}

.curated-location-section__spotlight-trust-copy {
    color: #2f2a21;
    font-size: 0.875rem;
    line-height: 1.55;
    margin: 0;
    max-width: 44rem;
}

.curated-location-section__spotlight-trust-items {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-end;
}

.curated-location-section__spotlight-trust-item {
    align-items: center;
    border-left: 1px solid rgba(138, 103, 47, 0.18);
    display: inline-flex;
    gap: 0.55rem;
    min-width: 138px;
    padding-left: 0.85rem;
}

.curated-location-section__spotlight-trust-mark {
    aspect-ratio: 1;
    border: 1px solid rgba(138, 103, 47, 0.34);
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    height: 28px;
    position: relative;
    width: 28px;
}

.curated-location-section__spotlight-trust-mark::before {
    border: solid #8a672f;
    border-width: 0 1.5px 1.5px 0;
    content: "";
    height: 10px;
    left: 10px;
    position: absolute;
    top: 6px;
    transform: rotate(45deg);
    width: 5px;
}

.curated-location-section__spotlight-trust-text {
    display: grid;
    gap: 0.15rem;
}

.curated-location-section__spotlight-trust-text strong {
    color: #15120d;
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.curated-location-section__spotlight-trust-text small {
    color: #746a5d;
    font-size: 0.6875rem;
    line-height: 1.2;
}

.curated-location-section__heading {
    align-items: center;
    display: flex;
    gap: 0.65rem;
    justify-content: space-between;
    position: relative;
}

.curated-location-section--spotlight .curated-location-section__heading {
    z-index: 1;
}

.curated-location-section__heading-main {
    align-items: center;
    display: flex;
    gap: 0.65rem;
    min-width: 0;
}

.curated-location-section__logo,
.curated-location-section img.curated-location-section__logo {
    aspect-ratio: 1;
    border-radius: 8px;
    display: block;
    flex: 0 0 auto;
    height: 36px;
    max-height: 36px;
    max-width: 36px;
    min-height: 36px;
    min-width: 36px;
    object-fit: contain;
    width: 36px;
}

.curated-location-section--spotlight .curated-location-section__logo,
.curated-location-section--spotlight img.curated-location-section__logo {
    background: #fffaf0;
    border: 1px solid rgba(216, 183, 106, 0.58);
    box-shadow: 0 0 0 3px rgba(216, 183, 106, 0.12), 0 12px 24px rgba(0, 0, 0, 0.24);
}

.curated-location-section__title {
    align-items: center;
    color: var(--wp--preset--color--shadcn-foreground, #020817);
    display: flex;
    flex-wrap: wrap;
    font-size: 1.25rem;
    gap: 0.5rem;
    line-height: 1.3;
    margin: 0;
    min-width: 0;
}

.curated-location-section--spotlight .curated-location-section__title {
    color: #15120d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.55rem, 2.8vw, 2.15rem);
    font-weight: 500;
    text-shadow: none;
}

.curated-location-section__badges {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.curated-location-section__badge {
    background: #ffffff;
    border: 1px solid rgba(201, 169, 104, 0.55);
    border-radius: 999px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
    color: #6f4f12;
    cursor: help;
    display: inline-flex;
    font-size: 0.6875rem;
    font-weight: 800;
    line-height: 1;
    padding: 0.35rem 0.5rem;
    position: relative;
    text-transform: uppercase;
}

.curated-location-section__badge > img {
    height: 18px;
    margin: -4px 5px -4px -3px;
    object-fit: contain;
    width: 18px;
}

.curated-location-section--spotlight .curated-location-section__badge {
    background: rgba(255, 250, 240, 0.94);
    border-color: rgba(216, 183, 106, 0.56);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
    color: #5f4515;
}

.curated-location-section__badge:focus {
    outline: 2px solid rgba(201, 169, 104, 0.42);
    outline-offset: 2px;
}

.curated-location-section__badge-tooltip {
    background: #111827;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.28);
    color: #ffffff;
    font-size: 0.8125rem;
    font-weight: 500;
    left: 50%;
    line-height: 1.45;
    max-width: min(280px, calc(100vw - 32px));
    min-width: 230px;
    opacity: 0;
    padding: 10px 12px;
    pointer-events: none;
    position: absolute;
    text-transform: none;
    top: calc(100% + 9px);
    transform: translate(-50%, -4px);
    transition: opacity 160ms ease, transform 160ms ease;
    z-index: 30;
}

.curated-location-section__badge-tooltip::before {
    border-bottom: 6px solid #111827;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    left: 50%;
    position: absolute;
    top: -6px;
    transform: translateX(-50%);
}

.curated-location-section__badge:hover .curated-location-section__badge-tooltip,
.curated-location-section__badge:focus .curated-location-section__badge-tooltip {
    opacity: 1;
    transform: translate(-50%, 0);
}

.curated-location-section__meta {
    align-items: center;
    color: var(--wp--preset--color--shadcn-muted-foreground, #64748b);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
    gap: 0.15rem;
    margin: 0.35rem 0 0;
}

.curated-location-section__business-popover {
    flex: 0 0 auto;
    margin-left: auto;
    position: relative;
}

.curated-location-section--spotlight .curated-location-section__business-popover {
    z-index: 2;
}

.curated-location-section__business-trigger {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--wp--preset--color--shadcn-border, #e2e8f0);
    border-radius: 999px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
    color: var(--wp--preset--color--shadcn-foreground, #020817);
    cursor: pointer;
    display: inline-flex;
    font-size: 0.8125rem;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    line-height: 1;
    opacity: 1;
    padding: 0;
    transition: transform 160ms ease, box-shadow 160ms ease;
    width: 30px;
}

.curated-location-section__business-trigger:focus {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
    outline: none;
}

.curated-location-section--spotlight .curated-location-section__business-trigger {
    background: rgba(255, 250, 240, 0.96);
    border-color: rgba(216, 183, 106, 0.58);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    color: #5f4515;
}

.curated-location-section--spotlight .curated-location-section__business-trigger:focus {
    box-shadow: 0 0 0 3px rgba(216, 183, 106, 0.24), 0 10px 26px rgba(0, 0, 0, 0.24);
}

.curated-location-section__business-tooltip {
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.28);
    color: #ffffff;
    min-width: 280px;
    opacity: 0;
    padding: 16px;
    pointer-events: none;
    position: absolute;
    right: -18px;
    top: calc(100% + 14px);
    transform: translateY(-4px);
    transition: opacity 160ms ease, transform 160ms ease;
    width: max-content;
    max-width: min(380px, calc(100vw - 32px));
    z-index: 1000;
}

.curated-location-section__business-tooltip[data-curated-floating="true"] {
    left: var(--curated-business-tooltip-left, 12px);
    max-width: min(380px, calc(100vw - 24px));
    position: fixed;
    right: auto;
    top: var(--curated-business-tooltip-top, 12px);
    width: min(380px, calc(100vw - 24px));
    z-index: 100000;
}

.curated-location-section__business-tooltip::before {
    border-bottom: 7px solid #0f172a;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    position: absolute;
    right: 30px;
    top: -7px;
}

.curated-location-section__business-tooltip[data-curated-floating="true"]::before {
    left: var(--curated-business-tooltip-arrow-left, 30px);
    right: auto;
    transform: translateX(-50%);
}

.curated-location-section__business-tooltip[data-curated-placement="top"]::before {
    border-bottom: 0;
    border-top: 7px solid #0f172a;
    bottom: -7px;
    top: auto;
}

.curated-location-section--spotlight .curated-location-section__badge-tooltip {
    background:
        radial-gradient(circle at 14% 0%, rgba(216, 183, 106, 0.18), transparent 34%),
        linear-gradient(135deg, #15120d 0%, #2a2114 58%, #4f3715 100%);
    border-color: rgba(255, 238, 195, 0.34);
    box-shadow: 0 28px 66px rgba(29, 20, 6, 0.42);
    color: #fffaf0;
}

.curated-location-section--spotlight .curated-location-section__business-tooltip {
    background: rgba(255, 253, 248, 0.98);
    border-color: rgba(207, 169, 90, 0.42);
    border-radius: 8px;
    box-shadow: 0 0 0 4px #fffdf8, 0 18px 42px rgba(79, 55, 21, 0.18);
    color: #4f3715;
    min-width: 260px;
    padding: 12px;
}

.curated-location-section--spotlight .curated-location-section__business-tooltip[data-curated-floating="true"] {
    max-width: min(320px, calc(100vw - 24px));
    width: min(320px, calc(100vw - 24px));
}

.curated-location-section--spotlight .curated-location-section__business-tooltip::before {
    border-bottom-color: rgba(255, 253, 248, 0.98);
}

.curated-location-section--spotlight .curated-location-section__business-tooltip[data-curated-placement="top"]::before {
    border-top-color: rgba(255, 253, 248, 0.98);
}

.curated-location-section--spotlight .curated-location-section__badge-tooltip::before {
    border-bottom-color: #5f4515;
}

.curated-location-section__business-popover:hover .curated-location-section__business-tooltip,
.curated-location-section__business-popover.is-open .curated-location-section__business-tooltip,
.curated-location-section__business-popover:focus-within .curated-location-section__business-tooltip {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.curated-location-section__header:has(.curated-location-section__badge:hover) .curated-location-section__business-tooltip,
.curated-location-section__header:has(.curated-location-section__badge:focus) .curated-location-section__business-tooltip {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
}

.curated-location-section__business-label {
    color: rgba(255, 255, 255, 0.68);
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.curated-location-section--spotlight .curated-location-section__business-label {
    color: #8a672f;
}

.curated-location-section__business-owner-copy {
    color: rgba(255, 255, 255, 0.86);
    display: block;
    font-size: 0.9375rem;
    line-height: 1.45;
    margin-bottom: 12px;
}

.curated-location-section--spotlight .curated-location-section__business-owner-copy {
    color: #4f3715;
    font-size: 0.8125rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.curated-location-section__business-card {
    align-items: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    gap: 0.65rem;
    min-width: 0;
    padding: 9px;
}

.curated-location-section--spotlight .curated-location-section__business-card {
    background: rgba(255, 250, 240, 0.7);
    border-color: rgba(207, 169, 90, 0.28);
    box-shadow: none;
    padding: 7px;
}

.curated-location-section__business-logo,
.curated-location-section img.curated-location-section__business-logo {
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    display: block;
    flex: 0 0 auto;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
    object-fit: contain;
    width: 40px;
}

.curated-location-section--spotlight .curated-location-section__business-logo,
.curated-location-section--spotlight img.curated-location-section__business-logo {
    background: rgba(255, 253, 248, 0.86);
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
}

.curated-location-section__business-card strong {
    color: #ffffff;
    font-size: 0.9375rem;
    line-height: 1.25;
}

.curated-location-section--spotlight .curated-location-section__business-card strong {
    color: #4f3715;
    font-size: 0.875rem;
}

.curated-location-section__ownership-link {
    color: #ffffff;
    display: inline;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.curated-location-section__ownership-link:hover,
.curated-location-section__ownership-link:focus {
    text-decoration-thickness: 2px;
}

.curated-location-section--spotlight .curated-location-section__ownership-link {
    color: #8a672f;
}

.curated-location-section__content {
    padding: 1rem;
}

.curated-location-section--spotlight .curated-location-section__content {
    background: linear-gradient(180deg, #fffefa 0%, #fff8e9 100%);
    border-radius: 0 0 8px 8px;
    position: relative;
    z-index: 1;
}

.curated-location-section__content > *:first-child {
    margin-top: 0;
}

.curated-location-section__content > *:last-child {
    margin-bottom: 0;
}

@media (hover: none), (pointer: coarse) {
    .curated-location-section__business-trigger {
        opacity: 1;
    }

    .curated-location-section__business-tooltip:not([data-curated-floating="true"]) {
        min-width: min(280px, calc(100vw - 32px));
        right: 0;
        top: calc(100% + 8px);
    }

    .curated-location-section__badge-tooltip {
        left: auto;
        right: 0;
        transform: translateY(-4px);
    }

    .curated-location-section__badge-tooltip::before {
        left: auto;
        right: 18px;
        transform: none;
    }

    .curated-location-section__spotlight-trust {
        grid-template-columns: 1fr;
    }

    .curated-location-section__spotlight-trust-items {
        justify-content: flex-start;
    }

    .curated-location-section__spotlight-trust-item {
        border-left: 0;
        padding-left: 0;
    }

    .curated-location-section__spotlight-tooltip {
        left: auto;
        right: 0;
        transform: translateY(-4px);
    }

    .curated-location-section__spotlight-tooltip::before {
        left: auto;
        right: 4px;
        transform: none;
    }

    .curated-location-section__badge:hover .curated-location-section__badge-tooltip,
    .curated-location-section__badge:focus .curated-location-section__badge-tooltip,
    .curated-location-section__spotlight-kicker:hover .curated-location-section__spotlight-tooltip,
    .curated-location-section__spotlight-kicker:focus .curated-location-section__spotlight-tooltip,
    .curated-location-section__spotlight-kicker:focus-within .curated-location-section__spotlight-tooltip {
        transform: translateY(0);
    }
}

.curated-spot-submit {
    color: var(--wp--preset--color--shadcn-foreground, #020817);
    container-type: inline-size;
    margin: 4rem auto;
    max-width: 74rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}

.curated-spot-submit,
.curated-spot-submit *,
.curated-modal,
.curated-modal * {
    box-sizing: border-box;
}

.curated-spot-submit__inner {
    align-items: stretch;
    background: var(--wp--preset--color--base, #ffffff);
    border: 1px solid var(--wp--preset--color--shadcn-border, #e2e8f0);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
    display: grid;
    gap: 1rem;
    overflow: hidden;
}

.curated-spot-submit__copy {
    align-content: center;
    display: grid;
    gap: 0.875rem;
    min-width: 0;
    padding: 1.25rem;
}

.curated-spot-submit__eyebrow {
    color: var(--wp--preset--color--shadcn-muted-foreground, #64748b);
    font-size: 0.75rem;
    font-weight: 650;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.curated-spot-submit__title {
    color: var(--wp--preset--color--shadcn-foreground, #020817);
    font-size: 1.75rem;
    font-weight: 650;
    letter-spacing: 0;
    line-height: 1.14;
    margin: 0;
    text-wrap: balance;
}

.curated-spot-submit__text {
    color: var(--wp--preset--color--shadcn-muted-foreground, #64748b);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
    max-width: 38rem;
}

.curated-spot-submit__button {
    align-items: center;
    appearance: none;
    background: var(--wp--preset--color--shadcn-primary, #4f46e5);
    border: 0;
    border-radius: 999px;
    color: var(--wp--preset--color--shadcn-primary-foreground, #ffffff);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 0.9375rem;
    font-weight: 650;
    justify-content: center;
    justify-self: start;
    letter-spacing: 0;
    line-height: 1;
    min-height: 3rem;
    padding: 0.9rem 1.25rem;
    text-decoration: none;
}

.curated-spot-submit__button:hover,
.curated-spot-submit__button:focus-visible {
    background: var(--wp--preset--color--shadcn-primary-hover, #4338ca);
}

.curated-spot-submit__button:focus-visible,
.curated-modal__close:focus-visible {
    outline: 2px solid var(--wp--preset--color--shadcn-ring, #94a3b8);
    outline-offset: 3px;
}

.curated-spot-submit__media {
    margin: 0;
    min-height: 14rem;
    min-width: 0;
}

.curated-spot-submit__media img {
    aspect-ratio: 4 / 3;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.curated-modal {
    align-items: center;
    background: rgba(2, 8, 23, 0.58);
    display: grid;
    inset: 0;
    justify-items: center;
    opacity: 0;
    padding: 1rem;
    pointer-events: none;
    position: fixed;
    transition: opacity 160ms ease;
    z-index: 100000;
}

.curated-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.curated-modal-is-open {
    overflow: hidden;
}

.curated-modal__dialog {
    background: var(--wp--preset--color--base, #ffffff);
    border: 1px solid var(--wp--preset--color--shadcn-border, #e2e8f0);
    border-radius: 8px;
    box-shadow: 0 30px 80px rgba(2, 8, 23, 0.24);
    color: var(--wp--preset--color--shadcn-foreground, #020817);
    max-height: min(42rem, calc(100dvh - 2rem));
    max-width: 42rem;
    min-width: 0;
    overflow: auto;
    padding: 1.25rem;
    position: relative;
    transform: translateY(0.625rem);
    transition: transform 160ms ease;
    width: min(100%, 42rem);
}

.curated-modal.is-open .curated-modal__dialog {
    transform: translateY(0);
}

.curated-modal__close {
    align-items: center;
    appearance: none;
    background: var(--wp--preset--color--shadcn-accent, #f1f5f9);
    border: 1px solid var(--wp--preset--color--shadcn-border, #e2e8f0);
    border-radius: 999px;
    color: var(--wp--preset--color--shadcn-foreground, #020817);
    cursor: pointer;
    display: inline-flex;
    font-size: 1.25rem;
    height: 2.25rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 0.875rem;
    top: 0.875rem;
    width: 2.25rem;
}

.curated-modal__close:hover {
    background: var(--wp--preset--color--shadcn-border, #e2e8f0);
}

.curated-modal__heading {
    color: var(--wp--preset--color--shadcn-foreground, #020817);
    font-size: 1.5rem;
    font-weight: 650;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 3rem 1rem 0;
}

.curated-modal__content {
    color: var(--wp--preset--color--shadcn-muted-foreground, #64748b);
    font-size: 1rem;
    line-height: 1.7;
    min-width: 0;
}

.curated-modal__content > * {
    margin-bottom: 0;
    margin-top: 1rem;
}

.curated-modal__content > *:first-child {
    margin-top: 0;
}

.curated-share-modal {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(21, 19, 15, .72);
}

.curated-modal__dialog.curated-share-modal__dialog {
    background:
        radial-gradient(circle at 92% 3%, rgba(185, 133, 42, .14), transparent 31%),
        #fffdf8;
    border: 1px solid rgba(145, 105, 31, .32);
    border-radius: 24px;
    box-shadow: 0 38px 100px rgba(18, 16, 12, .34);
    max-height: min(780px, calc(100dvh - 32px));
    max-width: 760px;
    overflow-x: hidden;
    padding: clamp(25px, 4vw, 42px);
    width: min(100%, 760px);
}

.curated-share-modal__header {
    border-bottom: 1px solid #ded7c9;
    padding: 0 54px 24px 0;
}

.curated-share-modal__header > p {
    color: #96691c;
    font-size: 10px;
    font-weight: 820;
    letter-spacing: .15em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.curated-share-modal__header .curated-modal__heading {
    color: #1b1a17;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(32px, 5vw, 50px);
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1;
    margin: 0;
}

.curated-share-modal__header > span {
    color: #6d675d;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 14px;
}

.curated-share-modal__header > span strong {
    color: #312e28;
    font-size: 15px;
    font-weight: 760;
}

.curated-share-modal__header > span small {
    font-size: 12px;
    margin-top: 2px;
}

.curated-share-modal__methods {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 22px;
}

.curated-share-modal__methods > button {
    align-items: center;
    appearance: none;
    background: rgba(255, 255, 255, .7);
    border: 1px solid #ded7c9;
    border-radius: 14px;
    color: #1b1a17;
    cursor: pointer;
    display: grid;
    font: inherit;
    gap: 12px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    min-height: 70px;
    padding: 11px 13px;
    text-align: left;
    transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.curated-share-modal__methods > button[hidden] {
    display: none;
}

.curated-share-modal__methods > button:hover,
.curated-share-modal__methods > button:focus-visible {
    border-color: rgba(145, 105, 31, .65);
    box-shadow: 0 10px 28px rgba(58, 44, 20, .09);
    outline: 0;
    transform: translateY(-1px);
}

.curated-share-modal__methods > button > i {
    align-items: center;
    background: #24221e;
    border-radius: 12px;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    letter-spacing: -.04em;
    width: 42px;
}

.curated-share-modal__methods > button > i.is-facebook {
    background: #1877f2;
    font-family: Arial, sans-serif;
    font-size: 25px;
}

.curated-share-modal__methods > button > i.is-whatsapp {
    background: #1fae5b;
}

.curated-share-modal__methods > button > i.is-instagram {
    background: linear-gradient(135deg, #6636c6, #d62f79 58%, #f3a638);
    font-size: 25px;
}

.curated-share-modal__methods > button > i.is-x {
    background: #050505;
    font-size: 20px;
}

.curated-share-modal__methods > button > i.is-linkedin {
    background: #0a66c2;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.curated-share-modal__methods > button > i.is-email,
.curated-share-modal__methods > button > i.is-native {
    background: #eee5d5;
    color: #6f4d14;
}

.curated-share-modal__methods > button > span {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.curated-share-modal__methods > button strong {
    font-size: 13px;
    font-weight: 790;
}

.curated-share-modal__methods > button small {
    color: #777066;
    font-size: 10px;
    line-height: 1.35;
    margin-top: 2px;
}

.curated-share-modal__methods > button > b {
    color: #9b6b18;
    font-size: 15px;
    font-weight: 500;
}

.curated-share-modal__link {
    border-top: 1px solid #ded7c9;
    margin-top: 22px;
    padding-top: 18px;
}

.curated-share-modal__link > label {
    color: #766f64;
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .11em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.curated-share-modal__link > div {
    align-items: stretch;
    background: #f3ede2;
    border: 1px solid #d8cfbf;
    border-radius: 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    overflow: hidden;
}

.curated-share-modal__link input {
    background: transparent;
    border: 0;
    color: #625c52;
    font: inherit;
    font-size: 12px;
    min-width: 0;
    outline: 0;
    padding: 12px 14px;
}

.curated-share-modal__link button {
    appearance: none;
    background: #1b1a17;
    border: 0;
    color: #fffdf8;
    cursor: pointer;
    font: inherit;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    min-width: 104px;
    padding: 11px 15px;
    text-transform: uppercase;
}

.curated-share-modal__link button:hover,
.curated-share-modal__link button:focus-visible,
.curated-share-modal__link button.is-complete {
    background: #9a6a16;
    outline: 0;
}

.curated-share-modal__feedback {
    color: #28704d;
    font-size: 11px;
    font-weight: 720;
    min-height: 17px;
    margin: 9px 0 0;
}

.curated-share-modal__feedback.is-error {
    color: #a1493d;
}

.curated-top-spots {
    background:
        radial-gradient(circle at 88% 0%, rgba(226, 165, 62, 0.16), transparent 28rem),
        linear-gradient(145deg, #fffdf8 0%, #f7f1e7 100%);
    border: 1px solid #e4dccd;
    border-radius: 30px;
    box-shadow: 0 22px 70px rgba(63, 48, 24, 0.08);
    color: #1a1a17;
    container-type: inline-size;
    margin: 4rem auto;
    max-width: 74rem;
    overflow: hidden;
    padding: clamp(1.25rem, 4vw, 3rem);
    width: 100%;
}

.curated-top-spots,
.curated-top-spots * {
    box-sizing: border-box;
}

.curated-top-spots--entry {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 1.25rem 0;
    max-width: none;
    overflow: visible;
    padding: 0;
}

.curated-top-spots__header {
    align-items: end;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.curated-top-spots__eyebrow {
    color: #e2a53e;
    font-size: 0.73rem;
    font-weight: 760;
    letter-spacing: 0.14em;
    margin: 0 0 0.75rem;
    text-transform: uppercase;
}

.curated-top-spots__header h2 {
    color: #1a1a17;
    font-family: var(--wp--preset--font-family--heading, Georgia, serif);
    font-size: clamp(2rem, 5vw, 3.75rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1;
    margin: 0;
    max-width: 48rem;
    text-wrap: balance;
}

.curated-top-spots__description {
    color: #696258;
    font-size: 1rem;
    line-height: 1.7;
    margin: 1rem 0 0;
    max-width: 42rem;
}

.curated-top-spots__scope {
    border: 1px solid #d9cfbd;
    border-radius: 999px;
    color: #5f584d;
    flex: 0 0 auto;
    font-size: 0.78rem;
    line-height: 1;
    padding: 0.7rem 0.9rem;
}

.curated-top-spots__context {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.curated-top-spots__state {
    color: #6b6459;
    font-size: 0.69rem;
    font-weight: 720;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.curated-top-spots__state::before {
    background: #8b8172;
    border-radius: 999px;
    content: "";
    display: inline-block;
    height: 0.45rem;
    margin-right: 0.45rem;
    width: 0.45rem;
}

.curated-top-spots__state.is-live::before {
    background: #3a8b61;
}

.curated-top-spots__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

.curated-top-spots.is-layout-grid .curated-top-spots__grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
}

.curated-top-spots__card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e4dccf;
    border-radius: 20px;
    color: #1a1a17;
    display: flex;
    flex-direction: column;
    margin: 0;
    min-width: 0;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.curated-top-spots__card:hover {
    border-color: #d2c4ac;
    box-shadow: 0 20px 42px rgba(74, 55, 24, 0.12);
    transform: translateY(-3px);
}

.curated-top-spots__media {
    aspect-ratio: 16 / 10;
    background: #d9d0bd;
    overflow: hidden;
    position: relative;
}

.curated-top-spots__media > img {
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease;
    width: 100%;
}

.curated-top-spots__card:hover .curated-top-spots__media > img {
    transform: scale(1.035);
}

.curated-top-spots__media.has-placeholder {
    align-items: center;
    background: linear-gradient(135deg, #d8c8a7, #ede5d5);
    display: flex;
    justify-content: center;
}

.curated-top-spots__media.has-placeholder > span {
    color: rgba(23, 23, 20, 0.55);
    font-family: Georgia, serif;
    font-size: 4rem;
}

.curated-top-spots__rank {
    align-items: center;
    background: #e5a83e;
    border: 4px solid #fffdf8;
    border-radius: 999px;
    top: 1rem;
    color: #171714;
    display: inline-flex;
    font-size: 0.72rem;
    height: 2.35rem;
    justify-content: center;
    left: 1rem;
    letter-spacing: 0.02em;
    padding: 0 0.78rem;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}

.curated-top-spots__card.is-rank-2 .curated-top-spots__rank {
    background: #d8d2c7;
}

.curated-top-spots__card.is-rank-3 .curated-top-spots__rank {
    background: #d49b77;
}

.curated-top-spots__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.8rem 1.15rem 1.2rem;
}

.curated-top-spots__meta {
    align-items: center;
    color: #6f6b61;
    display: flex;
    font-size: 0.72rem;
    gap: 0.75rem;
    justify-content: space-between;
    min-height: 1.2rem;
}

.curated-top-spots__rating {
    white-space: nowrap;
}

.curated-top-spots__rating strong {
    color: #1a1a17;
}

.curated-top-spots__rating small {
    color: #817b70;
    font-size: inherit;
}

.curated-top-spots__body h3 {
    color: #1a1a17;
    font-family: var(--wp--preset--font-family--heading, Georgia, serif);
    font-size: 1.55rem;
    font-weight: 520;
    line-height: 1.12;
    margin: 0.7rem 0 0;
}

.curated-top-spots__body h3 a {
    color: inherit;
    text-decoration: none;
}

.curated-top-spots__body h3 a:hover {
    color: #9c6413;
}

.curated-top-spots__summary {
    color: #625e55;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0.7rem 0 0;
}

.curated-top-spots__metrics {
    background: #f7f2e9;
    border: 1px solid #e8dece;
    border-radius: 14px;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 1rem 0 0;
    overflow: hidden;
}

.curated-top-spots__metrics > div {
    border-bottom: 1px solid #e8dece;
    display: grid;
    gap: 0.2rem;
    margin: 0;
    padding: 0.7rem;
}

.curated-top-spots__metrics > div:nth-child(odd) {
    border-right: 1px solid #e8dece;
}

.curated-top-spots__metrics > div:nth-child(n + 3) {
    border-bottom: 0;
}

.curated-top-spots__metrics dt {
    color: #746c60;
    font-size: 0.62rem;
    font-weight: 680;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.curated-top-spots__metrics dd {
    color: #1a1a17;
    font-family: var(--wp--preset--font-family--heading, Georgia, serif);
    font-size: 1.05rem;
    margin: 0;
}

.curated-top-spots__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    list-style: none;
    margin: 1rem 0;
    padding: 0;
}

.curated-top-spots__tags li {
    background: #eee7d9;
    border-radius: 999px;
    color: #5d574c;
    font-size: 0.68rem;
    line-height: 1;
    margin: 0;
    padding: 0.45rem 0.58rem;
}

.curated-top-spots__link {
    align-items: center;
    border-top: 1px solid #e3ded3;
    color: #1a1a17;
    display: flex;
    font-size: 0.78rem;
    font-weight: 720;
    gap: 0.4rem;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 0.85rem;
    text-decoration: none;
}

.curated-top-spots__link span,
.curated-top-spots__footer span {
    transition: transform 180ms ease;
}

.curated-top-spots__link:hover span,
.curated-top-spots__footer a:hover span {
    transform: translateX(3px);
}

.curated-top-spots__footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 1.4rem;
}

.curated-top-spots__footer a {
    align-items: center;
    border-bottom: 1px solid #a99b82;
    color: #28251f;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 680;
    gap: 0.55rem;
    padding-bottom: 0.25rem;
    text-decoration: none;
}

.curated-top-spots-editor .components-placeholder {
    min-height: 12rem;
}

.curated-top-spots-editor__empty {
    background: #faf7f0;
    border: 1px dashed #b7ad9b;
    border-radius: 16px;
    color: #625e55;
    padding: 1.25rem;
}

.curated-faqs {
    color: var(--wp--preset--color--shadcn-foreground, #020817);
    container-type: inline-size;
    margin: 4rem auto;
    max-width: 74rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}

.curated-faqs,
.curated-faqs * {
    box-sizing: border-box;
}

.curated-faqs__inner {
    display: grid;
    gap: 1.5rem;
    min-width: 0;
}

.curated-faqs__header {
    align-self: start;
    display: grid;
    gap: 0.75rem;
}

.curated-faqs__eyebrow {
    align-items: center;
    background: var(--wp--preset--color--shadcn-accent, #f1f5f9);
    border: 1px solid var(--wp--preset--color--shadcn-border, #e2e8f0);
    border-radius: 999px;
    color: var(--wp--preset--color--shadcn-muted-foreground, #64748b);
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 600;
    justify-self: start;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    padding: 0.45rem 0.7rem;
}

.curated-faqs__heading {
    color: var(--wp--preset--color--shadcn-foreground, #020817);
    font-size: 2rem;
    font-weight: 650;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0;
    text-wrap: balance;
}

.curated-faqs__description {
    color: var(--wp--preset--color--shadcn-muted-foreground, #64748b);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
    max-width: 36rem;
}

.curated-faqs__content,
.curated-faqs .rank-math-block,
.curated-faqs .rank-math-list {
    min-width: 0;
}

.curated-faqs .rank-math-block {
    margin: 0;
}

.curated-faqs .rank-math-list {
    display: grid;
    gap: 0.875rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.curated-faqs .rank-math-list-item {
    background: var(--wp--preset--color--base, #ffffff);
    border: 1px solid var(--wp--preset--color--shadcn-border, #e2e8f0);
    border-radius: 18px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
    margin: 0;
    padding: 1.125rem;
}

.curated-faqs .rank-math-list-item:hover {
    border-color: var(--wp--preset--color--shadcn-border-darker, #94a3b8);
}

.curated-faqs .rank-math-question {
    color: var(--wp--preset--color--shadcn-foreground, #020817);
    font-size: 1.0625rem;
    font-weight: 650;
    letter-spacing: 0;
    line-height: 1.35;
    margin: 0 0 0.625rem;
}

.curated-faqs .rank-math-answer {
    color: var(--wp--preset--color--shadcn-muted-foreground, #64748b);
    font-size: 0.9725rem;
    line-height: 1.75;
}

.curated-faqs .rank-math-answer > * {
    margin-bottom: 0;
    margin-top: 0.75rem;
}

.curated-faqs .rank-math-answer > *:first-child {
    margin-top: 0;
}

.curated-faqs .rank-math-answer a {
    border-bottom: 1px solid currentColor;
    color: var(--wp--preset--color--shadcn-foreground, #020817);
    text-decoration: none;
}

.curated-faqs .rank-math-answer a:hover {
    color: var(--wp--preset--color--shadcn-primary, #4f46e5);
}

.curated-faqs .rank-math-answer .curated-top-spots {
    margin: 1.25rem 0 0;
    max-width: none;
    padding: clamp(1rem, 3vw, 1.5rem);
}

.curated-faqs .rank-math-answer .curated-top-spots--entry {
    margin: 1.25rem 0 0;
    padding: 0;
}

.curated-faqs .rank-math-answer .curated-top-spots__header h2 {
    font-size: clamp(1.65rem, 4vw, 2.4rem);
}

.curated-faqs .rank-math-answer .curated-top-spots__grid {
    grid-template-columns: minmax(0, 1fr);
}

.curated-faqs--editor {
    border: 1px dashed var(--wp--preset--color--shadcn-border-darker, #94a3b8);
    border-radius: 22px;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
}

.curated-faqs--editor .curated-faqs__header {
    position: static;
}

.curated-faq-editor {
    display: grid;
    gap: 0.875rem;
}

.curated-faq-editor .rank-math-list-item {
    margin: 0;
}

.curated-faq-editor .rank-math-list-item.is-hidden {
    opacity: 0.52;
}

.curated-faq-item-editor__answer {
    border-top: 1px solid var(--wp--preset--color--shadcn-border, #e2e8f0);
    margin-top: 0.75rem;
    padding-top: 0.75rem;
}

.curated-faq-item-editor__answer > .block-editor-inner-blocks > .block-editor-block-list__layout {
    display: grid;
    gap: 0.75rem;
}

.curated-faq-editor__toolbar {
    align-items: center;
    border-bottom: 1px solid var(--wp--preset--color--shadcn-border, #e2e8f0);
    display: flex;
    gap: 0.25rem;
    margin: -0.4rem -0.4rem 0.8rem;
    padding: 0 0 0.5rem 0.4rem;
}

.curated-faq-editor__toolbar > span:first-child {
    color: var(--wp--preset--color--shadcn-muted-foreground, #64748b);
    font-size: 0.72rem;
    font-weight: 650;
    margin-right: auto;
    text-transform: uppercase;
}

.curated-faq-editor__toolbar .components-base-control {
    margin: 0;
}

.curated-faq-editor__toolbar .components-base-control__field {
    margin: 0;
}

.curated-faq-editor__empty {
    background: var(--wp--preset--color--shadcn-accent, #f1f5f9);
    border-radius: 14px;
    color: var(--wp--preset--color--shadcn-muted-foreground, #64748b);
    margin: 0;
    padding: 1rem;
}

@container (max-width: 42rem) {
    .curated-top-spots {
        border-radius: 20px;
        margin-bottom: 3rem;
        margin-top: 3rem;
    }

    .curated-top-spots__header {
        align-items: start;
        flex-direction: column;
        gap: 1rem;
    }

    .curated-top-spots__scope {
        white-space: normal;
    }

    .curated-top-spots__context {
        align-items: flex-start;
    }
}

@container (min-width: 58rem) {
    .curated-spot-submit {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .curated-spot-submit__inner {
        grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.7fr);
    }

    .curated-spot-submit__copy {
        padding: 2rem;
    }

    .curated-faqs {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .curated-faqs__inner {
        gap: 2rem;
        grid-template-columns: minmax(12rem, 0.38fr) minmax(0, 1fr);
    }

    .curated-faqs__header {
        padding-top: 0.625rem;
        position: sticky;
        top: calc(var(--wp-admin--admin-bar--height, 0px) + 1.5rem);
    }

    .curated-faqs .rank-math-list-item {
        padding: 1.25rem 1.375rem;
    }
}

@container (min-width: 36rem) {
    .curated-faqs .rank-math-answer .curated-top-spots__card {
        display: grid;
        grid-template-columns: minmax(13rem, 0.8fr) minmax(0, 1.2fr);
    }

    .curated-faqs .rank-math-answer .curated-top-spots__media {
        aspect-ratio: auto;
        min-height: 15rem;
    }
}

@container (max-width: 32rem) {
    .curated-spot-submit {
        margin-bottom: 3rem;
        margin-top: 3rem;
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }

    .curated-spot-submit__title {
        font-size: 1.5rem;
    }

    .curated-spot-submit__button {
        justify-self: stretch;
        width: 100%;
    }

    .curated-faqs {
        margin-bottom: 3rem;
        margin-top: 3rem;
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }

    .curated-faqs__heading {
        font-size: 1.625rem;
    }

    .curated-faqs .rank-math-list-item {
        border-radius: 14px;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
        padding: 1rem;
    }
}

@media (max-width: 40rem) {
    .curated-modal {
        align-items: end;
        padding: 0.75rem;
    }

    .curated-modal__dialog {
        max-height: calc(100dvh - 1.5rem);
        padding: 1rem;
        width: 100%;
    }

    .curated-modal__heading {
        font-size: 1.25rem;
    }

    .curated-modal__dialog.curated-share-modal__dialog {
        border-radius: 22px 22px 14px 14px;
        max-height: calc(100dvh - 1.5rem);
        padding: 24px 18px calc(18px + env(safe-area-inset-bottom, 0px));
    }

    .curated-share-modal__header {
        padding-bottom: 18px;
        padding-right: 42px;
    }

    .curated-share-modal__header .curated-modal__heading {
        font-size: clamp(32px, 10vw, 42px);
    }

    .curated-share-modal__methods {
        grid-template-columns: 1fr;
        padding-top: 16px;
    }

    .curated-share-modal__methods > button {
        min-height: 62px;
    }

    .curated-share-modal__link > div {
        grid-template-columns: minmax(0, 1fr) 94px;
    }

    .curated-share-modal__link button {
        min-width: 94px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .curated-modal,
    .curated-modal__dialog {
        transition: none;
    }
}

/* Immersive single Spot profile. */
.curated-public-location.curated-spot-profile {
    --curated-spot-ink: #1b1a17;
    --curated-spot-soft-ink: #2d2a23;
    --curated-spot-paper: #fffdf8;
    --curated-spot-cream: #f5efe3;
    --curated-spot-line: #ded7c9;
    --curated-spot-muted: #706b61;
    --curated-spot-gold: #aa7825;
    --curated-spot-green: #247450;
    max-width: 1360px;
    padding: 0 0 clamp(54px, 7vw, 96px);
    width: min(calc(100vw - 48px), 1360px);
}

.curated-spot-profile *,
.curated-spot-profile *::before,
.curated-spot-profile *::after {
    box-sizing: border-box;
}

.curated-spot-hero {
    background: var(--curated-spot-ink);
    border: 1px solid #302d27;
    border-radius: 24px;
    color: var(--curated-spot-paper);
    overflow: hidden;
    position: relative;
}

.curated-spot-hero__media {
    background: #292720;
    height: clamp(300px, 28vw, 390px);
    overflow: hidden;
    position: relative;
}

.curated-spot-hero__media::after {
    background: linear-gradient(0deg, rgba(27, 26, 23, .64), transparent 42%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.curated-spot-hero__media > img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.curated-spot-hero__art {
    align-items: center;
    background:
        radial-gradient(circle at 74% 24%, rgba(195, 146, 54, .3), transparent 27%),
        radial-gradient(circle at 26% 88%, rgba(221, 181, 103, .12), transparent 34%),
        linear-gradient(140deg, #353126, #171714 72%);
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.curated-spot-hero__art::before,
.curated-spot-hero__art::after {
    border: 1px solid rgba(215, 181, 111, .28);
    border-radius: 50%;
    content: "";
    height: min(38vw, 360px);
    position: absolute;
    right: 9%;
    top: 50%;
    transform: translateY(-50%);
    width: min(38vw, 360px);
}

.curated-spot-hero__art::after {
    border-color: rgba(215, 181, 111, .12);
    height: min(24vw, 230px);
    right: calc(9% + min(7vw, 65px));
    width: min(24vw, 230px);
}

.curated-spot-hero__index {
    align-items: center;
    backdrop-filter: blur(14px);
    background: rgba(22, 21, 18, .7);
    border: 1px solid rgba(255, 255, 255, .23);
    border-radius: 999px;
    color: #f4d79c;
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    gap: 10px;
    left: 24px;
    letter-spacing: .12em;
    padding: 9px 12px;
    position: absolute;
    text-transform: uppercase;
    top: 24px;
    z-index: 2;
}

.curated-spot-hero__index small {
    border-left: 1px solid rgba(255, 255, 255, .26);
    color: rgba(255, 255, 255, .7);
    font: inherit;
    padding-left: 10px;
}

.curated-spot-hero__body {
    padding: 0 clamp(34px, 5.4vw, 74px) clamp(38px, 4.5vw, 60px);
    position: relative;
}

.curated-spot-hero__body::before {
    background: radial-gradient(circle, rgba(184, 135, 46, .16), transparent 68%);
    content: "";
    height: 420px;
    left: -180px;
    pointer-events: none;
    position: absolute;
    top: -180px;
    width: 420px;
}

.curated-spot-hero__identity {
    align-items: flex-end;
    display: flex;
    gap: 15px;
    margin: -58px 0 24px;
    min-height: 118px;
    position: relative;
    z-index: 2;
}

.curated-spot-hero__avatar {
    align-items: center;
    background: var(--curated-spot-paper);
    border: 5px solid var(--curated-spot-ink);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .72), 0 14px 32px rgba(0, 0, 0, .3);
    display: flex;
    flex: 0 0 116px;
    height: 116px;
    justify-content: center;
    overflow: hidden;
    padding: 15px;
    width: 116px;
}

.curated-spot-hero__avatar img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.curated-spot-hero__avatar strong {
    color: var(--curated-spot-gold);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 46px;
    font-weight: 500;
}

.curated-spot-hero__identity-copy {
    display: grid;
    gap: 6px;
    padding-bottom: 12px;
}

.curated-spot-hero__identity-copy > span,
.curated-spot-hero__identity-copy > small {
    color: #d7b269;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.curated-spot-hero__identity-copy > small {
    color: rgba(255, 255, 255, .55);
    font-size: 9px;
}

.curated-spot-hero__identity-copy > strong {
    align-items: center;
    color: #a9e1c4;
    display: inline-flex;
    font-size: 10px;
    gap: 6px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.curated-spot-hero__identity-copy > strong i {
    align-items: center;
    background: #d8f2e4;
    border-radius: 50%;
    color: #1e714d;
    display: inline-flex;
    font-style: normal;
    height: 16px;
    justify-content: center;
    width: 16px;
}

.curated-spot-hero__award {
    align-items: center;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(218, 179, 102, .35);
    border-radius: 999px;
    color: #f0d49c;
    display: inline-flex;
    gap: 8px;
    margin: 0 0 8px auto;
    max-width: 260px;
    padding: 7px 11px 7px 7px;
}

.curated-spot-hero__award > img,
.curated-spot-hero__award > span {
    align-items: center;
    background: var(--curated-spot-paper);
    border-radius: 50%;
    display: flex;
    flex: 0 0 30px;
    height: 30px;
    justify-content: center;
    object-fit: contain;
    width: 30px;
}

.curated-spot-hero__award strong {
    font-size: 10px;
    line-height: 1.25;
}

.curated-spot-hero__layout {
    align-items: end;
    display: grid;
    gap: clamp(32px, 5vw, 76px);
    grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr);
    position: relative;
}

.curated-spot-hero__copy {
    min-width: 0;
}

.curated-spot-hero h1 {
    color: var(--curated-spot-paper);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(52px, 6.2vw, 88px);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: .93;
    margin: 0;
    max-width: 850px;
    overflow-wrap: anywhere;
}

.curated-spot-hero__place {
    align-items: center;
    color: #d4b36f;
    display: flex;
    font-size: 11px;
    font-weight: 800;
    gap: 8px;
    letter-spacing: .1em;
    margin: 18px 0 0;
    text-transform: uppercase;
}

.curated-spot-hero__place span {
    background: currentColor;
    border-radius: 50%;
    flex: 0 0 5px;
    height: 5px;
    width: 5px;
}

.curated-spot-hero__description {
    color: rgba(255, 253, 248, .7);
    font-size: clamp(14px, 1.05vw, 16px);
    line-height: 1.6;
    margin-top: 20px;
    max-width: 620px;
}

.curated-spot-hero__description p {
    margin: 0;
}

.curated-spot-hero__description a {
    align-items: center;
    color: #d8b66f;
    display: inline-flex;
    font-size: 9px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: .1em;
    margin-top: 13px;
    text-decoration: none;
    text-transform: uppercase;
}

.curated-spot-hero__description a span {
    font-size: 13px;
    transition: transform 150ms ease;
}

.curated-spot-hero__description a:hover span {
    transform: translateY(2px);
}

.curated-spot-hero__metrics {
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 17px;
    display: grid;
    margin: 0;
    overflow: hidden;
}

.curated-spot-hero__metrics > div {
    display: grid;
    gap: 5px;
    grid-template-columns: minmax(95px, .4fr) minmax(0, 1fr);
    padding: 15px 17px;
}

.curated-spot-hero__metrics > div + div {
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.curated-spot-hero__metrics dt {
    color: rgba(255, 255, 255, .48);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.curated-spot-hero__metrics dd {
    color: var(--curated-spot-paper);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 17px;
    line-height: 1.25;
    margin: 0;
}

.curated-spot-hero__metrics dd small {
    color: rgba(255, 255, 255, .48);
    display: block;
    font-family: Arial, sans-serif;
    font-size: 9px;
    margin-top: 4px;
}

.curated-spot-hero__metrics .is-open dd {
    color: #99ddb9;
}

.curated-spot-hero__metrics .is-closed dd {
    color: #efaa97;
}

.curated-spot-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 31px;
    position: relative;
}

.curated-spot-action {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 999px;
    color: var(--curated-spot-paper);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 10px;
    font-weight: 800;
    gap: 13px;
    justify-content: center;
    letter-spacing: .08em;
    min-height: 47px;
    padding: 11px 18px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.curated-spot-action:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .54);
    color: var(--curated-spot-paper);
    transform: translateY(-2px);
}

.curated-spot-action.is-primary {
    background: var(--curated-spot-paper);
    border-color: var(--curated-spot-paper);
    color: var(--curated-spot-ink);
}

.curated-spot-action.is-primary:hover {
    background: #ead9b7;
    border-color: #ead9b7;
    color: var(--curated-spot-ink);
}

.curated-spot-action.is-copied {
    background: #d9f1e4;
    border-color: #d9f1e4;
    color: #1f6b49;
}

.curated-spot-action:focus-visible,
.curated-spot-section-index a:focus-visible,
.curated-spot-gallery button:focus-visible,
.curated-spot-lightbox button:focus-visible {
    outline: 3px solid #d7b269;
    outline-offset: 3px;
}

.curated-spot-section-index {
    align-items: center;
    border-bottom: 1px solid var(--curated-spot-line);
    border-top: 1px solid var(--curated-spot-line);
    display: grid;
    gap: 24px;
    grid-template-columns: max-content minmax(0, 1fr);
    margin: 22px 0 0;
    padding: 17px 5px;
}

.curated-spot-section-index__label {
    color: #9a6a16;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    margin: 0;
    text-transform: uppercase;
}

.curated-spot-section-index ol {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 7px 24px;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

.curated-spot-section-index li {
    margin: 0;
    padding: 0;
}

.curated-spot-section-index a {
    align-items: center;
    border-bottom: 1px solid transparent;
    color: #4d483f;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 7px;
    min-height: 30px;
    padding: 2px 0;
    text-decoration: none;
    transition: border-color 150ms ease, color 150ms ease;
    white-space: nowrap;
}

.curated-spot-section-index a::after {
    color: #aa771b;
    content: "↓";
    font-size: 11px;
}

.curated-spot-section-index a small {
    align-items: center;
    background: #ece5d8;
    border-radius: 999px;
    color: #716958;
    display: inline-flex;
    font-size: 9px;
    height: 21px;
    justify-content: center;
    min-width: 21px;
    padding: 0 6px;
}

.curated-spot-section-index a:hover {
    border-color: #aa771b;
    color: var(--curated-spot-ink);
}

.curated-spot-ad {
    background:
        radial-gradient(circle at 94% -28%, rgba(170, 120, 37, .2), transparent 38%),
        linear-gradient(135deg, #f4ecde 0%, #fffdf8 58%, #eee4d3 100%);
    border: 1px solid #d9cfbe;
    border-radius: 22px;
    box-shadow: 0 18px 48px rgba(48, 38, 24, .08);
    isolation: isolate;
    overflow: hidden;
    padding: clamp(13px, 1.7vw, 20px) clamp(15px, 2.6vw, 34px) clamp(17px, 2.8vw, 36px);
    position: relative;
}

.curated-spot-ad::before {
    border: 1px solid rgba(170, 120, 37, .16);
    border-radius: 50%;
    content: "";
    height: 250px;
    pointer-events: none;
    position: absolute;
    right: -135px;
    top: -175px;
    width: 250px;
    z-index: -1;
}

.curated-spot-ad::after {
    background: linear-gradient(180deg, #d2aa5b, #9d6711);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}

.curated-spot-ad__label {
    align-items: center;
    color: #847866;
    display: flex;
    font-size: 9px;
    font-weight: 800;
    gap: 12px;
    letter-spacing: .15em;
    line-height: 1;
    margin-bottom: clamp(12px, 1.5vw, 18px);
    text-transform: uppercase;
}

.curated-spot-ad__label::after {
    background: linear-gradient(90deg, rgba(132, 120, 102, .36), transparent);
    content: "";
    flex: 1 1 auto;
    height: 1px;
}

.curated-spot-ad__creative {
    align-items: center;
    container-type: inline-size;
    display: flex;
    justify-content: center;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.curated-spot-ad__creative > *,
.curated-spot-ad__creative iframe,
.curated-spot-ad__creative img,
.curated-spot-ad__creative ins {
    max-width: 100% !important;
}

.curated-spot-ad__creative > div,
.curated-spot-ad__creative > div > .curated-house-ad-unit {
    display: block !important;
    flex: 1 1 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    width: 100% !important;
}

.curated-spot-ad__creative img {
    height: auto;
}

.curated-spot-ad__creative ins.adsbygoogle {
    width: 100%;
}

.curated-spot-ad--hero {
    background:
        radial-gradient(circle at 91% -50%, rgba(170, 120, 37, .16), transparent 42%),
        linear-gradient(135deg, rgba(255, 253, 248, .98), rgba(244, 236, 222, .92));
    border-color: rgba(157, 103, 17, .24);
    box-shadow: 0 18px 52px rgba(48, 38, 24, .09);
    margin-top: clamp(22px, 3vw, 34px);
    padding: clamp(14px, 1.8vw, 21px) clamp(16px, 2.7vw, 36px) clamp(18px, 2.9vw, 38px);
}

.curated-spot-ad--hero::after {
    background: linear-gradient(180deg, #d8b66e, #9d6711 56%, #70480b);
}

.curated-spot-ad--hero .curated-spot-ad__label {
    color: #746752;
}

.curated-spot-ad--hero .curated-spot-ad__creative,
.curated-spot-ad--endcap .curated-spot-ad__creative {
    min-height: clamp(90px, 10vw, 145px);
}

.curated-spot-ad--inline {
    background:
        radial-gradient(circle at 6% 115%, rgba(170, 120, 37, .18), transparent 36%),
        linear-gradient(132deg, #eee4d3, #fffdf8 52%, #f3ebde);
    border-color: #d1c09f;
    box-shadow: 0 22px 55px rgba(48, 38, 24, .11);
}

.curated-spot-ad--inline .curated-spot-ad__creative {
    min-height: clamp(140px, 18vw, 210px);
}

.curated-spot-ad--endcap {
    margin-top: 22px;
}

.curated-spot-panels {
    display: grid;
    gap: 22px;
    margin-top: 22px;
    min-height: 420px;
}

.curated-spot-panel {
    background: rgba(255, 253, 248, .68);
    border: 1px solid var(--curated-spot-line);
    border-radius: 22px;
    margin-top: 0;
    padding: clamp(36px, 5.5vw, 72px);
    scroll-margin-top: 110px;
}

.curated-spot-panel__heading {
    max-width: 850px;
}

.curated-spot-panel__heading > p,
.curated-spot-subsection__heading > p,
.curated-spot-story > span,
.curated-spot-visit-card > p {
    color: var(--curated-spot-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.curated-spot-panel__heading h2 {
    color: var(--curated-spot-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: .98;
    margin: 0;
}

.curated-spot-panel__heading > span {
    color: var(--curated-spot-muted);
    display: block;
    font-size: 15px;
    line-height: 1.65;
    margin-top: 16px;
    max-width: 710px;
}

.curated-spot-overview-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
    margin-top: clamp(32px, 5vw, 60px);
}

.curated-spot-story,
.curated-spot-visit-card,
.curated-spot-hours,
.curated-spot-services,
.curated-spot-menu-summary > div,
.curated-spot-menu-grid > article,
.curated-spot-classification-dashboard,
.curated-spot-classification-groups > section,
.curated-spot-review-score,
.curated-spot-review-list,
.curated-spot-review-feed-empty,
.curated-spot-rating-distribution,
.curated-spot-review-empty,
.curated-spot-empty-state {
    border: 1px solid var(--curated-spot-line);
    border-radius: 18px;
}

.curated-spot-story {
    background: var(--curated-spot-paper);
    min-height: 390px;
    scroll-margin-top: 110px;
    padding: clamp(28px, 4vw, 50px);
}

.curated-spot-story h3,
.curated-spot-visit-card h3 {
    color: var(--curated-spot-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1;
    margin: clamp(44px, 7vw, 90px) 0 17px;
}

.curated-spot-story > p,
.curated-spot-story > div {
    color: var(--curated-spot-muted);
    font-size: 16px;
    line-height: 1.72;
    max-width: 690px;
}

.curated-spot-story__content p {
    margin: 0;
}

.curated-spot-story__content p + p {
    margin-top: 1.05em;
}

.curated-spot-story__content p:first-child {
    color: #39352e;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(19px, 1.8vw, 23px);
    line-height: 1.5;
}

.curated-spot-story__content :is(ul, ol) {
    display: grid;
    gap: 9px;
    margin: 1.15em 0 0;
    padding-left: 1.25em;
}

.curated-spot-story__content a {
    color: #805a17;
    font-weight: 700;
}

.curated-spot-business-card {
    align-items: center;
    background: #f6f1e7;
    border: 1px solid #e0d8c8;
    border-radius: 14px;
    color: var(--curated-spot-ink);
    display: grid;
    gap: 13px;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    margin-top: 28px;
    max-width: 500px;
    padding: 10px 14px 10px 10px;
    text-decoration: none;
    transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.curated-spot-business-card:hover {
    background: #fff9ee;
    border-color: #c7ad76;
    color: var(--curated-spot-ink);
    transform: translateY(-1px);
}

.curated-spot-business-card__mark {
    align-items: center;
    background: #fff;
    border: 1px solid #e0d8c8;
    border-radius: 50%;
    display: flex;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    padding: 7px;
    width: 48px;
}

.curated-spot-business-card__mark img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.curated-spot-business-card > span:nth-child(2) {
    display: grid;
    gap: 3px;
}

.curated-spot-business-card small {
    color: var(--curated-spot-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.curated-spot-business-card i {
    color: var(--curated-spot-gold);
    font-style: normal;
}

.curated-spot-visit-card {
    background: var(--curated-spot-ink);
    color: var(--curated-spot-paper);
    overflow: hidden;
    padding: clamp(27px, 4vw, 42px);
    position: relative;
}

.curated-spot-visit-card > p {
    color: #d5b069;
    position: relative;
    z-index: 2;
}

.curated-spot-visit-card h3 {
    color: var(--curated-spot-paper);
    font-size: clamp(27px, 3vw, 39px);
    line-height: 1.08;
    margin: 52px 0 14px;
    position: relative;
    z-index: 2;
}

.curated-spot-visit-card__coordinates {
    color: rgba(255, 255, 255, .48);
    font-size: 10px;
    letter-spacing: .08em;
    position: relative;
    z-index: 2;
}

.curated-spot-visit-card__map {
    background-image:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
        radial-gradient(circle at 60% 45%, rgba(183, 134, 46, .22), transparent 36%);
    background-size: 26px 26px, 26px 26px, 100% 100%;
    height: 124px;
    margin: 28px -42px 24px;
    position: relative;
}

.curated-spot-visit-card__map::before,
.curated-spot-visit-card__map::after {
    border: 1px solid rgba(214, 177, 102, .5);
    border-radius: 50%;
    content: "";
    left: 62%;
    position: absolute;
    top: 48%;
    transform: translate(-50%, -50%);
}

.curated-spot-visit-card__map::before {
    background: #d3a64d;
    box-shadow: 0 0 0 7px rgba(211, 166, 77, .14);
    height: 11px;
    width: 11px;
}

.curated-spot-visit-card__map::after {
    height: 46px;
    width: 46px;
}

.curated-spot-visit-card > div:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    position: relative;
    z-index: 2;
}

.curated-spot-visit-card a {
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    color: var(--curated-spot-paper);
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: .06em;
    padding: 11px 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.curated-spot-visit-card a:hover {
    background: rgba(255, 255, 255, .1);
    color: var(--curated-spot-paper);
}

.curated-spot-practical-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-top: 14px;
}

.curated-spot-hours,
.curated-spot-services {
    background: var(--curated-spot-paper);
    padding: clamp(24px, 3vw, 38px);
}

.curated-spot-hours > header,
.curated-spot-services > header,
.curated-spot-rating-distribution > header {
    align-items: baseline;
    border-bottom: 1px solid var(--curated-spot-line);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-bottom: 18px;
}

.curated-spot-hours > header > span,
.curated-spot-services > header > span,
.curated-spot-rating-distribution > header > span {
    color: var(--curated-spot-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.curated-spot-hours > header > strong,
.curated-spot-services > header > strong {
    color: var(--curated-spot-muted);
    font-size: 11px;
}

.curated-spot-hours > header > strong.is-open {
    color: var(--curated-spot-green);
}

.curated-spot-hours > header > strong.is-closed {
    color: #a64636;
}

.curated-spot-hours dl {
    margin: 16px 0 0;
}

.curated-spot-hours dl > div {
    align-items: center;
    border-radius: 9px;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    min-height: 38px;
    padding: 7px 9px;
}

.curated-spot-hours dl > div.is-today {
    background: #f2eadb;
}

.curated-spot-hours dt {
    color: #464239;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
}

.curated-spot-hours dt small {
    color: var(--curated-spot-gold);
    font-size: 8px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.curated-spot-hours dd {
    color: var(--curated-spot-muted);
    font-size: 12px;
    margin: 0;
}

.curated-spot-hours dd.is-closed {
    color: #a04b3c;
}

.curated-spot-services ul {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.curated-spot-services li {
    align-items: center;
    background: #f7f2e8;
    border: 1px solid #e6dece;
    border-radius: 10px;
    color: #4d483f;
    display: flex;
    font-size: 11px;
    gap: 9px;
    min-height: 44px;
    padding: 9px 11px;
}

.curated-spot-services li span {
    align-items: center;
    background: #e0f0e7;
    border-radius: 50%;
    color: var(--curated-spot-green);
    display: inline-flex;
    flex: 0 0 20px;
    font-size: 10px;
    height: 20px;
    justify-content: center;
    width: 20px;
}

.curated-spot-subsection {
    margin-top: clamp(44px, 6vw, 72px);
}

.curated-spot-subsection__heading h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 500;
    letter-spacing: -.035em;
    margin: 0 0 22px;
}

.curated-spot-menu-summary {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: clamp(32px, 5vw, 58px);
}

.curated-spot-menu-summary > div {
    background: var(--curated-spot-ink);
    color: var(--curated-spot-paper);
    display: grid;
    gap: 8px;
    min-height: 160px;
    padding: 27px 30px;
}

.curated-spot-menu-summary span {
    color: #d9b36a;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.curated-spot-menu-summary strong {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(31px, 4vw, 46px);
    font-weight: 500;
}

.curated-spot-menu-summary small {
    color: rgba(255, 255, 255, .5);
    font-size: 10px;
}

.curated-spot-menu-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 14px;
}

.curated-spot-menu-grid > article {
    background: var(--curated-spot-paper);
    display: flex;
    flex-direction: column;
    min-height: 190px;
    padding: 24px;
    position: relative;
}

.curated-spot-menu-grid > article::after {
    background: var(--curated-spot-gold);
    bottom: 0;
    content: "";
    height: 3px;
    left: 24px;
    position: absolute;
    right: 24px;
}

.curated-spot-menu-grid article > span {
    color: var(--curated-spot-gold);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.curated-spot-menu-grid h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.08;
    margin: 25px 0 auto;
}

.curated-spot-menu-grid small {
    align-items: center;
    color: var(--curated-spot-muted);
    display: flex;
    font-size: 10px;
    gap: 7px;
    margin-top: 22px;
}

.curated-spot-menu-grid small i {
    color: var(--curated-spot-green);
    font-style: normal;
}

.curated-spot-panel-note {
    align-items: center;
    border-top: 1px solid var(--curated-spot-line);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-top: clamp(34px, 5vw, 54px);
    padding-top: 22px;
}

.curated-spot-panel-note > span {
    color: var(--curated-spot-muted);
    font-size: 12px;
}

.curated-spot-panel-note a {
    align-items: center;
    color: var(--curated-spot-ink);
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: .07em;
    text-decoration: none;
    text-transform: uppercase;
}

.curated-spot-panel-note a:hover {
    color: var(--curated-spot-gold);
}

.curated-spot-gallery {
    display: grid;
    gap: 12px;
    grid-auto-flow: dense;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-top: clamp(32px, 5vw, 58px);
}

.curated-spot-gallery figure {
    background: var(--curated-spot-paper);
    border: 1px solid var(--curated-spot-line);
    border-radius: 17px;
    grid-column: span 4;
    margin: 0;
    overflow: hidden;
}

.curated-spot-gallery figure.is-featured {
    grid-column: span 8;
    grid-row: span 2;
}

.curated-spot-gallery figure:only-child {
    grid-column: 1 / -1;
}

.curated-spot-gallery figure > button {
    appearance: none;
    background: #e9e3d7;
    border: 0;
    cursor: zoom-in;
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.curated-spot-gallery figure > button > img {
    aspect-ratio: 4 / 3;
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 350ms ease;
    width: 100%;
}

.curated-spot-gallery figure.is-featured > button > img {
    aspect-ratio: 16 / 10;
}

.curated-spot-gallery figure > button:hover > img {
    transform: scale(1.025);
}

.curated-spot-gallery figure > button > span {
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(24, 23, 20, .7);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    bottom: 14px;
    color: #fff;
    display: inline-flex;
    font-size: 9px;
    font-weight: 800;
    gap: 8px;
    letter-spacing: .08em;
    padding: 8px 10px;
    position: absolute;
    right: 14px;
    text-transform: uppercase;
}

.curated-spot-gallery figure > button > span i {
    font-style: normal;
}

.curated-spot-gallery figcaption {
    align-items: center;
    color: var(--curated-spot-muted);
    display: flex;
    font-size: 10px;
    gap: 12px;
    justify-content: space-between;
    line-height: 1.45;
    min-height: 48px;
    padding: 10px 13px;
}

.curated-spot-gallery figcaption a {
    color: var(--curated-spot-gold);
    font-weight: 700;
    text-decoration: none;
}

.curated-spot-lightbox[hidden] {
    display: none;
}

.curated-spot-lightbox {
    align-items: center;
    background: rgba(15, 14, 12, .94);
    display: flex;
    height: 100dvh;
    inset: 0;
    isolation: isolate;
    justify-content: center;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    padding: 28px;
    position: fixed;
    transform: none !important;
    width: 100vw;
    z-index: 2147483000;
}

.curated-spot-lightbox,
.curated-spot-lightbox * {
    box-sizing: border-box;
}

.curated-spot-lightbox > div {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    max-width: 1280px;
    position: relative;
    width: 100%;
}

.curated-spot-lightbox figure {
    margin: 0;
    min-width: 0;
}

.curated-spot-lightbox figure img {
    display: block;
    max-height: calc(100dvh - 130px);
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.curated-spot-lightbox figcaption {
    color: rgba(255, 255, 255, .7);
    font-size: 11px;
    padding-top: 10px;
    text-align: center;
}

.curated-spot-lightbox button {
    align-items: center;
    appearance: none;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    font: inherit;
    font-size: 24px;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.curated-spot-lightbox__close {
    position: fixed;
    right: max(18px, env(safe-area-inset-right));
    top: max(18px, env(safe-area-inset-top));
    z-index: 2;
}

html.curated-spot-lightbox-open,
body.curated-spot-lightbox-open {
    overflow: hidden;
}

.curated-spot-classification-dashboard {
    align-items: center;
    background: var(--curated-spot-ink);
    color: var(--curated-spot-paper);
    display: grid;
    gap: clamp(28px, 5vw, 64px);
    grid-template-columns: minmax(230px, .62fr) minmax(0, 1.38fr);
    margin-top: clamp(32px, 5vw, 58px);
    padding: clamp(28px, 4vw, 48px);
}

.curated-spot-classification-score {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 250px;
    position: relative;
}

.curated-spot-classification-score svg {
    height: 230px;
    overflow: visible;
    transform: rotate(-90deg);
    width: 230px;
}

.curated-spot-classification-score circle {
    fill: none;
    stroke-width: 7;
}

.curated-spot-classification-score .track {
    stroke: rgba(255, 255, 255, .1);
}

.curated-spot-classification-score .value {
    stroke: #d6ac5a;
    stroke-linecap: round;
}

.curated-spot-classification-score > span {
    align-items: baseline;
    display: flex;
    left: 50%;
    position: absolute;
    top: 48%;
    transform: translate(-50%, -50%);
}

.curated-spot-classification-score > span strong {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 58px;
    font-weight: 500;
}

.curated-spot-classification-score > span small {
    color: #d5b269;
    font-size: 14px;
}

.curated-spot-classification-score > p {
    bottom: 15px;
    color: rgba(255, 255, 255, .5);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
}

.curated-spot-classification-bars {
    display: grid;
    gap: 18px;
}

.curated-spot-classification-bars > div {
    align-items: center;
    display: grid;
    gap: 13px;
    grid-template-columns: minmax(120px, .55fr) minmax(160px, 1fr) 34px;
}

.curated-spot-classification-bars > div > span {
    display: grid;
    gap: 3px;
}

.curated-spot-classification-bars strong {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 16px;
    font-weight: 500;
}

.curated-spot-classification-bars small {
    color: rgba(255, 255, 255, .45);
    font-size: 9px;
}

.curated-spot-classification-bars i,
.curated-spot-classification-groups article > i,
.curated-spot-rating-distribution span > i {
    background: rgba(255, 255, 255, .1);
    border-radius: 999px;
    display: block;
    height: 6px;
    overflow: hidden;
}

.curated-spot-classification-bars i > b,
.curated-spot-classification-groups article > i > b,
.curated-spot-rating-distribution span > i > b {
    background: #d5aa56;
    border-radius: inherit;
    display: block;
    height: 100%;
    width: var(--curated-spot-score, 0%);
}

.curated-spot-classification-bars em {
    color: #e1c489;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    text-align: right;
}

.curated-spot-panel > .curated-public-tags {
    display: block;
}

.curated-spot-classification-groups {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
}

.curated-spot-classification-groups > section {
    background: var(--curated-spot-paper);
    padding: 25px;
}

.curated-spot-classification-groups > section > header {
    align-items: baseline;
    border-bottom: 1px solid var(--curated-spot-line);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-bottom: 17px;
}

.curated-spot-classification-groups span {
    background: transparent;
    border: 0;
    border-radius: 0;
    display: inline;
    padding: 0;
}

.curated-spot-classification-groups > section > header > span {
    color: var(--curated-spot-gold);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.curated-spot-classification-groups > section > header > strong {
    color: var(--curated-spot-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 23px;
    font-weight: 500;
}

.curated-spot-classification-groups > section > header > strong small {
    color: var(--curated-spot-muted);
    font-family: Arial, sans-serif;
    font-size: 8px;
    margin-left: 2px;
}

.curated-spot-classification-groups > section > div {
    display: grid;
    gap: 15px;
    margin-top: 20px;
}

.curated-spot-classification-groups article {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) 28px;
}

.curated-spot-classification-groups article > span {
    color: #464139;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 17px;
}

.curated-spot-classification-groups article > strong {
    color: var(--curated-spot-gold);
    font-size: 10px;
    text-align: right;
}

.curated-spot-classification-groups article > i {
    background: #e9e3d8;
    grid-column: 1 / -1;
    height: 3px;
}

.curated-spot-review-dashboard {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(270px, .62fr) minmax(0, 1.38fr);
    margin-top: clamp(32px, 5vw, 58px);
}

.curated-spot-review-score {
    align-items: center;
    background: var(--curated-spot-ink);
    color: var(--curated-spot-paper);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 360px;
    padding: 32px;
    text-align: center;
}

.curated-spot-review-score > div {
    align-items: center;
    background: conic-gradient(#d6aa55 var(--curated-spot-rating, 0%), rgba(255, 255, 255, .11) 0);
    border-radius: 50%;
    display: flex;
    height: 190px;
    justify-content: center;
    position: relative;
    width: 190px;
}

.curated-spot-review-score > div::before {
    background: var(--curated-spot-ink);
    border-radius: 50%;
    content: "";
    inset: 9px;
    position: absolute;
}

.curated-spot-review-score > div > span {
    align-items: baseline;
    display: flex;
    position: relative;
}

.curated-spot-review-score > div strong {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 57px;
    font-weight: 500;
}

.curated-spot-review-score > div small {
    color: #d4b16c;
    font-size: 13px;
}

.curated-spot-review-score > p {
    color: #d4b16c;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    margin: 21px 0 7px;
    text-transform: uppercase;
}

.curated-spot-review-score > strong {
    color: rgba(255, 255, 255, .58);
    font-size: 10px;
}

.curated-spot-review-score > a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    color: rgba(255, 255, 255, .72);
    display: inline-flex;
    font-size: 9px;
    font-weight: 750;
    gap: 6px;
    margin-top: 14px;
    padding: 7px 10px;
    text-decoration: none;
}

.curated-spot-review-score > a > span {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: #4285f4;
    display: inline-flex;
    font-size: 9px;
    font-weight: 900;
    height: 17px;
    justify-content: center;
    width: 17px;
}

.curated-spot-review-score > a > i {
    color: #d4b16c;
    font-style: normal;
}

.curated-spot-review-score > a:hover {
    border-color: rgba(214, 170, 85, .56);
    color: #fff;
}

.curated-spot-review-list {
    background: var(--curated-spot-paper);
    list-style: none;
    margin: 0;
    max-height: 620px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    scrollbar-color: #bfa66f transparent;
    scrollbar-width: thin;
}

.curated-spot-review-list > li {
    padding: 25px 28px 23px;
}

.curated-spot-review-list > li + li {
    border-top: 1px solid var(--curated-spot-line);
}

.curated-spot-review-list > li > header {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
}

.curated-spot-review-list__avatar {
    align-items: center;
    background: #dfd5c3;
    border-radius: 50%;
    color: #795514;
    display: flex;
    height: 42px;
    justify-content: center;
    overflow: hidden;
    width: 42px;
}

.curated-spot-review-list__avatar img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.curated-spot-review-list__avatar strong {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
    font-weight: 500;
}

.curated-spot-review-list__person {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.curated-spot-review-list__person > strong {
    color: var(--curated-spot-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 17px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.curated-spot-review-list__person > small {
    color: var(--curated-spot-muted);
    font-size: 9px;
}

.curated-spot-review-list__rating {
    background: #f0e6d3;
    border-radius: 999px;
    color: #815a12;
    font-size: 11px;
    font-weight: 800;
    padding: 7px 10px;
}

.curated-spot-review-list > li > p {
    color: #514c43;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 16px;
    line-height: 1.55;
    margin: 18px 0;
}

.curated-spot-review-list > li > footer {
    align-items: center;
    color: var(--curated-spot-muted);
    display: flex;
    font-size: 9px;
    gap: 16px;
    justify-content: space-between;
}

.curated-spot-review-list > li > footer strong {
    color: var(--curated-spot-ink);
    font-weight: 800;
}

.curated-spot-review-list > li > footer a {
    color: #805b18;
    font-weight: 800;
    text-decoration: none;
}

.curated-spot-review-feed-empty {
    align-items: flex-start;
    background: var(--curated-spot-paper);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 360px;
    padding: clamp(28px, 5vw, 52px);
}

.curated-spot-review-feed-empty > span {
    color: var(--curated-spot-gold);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.curated-spot-review-feed-empty h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 500;
    line-height: .98;
    margin: 28px 0 14px;
    max-width: 420px;
}

.curated-spot-review-feed-empty p {
    color: var(--curated-spot-muted);
    font-size: 11px;
    line-height: 1.65;
    margin: 0;
    max-width: 500px;
}

.curated-spot-rating-distribution {
    background: var(--curated-spot-paper);
    margin-top: 14px;
    padding: clamp(25px, 4vw, 40px);
}

.curated-spot-rating-distribution > header small {
    color: var(--curated-spot-muted);
    font-size: 10px;
}

.curated-spot-rating-distribution > div {
    display: grid;
    gap: 13px;
    margin-top: 22px;
}

.curated-spot-rating-distribution > div > span {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 38px minmax(0, 1fr) 36px;
}

.curated-spot-rating-distribution span > strong,
.curated-spot-rating-distribution span > em {
    color: var(--curated-spot-muted);
    font-size: 10px;
    font-style: normal;
}

.curated-spot-rating-distribution span > em {
    text-align: right;
}

.curated-spot-rating-distribution span > i {
    background: #ebe4d8;
    height: 7px;
}

.curated-spot-review-empty {
    align-items: center;
    background: #f3ecdd;
    display: grid;
    gap: 22px;
    grid-template-columns: 64px minmax(0, 1fr);
    margin-top: 14px;
    padding: 25px;
}

.curated-spot-review-empty > span,
.curated-spot-empty-state > span {
    align-items: center;
    background: var(--curated-spot-ink);
    border-radius: 50%;
    color: #d4aa58;
    display: flex;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 23px;
    height: 64px;
    justify-content: center;
    width: 64px;
}

.curated-spot-review-empty h3,
.curated-spot-empty-state h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 7px;
}

.curated-spot-review-empty p,
.curated-spot-empty-state p,
.curated-spot-empty-copy {
    color: var(--curated-spot-muted);
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
}

.curated-spot-empty-state {
    align-items: center;
    background: var(--curated-spot-paper);
    display: flex;
    flex-direction: column;
    margin-top: clamp(32px, 5vw, 58px);
    min-height: 360px;
    padding: 44px;
    text-align: center;
}

.curated-spot-empty-state h3 {
    margin-top: 23px;
}

.curated-spot-empty-state p {
    max-width: 510px;
}

.curated-spot-profile > .curated-public-claim {
    border-radius: 20px;
    margin-top: 14px;
}

@media (max-width: 1050px) {
    .curated-spot-hero__layout {
        grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
    }

    .curated-spot-hero h1 {
        font-size: clamp(50px, 7vw, 74px);
    }

    .curated-spot-overview-grid,
    .curated-spot-practical-grid {
        grid-template-columns: 1fr;
    }

    .curated-spot-story {
        min-height: 0;
    }

    .curated-spot-story h3 {
        margin-top: 42px;
    }

    .curated-spot-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    body.single-curated_location main.wp-block-group {
        padding: 12px 0 54px !important;
    }

    .curated-public-location.curated-spot-profile {
        width: min(calc(100vw - 20px), 1360px);
    }

    .curated-spot-hero {
        border-radius: 18px;
    }

    .curated-spot-hero__media {
        height: clamp(220px, 64vw, 290px);
    }

    .curated-spot-hero__index {
        left: 15px;
        top: 15px;
    }

    .curated-spot-hero__body {
        padding: 0 21px 30px;
    }

    .curated-spot-hero__identity {
        align-items: flex-end;
        gap: 9px;
        margin: -47px 0 20px;
        min-height: 94px;
    }

    .curated-spot-hero__avatar {
        border-width: 4px;
        flex-basis: 94px;
        height: 94px;
        padding: 12px;
        width: 94px;
    }

    .curated-spot-hero__identity-copy {
        padding-bottom: 8px;
    }

    .curated-spot-hero__award {
        display: none;
    }

    .curated-spot-hero__layout {
        display: block;
    }

    .curated-spot-hero h1 {
        font-size: clamp(43px, 13.2vw, 62px);
        line-height: .95;
    }

    .curated-spot-hero__place {
        line-height: 1.45;
    }

    .curated-spot-hero__metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 27px;
    }

    .curated-spot-hero__metrics > div {
        display: block;
        min-height: 94px;
        padding: 14px;
    }

    .curated-spot-hero__metrics > div:first-child {
        grid-column: 1 / -1;
    }

    .curated-spot-hero__metrics > div + div {
        border-top: 1px solid rgba(255, 255, 255, .12);
    }

    .curated-spot-hero__metrics > div:nth-child(3) {
        border-left: 1px solid rgba(255, 255, 255, .12);
    }

    .curated-spot-hero__metrics dd {
        font-size: 16px;
        margin-top: 14px;
    }

    .curated-spot-hero__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .curated-spot-action {
        padding-left: 12px;
        padding-right: 12px;
        width: 100%;
    }

    .curated-spot-action.is-primary {
        grid-column: 1 / -1;
    }

    .curated-spot-section-index {
        align-items: start;
        gap: 11px;
        grid-template-columns: 1fr;
        margin-top: 14px;
        padding: 15px 2px;
    }

    .curated-spot-section-index ol {
        display: grid;
        gap: 0 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
        width: 100%;
    }

    .curated-spot-section-index li {
        border-top: 1px solid rgba(121, 111, 92, .16);
    }

    .curated-spot-section-index a {
        justify-content: flex-start;
        min-height: 42px;
        white-space: normal;
    }

    .curated-spot-ad {
        border-radius: 18px;
        padding: 12px 13px 15px;
    }

    .curated-spot-ad__label {
        font-size: 8px;
        margin-bottom: 11px;
    }

    .curated-spot-ad--hero,
    .curated-spot-ad--endcap {
        margin-top: 14px;
    }

    .curated-spot-ad--hero .curated-spot-ad__creative,
    .curated-spot-ad--endcap .curated-spot-ad__creative {
        min-height: 80px;
    }

    .curated-spot-ad--inline .curated-spot-ad__creative {
        min-height: 130px;
    }

    .curated-spot-panels {
        gap: 14px;
        margin-top: 14px;
    }

    .curated-spot-panel {
        border-radius: 18px;
        margin-top: 0;
        padding: 33px 20px;
    }

    .curated-spot-panel__heading h2 {
        font-size: clamp(36px, 10.8vw, 47px);
    }

    .curated-spot-panel__heading > span {
        font-size: 13px;
    }

    .curated-spot-overview-grid {
        margin-top: 32px;
    }

    .curated-spot-story,
    .curated-spot-visit-card,
    .curated-spot-hours,
    .curated-spot-services {
        border-radius: 15px;
        padding: 25px;
    }

    .curated-spot-story h3,
    .curated-spot-visit-card h3 {
        font-size: 34px;
        margin-top: 42px;
    }

    .curated-spot-story > p,
    .curated-spot-story > div {
        font-size: 14px;
    }

    .curated-spot-visit-card__map {
        margin-left: -25px;
        margin-right: -25px;
    }

    .curated-spot-hours > header,
    .curated-spot-services > header {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .curated-spot-menu-summary {
        grid-template-columns: 1fr;
        margin-top: 32px;
    }

    .curated-spot-menu-summary > div {
        min-height: 140px;
        padding: 23px;
    }

    .curated-spot-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .curated-spot-menu-grid > article {
        min-height: 165px;
        padding: 18px;
    }

    .curated-spot-menu-grid > article::after {
        left: 18px;
        right: 18px;
    }

    .curated-spot-menu-grid h3 {
        font-size: 21px;
    }

    .curated-spot-panel-note {
        align-items: flex-start;
        flex-direction: column;
    }

    .curated-spot-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 32px;
    }

    .curated-spot-gallery figure,
    .curated-spot-gallery figure.is-featured {
        grid-column: auto;
        grid-row: auto;
    }

    .curated-spot-gallery figure.is-featured,
    .curated-spot-gallery figure:only-child {
        grid-column: 1 / -1;
    }

    .curated-spot-gallery figure.is-featured > button > img {
        aspect-ratio: 4 / 3;
    }

    .curated-spot-gallery figcaption {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .curated-spot-lightbox {
        padding: 14px;
    }

    .curated-spot-lightbox > div {
        gap: 8px;
        grid-template-columns: 38px minmax(0, 1fr) 38px;
    }

    .curated-spot-lightbox button {
        font-size: 18px;
        height: 38px;
        width: 38px;
    }

    .curated-spot-lightbox__close {
        right: max(14px, env(safe-area-inset-right));
        top: max(14px, env(safe-area-inset-top));
    }

    .curated-spot-classification-dashboard {
        grid-template-columns: 1fr;
        margin-top: 32px;
        padding: 24px 20px;
    }

    .curated-spot-classification-score {
        min-height: 230px;
    }

    .curated-spot-classification-score svg {
        height: 205px;
        width: 205px;
    }

    .curated-spot-classification-bars > div {
        gap: 9px;
        grid-template-columns: minmax(105px, .72fr) minmax(70px, 1fr) 28px;
    }

    .curated-spot-classification-groups {
        grid-template-columns: 1fr;
    }

    .curated-spot-classification-groups > section {
        padding: 21px;
    }

    .curated-spot-review-dashboard {
        grid-template-columns: 1fr;
        margin-top: 32px;
    }

    .curated-spot-review-score {
        min-height: 330px;
    }

    .curated-spot-review-list {
        max-height: none;
    }

    .curated-spot-review-list > li {
        padding: 22px;
    }

    .curated-spot-review-feed-empty {
        min-height: 260px;
        padding: 26px 22px;
    }

    .curated-spot-review-empty {
        align-items: flex-start;
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 21px;
    }

    .curated-spot-review-empty > span {
        height: 48px;
        width: 48px;
    }

    .curated-spot-profile > .curated-public-claim {
        border-radius: 18px;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 430px) {
    .curated-spot-section-index ol {
        grid-template-columns: 1fr;
    }

    .curated-spot-hero__media {
        height: 220px;
    }

    .curated-spot-hero__identity-copy > span {
        max-width: 170px;
    }

    .curated-spot-menu-grid {
        grid-template-columns: 1fr;
    }

    .curated-spot-menu-grid > article {
        min-height: 150px;
    }

    .curated-spot-gallery {
        grid-template-columns: 1fr;
    }

    .curated-spot-gallery figure.is-featured {
        grid-column: auto;
    }

    .curated-spot-lightbox > div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: minmax(0, 1fr) auto;
        height: 100%;
        padding: 48px 0 4px;
    }

    .curated-spot-lightbox figure {
        align-content: center;
        display: grid;
        grid-column: 1 / -1;
        grid-row: 1;
        min-height: 0;
    }

    .curated-spot-lightbox__previous {
        grid-column: 1;
        grid-row: 2;
        justify-self: end;
        margin-right: 7px;
    }

    .curated-spot-lightbox__next {
        grid-column: 2;
        grid-row: 2;
        justify-self: start;
        margin-left: 7px;
    }

    .curated-spot-classification-bars > div {
        grid-template-columns: minmax(90px, .8fr) minmax(60px, 1fr) 25px;
    }

    .curated-spot-classification-bars strong {
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .curated-spot-gallery figure > button > img,
    .curated-spot-action {
        animation: none;
        transition: none;
    }
}
.curated-spot-review-list__reply{margin:16px 0 4px;padding:14px 16px;border-left:3px solid #315f9e;border-radius:0 10px 10px 0;background:#f5f8fc}.curated-spot-review-list__reply>span{display:block;color:#315f9e;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.curated-spot-review-list__reply>p{margin:6px 0!important}.curated-spot-review-list__reply>small{color:#747e8c}

/* Keep the native language picker aligned with the account pill. */
body .curated-header-journal-language {
    margin: 0;
}

body .curated-header-journal-language__toggle {
    box-sizing: border-box;
    height: 42px;
    margin: 0;
    max-height: 42px;
    min-height: 42px;
    padding-bottom: 4px;
    padding-top: 4px;
    white-space: nowrap;
}

body summary.curated-header-journal-language__toggle,
body summary.curated-header-user__language-toggle {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
}

.curated-ranking-map__name {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 7px;
}

.curated-ranking-map__group {
    background: #f0eee9;
    border: 1px solid rgba(54, 48, 39, 0.15);
    border-radius: 999px;
    color: #5d574e;
    display: inline-flex;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.045em;
    line-height: 1;
    padding: 4px 7px;
    text-transform: uppercase;
    white-space: nowrap;
}

.curated-ranking-map__group--spotlight {
    background: #211b12;
    border-color: #caa456;
    color: #f3d898;
}

.curated-ranking-map__group--verified_top_rated {
    background: #fff6dc;
    border-color: #dfbd69;
    color: #735311;
}

.curated-ranking-map__group--spot_verified {
    background: #edf5ef;
    border-color: #9ab7a1;
    color: #315c3c;
}

.curated-ranking-map__group--curated_spots {
    background: #f4efe5;
    border-color: #cfc2aa;
    color: #574a38;
}

.curated-ranking-map__group--spots {
    background: #f2f2f1;
    border-color: #c9c8c4;
    color: #66635e;
}

.curated-ranking-map__list li[data-ranking-group="spotlight"] {
    border-color: rgba(190, 145, 56, 0.7);
    box-shadow: 0 7px 24px rgba(101, 73, 22, 0.14);
}

.curated-ranking-map__group-section,
.curated-ranking-map__group-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.curated-ranking-map__groups .curated-ranking-map__group-section + .curated-ranking-map__group-section {
    border-top: 1px solid rgba(28, 27, 25, 0.1);
    margin-top: 12px;
    padding-top: 8px;
}

.curated-ranking-map__group-heading {
    align-items: center;
    background: rgba(248, 244, 236, 0.97);
    border: 1px solid rgba(54, 48, 39, 0.12);
    border-radius: 10px;
    color: #51493e;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin: 0 2px 7px;
    padding: 8px 10px;
    position: sticky;
    top: 0;
    z-index: 4;
}

.curated-ranking-map__group-heading strong {
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.085em;
    line-height: 1.15;
    text-transform: uppercase;
}

.curated-ranking-map__group-heading-title {
    align-items: center;
    display: flex;
    gap: 8px;
    min-width: 0;
}

.curated-ranking-map__group-heading-title > span:last-child {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.curated-ranking-map__group-heading-title em {
    font-size: 8px;
    font-style: normal;
    font-weight: 650;
    letter-spacing: 0.04em;
    margin-top: 2px;
    opacity: 0.76;
}

.curated-ranking-map__group-heading-mark {
    align-items: center;
    background: linear-gradient(145deg, #f7dda0, #a8751f);
    border: 1px solid rgba(255, 239, 194, 0.72);
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(4, 3, 2, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #261a08;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    height: 29px;
    justify-content: center;
    width: 29px;
}

.curated-ranking-map__group-heading small {
    color: #777065;
    flex: 0 0 auto;
    font-size: 9px;
    font-weight: 720;
}

.curated-ranking-map__group-heading-meta {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 7px;
}

.curated-ranking-map__group-help {
    align-items: center;
    display: inline-flex;
    position: relative;
}

.curated-ranking-map__group-help-trigger {
    align-items: center;
    appearance: none;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid currentColor;
    border-radius: 50%;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 850;
    height: 19px;
    justify-content: center;
    line-height: 1;
    opacity: 0.74;
    padding: 0;
    transition: opacity 160ms ease, transform 160ms ease, background 160ms ease;
    width: 19px;
}

.curated-ranking-map__group-help-trigger:hover,
.curated-ranking-map__group-help-trigger:focus-visible,
.curated-ranking-map__group-help.is-open .curated-ranking-map__group-help-trigger {
    background: #fff;
    opacity: 1;
    outline: 0;
    transform: translateY(-1px);
}

.curated-ranking-map__group-help-panel,
.curated-ranking-map__badge-help-panel {
    background: linear-gradient(145deg, #fffefb, #f7f0e4);
    border: 1px solid rgba(158, 113, 32, 0.38);
    border-radius: 13px;
    box-shadow: 0 18px 50px rgba(35, 27, 17, 0.24);
    box-sizing: border-box;
    color: #514a40;
    display: block;
    left: 50%;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    text-align: left;
    top: calc(100% + 10px);
    transform: translate(-50%, -5px);
    transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
    visibility: hidden;
    white-space: normal;
    width: min(320px, calc(100vw - 24px));
    z-index: 2147482000;
}

.curated-ranking-map__group-help-panel[data-curated-floating="true"],
.curated-ranking-map__badge-help-panel[data-curated-floating="true"] {
    left: var(--curated-ranking-tooltip-left);
    position: fixed;
    top: var(--curated-ranking-tooltip-top);
    transform: translateY(-5px);
}

.curated-ranking-map__group-help.is-open .curated-ranking-map__group-help-panel,
.curated-ranking-map__featured-badge.is-open .curated-ranking-map__badge-help-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

.curated-ranking-map__group-help-panel::before,
.curated-ranking-map__badge-help-panel::before {
    background: #fffdf9;
    border-left: 1px solid rgba(158, 113, 32, 0.38);
    border-top: 1px solid rgba(158, 113, 32, 0.38);
    content: "";
    height: 10px;
    left: var(--curated-ranking-tooltip-arrow-left, 50%);
    position: absolute;
    top: -6px;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
}

.curated-ranking-map__group-help-panel[data-curated-placement="top"]::before,
.curated-ranking-map__badge-help-panel[data-curated-placement="top"]::before {
    border: 0;
    border-bottom: 1px solid rgba(158, 113, 32, 0.38);
    border-right: 1px solid rgba(158, 113, 32, 0.38);
    bottom: -6px;
    top: auto;
}

.curated-ranking-map__group-help-eyebrow,
.curated-ranking-map__badge-help-panel strong {
    color: #7b581b;
    display: block;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.curated-ranking-map__group-help-copy,
.curated-ranking-map__badge-help-panel > span {
    color: #514a40;
    display: block;
    font-size: 12px;
    font-weight: 540;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 7px;
    text-transform: none;
}

.curated-ranking-map__group-help-panel > a {
    align-items: center;
    border-top: 1px solid rgba(92, 75, 47, 0.13);
    color: #765315;
    display: flex;
    font-size: 10px;
    font-weight: 820;
    justify-content: space-between;
    letter-spacing: 0.025em;
    margin-top: 11px;
    padding-top: 10px;
    text-decoration: none;
}

.curated-ranking-map__group-help-panel > a:hover,
.curated-ranking-map__group-help-panel > a:focus-visible {
    color: #1d1b18;
    outline: 0;
}

.curated-ranking-map__group-section--spotlight .curated-ranking-map__group-heading {
    background: transparent;
    border-color: rgba(226, 185, 96, 0.36);
    color: #f3d898;
    margin: 0 0 7px;
    padding: 8px;
}

.curated-ranking-map__group-section--spotlight .curated-ranking-map__group-heading small {
    color: #e4c983;
}

.curated-ranking-map__group-section--spotlight .curated-ranking-map__group-help-trigger {
    background: rgba(255, 245, 216, 0.08);
    color: #f3d898;
}

.curated-ranking-map__group-section--spotlight .curated-ranking-map__group-help-trigger:hover,
.curated-ranking-map__group-section--spotlight .curated-ranking-map__group-help-trigger:focus-visible,
.curated-ranking-map__group-section--spotlight .curated-ranking-map__group-help.is-open .curated-ranking-map__group-help-trigger {
    background: #f3d898;
    color: #241a0d;
}

body.single-curated_listing .curated-ranking-map__header-actions {
    align-items: center;
}

body.single-curated_listing .curated-ranking-map__share,
body.single-curated_listing .curated-ranking-map__guide > button {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    min-height: 30px;
}

body.single-curated_listing .curated-ranking-map__share {
    padding: 0 9px 0 6px;
}

body.single-curated_listing .curated-ranking-map__guide > button {
    padding: 0 9px 0 5px;
}

body.single-curated_listing .curated-ranking-map__share > span,
body.single-curated_listing .curated-ranking-map__guide > button > span {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    flex: 0 0 18px;
    height: 18px;
    justify-content: center;
    line-height: 1;
    width: 18px;
}

body.single-curated_listing .curated-ranking-map__featured-badge {
    cursor: help;
    overflow: visible;
    position: relative;
    z-index: 3;
}

body.single-curated_listing .curated-ranking-map__featured-badge > img {
    border-radius: 50%;
}

.curated-ranking-map__group-section--spotlight {
    background:
        radial-gradient(circle at 88% 0, rgba(231, 191, 105, 0.25), transparent 38%),
        linear-gradient(145deg, #2d2418 0%, #17130e 100%);
    border: 1px solid rgba(202, 164, 86, 0.82);
    border-radius: 16px;
    box-shadow: 0 13px 32px rgba(62, 43, 15, 0.22), inset 0 1px 0 rgba(255, 239, 194, 0.14);
    overflow: hidden;
    padding: 7px;
    position: relative;
}

.curated-ranking-map__group-section--spotlight::after {
    border: 1px solid rgba(255, 232, 174, 0.12);
    border-radius: 12px;
    content: "";
    inset: 4px;
    pointer-events: none;
    position: absolute;
}

.curated-ranking-map__group-section--spotlight .curated-ranking-map__group-items {
    position: relative;
    z-index: 1;
}

.curated-ranking-map__group-section--spotlight .curated-ranking-map__group-items li {
    background: linear-gradient(115deg, #fffaf0, #f4ead6);
    border-color: rgba(214, 172, 82, 0.7);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

.curated-ranking-map__group-section--verified_top_rated .curated-ranking-map__group-heading {
    background: #fff4d4;
    border-color: #d8b353;
    color: #674908;
}

.curated-ranking-map__group-section--verified_top_rated .curated-ranking-map__group-heading small {
    color: #806523;
}

.curated-ranking-map__group-section--spot_verified .curated-ranking-map__group-heading {
    background: #edf5ef;
    border-color: #9ab7a1;
    color: #315c3c;
}

.curated-ranking-map__group-section--spot_verified .curated-ranking-map__group-heading small {
    color: #58725f;
}

.curated-ranking-map__group-section--curated_spots .curated-ranking-map__group-heading {
    background: #f6f0e5;
    border-color: #cdbd9f;
    color: #51422d;
}

.curated-ranking-map__group-section--curated_spots .curated-ranking-map__group-heading small {
    color: #73664f;
}

.curated-ranking-map__group-section--spots .curated-ranking-map__group-heading {
    background: #f4f4f2;
    border-color: #ceccc6;
    border-style: dashed;
    color: #5d5b56;
}

.curated-ranking-map__group-section--spots .curated-ranking-map__group-heading small {
    color: #7c7972;
}

@media (max-width: 781px) {
    body .wp-site-blocks .curated-site-header > .curated-header-inner {
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }

    body .curated-header-actions {
        flex: 0 1 auto;
        min-width: 0;
    }

    body .curated-header-journal-language__menu {
        max-width: calc(100vw - 1.7rem);
        min-width: 0;
        width: 184px;
    }

    body .curated-site-footer__language,
    body .curated-discovery__map-footer-language {
        display: none !important;
    }
}

/* Mobile Top Ranked: a stable, list-first sheet instead of a squeezed desktop panel. */
@media (max-width: 782px) {
    body.single-curated_listing {
        --curated-ranking-height: 100svh;
        --curated-ranking-height: 100dvh;
        overscroll-behavior: none;
    }

    body.admin-bar.single-curated_listing {
        --curated-ranking-height: calc(100svh - 46px);
        --curated-ranking-height: calc(100dvh - 46px);
    }

    body.single-curated_listing .curated-ranking-map {
        left: auto;
        transform: none;
        width: 100% !important;
    }

    body.single-curated_listing .curated-ranking-map__stage,
    body.admin-bar.single-curated_listing .curated-ranking-map__stage {
        height: var(--curated-ranking-height);
        min-height: 0;
    }

    body.single-curated_listing .curated-ranking-map__panel {
        background: rgba(255, 253, 248, 0.985);
        border-radius: 20px 20px 16px 16px;
        bottom: max(8px, env(safe-area-inset-bottom, 0px));
        height: auto;
        left: 8px;
        max-height: none;
        min-height: 0;
        right: 8px;
        top: 78px;
        width: auto;
    }

    body.single-curated_listing .curated-ranking-map__header {
        padding: 12px 12px 10px;
    }

    body.single-curated_listing .curated-ranking-map__header-kicker {
        align-items: center;
        display: grid;
        gap: 8px;
        grid-template-columns: minmax(0, 1fr) auto;
        margin-bottom: 7px;
    }

    body.single-curated_listing .curated-ranking-map__header-kicker > p {
        font-size: 9px;
        letter-spacing: 0.12em;
        line-height: 1.3;
        min-width: 0;
    }

    body.single-curated_listing .curated-ranking-map__header-actions {
        gap: 5px;
    }

    body.single-curated_listing .curated-ranking-map__share,
    body.single-curated_listing .curated-ranking-map__guide > button {
        min-height: 30px;
    }

    body.single-curated_listing .curated-ranking-map__header h1 {
        font-size: clamp(25px, 7vw, 30px);
        letter-spacing: -0.045em;
        line-height: 0.96;
        text-wrap: balance;
    }

    body.single-curated_listing .curated-ranking-map__coverage {
        font-size: 10px;
        margin-top: 6px;
    }

    body.single-curated_listing .curated-ranking-map__meta {
        flex-wrap: nowrap;
        gap: 8px;
        margin-top: 7px;
    }

    body.single-curated_listing .curated-ranking-map__competition-state {
        flex: 1 1 auto;
        font-size: 10px;
        min-width: 0;
    }

    body.single-curated_listing .curated-ranking-map__meta time {
        flex: 0 0 auto;
        font-size: 9px;
    }

    body.single-curated_listing .curated-ranking-map__periods {
        border-radius: 12px;
        gap: 2px;
        margin-top: 8px;
        padding: 3px;
    }

    body.single-curated_listing .curated-ranking-map__period {
        grid-template-columns: minmax(0, 1fr) 27px;
        min-height: 48px;
    }

    body.single-curated_listing .curated-ranking-map__period > a {
        padding: 6px 1px 6px 5px;
    }

    body.single-curated_listing .curated-ranking-map__period > a span {
        font-size: 7px;
    }

    body.single-curated_listing .curated-ranking-map__period > a strong {
        font-size: 9px;
        margin-top: 2px;
    }

    body.single-curated_listing .curated-ranking-map__period-awards-trigger {
        height: 25px;
        width: 25px;
    }

    body.single-curated_listing .curated-ranking-map__list {
        background: rgba(248, 244, 236, 0.62);
        flex: 1 1 0;
        min-height: 0;
        padding: 7px;
        scroll-padding: 7px;
    }

    body.single-curated_listing .curated-ranking-map__list li {
        background: rgba(255, 253, 248, 0.9);
        border-color: rgba(169, 120, 34, 0.18);
        border-radius: 14px;
        box-shadow: 0 3px 12px rgba(49, 37, 21, 0.035);
        grid-template-columns: minmax(0, 1fr) 34px;
        min-height: 82px;
    }

    body.single-curated_listing .curated-ranking-map__list li + li {
        margin-top: 6px;
    }

    body.single-curated_listing .curated-ranking-map__list li > button,
    body.single-curated_listing .curated-ranking-map__card-link {
        align-items: center;
        gap: 8px;
        grid-template-columns: 38px 62px minmax(0, 1fr);
        min-height: 80px;
        padding: 6px 5px 6px 6px;
    }

    body.single-curated_listing .curated-ranking-map__position {
        height: 68px;
        width: 38px;
    }

    body.single-curated_listing .curated-ranking-map__position small {
        font-size: 7px;
    }

    body.single-curated_listing .curated-ranking-map__position strong {
        font-size: 20px;
    }

    body.single-curated_listing .curated-ranking-map__list img,
    body.single-curated_listing .curated-ranking-map__placeholder {
        height: 68px;
        width: 62px;
    }

    body.single-curated_listing .curated-ranking-map__copy {
        align-content: center;
        column-gap: 6px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        min-width: 0;
        padding: 0;
    }

    body.single-curated_listing .curated-ranking-map__copy > .curated-ranking-map__place {
        display: block;
        font-size: 8px;
        grid-column: 1 / -1;
        grid-row: 1;
        line-height: 1.15;
    }

    body.single-curated_listing .curated-ranking-map__name-row {
        display: contents;
    }

    body.single-curated_listing .curated-ranking-map__name-row > .curated-ranking-map__name {
        font-size: 16px;
        grid-column: 1;
        grid-row: 2;
        line-height: 1.05;
        margin-top: 3px;
        min-width: 0;
    }

    body.single-curated_listing .curated-ranking-map__featured-badge {
        align-self: center;
        display: inline-flex;
        grid-column: 2;
        grid-row: 2;
        height: 23px;
        justify-self: end;
        margin-top: 3px;
        width: 23px;
    }

    body.single-curated_listing .curated-ranking-map__competition {
        grid-column: 2;
        grid-row: 3;
        margin: 4px 0 0 6px;
        padding: 3px 6px;
    }

    body.single-curated_listing .curated-ranking-map__score-value strong {
        font-size: 11px;
    }

    body.single-curated_listing .curated-ranking-map__score-value span {
        font-size: 7px;
    }

    body.single-curated_listing .curated-ranking-map__facts {
        align-self: center;
        flex-wrap: nowrap;
        font-size: 9px;
        grid-column: 1;
        grid-row: 3;
        margin-top: 4px;
        min-width: 0;
        overflow: hidden;
    }

    body.single-curated_listing .curated-ranking-map__facts > .curated-ranking-map__price:first-child::before {
        display: none;
    }

    body.single-curated_listing .curated-ranking-map__address {
        display: none;
    }

    body.single-curated_listing .curated-ranking-map__hours {
        font-size: 9px;
        grid-column: 1 / -1;
        grid-row: 4;
        line-height: 1.15;
        margin-top: 3px;
    }

    body.single-curated_listing .curated-ranking-map__card-actions {
        border-left-color: rgba(169, 120, 34, 0.14);
        grid-template-rows: 1fr;
    }

    body.single-curated_listing .curated-ranking-map__card-actions > button {
        border-bottom: 0;
        border-radius: 0 13px 13px 0;
        min-height: 44px;
    }

    body.single-curated_listing .curated-ranking-map__card-actions > a {
        display: none;
    }
}

@media (max-width: 360px) {
    body.single-curated_listing .curated-ranking-map__header {
        padding-left: 10px;
        padding-right: 10px;
    }

    body.single-curated_listing .curated-ranking-map__share,
    body.single-curated_listing .curated-ranking-map__guide > button {
        font-size: 0;
        height: 30px;
        justify-content: center;
        padding: 0;
        width: 30px;
    }

    body.single-curated_listing .curated-ranking-map__share > span,
    body.single-curated_listing .curated-ranking-map__guide > button > span {
        font-size: 11px;
    }

    body.single-curated_listing .curated-ranking-map__list li {
        grid-template-columns: minmax(0, 1fr);
    }

    body.single-curated_listing .curated-ranking-map__card-actions {
        display: none;
    }

    body.single-curated_listing .curated-ranking-map__list li > button,
    body.single-curated_listing .curated-ranking-map__card-link {
        gap: 6px;
        grid-template-columns: 35px 54px minmax(0, 1fr);
    }

    body.single-curated_listing .curated-ranking-map__position {
        width: 35px;
    }

    body.single-curated_listing .curated-ranking-map__list img,
    body.single-curated_listing .curated-ranking-map__placeholder {
        width: 54px;
    }
}
