:root {
  --ink: #141414;
  --paper: #f5f2ec;
  --white: #fff;
  --red: #c50d1b;
  --red-dark: #8f000b;
  --muted: #6f6a64;
  --line: #d8d0c6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

@keyframes bc-loader-dot {
  0%, 60%, 100% { transform: translateY(0) scale(.72); opacity: .38; }
  30% { transform: translateY(-8px) scale(1); opacity: 1; }
}

.topline { height: 29px; background: var(--red-dark); color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.topline > div { width: min(1300px, calc(100% - 48px)); height: 100%; margin: auto; display: flex; align-items: center; }
.topline a, .topline button { padding: 4px 0; border: 0; border-bottom: 1px solid transparent; color: inherit; background: transparent; font-size: inherit; font-weight: inherit; letter-spacing: inherit; text-transform: inherit; cursor: pointer; }
.topline a:hover, .topline button:hover { border-bottom-color: currentColor; }
.topline-all-news { margin-left: auto; }
.admin-toolbar { display: flex; align-items: center; gap: 18px; }
.admin-toolbar a, .admin-toolbar button { position: relative; white-space: nowrap; }
.admin-toolbar > :not(:first-child)::before { content: ""; position: absolute; left: -9px; top: 4px; width: 1px; height: 10px; background: rgba(255,255,255,.4); }
.site-header { background: linear-gradient(118deg, #b90816 0%, var(--red) 48%, #d31725 100%); }
.masthead { width: min(1300px, calc(100% - 48px)); height: 88px; margin: auto; display: flex; align-items: center; gap: 24px; }
.logo { display: inline-flex; align-items: center; justify-content: center; overflow: hidden; }
.masthead .logo { width: 160px; min-width: 160px; height: 76px; padding: 3px 9px; background: transparent; }
.masthead .logo img { height: 70px; }
.logo img { display: block; width: auto; height: 78px; object-fit: contain; }
.masthead-message { flex: 1; display: grid; gap: 5px; color: var(--white); text-align: center; text-transform: uppercase; }
.masthead-message strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(25px, 2.7vw, 36px); letter-spacing: .035em; line-height: 1; }
.masthead-message span { font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.nav-row { position: sticky; top: 0; z-index: 30; background: var(--white); border-bottom: 5px solid var(--red-dark); transition: box-shadow .2s ease; }
.nav-row.is-stuck { box-shadow: 0 7px 22px #0003; }
.nav-inner { width: min(1300px, calc(100% - 48px)); height: 44px; margin: auto; display: flex; align-items: stretch; justify-content: center; }
.nav-row nav { min-width: 0; height: 44px; display: flex; align-items: stretch; justify-content: center; overflow-x: auto; scrollbar-width: none; }
.nav-row nav::-webkit-scrollbar { display: none; }
.nav-row nav a { padding: 0 16px; display: inline-flex; align-items: center; border-right: 1px solid #ece7e0; font-size: 11px; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; white-space: nowrap; }
.nav-row nav a.active { background: var(--red); color: var(--white); }
.nav-row nav a:hover { background: var(--ink); color: var(--white); }
.nav-compact-logo, .nav-search { width: 0; flex: 0 0 auto; opacity: 0; overflow: hidden; pointer-events: none; transition: width .22s ease, margin .22s ease, opacity .16s ease; }
.nav-compact-logo { display: inline-flex; align-items: center; justify-content: center; background: var(--paper); }
.nav-compact-logo img { display: block; width: auto; height: 38px; object-fit: contain; }
.nav-search { display: flex; align-items: center; justify-content: flex-end; }
.nav-row.is-stuck .nav-compact-logo { width: 94px; margin-right: 15px; opacity: 1; pointer-events: auto; }
.nav-row.is-stuck .nav-search { width: 45px; margin-left: 15px; opacity: 1; overflow: visible; pointer-events: auto; }
.nav-row .nav-search .search-button { width: 44px; height: 44px; border: 0; background: var(--red); }
.search-wrap { position: relative; }
.search-button { width: 45px; height: 45px; display: grid; place-items: center; border: 2px solid #fff9; border-radius: 0; background: var(--red-dark); color: var(--white); line-height: 1; cursor: pointer; }
.search-button svg { width: 21px; height: 21px; display: block; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.search-modal-backdrop { position: fixed; inset: 0; z-index: 150; padding: 0; border: 0; background: rgba(0, 0, 0, .68); cursor: pointer; backdrop-filter: blur(3px); }
.search-popover { position: fixed; top: 50%; left: 50%; z-index: 160; width: min(470px, calc(100vw - 32px)); padding: 0; background: var(--white); border-top: 5px solid var(--red); box-shadow: 0 24px 80px #0008; transform: translate(-50%, -50%); animation: bc-search-modal-in .2s ease-out; }
.search-popover::before { display: none; }
.search-popover-head { min-height: 43px; padding: 9px 10px 8px 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--ink); color: var(--white); }
.search-popover-head strong { font-family: Georgia, "Times New Roman", serif; font-size: 17px; text-transform: uppercase; }
.search-close { width: 29px; height: 29px; padding: 0; border: 1px solid #ffffff55; background: transparent; color: var(--white); font-size: 22px; line-height: 1; cursor: pointer; }
.search-close:hover { background: var(--red); }
.search-popover form { padding: 13px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7px; }
.search-popover input { min-width: 0; width: 100%; height: 43px; padding: 10px 12px; border: 1px solid #bfb6ac; border-radius: 0; outline: 0; color: var(--ink); font-size: 14px; }
.search-popover input:focus { border-color: var(--red); box-shadow: inset 0 0 0 1px var(--red); }
.search-popover form button { min-width: 92px; height: 43px; padding: 0 14px; border: 0; background: var(--red); color: var(--white); font-size: 10px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.search-popover form button:hover { background: var(--red-dark); }
.mobile-navigation { display: none; }

@keyframes bc-search-modal-in {
  from { opacity: 0; transform: translate(-50%, calc(-50% + 14px)) scale(.98); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

main { position: relative; width: min(1300px, calc(100% - 48px)); min-height: 62vh; margin: 22px auto 80px; }
.breaking-strip { min-height: 42px; margin-bottom: 14px; display: flex; align-items: stretch; overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.breaking-strip span { padding: 12px 18px; background: var(--red); color: var(--white); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.breaking-strip strong { padding: 11px 16px; overflow: hidden; font-family: Georgia, "Times New Roman", serif; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.lead-layout { display: grid; grid-template-columns: minmax(0, 2.2fr) minmax(315px, .82fr); gap: 19px; }
.lead-column { min-width: 0; }
.tile { position: relative; display: block; min-height: 0; overflow: hidden; background: #242424; color: var(--white); border-bottom: 5px solid var(--red); }
.tile.large { height: 490px; }
.tile img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tile:hover img { transform: scale(1.025); }
.shade { position: absolute; inset: 0; background: linear-gradient(transparent 28%, rgba(0, 0, 0, .92)); }
.tag, .tile-date { position: absolute; top: 14px; z-index: 1; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.tag { left: 14px; padding: 7px 9px; background: var(--red); }
.tile-date { right: 14px; padding: 7px 8px; background: #000a; }
.tile h2 { position: absolute; right: 14px; bottom: 14px; left: 14px; z-index: 1; margin: 0; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.08; }
.tile.large h2 { max-width: 92%; font-size: clamp(34px, 4vw, 57px); text-shadow: 0 2px 8px #000; }
.hero-slider { height: 490px; overflow: hidden; background: var(--white); border-bottom: 5px solid var(--red); box-shadow: 0 12px 30px #2b211512; }
.hero-slider-stage { position: relative; height: 350px; overflow: hidden; background: #171717; }
.hero-slider-image { position: absolute; inset: 0; display: block; }
.hero-slider-image img { display: block; width: 100%; height: 100%; object-fit: cover; animation: bc-hero-slide-in .3s ease-out; }
.hero-slider-shade { position: absolute; inset: 0; background: linear-gradient(180deg, #000b 0, transparent 34%, #0005 100%); pointer-events: none; }
.hero-slider-tabs { position: absolute; top: 0; right: 0; left: 0; z-index: 3; min-height: 54px; padding: 0 15px; display: flex; align-items: stretch; overflow-x: auto; background: linear-gradient(180deg, #090909de 0%, #0909098c 74%, transparent 100%); scrollbar-width: none; }
.hero-slider-tabs::-webkit-scrollbar { display: none; }
.hero-slider-tabs button { position: relative; min-width: 0; flex: 1 1 0; padding: 0 11px 9px; overflow: hidden; border: 0; background: transparent; color: #eee; font-size: 12px; font-weight: 900; letter-spacing: .015em; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; }
.hero-slider-tabs button::after { position: absolute; right: 10px; bottom: 5px; left: 10px; height: 3px; background: var(--red); content: ""; opacity: 0; transform: scaleX(.35); transition: opacity .18s ease, transform .18s ease; }
.hero-slider-tabs button:hover, .hero-slider-tabs button.active { color: var(--white); }
.hero-slider-tabs button.active::after { opacity: 1; transform: scaleX(1); }
.hero-slider-arrow { position: absolute; top: 55%; z-index: 4; width: 48px; height: 62px; padding: 0 0 5px; display: grid; place-items: center; border: 1px solid #ffffffb8; background: #07070773; color: var(--white); font-family: Arial, sans-serif; font-size: 50px; font-weight: 200; line-height: 1; text-shadow: 0 2px 8px #000; cursor: pointer; transform: translateY(-50%); transition: background .18s ease, border-color .18s ease; }
.hero-slider-arrow:hover { border-color: var(--red); background: var(--red); }
.hero-slider-arrow.previous { left: 16px; }
.hero-slider-arrow.next { right: 16px; }
.hero-slider-copy { height: 135px; padding: 13px 18px 15px; display: block; overflow: hidden; background: var(--white); }
.hero-slider-copy > div { margin-bottom: 5px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.hero-slider-copy > div span { color: var(--red); letter-spacing: .06em; }
.hero-slider-copy h1 { margin: 0; overflow: hidden; font-family: Georgia, "Times New Roman", serif; font-size: 30px; line-height: 1.05; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hero-slider-copy p { margin: 7px 0 0; overflow: hidden; color: #504b46; font-family: Georgia, "Times New Roman", serif; font-size: 14px; line-height: 1.3; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }

@keyframes bc-hero-slide-in {
  from { opacity: .45; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}
.lead-subgrid { margin-top: 11px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.lead-subgrid .tile { height: 214px; background: var(--red-dark); }
.lead-subgrid .tile h2 { font-size: 18px; }
.news-sidebar { min-width: 0; }
.lead-layout .news-sidebar { display: flex; }
.lead-layout .latest-slider { width: 100%; display: flex; flex-direction: column; }
.lead-layout .latest-slider-viewport { flex: 1; display: flex; }
.lead-layout .latest-slider-track { height: 100%; }
.lead-layout .latest-slide { height: 100%; display: block; }
.lead-layout .latest-slide .trending-item { min-height: 120px; align-content: center; }
.trending-panel { margin-bottom: 17px; padding: 0 17px 7px; background: var(--red); color: var(--white); box-shadow: inset 0 -7px 0 var(--red-dark); }
.trending-panel > h2 { margin: 0 -17px 4px; padding: 15px 17px 12px; background: var(--red-dark); font-family: Georgia, "Times New Roman", serif; font-size: 25px; }
.latest-slider { padding: 0; overflow: visible; box-shadow: none; }
.latest-slider-head { min-height: 58px; padding: 0 13px 0 17px; display: flex; align-items: center; justify-content: space-between; gap: 15px; background: var(--red-dark); }
.latest-slider-head h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 25px; }
.latest-slider-arrows { display: flex; gap: 5px; }
.latest-slider-arrows button { width: 32px; height: 32px; padding: 0; border: 1px solid #ffffff88; background: transparent; color: var(--white); font-size: 17px; font-weight: 900; cursor: pointer; }
.latest-slider-arrows button:hover { background: var(--white); color: var(--red-dark); }
.latest-slider-viewport { overflow: hidden; background: var(--red); box-shadow: inset 0 -7px 0 var(--red-dark); }
.latest-slider-track { display: flex; transition: transform .36s ease; }
.latest-slider-track.slide-index-0 { transform: translateX(0); }
.latest-slider-track.slide-index-1 { transform: translateX(-100%); }
.latest-slider-track.slide-index-2 { transform: translateX(-200%); }
.latest-slider-track.slide-index-3 { transform: translateX(-300%); }
.latest-slide { flex: 0 0 100%; min-width: 100%; padding: 0 17px 7px; }
.latest-slide .trending-item { min-height: 91px; }
.trending-item { padding: 13px 0; display: grid; grid-template-columns: 36px 1fr; gap: 10px; border-bottom: 1px solid #ffffff55; }
.trending-item > span { color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 25px; }
.trending-item > div { min-width: 0; }
.trending-item b, .latest b { font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.trending-item h3 { margin: 4px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 16px; line-height: 1.15; }
.latest-slide .trending-item h3 { max-width: 100%; overflow-wrap: anywhere; }
.lead-layout .latest-slide .trending-item h3 { font-size: 14px; line-height: 1.12; }
.lead-layout .latest-slide .trending-item { padding-top: 8px; padding-bottom: 8px; }
.latest-relative { display: block; margin-top: 5px; color: var(--white); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.trending-item:hover h3 { text-decoration: underline; }
.latest-slider-footer { padding-top: 11px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--paper); }
.latest-slider-dots { display: flex; gap: 6px; }
.latest-slider-dots button { width: 9px; height: 9px; padding: 0; border: 1px solid var(--red); border-radius: 50%; background: transparent; cursor: pointer; }
.latest-slider-dots button.active { background: var(--red); }
.all-news-button { min-width: 130px; padding: 11px 16px; background: var(--ink); color: var(--white); font-size: 11px; font-weight: 900; text-align: center; text-transform: uppercase; }
.all-news-button:hover { background: var(--red); }
.horoscope-card { margin-top: 22px; overflow: hidden; background: var(--white); border-top: 6px solid var(--red); border-bottom: 1px solid #c9c0b5; box-shadow: 0 12px 30px #2b211518; }
.horoscope-head { min-height: 56px; padding: 11px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: linear-gradient(110deg, #101010 0%, #1b1b1b 72%, #2b0609 100%); color: var(--white); }
.horoscope-head h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 22px; text-transform: uppercase; }
.horoscope-head span { padding-left: 10px; border-left: 2px solid var(--red); color: #c9c5c0; font-size: 9px; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.zodiac-grid { padding: 8px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; border-bottom: 1px solid var(--line); background: #eee9e1; }
.zodiac-grid button { position: relative; min-width: 0; height: 65px; padding: 6px 3px 5px; display: grid; place-content: center; justify-items: center; gap: 4px; border: 1px solid #d4cbc0; background: #fff; color: var(--ink); cursor: pointer; transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease; }
.zodiac-grid button::after { position: absolute; right: 8px; bottom: 0; left: 8px; height: 3px; background: var(--red); content: ""; opacity: 0; transform: scaleX(.35); transition: opacity .18s ease, transform .18s ease; }
.zodiac-grid button .zodiac-symbol { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #d6cdc2; border-radius: 50%; background: #f5f1eb; color: var(--red-dark); font-family: "Times New Roman", "Segoe UI Symbol", serif; font-size: 22px; font-weight: 400; line-height: 1; }
.zodiac-grid button small { max-width: 100%; overflow: hidden; font-size: 8px; font-weight: 900; letter-spacing: .015em; text-overflow: ellipsis; white-space: nowrap; }
.zodiac-grid button:hover { border-color: var(--red); transform: translateY(-1px); }
.zodiac-grid button:hover::after, .zodiac-grid button.active::after { opacity: 1; transform: scaleX(1); }
.zodiac-grid button.active { border-color: var(--red); background: var(--red); color: var(--white); box-shadow: 0 5px 12px #8f000b2a; }
.zodiac-grid button.active .zodiac-symbol { border-color: #ffffff88; background: #fff; color: var(--red-dark); }
.horoscope-reading { min-height: 173px; padding: 17px 17px 14px; background: linear-gradient(150deg, #fff 0%, #fbf8f3 100%); }
.horoscope-sign { display: flex; align-items: center; gap: 11px; }
.horoscope-sign > span { width: 46px; height: 46px; display: grid; place-items: center; border: 2px solid var(--red); background: var(--red); color: var(--white); font-family: "Times New Roman", "Segoe UI Symbol", serif; font-size: 34px; line-height: 1; box-shadow: 5px 5px 0 #e9e1d8; }
.horoscope-sign h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1; }
.horoscope-sign small { color: var(--muted); font-size: 9px; }
.horoscope-reading p { margin: 14px 0 0; color: #37332e; font-family: Georgia, "Times New Roman", serif; font-size: 14px; line-height: 1.5; }
.horoscope-more { min-height: 38px; padding: 9px 14px; display: flex; align-items: center; justify-content: center; gap: 8px; border-top: 1px solid #ddd4c9; background: #eee8df; color: var(--red-dark); font-size: 9px; font-weight: 900; letter-spacing: .025em; text-align: center; text-transform: uppercase; }
.horoscope-more span { font-size: 16px; line-height: 1; transition: transform .18s ease; }
.horoscope-more:hover { background: var(--red); color: var(--white); }
.horoscope-more:hover span { transform: translateX(3px); }
.horoscope-page-band { background: linear-gradient(118deg, var(--red-dark), var(--red) 60%, #2a0508); }
.horoscope-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.horoscope-page-card { padding: 22px; background: linear-gradient(145deg, #fff 0%, #faf6f0 100%); border: 1px solid #d9d0c6; border-top: 5px solid var(--red); box-shadow: 0 10px 25px #24170d12; }
.horoscope-page-sign { display: flex; align-items: center; gap: 13px; }
.horoscope-page-sign > span { width: 52px; height: 52px; flex: 0 0 auto; display: grid; place-items: center; background: var(--red); color: var(--white); font-family: "Times New Roman", "Segoe UI Symbol", serif; font-size: 37px; box-shadow: 5px 5px 0 #e7ded4; }
.horoscope-page-sign h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 27px; line-height: 1; }
.horoscope-page-sign small { color: var(--muted); font-size: 10px; }
.horoscope-page-card p { margin: 17px 0 0; color: #38332e; font-family: Georgia, "Times New Roman", serif; font-size: 15px; line-height: 1.55; }
.horoscope-disclaimer { margin: 25px 0 0; padding: 13px 16px; border-left: 4px solid var(--red); background: #eae3da; color: var(--muted); font-size: 11px; }
.latest { display: grid; grid-template-columns: 105px 1fr; gap: 12px; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.latest img { width: 105px; height: 76px; object-fit: cover; }
.latest b { color: var(--red); }
.latest h3 { margin: 4px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 15px; line-height: 1.15; }
.meta { margin: 9px 0; color: var(--muted); font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.latest .meta { margin: 5px 0 0; }

.featured { margin-top: 31px; padding: 23px; background: var(--ink); border-top: 7px solid var(--red); }
.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.featured .card { border: 0; }
.featured .card-copy { min-height: 112px; background: var(--red); color: var(--white); }
.featured .card-copy a,
.featured .card h3,
.featured .card h3:hover,
.featured .card a:hover h3,
.featured .card a:focus-visible h3,
.featured .card-copy .meta,
.featured .listing-category,
.featured .listing-details,
.featured .listing-comments { color: var(--white); }
.news-section { margin-top: 38px; }
.news-section-layout { display: grid; grid-template-columns: minmax(0, 1fr) 365px; align-items: stretch; gap: 18px; }
.archive-grid.news-section-grid { grid-template-columns: repeat(3, 1fr); }
.news-section-widget { min-width: 0; }
.news-section-widget > .horoscope-card { height: 100%; margin-top: 0; }
.news-section-widget > .horoscope-card { display: flex; flex-direction: column; }
.news-section-widget .horoscope-reading { flex: 1; }
.section-title { margin: 0 0 18px; padding-bottom: 8px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; border-bottom: 4px solid var(--ink); }
.section-title div { display: grid; gap: 3px; }
.section-title span { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-title h1, .section-title h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 29px; line-height: 1; text-transform: uppercase; }
.section-title > h1 { padding-bottom: 4px; }
.section-title > a { padding-bottom: 3px; color: var(--red); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.light-title { border-bottom-color: var(--white); color: var(--white); }
.light-title span { color: #ff5a64; }
.archive-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px 14px; }
.card { min-width: 0; overflow: hidden; background: var(--white); border-bottom: 4px solid var(--red); box-shadow: 0 4px 14px #0000000d; }
.card-image { display: block; overflow: hidden; }
.card img { display: block; width: 100%; height: 188px; object-fit: cover; background: #ddd; transition: transform .3s ease; }
.card:hover img { transform: scale(1.025); }
.card-copy { min-height: 115px; padding: 3px 13px 15px; }
.card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.13; }
.card h3:hover { color: var(--red); }
.listing-topline { margin: 7px 0 6px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.listing-topline .listing-category { margin: 0; font-size: 11px; line-height: 1.1; }
.listing-category { margin-bottom: 5px; color: var(--red); font-weight: 900; }
.listing-details { margin-left: auto; display: flex; align-items: center; justify-content: flex-end; gap: 9px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .03em; line-height: 1.1; text-transform: uppercase; white-space: nowrap; }
.listing-comments { display: inline-flex; align-items: center; gap: 4px; }
.listing-comments svg { width: 14px; height: 14px; display: block; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.category-card { opacity: 0; transform: translateY(18px); animation: bc-card-enter .5s cubic-bezier(.22, .7, .25, 1) forwards; animation-delay: var(--card-delay, 0ms); }
.card-delay-1 { --card-delay: 55ms; }
.card-delay-2 { --card-delay: 110ms; }
.card-delay-3 { --card-delay: 165ms; }
.card-delay-4 { --card-delay: 220ms; }
.card-delay-5 { --card-delay: 275ms; }
.card-delay-6 { --card-delay: 330ms; }
.card-delay-7 { --card-delay: 385ms; }
.card-delay-8 { --card-delay: 440ms; }
.card-delay-9 { --card-delay: 495ms; }
.card-delay-10 { --card-delay: 550ms; }
.card-delay-11 { --card-delay: 605ms; }
.card-delay-12 { --card-delay: 660ms; }
.category-card .card-image { position: relative; background: linear-gradient(100deg, #e9e3da 20%, #f8f5ef 38%, #e9e3da 56%); background-size: 220% 100%; animation: bc-card-shimmer 1.25s ease-in-out 2; }
.category-card .card-image img { opacity: 0; animation: bc-card-image .42s ease-out forwards; animation-delay: calc(var(--card-delay, 0ms) + 90ms); }

@keyframes bc-card-enter {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes bc-card-image {
  to { opacity: 1; }
}

@keyframes bc-card-shimmer {
  from { background-position: 100% 0; }
  to { background-position: -100% 0; }
}
.featured .card img { height: 215px; }
.page-band { margin: 35px 0 20px; padding: 18px 20px; background: var(--red); color: var(--white); }
.page-band span { font-size: 10px; font-weight: 900; text-transform: uppercase; }
.page-band h1 { margin: 4px 0 0; font-family: Georgia, "Times New Roman", serif; }
.page-band p { margin: 7px 0 0; color: #ffd9dc; font-size: 13px; }
.archive-pagination { margin-top: 35px; padding-top: 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 15px; border-top: 4px solid var(--ink); }
.archive-pagination button { padding: 11px 15px; border: 0; background: var(--red); color: var(--white); font-size: 11px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.archive-pagination button:last-child { justify-self: end; }
.archive-pagination span { grid-column: 2; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.archive-live { position: relative; scroll-margin-top: 105px; }
.archive-live-grid { transition: opacity .16s ease; }
.archive-live-grid.is-loading { opacity: .22; pointer-events: none; }
.archive-inline-loader { position: absolute; top: min(230px, 24vh); right: 0; left: 0; z-index: 2; display: grid; place-items: center; pointer-events: none; }
.archive-load-error { margin: 20px 0 0; padding: 12px 14px; border-left: 4px solid var(--red); background: #fff; color: var(--red-dark); font-size: 13px; font-weight: 800; }
.archive-pagination button:disabled { cursor: wait; opacity: .6; }
.archive-inline-loader[hidden], .archive-load-error[hidden], .archive-pagination button[hidden] { display: none; }

.empty { max-width: 850px; padding: 120px 0; }
.empty.compact { padding: 70px 0; }
.empty h1 { margin: 0 0 15px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 6vw, 76px); line-height: .98; }
.empty.compact h2 { font-family: Georgia, "Times New Roman", serif; }
.empty p { color: var(--muted); font-size: 18px; }
.empty .eyebrow { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }

.single-layout { max-width: 1220px; margin: 44px auto; display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 34px; }
.single-layout .single { max-width: none; margin: 0; }
.single { max-width: 920px; margin: 44px auto; }
.single-category { margin-bottom: 12px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.single h1 { margin: 0 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; }
.single-subtitle, .single-excerpt { margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 23px; line-height: 1.35; }
.single-subtitle { color: var(--ink); font-weight: 700; }
.single-excerpt { color: #4f4b46; }
.single-meta { margin-bottom: 26px; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; text-transform: uppercase; }
.single-hero { display: block; width: 100%; max-height: 600px; margin-bottom: 34px; object-fit: cover; }
.single-content { color: #26231f; font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.75; }
.single-content p { margin: 0 0 1.3em; }
.single-content img { max-width: 100%; height: auto; }
.single-content iframe, .single-content video { max-width: 100%; }
.single-content a, .single-meta a { color: var(--red); text-decoration: underline; text-underline-offset: 2px; }
.single-content h2, .single-content h3 { line-height: 1.16; }
.article-tags { margin-top: 38px; padding: 18px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-tags > span:first-child { margin-right: 5px; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.article-tag { padding: 8px 11px; background: var(--ink); color: var(--white); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.article-comments { margin-top: 52px; padding-top: 22px; border-top: 6px solid var(--red); }
.single-related { margin-top: 46px; }
.single-related .section-title { margin-bottom: 15px; }
.single-related .section-title h2 { font-size: 25px; }
.single-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.single-related-grid .card img { height: 142px; }
.single-related-grid .card-copy { min-height: 112px; padding-right: 10px; padding-left: 10px; }
.single-related-grid .card h3 { font-size: 16px; }
.single-related-grid .listing-details { font-size: 9px; }
.single-sidebar { position: sticky; top: 70px; display: grid; gap: 26px; }
.single-sidebar-block { overflow: hidden; background: var(--white); border-top: 6px solid var(--red); box-shadow: 0 10px 30px #23180f14; }
.single-sidebar-block > h2 { margin: 0; padding: 13px 15px 12px; background: var(--ink); color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 23px; line-height: 1; }
.single-sidebar-list { padding: 0 14px; }
.single-sidebar-item { padding: 14px 0; display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 12px; border-bottom: 1px solid var(--line); }
.single-sidebar-item:last-child { border-bottom: 0; }
.single-sidebar-image { display: block; min-height: 76px; overflow: hidden; background: #e7e0d7; }
.single-sidebar-image img { display: block; width: 104px; height: 76px; object-fit: cover; transition: transform .25s ease; }
.single-sidebar-item:hover .single-sidebar-image img { transform: scale(1.04); }
.single-sidebar-category { margin-bottom: 4px; color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .05em; line-height: 1; text-transform: uppercase; }
.single-sidebar-item h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 15px; line-height: 1.13; }
.single-sidebar-item h3:hover { color: var(--red); }
.single-sidebar-meta { margin-top: 7px; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.comments-heading { padding-bottom: 16px; display: flex; align-items: end; justify-content: space-between; border-bottom: 3px solid var(--ink); }
.comments-heading > span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.comments-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 34px; line-height: 1; }
.comments-heading h2 b { margin-left: 7px; color: var(--red); font-size: 18px; }
.comments-list { display: grid; }
.comment { padding: 24px 0; display: grid; grid-template-columns: 52px 1fr; gap: 16px; border-bottom: 1px solid var(--line); }
.comment > img, .comment-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.comment-avatar { display: grid; place-items: center; background: var(--red); color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 700; }
.comment-meta { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 7px 18px; }
.comment-meta strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.comment-meta time { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.comment-content { margin-top: 8px; color: #302d29; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.6; }
.comment-content p { margin: 0 0 8px; }
.comments-status, .comments-closed { margin: 0; padding: 24px 0; color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 17px; }
.comment-form { margin-top: 28px; padding: 25px; background: #ebe5dc; border-top: 4px solid var(--ink); }
.comment-form h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 27px; }
.comment-form > p { margin: 6px 0 20px; color: var(--muted); font-size: 12px; }
.comment-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.comment-form label { display: grid; gap: 7px; color: #3a3733; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.comment-form input, .comment-form textarea { width: 100%; padding: 12px 13px; background: var(--white); border: 1px solid #c9c1b7; color: var(--ink); font: 16px/1.4 Arial, sans-serif; text-transform: none; }
.comment-form textarea { margin-bottom: 14px; resize: vertical; }
.comment-form input:focus, .comment-form textarea:focus { outline: 2px solid var(--red); outline-offset: 1px; }
.comment-form button { min-height: 44px; padding: 11px 18px; border: 0; background: var(--red); color: var(--white); font-size: 11px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.comment-form button:disabled { opacity: .6; cursor: wait; }
.comment-company { position: absolute; left: -10000px; }
.comment-form .comment-message { display: inline-block; margin: 0 0 0 14px; color: var(--ink); font-weight: 700; }

footer { min-height: 210px; padding: 42px max(24px, calc((100% - 1300px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 55px; background: var(--ink); color: var(--white); border-top: 8px solid var(--red); }
.footer-brand { display: flex; align-items: center; gap: 32px; }
footer .logo { width: 190px; min-width: 190px; height: 115px; padding: 8px 10px; background: var(--paper); }
footer .logo img { width: 170px; height: auto; }
footer p { color: #aaa; font-size: 12px; text-transform: uppercase; }
.footer-links { max-width: 620px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 22px; }
.footer-links a, .footer-cookie-button { padding: 0; border: 0; background: transparent; color: #d4d0ca; font: inherit; font-size: 12px; font-weight: 700; text-decoration: none; cursor: pointer; }
.footer-links a:hover, .footer-cookie-button:hover { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }

.legal-shell { width: min(1040px, calc(100% - 48px)); }
.legal-document { margin: 55px auto 100px; }
.legal-eyebrow, .cookie-eyebrow { margin: 0 0 10px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.legal-document > h1 { max-width: 850px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 7vw, 76px); line-height: .98; }
.legal-intro { max-width: 830px; margin: 22px 0 12px; color: #45413c; font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.45; }
.legal-updated { margin: 0 0 38px; color: var(--muted); font-size: 12px; }
.legal-content { max-width: 880px; }
.legal-content section { margin: 0 0 36px; }
.legal-content h2 { margin: 0 0 14px; padding: 10px 13px; background: var(--ink); border-left: 6px solid var(--red); color: var(--white); font-size: 20px; line-height: 1.2; }
.legal-content p, .legal-content li { color: #302d29; font-size: 16px; line-height: 1.7; }
.legal-content li + li { margin-top: 7px; }
.legal-content a { color: var(--red); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-content code { padding: 2px 5px; background: #e8e3da; font-size: .9em; }
.legal-notice { margin: 0 0 38px; padding: 20px 22px; border-left: 5px solid var(--red); background: #eee8df; }
.legal-notice strong { font-size: 15px; text-transform: uppercase; }
.legal-notice p { margin: 7px 0 0; }
.legal-table-wrap { overflow-x: auto; border: 1px solid var(--line); background: var(--white); }
.legal-content table { width: 100%; border-collapse: collapse; }
.legal-content th, .legal-content td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 14px; line-height: 1.45; }
.legal-content th { background: var(--red-dark); color: var(--white); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.legal-content tr:last-child td { border-bottom: 0; }
.legal-related { margin-top: 55px; padding-top: 25px; display: flex; flex-wrap: wrap; gap: 14px 25px; border-top: 4px solid var(--ink); }
.legal-related a { color: var(--red); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.inline-cookie-control { margin-top: 18px; }
.inline-cookie-control .footer-cookie-button { padding: 12px 17px; background: var(--ink); color: var(--white); font-size: 13px; }

.cookie-banner { position: fixed; right: 22px; bottom: 22px; left: 22px; z-index: 100; max-width: 1180px; margin: auto; padding: 22px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 28px; background: var(--white); border: 1px solid var(--line); border-top: 6px solid var(--red); box-shadow: 0 18px 70px #0005; }
.cookie-banner h2, .cookie-modal h2 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 26px; }
.cookie-banner p:not(.cookie-eyebrow), .cookie-modal > p:not(.cookie-eyebrow) { max-width: 720px; margin: 0 0 8px; color: #504c47; font-size: 14px; line-height: 1.5; }
.cookie-banner a { color: var(--red); font-size: 13px; font-weight: 800; text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.cookie-actions button { min-height: 42px; padding: 10px 15px; border: 1px solid var(--ink); font-weight: 800; cursor: pointer; }
.button-primary { background: var(--red); color: var(--white); border-color: var(--red) !important; }
.button-secondary { background: var(--white); color: var(--ink); }
.cookie-modal-backdrop { position: fixed; inset: 0; z-index: 110; padding: 20px; display: grid; place-items: center; background: #000b; }
.cookie-modal { position: relative; width: min(620px, 100%); max-height: calc(100vh - 40px); padding: 30px; overflow-y: auto; background: var(--paper); border-top: 6px solid var(--red); box-shadow: 0 24px 80px #0008; }
.cookie-close { position: absolute; top: 10px; right: 14px; padding: 0; border: 0; background: transparent; font-size: 32px; cursor: pointer; }
.consent-option { margin-top: 12px; padding: 15px; display: flex; align-items: center; justify-content: space-between; gap: 25px; background: var(--white); border: 1px solid var(--line); cursor: pointer; }
.consent-option.locked { background: #e8e3da; cursor: default; }
.consent-option span { display: grid; gap: 4px; }
.consent-option small { color: var(--muted); line-height: 1.35; }
.consent-option input { width: 22px; height: 22px; accent-color: var(--red); }
.modal-actions { margin-top: 20px; }

@media (max-width: 1100px) {
  .masthead-message span { display: none; }
  .nav-row nav { justify-content: flex-start; }
  .lead-layout { grid-template-columns: 1fr; }
  .news-sidebar { display: block; margin-top: 22px; }
  .lead-layout .latest-slider { display: block; }
  .lead-layout .latest-slider-viewport { display: block; }
  .lead-layout .latest-slider-track { height: auto; }
  .lead-layout .latest-slide { height: auto; display: block; }
  .lead-layout .latest-slide .trending-item { min-height: 91px; }
  .news-section-layout { grid-template-columns: 1fr; }
  .news-section-widget > .horoscope-card { height: auto; }
  .horoscope-page-grid { grid-template-columns: 1fr 1fr; }
  .archive-grid { grid-template-columns: repeat(3, 1fr); }
  .single-layout { max-width: 920px; grid-template-columns: 1fr; }
  .single-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .single-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer { align-items: flex-start; }
  .footer-brand { display: block; }
}

@media (max-width: 760px) {
  body { padding-bottom: 66px; }
  .topline { display: none; }
  .site-header { position: sticky; top: 0; z-index: 90; padding-top: env(safe-area-inset-top); box-shadow: 0 6px 18px #0003; }
  .masthead { width: calc(100% - 28px); height: 72px; gap: 12px; }
  .masthead .logo { width: 130px; min-width: 130px; height: 62px; padding: 2px 7px; }
  .masthead .logo img { height: 55px; }
  .masthead-message { display: none; }
  .desktop-header-search, .nav-row { display: none; }
  .mobile-navigation { margin-left: auto; display: block; }
  .mobile-header-actions { display: flex; align-items: center; gap: 8px; }
  .mobile-header-actions .search-button, .mobile-menu-button { width: 42px; height: 42px; border: 1px solid #ffffff80; background: var(--red-dark); color: var(--white); }
  .mobile-menu-button { padding: 0 10px; display: grid; align-content: center; gap: 5px; cursor: pointer; }
  .mobile-menu-button > span { width: 100%; height: 3px; display: block; border-radius: 3px; background: currentColor; }
  .mobile-menu-layer { position: fixed; inset: 0; z-index: 130; }
  .mobile-menu-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(0, 0, 0, .63); backdrop-filter: blur(2px); }
  .mobile-menu-drawer { position: absolute; top: 0; right: 0; bottom: 0; width: min(330px, 88vw); overflow-y: auto; background: var(--paper); box-shadow: -18px 0 55px #0006; animation: bc-mobile-drawer-in .22s ease-out; }
  .mobile-menu-head { min-height: 90px; padding: 20px 16px 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: var(--red); color: var(--white); border-bottom: 6px solid var(--red-dark); }
  .mobile-menu-head > div { display: grid; gap: 3px; text-transform: uppercase; }
  .mobile-menu-head span { font-size: 9px; font-weight: 900; letter-spacing: .14em; }
  .mobile-menu-head strong { font-family: Georgia, "Times New Roman", serif; font-size: 28px; line-height: 1; }
  .mobile-menu-head button { width: 40px; height: 40px; padding: 0; border: 1px solid #ffffff80; background: var(--red-dark); color: var(--white); font-size: 29px; line-height: 1; cursor: pointer; }
  .mobile-menu-drawer nav { padding: 8px 20px 24px; display: grid; }
  .mobile-menu-drawer nav a { min-height: 53px; padding: 13px 4px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 700; }
  .mobile-menu-drawer nav a span { color: var(--red); font-family: Arial, sans-serif; font-size: 20px; }
  .mobile-menu-drawer nav a.active { color: var(--red); }
  .mobile-bottom-nav { position: fixed; right: 0; bottom: 0; left: 0; z-index: 100; height: 66px; padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(3, 1fr); background: var(--white); border-top: 1px solid #d8d0c6; box-shadow: 0 -7px 24px #0002; }
  .mobile-bottom-nav a, .mobile-bottom-nav button { min-width: 0; padding: 7px 5px 5px; display: grid; place-content: center; justify-items: center; gap: 4px; border: 0; background: transparent; color: #3a3632; font-size: 10px; font-weight: 800; cursor: pointer; }
  .mobile-bottom-nav a.active, .mobile-bottom-nav button.active { color: var(--red); }
  .mobile-bottom-nav i { position: relative; width: 23px; height: 22px; display: block; color: currentColor; font-style: normal; }
  .mobile-icon-home::before { position: absolute; inset: 7px 3px 1px; background: currentColor; border-radius: 1px; content: ""; }
  .mobile-icon-home::after { position: absolute; top: 1px; left: 3px; width: 16px; height: 16px; background: currentColor; content: ""; transform: rotate(45deg); }
  .mobile-icon-home { overflow: hidden; }
  .mobile-icon-menu { display: grid !important; align-content: center; gap: 4px; }
  .mobile-icon-menu b { width: 21px; height: 3px; display: block; border-radius: 2px; background: currentColor; }
  .mobile-icon-news { border: 2px solid currentColor; border-radius: 2px; }
  .mobile-icon-news::before { position: absolute; top: 4px; left: 4px; width: 5px; height: 5px; border: 1px solid currentColor; content: ""; }
  .mobile-icon-news::after { position: absolute; top: 4px; right: 3px; width: 7px; height: 2px; background: currentColor; box-shadow: 0 5px 0 currentColor, -9px 10px 0 currentColor, 0 10px 0 currentColor; content: ""; }
  .search-popover { width: min(430px, calc(100vw - 28px)); }
  .search-popover-head { min-height: 49px; padding-left: 16px; }
  .search-popover-head strong { font-size: 19px; }
  .search-popover form { padding: 15px; grid-template-columns: 1fr; gap: 9px; }
  .search-popover input, .search-popover form button { height: 47px; }
  main { width: calc(100% - 28px); margin-top: 14px; }
  .breaking-strip strong { font-size: 13px; }
  .tile.large { height: 410px; }
  .hero-slider { height: 410px; }
  .hero-slider-stage { height: 270px; }
  .hero-slider-tabs { min-height: 50px; padding: 0 8px; }
  .hero-slider-tabs button { min-width: 96px; flex: 0 0 auto; padding-right: 12px; padding-left: 12px; font-size: 11px; }
  .hero-slider-arrow { width: 42px; height: 54px; font-size: 43px; }
  .hero-slider-arrow.previous { left: 10px; }
  .hero-slider-arrow.next { right: 10px; }
  .hero-slider-copy { height: 135px; padding: 12px 14px 14px; }
  .hero-slider-copy h1 { font-size: 25px; }
  .lead-subgrid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .lead-subgrid .tile { flex: 0 0 82%; scroll-snap-align: start; }
  .horoscope-page-grid { grid-template-columns: 1fr; gap: 13px; }
  .horoscope-page-card { padding: 18px; }
  .news-sidebar { display: block; margin-top: 22px; }
  .latest { grid-template-columns: 112px 1fr; }
  .featured { margin-right: -14px; margin-left: -14px; padding: 19px 14px; }
  .featured-grid { display: flex; overflow-x: auto; }
  .featured .card { flex: 0 0 82%; }
  .archive-grid { grid-template-columns: 1fr 1fr; gap: 18px 10px; }
  .archive-grid.news-section-grid { grid-template-columns: 1fr 1fr; }
  .card img { height: 155px; }
  .card h3 { font-size: 17px; }
  .archive-grid.news-listing { grid-template-columns: 1fr; gap: 13px; }
  .news-listing .card { min-height: 86px; display: grid; grid-template-columns: 114px minmax(0, 1fr); gap: 12px; overflow: visible; background: transparent; border: 0; box-shadow: none; }
  .news-listing .card-image, .news-listing .card img { width: 114px; height: 86px; border-radius: 4px; }
  .news-listing .card-image { background: #e6ded5; }
  .news-listing .card-copy { min-width: 0; min-height: 0; padding: 1px 0 0; }
  .news-listing .listing-topline { margin: 0 0 5px; gap: 6px; }
  .news-listing .listing-category { margin: 0; font-size: 10px; line-height: 1; }
  .news-listing .card h3 { color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: 800; line-height: 1.12; }
  .news-listing .listing-details { font-size: 10px; line-height: 1; }
  .single { margin-top: 26px; }
  .single-layout { margin-top: 26px; }
  .single-sidebar { grid-template-columns: 1fr; gap: 20px; }
  .single-related-grid { grid-template-columns: 1fr; gap: 13px; }
  .single-related-grid .card { min-height: 92px; display: grid; grid-template-columns: 122px minmax(0, 1fr); gap: 11px; }
  .single-related-grid .card-image, .single-related-grid .card img { width: 122px; height: 92px; }
  .single-related-grid .card-copy { min-height: 0; padding: 3px 0 8px; }
  .single h1 { font-size: 40px; }
  .single-subtitle, .single-excerpt { font-size: 20px; }
  .single-content { font-size: 18px; }
  .single-hero { width: calc(100% + 28px); margin-left: -14px; }
  .comments-heading h2 { font-size: 29px; }
  .comment-fields { grid-template-columns: 1fr; }
  .comment-form { padding: 20px 16px; }
  .comment-form .comment-message { display: block; margin: 12px 0 0; }
  footer { display: block; padding: 34px 20px; }
  .footer-brand { display: block; }
  footer .logo { width: 175px; min-width: 175px; height: 108px; }
  footer .logo img { width: 155px; }
  footer p { margin-top: 28px; }
  .footer-links { margin-top: 26px; justify-content: flex-start; }
  .legal-shell { width: calc(100% - 28px); }
  .legal-document { margin-top: 34px; }
  .legal-intro { font-size: 19px; }
  .legal-content p, .legal-content li { font-size: 15px; }
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; padding: 18px; display: block; }
  .cookie-actions { margin-top: 17px; justify-content: stretch; }
  .cookie-actions button { flex: 1 1 140px; }
  .cookie-modal { padding: 26px 18px 20px; }
}

@keyframes bc-mobile-drawer-in {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

@media (max-width: 500px) {
  .masthead { justify-content: space-between; }
  .tile.large { height: 360px; }
  .tile.large h2 { font-size: 32px; }
  .hero-slider { height: 370px; }
  .hero-slider-stage { height: 235px; }
  .hero-slider-tabs { min-height: 46px; }
  .hero-slider-tabs button { min-width: 88px; font-size: 10px; }
  .hero-slider-copy { height: 130px; padding-top: 11px; }
  .hero-slider-copy h1 { font-size: 22px; line-height: 1.08; }
  .hero-slider-copy p { font-size: 13px; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-grid.news-section-grid { grid-template-columns: 1fr; }
  .card img { height: 220px; }
  .news-listing .card-image, .news-listing .card img { height: 86px; }
  .featured .card { flex-basis: 88%; }
  .breaking-strip span { padding-right: 12px; padding-left: 12px; }
}

.featured, .news-section, footer { content-visibility: auto; contain-intrinsic-size: 1px 700px; }

@media (prefers-reduced-motion: reduce) {
  .category-card, .category-card .card-image, .category-card .card-image img, .hero-slider-image img { animation: none; }
  .category-card, .category-card .card-image img { opacity: 1; transform: none; }
}
