.where-to-go { margin: 3rem 0 1rem; padding: clamp(1.25rem, 3vw, 2.25rem); border: 1px solid rgba(214, 69, 59, .25); background: #faf4e8; color: #2a2521; }
.search-assistant-link { display: flex; align-items: center; justify-content: space-between; gap: 1rem; max-width: 820px; margin: 2rem auto 0; padding: 1rem 1.15rem; border-left: 3px solid #d6453b; background: rgba(214, 69, 59, .06); }
.search-assistant-link p { margin: 0; color: #2a2521; font-weight: 700; }
.search-assistant-link a { color: #b5362e; font-size: .92rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.search-assistant-link a:hover, .search-assistant-link a:focus-visible { color: #b5362e; text-decoration: underline; }
.where-to-go__head { max-width: 46rem; margin-bottom: 1.7rem; }
.where-to-go__eyebrow, .where-to-go-card__type { margin: 0 0 .35rem; color: #b5362e; font-weight: 700; font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; }
.where-to-go__head h2 { margin: 0 0 .55rem; color: #2a2521; font-size: clamp(1.65rem, 3vw, 2.2rem); }
.where-to-go__head p:not(.where-to-go__eyebrow) { margin: 0; line-height: 1.55; }
.where-to-go__form { display: grid; gap: 1.25rem; }
.where-to-go__fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.where-to-go__fieldset legend { margin-bottom: .65rem; color: #2a2521; font-weight: 700; }
.where-to-go__choices { display: flex; flex-wrap: wrap; gap: .5rem; }
.where-to-go__choices label { position: relative; display: inline-flex; cursor: pointer; }
.where-to-go__choices input { position: absolute; opacity: 0; pointer-events: none; }
.where-to-go__choices span { display: block; padding: .55rem .78rem; border: 1px solid rgba(42, 37, 33, .28); background: #fffdf8; color: #2a2521; font-size: .92rem; line-height: 1.2; transition: background-color .15s ease, border-color .15s ease, color .15s ease; }
.where-to-go__choices input:checked + span { border-color: #d6453b; background: #d6453b; color: #fff; }
.where-to-go__choices input:focus-visible + span { outline: 3px solid rgba(214, 69, 59, .35); outline-offset: 2px; }
.where-to-go__actions { display: flex; align-items: center; gap: 1rem; margin-top: .25rem; }
.where-to-go__actions .btn { background: #d6453b; border-color: #d6453b; color: #fff; -webkit-appearance: none; -webkit-tap-highlight-color: transparent; }
.where-to-go__actions .btn:hover,
.where-to-go__actions .btn:focus,
.where-to-go__actions .btn:active { background: #b5362e; border-color: #b5362e; color: #fff; }
.where-to-go__actions .btn:focus-visible { outline: 3px solid rgba(214, 69, 59, .35); outline-offset: 3px; }
.where-to-go__reset { padding: .5rem 0; border: 0; background: transparent; color: #2a2521; font: inherit; text-decoration: underline; cursor: pointer; appearance: none; -webkit-appearance: none; -webkit-tap-highlight-color: transparent; }
.where-to-go__reset:hover, .where-to-go__reset:focus, .where-to-go__reset:active { background: transparent !important; color: #b5362e !important; }
.where-to-go__reset:focus-visible { outline: 3px solid rgba(214, 69, 59, .35); outline-offset: 3px; }
.where-to-go__results { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(42, 37, 33, .16); }
.where-to-go__results-title { margin: 0 0 .4rem; color: #2a2521; font-size: 1.35rem; }
.where-to-go__results-lead { margin: 0; line-height: 1.55; }
.where-to-go__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 1.1rem; }
.where-to-go-card { min-width: 0; border: 1px solid rgba(42, 37, 33, .16); background: #fffdf8; overflow: hidden; }
.where-to-go-card__link { display: block; height: 100%; color: inherit; text-decoration: none; background: #fffdf8; -webkit-tap-highlight-color: rgba(214, 69, 59, .18); }
.where-to-go-card__image { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: #e8dfd2; }
.where-to-go-card__body { padding: 1rem; }
.where-to-go-card__title { margin: 0 0 .45rem; color: #2a2521; font-size: 1.05rem; line-height: 1.28; }
.where-to-go-card__excerpt { margin: 0 0 .7rem; color: #5f5650; font-size: .9rem; line-height: 1.45; }
.where-to-go-card__tags { margin: 0 0 .75rem; color: #b5362e; font-size: .78rem; line-height: 1.35; }
.where-to-go-card__go { color: #b5362e; font-size: .88rem; font-weight: 700; }
.where-to-go-card__link:hover, .where-to-go-card__link:focus, .where-to-go-card__link:active { background: #fffdf8 !important; color: inherit !important; }
.where-to-go-card__link:hover .where-to-go-card__title, .where-to-go-card__link:focus-visible .where-to-go-card__title, .where-to-go-card__link:hover .where-to-go-card__go, .where-to-go-card__link:focus-visible .where-to-go-card__go { color: #b5362e; }
.where-to-go-card__link:focus-visible { outline: 3px solid rgba(214, 69, 59, .35); outline-offset: -3px; }
@media (max-width: 760px) { .where-to-go { margin-top: 2rem; padding: 1.25rem; } .search-assistant-link { align-items: flex-start; flex-direction: column; gap: .45rem; } .search-assistant-link a { white-space: normal; } .where-to-go__choices { gap: .45rem; } .where-to-go__choices span { padding: .55rem .68rem; font-size: .88rem; } .where-to-go__grid { grid-template-columns: 1fr; } }
