.homepage-v2 { --home-ink: var(--site-secondary); --home-primary: var(--site-primary); --home-line: #e5edf7; --home-muted: #64748b; background: #f8fbff; color: var(--home-ink); font-size: 1rem; line-height: 1.45; }
.homepage-container { width: min(calc(100% - 2rem), var(--site-layout-max-width, 76rem)); margin-inline: auto; }
.homepage-hero { padding: clamp(1.25rem, 2vw, 1.75rem) 0 1.5rem; overflow: hidden; background: radial-gradient(circle at 22% 35%, #eaf7ff 0, transparent 25rem), linear-gradient(105deg, #fbfdff 0%, #eef8ff 50%, #f9fcff 100%); border-bottom: 1px solid var(--home-line); }
.homepage-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(34rem, 1fr); align-items: center; gap: clamp(1.5rem, 3.2vw, 2.75rem); }
.homepage-hero-copy { max-width: 37rem; }
.homepage-kicker { display: inline-flex; margin-bottom: .6rem; color: var(--home-primary); font-size: .875rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.homepage-hero h1 { display: -webkit-box; max-width: 14ch; margin: 0; overflow: hidden; padding-bottom: .08em; color: var(--home-ink); font-size: clamp(2.5rem, 4.1vw, 3.55rem); font-weight: 700; letter-spacing: -.045em; line-height: 1.1; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-wrap: balance; }
.homepage-hero p { max-width: 34rem; margin: .8rem 0 1.05rem; color: #48607f; font-size: clamp(1rem, 1.3vw, 1.15rem); font-weight: 500; line-height: 1.45; }
.homepage-search-form { display: flex; align-items: stretch; max-width: 37rem; min-height: 3.35rem; padding: .28rem; border: 1px solid #dbe7f4; border-radius: 999px; background: #fff; box-shadow: 0 10px 25px rgb(16 42 86 / .08); }
.homepage-search-form label { display: flex; min-width: 0; flex: 1; align-items: center; gap: .65rem; padding: 0 .9rem; color: #6e87a7; }
.homepage-search-form label i { width: 1.1rem; height: 1.1rem; flex: 0 0 auto; }
.homepage-search-form input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--home-ink); font: inherit; font-size: .9rem; }
.homepage-search-form input::placeholder { color: #8ca0b8; }
.homepage-search-form button { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; min-height: 2.8rem; padding: .65rem 1.35rem; border: 0; border-radius: 999px; background: #1175f2; color: #fff; font: inherit; font-size: .9rem; font-weight: 750; cursor: pointer; box-shadow: 0 5px 13px rgb(17 117 242 / .22); }
.homepage-search-form button:hover { filter: brightness(.94); }
.homepage-search-form button i { width: .95rem; height: .95rem; }
.homepage-popular-searches { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem .7rem; margin-top: .9rem; color: var(--home-ink); font-size: .8rem; }
.homepage-popular-searches > strong { flex: 0 0 auto; margin: 0; padding: 0; white-space: nowrap; }
.homepage-popular-searches > div { display: contents; }
.homepage-popular-searches a { max-width: 100%; overflow-wrap: anywhere; padding: .32rem .65rem; border: 1px solid #dce8f5; border-radius: 999px; background: #fff; color: #527093; font-weight: 650; text-decoration: none; }
.homepage-popular-searches a:hover { border-color: var(--home-primary); color: var(--home-primary); }
.homepage-spotlight { position: relative; width: 100%; max-width: 36rem; justify-self: end; min-height: 23rem; overflow: hidden; border-radius: 1rem; background: #102a56; box-shadow: 0 1.25rem 2.5rem rgb(15 42 82 / .18); }
.homepage-spotlight-slide { position: absolute; inset: 0; display: none; }
.homepage-spotlight-slide.is-active { display: block; }
.homepage-spotlight-slide > img { width: 100%; height: 100%; object-fit: cover; }
.homepage-spotlight-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgb(4 20 43 / .05) 15%, rgb(4 20 43 / .17) 43%, rgb(4 20 43 / .9) 100%); }
.homepage-live-pill { position: absolute; top: 1.15rem; right: 1.15rem; display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .8rem; border-radius: .65rem; background: rgb(255 255 255 / .96); color: var(--home-ink); font-size: .85rem; font-weight: 750; box-shadow: 0 4px 12px rgb(15 42 82 / .15); }
.homepage-live-dot { width: .4rem; height: .4rem; min-width: .4rem; min-height: .4rem; display: block; flex: 0 0 .4rem; align-self: center; margin-top: .02rem; border-radius: 50% !important; background: #10b981; box-shadow: 0 0 0 1px rgb(16 185 129 / .12); }
.homepage-spotlight-link { position: absolute; right: 1.1rem; bottom: 5.6rem; left: 1.1rem; color: #fff; text-decoration: none; }
.homepage-spotlight-place { display: flex; align-items: center; gap: .65rem; }
.homepage-spotlight-place > .homepage-spotlight-place-icon { display: inline-flex; width: 2rem; height: 2rem; flex: 0 0 auto; align-items: center; justify-content: center; }
.homepage-spotlight-place-icon > svg { display: block; width: 1.8rem; height: 1.8rem; color: #fff; filter: drop-shadow(0 2px 3px rgb(2 16 36 / .35)); }
.homepage-spotlight-place > span { display: grid; gap: .1rem; }
.homepage-spotlight-place strong { font-size: 1.25rem; line-height: 1.15; }
.homepage-spotlight-place small { font-size: .8rem; font-weight: 600; opacity: .9; }
.homepage-spotlight-metrics { position: absolute; right: .8rem; bottom: .8rem; left: .8rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: .75rem; border: 1px solid rgb(255 255 255 / .18); border-radius: .75rem; background: rgb(2 16 36 / .14); backdrop-filter: blur(8px); color: #fff; }
.homepage-spotlight-metrics--1 { grid-template-columns: minmax(0, 1fr); }
.homepage-spotlight-metrics--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.homepage-spotlight-metric { display: flex !important; align-items: center; gap: .55rem; min-width: 0; padding: 0 .65rem; border-right: 1px solid rgb(255 255 255 / .18); }
.homepage-spotlight-metric:last-child { border-right: 0; }
.homepage-spotlight-metric > i { width: 1.65rem; height: 1.65rem; flex: 0 0 auto; color: #5cc7ff; }
.homepage-spotlight-metric > span { display: grid; gap: .18rem; min-width: 0; }
.homepage-spotlight-metrics small { overflow: hidden; color: #b9cde6; font-size: .8rem; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.homepage-spotlight-metrics strong { overflow: hidden; font-size: .98rem; text-overflow: ellipsis; white-space: nowrap; }
.homepage-slider-controls { position: absolute; right: .9rem; top: auto; bottom: 6.5rem; display: flex; gap: .4rem; }
.homepage-slider-controls button { display: inline-flex; width: 2.25rem; height: 2.25rem; align-items: center; justify-content: center; border: 1px solid rgb(255 255 255 / .58); border-radius: 50%; background: rgb(255 255 255 / .34); color: #fff; backdrop-filter: blur(4px); cursor: pointer; transition: background-color .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease; }
.homepage-slider-controls button:hover, .homepage-slider-controls button:focus-visible { border-color: #fff; background: rgb(255 255 255 / .96); color: var(--home-ink); box-shadow: 0 5px 14px rgb(2 16 36 / .2); }
.homepage-slider-controls i { width: 1rem; height: 1rem; }
.homepage-spotlight-empty { display: grid; height: 100%; place-content: center; gap: .75rem; color: #d6e7fa; text-align: center; font-size: .9rem; }
.homepage-spotlight-empty i { width: 2rem; height: 2rem; margin-inline: auto; }
.homepage-content { display: grid; gap: clamp(2rem, 3.2vw, 2.75rem); padding-top: clamp(1.9rem, 3.4vw, 3rem); padding-bottom: clamp(2.5rem, 4vw, 3.5rem); }
.homepage-section { display: grid; gap: 1.15rem; }
.homepage-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.homepage-section-heading h2, .homepage-info-title h2 { margin: 0; color: var(--home-ink); font-size: clamp(1.45rem, 2vw, 1.8rem); font-weight: 800; letter-spacing: -.045em; }
.homepage-section-heading p, .homepage-info-title p { margin: .2rem 0 0; color: #5e7594; font-size: .85rem; font-weight: 550; }
.homepage-section-heading > a { display: inline-flex; align-items: center; gap: .3rem; color: var(--home-primary); font-size: .875rem; font-weight: 750; text-decoration: none; }
.homepage-section-heading > a i { width: .9rem; height: .9rem; }
.homepage-featured-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .8rem; }
.homepage-place-card { display: flex; min-height: 18.5rem; flex-direction: column; overflow: hidden; border: 1px solid var(--home-line); border-radius: .7rem; background: #fff; color: var(--home-ink); text-decoration: none; box-shadow: 0 3px 10px rgb(16 42 86 / .035); transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.homepage-place-card:hover { border-color: color-mix(in srgb, var(--home-primary) 45%, var(--home-line)); box-shadow: 0 10px 20px rgb(16 42 86 / .09); transform: translateY(-2px); }
.homepage-place-card > img { display: block; width: 100%; aspect-ratio: 1.75; object-fit: cover; }
.homepage-place-card-body { display: grid; flex: 1 1 auto; gap: .3rem; padding: 1rem; }
.homepage-place-card-body > strong { overflow: hidden; font-size: 1rem; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.homepage-place-card-body > small { display: flex; align-items: center; gap: .32rem; overflow: hidden; color: #617a98; font-size: .85rem; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.homepage-place-card-body > small i { width: 1rem; height: 1rem; color: var(--home-primary); filter: drop-shadow(0 0 .22px currentColor); }
.homepage-place-card-metrics { display: grid; gap: 0; margin-top: .35rem; padding-top: 0; border-top: 0; }
.homepage-place-card-metrics > span { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .4rem; padding: .42rem 0; border-top: 1px solid var(--home-line); font-size: .85rem; line-height: 1.3; }
.homepage-place-card-metrics > span:first-child { border-top: 0; }
.homepage-place-card-metrics > span > small { font-size: .85rem; }
.homepage-place-card-metrics > span > b { font-size: .95rem; }
.homepage-place-card-metrics small { color: #7087a2; }
.homepage-place-card-metrics b { color: var(--home-ink); font-weight: 750; }
.homepage-info-grid { display: grid; grid-template-columns: 1fr .88fr 1fr; gap: .8rem; }
.homepage-info-card { min-width: 0; padding: 1rem; border: 1px solid rgb(229 237 247 / .85); border-radius: .7rem; background: rgb(255 255 255 / .82); box-shadow: 0 3px 10px rgb(16 42 86 / .03); backdrop-filter: blur(8px); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease; }
.homepage-info-card:hover, .homepage-info-card:focus-within { transform: translateY(-3px); border-color: color-mix(in srgb, var(--home-primary) 42%, var(--home-line)); background: rgb(255 255 255 / .94); box-shadow: 0 12px 26px rgb(16 42 86 / .1); }
.homepage-info-title { display: flex; align-items: center; gap: .65rem; padding-bottom: .8rem; border-bottom: 1px solid var(--home-line); }
.homepage-info-title > i { width: 1.8rem !important; height: 1.8rem !important; min-width: 1.8rem; min-height: 1.8rem; flex: 0 0 1.8rem; color: var(--home-primary); filter: drop-shadow(0 0 .3px currentColor); }
.homepage-info-title h2 { font-size: 1.2rem; }
.homepage-info-title p { font-size: .875rem; }
.homepage-compact-list, .homepage-comment-list { display: grid; }
.homepage-compact-list > a, .homepage-comment-list > a { display: grid; grid-template-columns: 2.2rem minmax(0, 1fr); align-items: start; gap: .55rem; margin-inline: -.35rem; padding: .65rem .35rem; border-bottom: 1px solid var(--home-line); border-radius: .4rem; color: var(--home-ink); text-decoration: none; transition: background-color .15s ease, color .15s ease; }
.homepage-compact-list > a:hover, .homepage-comment-list > a:hover { background: color-mix(in srgb, var(--home-primary) 8%, transparent); color: var(--home-primary); }
.homepage-compact-list > a:last-child, .homepage-comment-list > a:last-child { border-bottom: 0; }
.homepage-compact-list img, .homepage-comment-list img { width: 2.2rem; height: 2.2rem; border-radius: .38rem; object-fit: cover; background: #eaf1f8; }
.homepage-list-content { display: grid; min-width: 0; gap: .15rem; }
.homepage-list-heading { display: flex; align-items: baseline; justify-content: space-between; gap: .65rem; min-width: 0; }
.homepage-compact-list strong, .homepage-comment-list strong { overflow: hidden; font-size: .875rem; text-overflow: ellipsis; white-space: nowrap; }
.homepage-compact-list small, .homepage-comment-list small { display: -webkit-box; overflow: hidden; color: #66809e; font-size: .8rem; font-weight: 550; line-height: 1.35; -webkit-box-orient: vertical; }
.homepage-compact-list small { -webkit-line-clamp: 1; }
.homepage-comment-list small { -webkit-line-clamp: 2; }
.homepage-compact-list time, .homepage-comment-list time { color: #6c85a3; font-size: .8rem; font-weight: 650; white-space: nowrap; }
.homepage-region-list { display: grid; margin: 0; padding: 0; list-style: none; }
.homepage-region-list > li { display: grid; grid-template-columns: 1.55rem minmax(0, 1fr) auto; align-items: center; gap: .55rem; margin-inline: -.35rem; padding: .66rem .35rem; border-bottom: 1px solid var(--home-line); border-radius: .4rem; transition: background-color .15s ease, color .15s ease; }
.homepage-region-list > li:hover { background: color-mix(in srgb, var(--home-primary) 8%, transparent); }
.homepage-region-list > li:last-child { border-bottom: 0; }
.homepage-region-list > li > span { display: grid; width: 1.5rem; height: 1.5rem; place-content: center; border-radius: 50%; background: color-mix(in srgb, var(--home-primary) 12%, #fff); color: var(--home-primary); font-size: .8rem; font-weight: 800; }
.homepage-region-list a { display: grid; gap: .12rem; color: var(--home-ink); text-decoration: none; }
.homepage-region-list strong { font-size: .875rem; }
.homepage-region-list small { color: #7288a1; font-size: .8rem; font-weight: 550; }
.homepage-region-list > li > i { width: 1.05rem; height: 1.05rem; color: var(--home-primary); filter: drop-shadow(0 0 .2px currentColor); }
.homepage-list-empty { display: block !important; padding: 1rem 0 !important; color: #7187a0; font-size: .8rem; line-height: 1.45; }
.homepage-category-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .8rem; }
.homepage-category-grid > a { display: grid; gap: .55rem; min-width: 0; padding: .85rem; border: 1px solid var(--home-line); border-radius: .65rem; background: #fff; color: var(--home-ink); text-decoration: none; transition: border-color .15s ease, transform .15s ease; }
.homepage-category-grid > a:hover { border-color: var(--home-primary); transform: translateY(-2px); }
.homepage-category-grid span { display: grid; width: 2.2rem; height: 2.2rem; place-content: center; border-radius: .5rem; background: color-mix(in srgb, var(--home-primary) 12%, #fff); color: var(--home-primary); }
.homepage-category-grid i { width: 1.15rem; height: 1.15rem; filter: drop-shadow(0 0 .22px currentColor); }
.homepage-category-grid strong { font-size: .85rem; }
.homepage-category-grid small { color: #66809f; font-size: .8rem; font-weight: 550; line-height: 1.4; }
.homepage-blog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.homepage-blog-grid > a { display: grid; gap: .55rem; min-height: 9rem; padding: 1rem; border: 1px solid var(--home-line); border-radius: .65rem; background: #fff; color: var(--home-ink); text-decoration: none; }
.homepage-blog-grid strong { font-size: .9rem; line-height: 1.35; }
.homepage-blog-grid p { margin: 0; color: #617a99; font-size: .8rem; font-weight: 550; line-height: 1.5; }
html.dark .homepage-v2 { --home-ink: #e7f1ff; --home-line: #213852; --home-muted: #a7bad0; background: #081524; }
html.dark .homepage-hero { background: radial-gradient(circle at 22% 35%, #12395a 0, transparent 25rem), #0b1c31; border-color: #1d3652; }
html.dark .homepage-hero h1, html.dark .homepage-section-heading h2, html.dark .homepage-info-title h2, html.dark .homepage-place-card, html.dark .homepage-info-card, html.dark .homepage-category-grid > a, html.dark .homepage-blog-grid > a { color: #e7f1ff; }
html.dark .homepage-hero p, html.dark .homepage-section-heading p, html.dark .homepage-info-title p, html.dark .homepage-place-card-body > small, html.dark .homepage-place-card-metrics small, html.dark .homepage-compact-list small, html.dark .homepage-comment-list small, html.dark .homepage-region-list small, html.dark .homepage-category-grid small, html.dark .homepage-blog-grid p { color: #a7bad0; }
html.dark :is(.homepage-place-card, .homepage-info-card, .homepage-category-grid > a, .homepage-blog-grid > a) { background: rgb(16 34 56 / .88); border-color: #203b58; }
html.dark .homepage-search-form, html.dark .homepage-popular-searches a { background: #102238; border-color: #294764; }
html.dark .homepage-search-form input { color: #e7f1ff; }
html.dark .homepage-popular-searches a { color: #c6d8ed; }
html.dark .homepage-popular-searches a:hover, html.dark .homepage-popular-searches a:focus-visible { color: #fff; border-color: var(--home-primary); }
html.dark .homepage-compact-list time, html.dark .homepage-comment-list time, html.dark .homepage-list-empty { color: var(--home-muted); }
html.dark .homepage-live-pill, html.dark .homepage-slider-controls button:hover, html.dark .homepage-slider-controls button:focus-visible { color: #102a56; }
html.dark .homepage-info-card:hover, html.dark .homepage-info-card:focus-within { background: #142d47; }
html.dark .homepage-category-grid span, html.dark .homepage-region-list > li > span { background: color-mix(in srgb, var(--home-primary) 16%, #102238); }
@media (max-width: 1024px) { .homepage-hero-grid { grid-template-columns: 1fr; } .homepage-hero-copy { max-width: 42rem; } .homepage-spotlight { max-width: 42rem; width: 100%; } .homepage-featured-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .homepage-info-grid { grid-template-columns: 1fr 1fr; } .homepage-info-card:last-child { grid-column: 1 / -1; } .homepage-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .homepage-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .homepage-container { width: min(calc(100% - 2rem), var(--site-layout-max-width, 76rem)); } .homepage-hero { padding-top: 2rem; } .homepage-hero h1 { max-width: 13ch; font-size: 2.5rem; } .homepage-search-form button span { display: none; } .homepage-search-form button { width: 2.8rem; padding: 0; } .homepage-popular-searches { column-gap: .55rem; } .homepage-spotlight { min-height: 20rem; } .homepage-spotlight-link { bottom: 9.5rem; } .homepage-slider-controls { bottom: 9.8rem; } .homepage-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .homepage-info-grid, .homepage-blog-grid { grid-template-columns: 1fr; } .homepage-info-card:last-child { grid-column: auto; } .homepage-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .homepage-spotlight-metrics { grid-template-columns: 1fr 1fr; padding: .65rem; row-gap: .4rem; } .homepage-spotlight-metrics > span:nth-child(2) { border-right: 0; } }
