/* Simple location label: no glass effect, capsule or entrance animation. */
.home-hero__location { color: #fff; }

/* Home discovery and shared footer, September 2026. */
/* Keep the introduction after the complete trail selection. */
.featured-trails .section-heading, .territory-section .section-heading { grid-template-columns: minmax(0, 1fr); }
.featured-trails .section-heading h2 em { display: inline-block; }
.featured-trails__more, .territory-section__more { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 36px; }
.featured-trails__more p, .territory-section__more p { max-width: 650px; margin: 0; color: var(--muted); font-size: 1.02rem; }
.featured-trails__more .text-link, .territory-section__more .text-link { flex-shrink: 0; }
@media (max-width: 700px) {
 .featured-trails__more, .territory-section__more { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 28px; }
}
.territory-section .section-heading h2 em { color: #f0a45e; }
.territory-section__more p { color: #e0eae3; }
.preparation-steps li { grid-template-columns: minmax(0, 1fr); gap: 0; }
.preparation-steps small { font-size: .78rem; }
.rg-carousel { --carousel-gap: 24px; position: relative; min-width: 0; }
.rg-carousel__controls { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 10px; margin: -10px 0 22px; }
.rg-carousel__controls[hidden] { display: none; }
.rg-carousel__controls button { min-height: 44px; border: 1px solid #778d82; color: #19372d; background: transparent; cursor: pointer; }
.rg-carousel__controls button:hover { background: #eaf0e5; }
.rg-carousel__arrow { display: inline-flex; justify-content: center; align-items: center; width: 44px; flex: 0 0 44px; border-radius: 50%; padding: 11px; }
.rg-carousel__arrow[data-carousel-prev] .rg-icon { transform: rotate(180deg); }
.rg-carousel__track { position: relative; display: flex; gap: var(--carousel-gap); align-items: stretch; list-style: none; margin: 0; padding: 8px 4px 22px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
.rg-carousel__track::-webkit-scrollbar { display: none; width: 0; height: 0; }
.rg-carousel__item { display: flex; flex: 0 0 calc((100% - 2 * var(--carousel-gap)) / 3); min-width: 0; scroll-snap-align: start; scroll-margin-inline: 4px; }
.rg-carousel--territories .rg-carousel__controls button { color: #f8fff4; border-color: #8caaa0; }
.rg-carousel--territories .rg-carousel__controls button:hover { background: #31534a; }
.territory-photo { position: relative; display: flex; width: 100%; min-height: 440px; isolation: isolate; align-items: flex-end; overflow: hidden; border-radius: 24px; color: #fff; text-decoration: none; background: #102f26; }
.territory-photo::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(5,25,20,.28), transparent 25%, rgba(5,25,20,.78) 52%, #051e18 100%); content: ''; }
.territory-photo > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.territory-photo:hover > img { transform: scale(1.055); }
.territory-photo__copy { display: grid; width: 100%; gap: 10px; padding: 26px; }
.territory-photo__copy > small { font-size: .8rem; color: #eff7ec; line-height: 1.5; min-height: 2.5em; }
.territory-photo__copy > strong { color: #fff; font-size: clamp(1.7rem, 2.3vw, 2.4rem); line-height: 1.12; letter-spacing: -.035em; overflow-wrap: anywhere; }
.territory-photo__copy > span { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; padding-top: 17px; border-top: 1px solid #87a494; font-size: .8rem; font-weight: 700; }
.territory-photo__copy .rg-icon { width: 32px; height: 32px; padding: 7px; background: #dffa86; color: #19372d; border-radius: 50%; }
.guide-discovery { overflow: hidden; background: #faf8f1; }
.guide-discovery-card { display: flex; flex-direction: column; width: 100%; overflow: hidden; border: 1px solid #557969; border-radius: 24px; background: #153e35; color: #f5faef; }
.guide-discovery-card__portrait { display: block; position: relative; height: 290px; overflow: hidden; background: #e7eee1; }
.guide-discovery-card__portrait > img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; transition: transform .5s ease; }
.guide-discovery-card:hover .guide-discovery-card__portrait > img { transform: scale(1.03); }
.guide-discovery-card__portrait > span { position: absolute; left: 16px; bottom: 16px; max-width: calc(100% - 32px); padding: 5px 10px; border-radius: 999px; background: #fcfff4; color: #19372d; font-size: .67rem; font-weight: 700; }
.guide-discovery-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 24px; }
.guide-discovery-card__specialty { margin: 0 0 10px; color: #ffc189; font-size: .7rem; font-weight: 800; }
.guide-discovery-card h3 { margin: 0 0 12px; font-size: 1.65rem; line-height: 1.18; }
.guide-discovery-card h3 a { color: #f8fff4; text-decoration: none; }
.guide-discovery-card h3 a:hover { text-decoration: underline; }
.guide-discovery-card__bio { margin: 0 0 20px; color: #d9e8df; font-size: .85rem; }
.guide-discovery-card__territories { width: 100%; margin-top: auto; padding: 15px; border: 1px solid #739580; border-radius: 14px; background: #092b25; }
.guide-discovery-card__territories > span { display: flex; gap: 7px; align-items: center; margin-bottom: 12px; color: #e5f1df; font-size: .78rem; flex-wrap: wrap; }
.guide-discovery-card__territories .rg-icon { width: 16px; height: 16px; }
.guide-discovery-card__territories ul { display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0; list-style: none; }
.guide-discovery-card__territories li { padding: 4px 9px; border: 1px solid #789b85; border-radius: 6px; color: #f4faef; background: #31594a; font-size: .8rem; font-weight: 750; }
.guide-discovery-card__body > .text-link { margin-top: 20px; min-height: 32px; color: #ddfa7a; }
.guide-discovery-card__territories > span strong { color: #ddfa7a; font-size: 1.2rem; line-height: 1; }
.guide-discovery-card a:focus-visible { outline: 3px solid #e4ff98; outline-offset: 4px; box-shadow: 0 0 0 2px #092b25; }
.guide-ribbon .button--guide-spark { gap: 12px; min-height: 62px; padding: 10px 12px 10px 20px; border: 2px solid #f1ffd0; border-radius: 999px; background: #ddfa7a; color: #173c2e; box-shadow: 0 6px 0 #63320e, 0 12px 22px #74380c55; font-size: .92rem; transform: none; }
.guide-ribbon .button--guide-spark:hover { color: #102d20; background: #efffa9; transform: translateY(-3px); box-shadow: 0 9px 0 #63320e, 0 15px 26px #74380c66; }
.guide-spark { font-size: 1.9rem; line-height: 1; }
.guide-spark__arrow { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: #173c2e; color: #f1ffd0; }
.site-footer { position: relative; border-top: 6px solid #ddfa7a; background: radial-gradient(ellipse at 85% 15%, #194439 0%, #092b25 58%); color: #edf4ec; }
.site-footer .site-brand__copy { display: grid; }
.site-footer .site-brand__copy small { color: #d9e9d9; }
.site-footer__brand > p { max-width: 400px; color: #e0ebdf; font-size: .85rem; line-height: 1.75; }
.site-footer__brand > p br { display: block; }
.site-footer .footer-contact span, .site-footer .footer-contact a { color: #e0ebdf; font-size: .8rem; }
.site-footer .footer-contact a { text-decoration: underline; text-underline-offset: 3px; }
.site-footer .footer-contact .rg-icon { color: #ffba76; }
.site-footer__links h2 { color: #effacb; font-size: .85rem; }
.site-footer__links a { min-height: 28px; color: #e0ebdf; font-size: .83rem; }
.site-footer__links a:hover { color: #ffcd98; text-decoration: underline; text-underline-offset: 3px; }
.site-footer__newsletter { padding: 24px; border: 1px solid #698c78; border-radius: 22px; background: #184236; }
.site-footer__newsletter .eyebrow { color: #ffbf82; font-size: .92rem; }
.site-footer__newsletter h2 { color: #fff; font-size: 1.35rem; }
.site-footer .newsletter-form__row { border: 1px solid #b1c6b4; background: #092b25; }
.site-footer .newsletter-form__row:focus-within { outline: 3px solid #e4ff98; outline-offset: 4px; }
.site-footer .newsletter-form__row input::placeholder { color: #c6d9c8; opacity: 1; }
.site-footer .newsletter-form__row input { padding-inline: 12px; color: #fff; font-size: .9rem; }
.site-footer .newsletter-form__row button { width: 44px; height: 44px; flex: 0 0 44px; }
.site-footer .consent-line { align-items: flex-start; gap: 10px; color: #e0ebdf; font-size: .75rem; line-height: 1.65; }
.site-footer .consent-line input { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 18px; accent-color: #ddfa7a; }
.site-footer .consent-line a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.site-footer .microcopy { color: #d3e2d4; font-size: .75rem; }
.site-footer .site-footer__bottom { align-items: flex-start; padding-block: 25px; border-top: 1px solid #709480; color: #d3e2d4; font-size: .75rem; line-height: 1.65; }
.site-footer__bottom > p { max-width: 340px; }
.site-footer__bottom a { color: #eaf6e8; }
.site-footer__bottom nav { justify-content: flex-end; }
.site-footer__bottom nav > a, .site-footer__bottom nav > .rg-privacy-link { min-height: 32px; color: #eaf6e8; }
.site-footer :is(a, button, input):focus-visible, .rg-carousel--territories :is(a, button):focus-visible { outline: 3px solid #e4ff98; outline-offset: 4px; box-shadow: 0 0 0 2px #092b25; }
@media (max-width: 1120px) {
 .site-footer__grid { gap: 30px; }
 .site-footer__newsletter { padding: 20px; }
 .site-footer__bottom nav { justify-content: flex-start; }
}
@media (max-width: 900px) {
 .rg-carousel__item { flex-basis: calc((100% - var(--carousel-gap)) / 2); }
 .territory-photo { min-height: 410px; }
 .guide-discovery-card__portrait { height: 270px; }
 .site-footer__grid { grid-template-columns: 1fr 1fr; }
 .site-footer__newsletter { grid-column: 1 / -1; max-width: 580px; }
}
@media (max-width: 600px) {
 .rg-carousel { --carousel-gap: 14px; }
 .rg-carousel__item { flex-basis: 88%; }
 .rg-carousel__controls { gap: 6px; margin-top: 0; }
 .territory-photo { min-height: 380px; }
 .territory-photo__copy { padding: 22px; }
 .guide-discovery-card__body { padding: 20px; }
 .guide-discovery-card h3 { font-size: 1.45rem; }
 .guide-discovery-card__portrait { height: 265px; }
 .guide-ribbon .button--guide-spark { justify-self: start; width: auto; margin-top: 8px; }
 .site-footer { padding-top: 46px; }
 .site-footer__grid { grid-template-columns: 1fr; gap: 35px; }
 .site-footer__newsletter { grid-column: auto; }
 .site-footer__bottom > p { max-width: none; }
 .site-footer .site-brand__copy { display: grid; }
}
@media (prefers-reduced-motion: reduce) {
 .rg-carousel__track { scroll-behavior: auto; }
 .guide-ribbon .button--guide-spark, .guide-ribbon .button--guide-spark:hover { transform: none; }
 .territory-photo:hover > img, .guide-discovery-card:hover .guide-discovery-card__portrait > img { transform: none; }
}

/* Allow the newsletter field and long names to shrink on narrow screens. */
.site-footer__grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, .9fr) minmax(0, 1.05fr); }
.site-footer__grid > *, .site-footer__newsletter form { min-width: 0; }
@media (max-width: 900px) { .site-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .site-footer__grid { grid-template-columns: minmax(0, 1fr); } .site-footer__links { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Shared ribbon ornament echoes the action without behaving like a control. */
.guide-ribbon__mark { width: 64px; height: 64px; border: 2px solid #f1ffd0; background: #ddfa7a; color: #173c2e; box-shadow: 0 5px 0 #63320e, 0 12px 22px #74380c55; cursor: default; }
.guide-ribbon__mark > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #173c2e; color: #f1ffd0; }
.preparation-steps .preparation-guide-note { margin-top: 12px; padding-left: 14px; border-left: 2px solid #a54c0f; color: #364e41; font-size: .9rem; }
.preparation-guide-note a { color: #91420c; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
