/*
Theme Name: Durbanite Hybrid
Theme URI: https://www.durbanite.co.za
Author: Durbanite
Description: A hybrid, compatibility-first WordPress news theme for Durbanite content.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: durbanite-hybrid
Tags: news, blog, one-column, two-columns, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
  --ink: #0c0c0a;
  --paper: #f7f5f0;
  --paper2: #edeae2;
  --white: #ffffff;
  --yellow: #fbb916;
  --yellow-dark: #9a6e00;
  --muted: #7a7870;
  --border: #d8d5cc;
  --content-max: 1200px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --shadow-soft: 0 10px 30px rgba(12, 12, 10, 0.08);
  --shadow-hover: 0 18px 40px rgba(12, 12, 10, 0.14);
  --ease-out-expo: cubic-bezier(0.22, 1, 0.36, 1);
  --page-gutter: clamp(16px, 2.2vw, 28px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 15px;
}

body {
  margin: 0;
  background: radial-gradient(circle at 12% -8%, #1a2238 0%, #0b0d13 35%, #07080c 100%);
  color: #eef1f8;
  font-family: "Barlow", "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 768px) {
  body {
    cursor: auto;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.36s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.36s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.36s cubic-bezier(0.22, 1, 0.36, 1), transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

a:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 2px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.mock {
  background: transparent;
  color: #eef1f8;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  overflow: clip;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  padding-bottom: 80px;
}

/* Full-bleed sections with boxed content alignment on large screens */
.mock > .ad-slot,
.mock > .hero,
.mock > .ticker,
.mock > .durban-vibe-board,
.mock > .body-grid,
.mock > .social-facebook,
.mock > .vibe-wrap,
.mock > .map-split,
.mock > .gal-sec-bar,
.mock > .gallery-stories,
.mock > .dir,
.mock > .cat-strip,
.mock > .pagination-wrap,
.mock > .archive-sec-bar,
.mock > .archive-shell,
.mock > .archive-description-wrap,
.mock > .archive-search-wrap,
.mock > .single-layout,
.mock > .entry-wrap {
  padding-left: max(var(--page-gutter), calc((100% - var(--content-max)) / 2));
  padding-right: max(var(--page-gutter), calc((100% - var(--content-max)) / 2));
}

.nav {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  width: min(96%, 1400px);
  margin: 10px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.1);
  position: sticky;
  top: 10px;
  z-index: 999;
  backdrop-filter: blur(20px);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.28);
}

.reading-progress {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 1100;
  background: rgba(255, 255, 255, 0.06);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.reading-progress.is-visible {
  opacity: 1;
}

.reading-progress__bar {
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, #fbb916, #ffd76b);
}

.nav-logo {
  font-family: "Bebas Neue", "Barlow Condensed", sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  line-height: 1;
}

.nav-logo a {
  color: inherit;
}

.site-logo-img {
  display: block;
  width: auto;
  height: 40px;
  max-width: none;
}

.nav-logo-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--yellow);
  margin-bottom: 3px;
}

.nav-links .menu,
.nav-links .page_item_has_children > ul,
.nav-links .nav-links-wrap > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links .menu > li,
.nav-links .nav-links-wrap > ul > li {
  position: relative;
  list-style: none;
}

.nav-links a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.76;
  color: rgba(255, 255, 255, 0.84);
}

.nav-links a:hover {
  opacity: 1;
  color: #fff;
}

.nav-links .menu > li > a,
.nav-links .nav-links-wrap > ul > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
}

.nav-links .menu > li.menu-item-has-children > a::after,
.nav-links .nav-links-wrap > ul > li.menu-item-has-children > a::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.65;
  transition: transform 0.2s var(--ease-out-expo), opacity 0.2s var(--ease-out-expo);
}

.nav-links .menu > li.menu-item-has-children:hover > a::after,
.nav-links .menu > li.menu-item-has-children:focus-within > a::after,
.nav-links .nav-links-wrap > ul > li.menu-item-has-children:hover > a::after,
.nav-links .nav-links-wrap > ul > li.menu-item-has-children:focus-within > a::after {
  transform: rotate(225deg) translateY(1px);
  opacity: 1;
}

.nav-links .menu > li > ul.sub-menu,
.nav-links .nav-links-wrap > ul > li > ul.sub-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%) translateY(8px) scale(0.985);
  width: min(72vw, 760px);
  min-width: 560px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  margin: 0;
  padding: 14px;
  list-style: none;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(165deg, rgba(10, 14, 26, 0.96), rgba(7, 10, 18, 0.96));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s var(--ease-out-expo), transform 0.25s var(--ease-out-expo), visibility 0.25s var(--ease-out-expo);
  z-index: 1001;
}

.nav-links .menu > li:hover > ul.sub-menu,
.nav-links .menu > li:focus-within > ul.sub-menu,
.nav-links .nav-links-wrap > ul > li:hover > ul.sub-menu,
.nav-links .nav-links-wrap > ul > li:focus-within > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scale(1);
}

.nav-links .menu > li > ul.sub-menu > li,
.nav-links .nav-links-wrap > ul > li > ul.sub-menu > li {
  list-style: none;
}

.nav-links .menu > li > ul.sub-menu > li > a,
.nav-links .nav-links-wrap > ul > li > ul.sub-menu > li > a {
  display: block;
  height: 100%;
  min-height: 64px;
  border-radius: 8px;
  padding: 10px 11px;
  color: rgba(238, 241, 248, 0.9);
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1.35;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background-color 0.2s var(--ease-out-expo), border-color 0.2s var(--ease-out-expo), transform 0.2s var(--ease-out-expo), color 0.2s var(--ease-out-expo);
}

.nav-links .menu > li > ul.sub-menu > li > a:hover,
.nav-links .menu > li > ul.sub-menu > li > a:focus-visible,
.nav-links .nav-links-wrap > ul > li > ul.sub-menu > li > a:hover,
.nav-links .nav-links-wrap > ul > li > ul.sub-menu > li > a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.26);
  transform: translateY(-1px);
}

html[data-theme="light"] .nav-links .menu > li > ul.sub-menu,
html[data-theme="light"] .nav-links .nav-links-wrap > ul > li > ul.sub-menu {
  border-color: rgba(18, 21, 33, 0.16);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(242, 246, 255, 0.98));
  box-shadow: 0 18px 44px rgba(18, 21, 33, 0.16);
}

html[data-theme="light"] .nav-links .menu > li > ul.sub-menu > li > a,
html[data-theme="light"] .nav-links .nav-links-wrap > ul > li > ul.sub-menu > li > a {
  color: rgba(18, 21, 33, 0.84);
  background: rgba(18, 21, 33, 0.03);
  border-color: rgba(18, 21, 33, 0.1);
}

html[data-theme="light"] .nav-links .menu > li > ul.sub-menu > li > a:hover,
html[data-theme="light"] .nav-links .menu > li > ul.sub-menu > li > a:focus-visible,
html[data-theme="light"] .nav-links .nav-links-wrap > ul > li > ul.sub-menu > li > a:hover,
html[data-theme="light"] .nav-links .nav-links-wrap > ul > li > ul.sub-menu > li > a:focus-visible {
  color: #121521;
  background: rgba(18, 21, 33, 0.07);
  border-color: rgba(18, 21, 33, 0.2);
}

.nav-right {
  display: flex;
  gap: 8px;
  align-items: center;
}

.nav-icon-btn {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}

.nav-icon-btn > span[aria-hidden="true"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-icon-btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.theme-toggle {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0;
  font-weight: 700;
  border-radius: 999px;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.24s var(--ease-out-expo), border-color 0.24s var(--ease-out-expo), color 0.24s var(--ease-out-expo), transform 0.24s var(--ease-out-expo);
}

.theme-toggle:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
  transform: translateY(-1px);
}

html[data-theme="light"] body {
  background: #f5f7fb;
  color: #121521;
}

html[data-theme="light"] .mock {
  color: #121521;
}

html[data-theme="light"] .nav {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(18, 21, 33, 0.14);
  box-shadow: 0 12px 30px rgba(18, 21, 33, 0.12);
}

html[data-theme="light"] .reading-progress {
  background: rgba(18, 21, 33, 0.08);
}

html[data-theme="light"] .nav-links a,
html[data-theme="light"] .nav-search {
  color: rgba(18, 21, 33, 0.82);
  border-bottom-color: rgba(18, 21, 33, 0.26);
}

html[data-theme="light"] .nav-logo {
  color: #121521;
}

html[data-theme="light"] .theme-toggle {
  color: rgba(18, 21, 33, 0.84);
  border-color: rgba(18, 21, 33, 0.2);
  background: rgba(18, 21, 33, 0.06);
}

html[data-theme="light"] .theme-toggle:hover {
  color: #121521;
  border-color: rgba(18, 21, 33, 0.34);
  background: rgba(18, 21, 33, 0.12);
}

html[data-theme="light"] .ham span {
  background: #121521;
}

html[data-theme="light"] .hero,
html[data-theme="light"] .body-grid,
html[data-theme="light"] .mvp-leader-wrap,
html[data-theme="light"] .archive-shell,
html[data-theme="light"] .cat-tile,
html[data-theme="light"] .pagination-wrap,
html[data-theme="light"] .archive-description-wrap,
html[data-theme="light"] .archive-search-wrap,
html[data-theme="light"] .entry-wrap,
html[data-theme="light"] .footer {
  background: #ffffff;
  color: #121521;
}

html[data-theme="light"] .feed-feat,
html[data-theme="light"] .feed-item,
html[data-theme="light"] .mvp-item,
html[data-theme="light"] .venue-card {
  background: #ffffff;
  border-color: rgba(18, 21, 33, 0.14);
}

html[data-theme="light"] .social-reels {
  border-bottom-color: rgba(18, 21, 33, 0.12);
}

html[data-theme="light"] .social-reels__track::-webkit-scrollbar-thumb {
  background: rgba(18, 21, 33, 0.2);
}

html[data-theme="light"] .social-reel-card {
  background: #ffffff;
  border-color: rgba(18, 21, 33, 0.14);
}

html[data-theme="light"] .social-reel-card__meta h3 a {
  color: #121521;
}

html[data-theme="light"] .social-reel-card__meta p {
  color: rgba(18, 21, 33, 0.62);
}

html[data-theme="light"] .venue-card.is-active {
  border-color: rgba(140, 98, 0, 0.42);
  background: rgba(251, 185, 22, 0.2);
}

html[data-theme="light"] .sec-title,
html[data-theme="light"] .feed-title,
html[data-theme="light"] .fi-title,
html[data-theme="light"] .mi-title,
html[data-theme="light"] .entry-title,
html[data-theme="light"] .cat-name,
html[data-theme="light"] .mvp-trending {
  color: #121521;
}

html[data-theme="light"] .sec-all,
html[data-theme="light"] .feed-excerpt,
html[data-theme="light"] .fi-date,
html[data-theme="light"] .mi-date,
html[data-theme="light"] .cat-count,
html[data-theme="light"] .entry-meta,
html[data-theme="light"] .entry-content,
html[data-theme="light"] .entry-footer,
html[data-theme="light"] .foot-desc,
html[data-theme="light"] .foot-copy,
html[data-theme="light"] .foot-head,
html[data-theme="light"] .venue-card p,
html[data-theme="light"] .venue-meta {
  color: rgba(18, 21, 33, 0.68);
}

html[data-theme="light"] .feed-link {
  color: #121521;
  border-bottom-color: rgba(18, 21, 33, 0.36);
}

html[data-theme="light"] .sec-all {
  color: rgba(18, 21, 33, 0.72);
  border-color: rgba(18, 21, 33, 0.2);
  background: rgba(18, 21, 33, 0.04);
}

html[data-theme="light"] .sec-all:hover {
  color: #121521;
  border-color: rgba(18, 21, 33, 0.36);
  background: rgba(18, 21, 33, 0.1);
}

html[data-theme="light"] .entry-kicker {
  color: #7c5700;
  border-color: rgba(124, 87, 0, 0.28);
  background: rgba(251, 185, 22, 0.15);
}

html[data-theme="light"] .entry-meta {
  color: rgba(18, 21, 33, 0.62);
}

html[data-theme="light"] .entry-meta a {
  border-bottom-color: rgba(18, 21, 33, 0.32);
}

html[data-theme="light"] .entry-content {
  color: rgba(18, 21, 33, 0.88);
}

html[data-theme="light"] .entry-content h2,
html[data-theme="light"] .entry-content h3,
html[data-theme="light"] .entry-content h4 {
  color: #121521;
}

html[data-theme="light"] .entry-content a,
html[data-theme="light"] .entry-footer a {
  color: #8c6200;
  text-decoration-color: rgba(140, 98, 0, 0.3);
}

html[data-theme="light"] .entry-content a:hover,
html[data-theme="light"] .entry-footer a:hover {
  color: #5d4200;
  text-decoration-color: rgba(93, 66, 0, 0.6);
}

html[data-theme="light"] .entry-content blockquote {
  color: rgba(18, 21, 33, 0.8);
  border-left-color: #fbb916;
}

html[data-theme="light"] .entry-content figcaption {
  color: rgba(18, 21, 33, 0.58);
}

html[data-theme="light"] .entry-content pre {
  background: rgba(18, 21, 33, 0.06);
  border-color: rgba(18, 21, 33, 0.14);
}

html[data-theme="light"] .entry-content code {
  background: rgba(18, 21, 33, 0.09);
}

html[data-theme="light"] .entry-footer {
  border-top-color: rgba(18, 21, 33, 0.12);
  color: rgba(18, 21, 33, 0.7);
}

html[data-theme="light"] .single-sidebar__panel {
  background: #fff;
  border-color: rgba(18, 21, 33, 0.12);
  box-shadow: 0 8px 20px rgba(18, 21, 33, 0.08);
}

html[data-theme="light"] .single-sidebar__head {
  color: #121521;
  border-bottom-color: rgba(18, 21, 33, 0.12);
}

html[data-theme="light"] .single-sidebar__item:hover {
  background: rgba(18, 21, 33, 0.06);
}

html[data-theme="light"] .single-sidebar__thumb {
  border-color: rgba(18, 21, 33, 0.12);
}

html[data-theme="light"] .single-sidebar__title,
html[data-theme="light"] .single-sidebar__cats a {
  color: rgba(18, 21, 33, 0.82);
}

html[data-theme="light"] .single-sidebar__meta {
  color: rgba(18, 21, 33, 0.58);
}

html[data-theme="light"] .single-sidebar__cats a:hover {
  color: #8c6200;
}

html[data-theme="light"] .single-sidebar__cats li {
  border-bottom-color: rgba(18, 21, 33, 0.1);
  list-style: none;
}

html[data-theme="light"] .single-sidebar__cats .children {
  border-left-color: rgba(18, 21, 33, 0.14);
}

html[data-theme="light"] .mvp-tab {
  color: rgba(18, 21, 33, 0.56);
}

html[data-theme="light"] .mvp-tab.active {
  color: #121521;
}

html[data-theme="light"] .footer-top,
html[data-theme="light"] .fc + .fc,
html[data-theme="light"] .sec-bar,
html[data-theme="light"] .feed-foot,
html[data-theme="light"] .feed,
html[data-theme="light"] .body-grid,
html[data-theme="light"] .mvp-ad,
html[data-theme="light"] .mvp-tabs,
html[data-theme="light"] .mvp-trending,
html[data-theme="light"] .archive-sec-bar {
  border-color: rgba(18, 21, 33, 0.12);
}

html[data-theme="light"] .vibe-wrap,
html[data-theme="light"] .map-split,
html[data-theme="light"] .dir {
  background: #0c1019;
}

html[data-theme="light"] .social-facebook {
  background: #ffffff;
  border-color: rgba(18, 21, 33, 0.14);
}

html[data-theme="light"] .social-facebook__bar {
  border-bottom-color: rgba(18, 21, 33, 0.12);
}

html[data-theme="light"] .social-facebook__card {
  background: #ffffff;
  border-color: rgba(18, 21, 33, 0.14);
}

html[data-theme="light"] .social-facebook__meta h3 a {
  color: #121521;
}

html[data-theme="light"] .social-facebook__meta p {
  color: rgba(18, 21, 33, 0.62);
}

html[data-theme="light"] .ticker {
  background: linear-gradient(90deg, #ffcf4e, #ffe082);
  border-bottom-color: rgba(18, 21, 33, 0.14);
}

html[data-theme="light"] .ticker-lbl {
  background: #121521;
  color: #ffcf4e;
}

html[data-theme="light"] .ticker-track a {
  color: #2b2000;
}

html[data-theme="light"] .ticker-track a:hover {
  color: #121521;
}

html[data-theme="light"] .durban-vibe-board {
  background: linear-gradient(140deg, rgba(239, 246, 255, 0.96), rgba(245, 248, 255, 0.96));
  border-color: rgba(18, 21, 33, 0.14);
}

html[data-theme="light"] .durban-vibe-board__head,
html[data-theme="light"] .durban-vibe-card,
html[data-theme="light"] .durban-surf-spot {
  border-color: rgba(18, 21, 33, 0.14);
}

html[data-theme="light"] .durban-vibe-board__head h2,
html[data-theme="light"] .durban-surf-spot h3 {
  color: #121521;
}

html[data-theme="light"] .durban-vibe-board__head p,
html[data-theme="light"] .durban-vibe-card__kicker,
html[data-theme="light"] .durban-vibe-card p,
html[data-theme="light"] .durban-surf-spot div {
  color: rgba(18, 21, 33, 0.68);
}

html[data-theme="light"] .feed-last-updated {
  color: rgba(18, 21, 33, 0.56);
}

html[data-theme="light"] .ad-slot {
  background: #fff;
  border-bottom-color: rgba(18, 21, 33, 0.12);
}

html[data-theme="light"] .ad-slot .ad-inner {
  border-color: rgba(18, 21, 33, 0.2);
}

html[data-theme="light"] .mobile-bottom-nav {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(18, 21, 33, 0.16);
}

html[data-theme="light"] .mobile-nav-item {
  color: rgba(18, 21, 33, 0.84);
}

html[data-theme="light"] .mobile-nav-item:hover {
  background: rgba(18, 21, 33, 0.1);
}

html[data-theme="light"] .search-modal__backdrop {
  background: rgba(248, 250, 255, 0.72);
}

html[data-theme="light"] .search-modal__panel {
  background: linear-gradient(180deg, rgba(252, 254, 255, 0.98), rgba(242, 246, 255, 0.98));
}

html[data-theme="light"] .search-modal__title {
  color: #121521;
}

html[data-theme="light"] .search-modal .search-field {
  color: #121521;
  border-color: rgba(18, 21, 33, 0.2);
  background: rgba(18, 21, 33, 0.06);
}

html[data-theme="light"] .search-modal .search-field::placeholder {
  color: rgba(18, 21, 33, 0.52);
}

html[data-theme="light"] .search-modal__result-item {
  border-color: rgba(18, 21, 33, 0.14);
  background: rgba(255, 255, 255, 0.88);
}

html[data-theme="light"] .search-modal__result-link:hover {
  background: rgba(18, 21, 33, 0.06);
}

html[data-theme="light"] .search-modal__result-thumb {
  border-color: rgba(18, 21, 33, 0.16);
}

html[data-theme="light"] .search-modal__result-title {
  color: #121521;
}

html[data-theme="light"] .search-modal__result-excerpt,
html[data-theme="light"] .search-modal__empty,
html[data-theme="light"] .search-modal__loading {
  color: rgba(18, 21, 33, 0.66);
}

.nav-search {
  appearance: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  border-radius: 999px;
}

.nav-search:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.48);
  border-bottom-color: var(--yellow);
  color: #fff;
  transform: translateY(-1px);
}

.search-open {
  overflow: hidden;
}

.search-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
}

.search-modal.is-open {
  display: block;
}

.search-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 6, 12, 0.66);
  backdrop-filter: blur(18px);
}

.search-modal__panel {
  position: relative;
  z-index: 1;
  width: 100vw;
  min-height: 100vh;
  margin: 0;
  background: linear-gradient(180deg, rgba(9, 13, 24, 0.98), rgba(5, 8, 15, 0.98));
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: clamp(72px, 10vh, 100px) clamp(16px, 4vw, 46px) 28px;
  transform: translateY(8px) scale(0.985);
  opacity: 0;
  backdrop-filter: blur(18px);
  transition: transform 0.35s var(--ease-out-expo), opacity 0.35s var(--ease-out-expo);
  overflow-y: auto;
}

.search-modal.is-open .search-modal__panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.search-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  font-size: 24px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  transition: transform 0.24s var(--ease-out-expo), background-color 0.24s var(--ease-out-expo), color 0.24s var(--ease-out-expo);
}

.search-modal__close:hover {
  transform: translateY(-1px);
  background: rgba(251, 185, 22, 0.26);
  color: #fff;
}

.search-modal__title {
  margin: 0 0 16px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(34px, 6vw, 48px);
  letter-spacing: 1.5px;
  line-height: 0.95;
  color: #fff;
  text-align: left;
}

.search-modal .search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  max-width: 920px;
}

.search-modal .search-field {
  min-width: 0;
  width: 100%;
  font-size: 16px;
  color: #eef1f8;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 1rem 1.05rem;
  background: rgba(255, 255, 255, 0.09);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.search-modal .search-field::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.search-modal .search-field:focus {
  border-color: rgba(251, 185, 22, 0.88);
  box-shadow: 0 0 0 3px rgba(251, 185, 22, 0.24);
  background: rgba(255, 255, 255, 0.12);
  outline: none;
}

.search-modal .search-submit {
  border: 1px solid rgba(251, 185, 22, 0.5);
  background: linear-gradient(145deg, #fbb916, #ffcf4e);
  color: #201500;
  border-radius: var(--radius-md);
  padding: 0.9rem 1.2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  transition: transform 0.24s var(--ease-out-expo), box-shadow 0.24s var(--ease-out-expo), filter 0.24s var(--ease-out-expo);
}

.search-modal .search-submit:hover {
  transform: translateY(-1px);
  filter: saturate(1.05);
  box-shadow: 0 10px 26px rgba(251, 185, 22, 0.32);
}

.search-modal__results {
  margin-top: 18px;
  max-width: 920px;
}

.search-modal__results-list {
  display: grid;
  gap: 10px;
}

.search-modal__result-item {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.search-modal__result-link {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  padding: 10px;
  align-items: start;
}

.search-modal__result-link:hover {
  background: rgba(255, 255, 255, 0.06);
}

.search-modal__result-thumb {
  width: 84px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.search-modal__result-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-modal__result-content {
  display: grid;
  gap: 4px;
}

.search-modal__result-title {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.search-modal__result-excerpt {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.45;
}

.search-modal__empty,
.search-modal__loading {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

@media (max-width: 700px) {
  .search-modal__panel {
    padding: 72px 14px 18px;
  }

  .search-modal .search-form {
    grid-template-columns: 1fr;
  }

  .search-modal__result-link {
    grid-template-columns: 68px 1fr;
    gap: 10px;
  }

  .search-modal__result-thumb {
    width: 68px;
    height: 52px;
  }
}

.ham {
  display: flex;
  flex-direction: column;
  gap: 3.5px;
}

.ham span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: #fff;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 0;
  border-right: 0;
  background: linear-gradient(180deg, #0e1320, #0a0f1a);
}

.hero--morning {
  background: linear-gradient(115deg, rgba(255, 196, 82, 0.68) 0%, rgba(255, 133, 80, 0.34) 42%, rgba(18, 18, 24, 0.7) 100%);
}

.hero--day {
  background: linear-gradient(115deg, rgba(17, 163, 255, 0.52) 0%, rgba(29, 103, 255, 0.4) 38%, rgba(10, 15, 26, 0.72) 100%);
}

.hero--evening {
  background: linear-gradient(115deg, rgba(255, 143, 80, 0.56) 0%, rgba(180, 70, 172, 0.42) 44%, rgba(8, 10, 18, 0.8) 100%);
}

.hero--night {
  background: linear-gradient(120deg, rgba(18, 25, 44, 0.72) 0%, rgba(59, 23, 91, 0.55) 40%, rgba(6, 9, 18, 0.9) 100%);
}

.hero-l {
  background: rgba(5, 8, 15, 0.84);
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 360px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-ghost {
  position: absolute;
  bottom: -28px;
  left: -8px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 210px;
  color: rgba(251, 185, 22, 0.045);
  line-height: 1;
}

.hero-eyebrow {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--yellow);
  border-left: 2px solid var(--yellow);
  padding-left: 7px;
}

.hero-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(42px, 7vw, 60px);
  line-height: 0.9;
  letter-spacing: 0.5px;
  color: var(--white);
  margin-top: auto;
  text-wrap: balance;
}

.hero-title a:hover {
  color: var(--yellow);
}

.hero-sub {
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.46);
  margin-top: 9px;
  max-width: 260px;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: var(--yellow);
  padding: 8px 14px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(251, 185, 22, 0.35);
}

/* Shared accent glow for yellow action controls */
:is(.hero-cta, .dir-btn, .search-modal .search-submit, input[type="submit"], .vibe-chip.is-active) {
  box-shadow: 0 0 0 1px rgba(251, 185, 22, 0.45), 0 0 16px rgba(251, 185, 22, 0.5), 0 10px 24px rgba(251, 185, 22, 0.28);
}

:is(.hero-cta, .dir-btn, .search-modal .search-submit, input[type="submit"], .vibe-chip.is-active):hover {
  box-shadow: 0 0 0 1px rgba(255, 210, 90, 0.58), 0 0 22px rgba(255, 210, 90, 0.62), 0 14px 28px rgba(251, 185, 22, 0.36);
}

.magnetic-btn {
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s ease;
}

.hero-cta:hover {
  transform: translateY(-1px);
  background: #ffca4e;
}

.hero-r {
  background: rgba(10, 13, 24, 0.84);
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-img {
  flex: 1;
  background: #101526;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  min-height: 248px;
  position: relative;
  transition: transform 0.45s var(--ease-out-expo), filter 0.45s var(--ease-out-expo);
  overflow: hidden;
}

.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-img:hover {
  filter: saturate(1.05);
}

.hero-img:hover img {
  transform: scale(1.018);
}

.hero-issue {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 2;
}

.hero-ghost-num {
  position: absolute;
  bottom: -18px;
  right: -4px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 110px;
  color: rgba(12, 12, 10, 0.055);
  line-height: 1;
  z-index: 2;
}

.hero-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.hero-mini {
  padding: 10px 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  transition: background-color 0.36s var(--ease-out-expo);
  overflow: hidden;
}

.hero-mini + .hero-mini {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-mini:hover {
  background: rgba(255, 255, 255, 0.09);
}

.hero-mini-cat {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffd25a;
}

.hero-mini-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.18;
  color: #f8f9ff;
}

.ticker {
  background: linear-gradient(90deg, #fbb916, #ffd76b);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  height: 52px;
  overflow: hidden;
}

.ad-slot {
  width: 100%;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.ad-slot .ad-inner {
  border: 1px dashed rgba(255, 255, 255, 0.24);
  padding: 12px;
  text-align: center;
}

.ad-slot-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ad-slot-below-featured {
  border-bottom: 1px solid var(--border);
}

.ad-slot ins,
.ad-slot iframe,
.mvp-ad ins,
.mvp-ad iframe {
  max-width: 100%;
}

.ticker-lbl {
  flex-shrink: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  background: var(--ink);
  color: var(--yellow);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 18px;
}

.ticker-track {
  display: flex;
  gap: 16px;
  padding: 0 22px;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}

.ticker-marquee {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
}

.ticker-marquee__inner {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  animation: ticker-scroll 32s linear infinite;
}

.ticker-marquee .ticker-track {
  flex: 0 0 auto;
  min-width: max-content;
}

.ticker:hover .ticker-marquee__inner,
.ticker:focus-within .ticker-marquee__inner {
  animation-play-state: paused;
}

.ticker-track a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #1f1500;
  line-height: 1;
}

.ticker-track a:hover {
  color: #000;
}

.ticker-track span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #1f1500;
  line-height: 1;
}

.ticker-sep {
  color: rgba(12, 12, 10, 0.3);
  font-size: 14px;
}

.ticker--sayings {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.durban-vibe-board {
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  background: linear-gradient(140deg, rgba(5, 16, 33, 0.88), rgba(11, 14, 24, 0.84));
  overflow: hidden;
}

.durban-vibe-board__head {
  padding: 14px 18px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.durban-vibe-board__head h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.05em;
  font-size: 28px;
}

.durban-vibe-board__head p {
  margin: 5px 0 0;
  color: rgba(236, 240, 250, 0.74);
}

.durban-vibe-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
}

.durban-vibe-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  padding: 11px;
}

.durban-vibe-card__kicker {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(236, 240, 250, 0.76);
}

.durban-vibe-card__value {
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  line-height: 0.95;
  margin-top: 8px;
}

.durban-vibe-pill {
  display: inline-flex;
  margin-top: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.durban-vibe-card p {
  margin: 8px 0 0;
  font-size: 12px;
  color: rgba(236, 240, 250, 0.72);
  line-height: 1.45;
}

.durban-vibe-stats {
  margin-top: 8px;
  display: grid;
  gap: 4px;
}

.durban-vibe-stats span {
  font-size: 12px;
}

.durban-vibe-status-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-top: 8px;
}

.durban-vibe-card--green .durban-vibe-status-dot {
  background: #26d07c;
  box-shadow: 0 0 0 5px rgba(38, 208, 124, 0.2);
}

.durban-vibe-card--amber .durban-vibe-status-dot {
  background: #ffcc4d;
  box-shadow: 0 0 0 5px rgba(255, 204, 77, 0.2);
}

.durban-vibe-card--red .durban-vibe-status-dot {
  background: #ff5f5f;
  box-shadow: 0 0 0 5px rgba(255, 95, 95, 0.2);
}

.durban-surf-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0 12px 12px;
}

.durban-surf-spot {
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  padding: 10px;
}

.durban-surf-spot h3 {
  margin: 0 0 7px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
}

.durban-surf-spot div {
  font-size: 12px;
  color: rgba(236, 240, 250, 0.74);
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.body-grid {
  display: grid;
  grid-template-columns: 1fr 252px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(11, 14, 24, 0.82);
}

.feed {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  min-width: 0;
  overflow: hidden;
}

.social-reels {
  padding: 14px 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.social-reels__bar {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 0 18px 12px;
}

.social-reels__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(160px, 182px);
  gap: 12px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 18px 4px;
  scrollbar-width: thin;
  box-sizing: border-box;
  overscroll-behavior-x: contain;
}

.social-reels__track::-webkit-scrollbar {
  height: 6px;
}

.social-reels__track::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.24);
  border-radius: 999px;
}

.social-reel-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  overflow: hidden;
  min-height: 270px;
}

.social-reel-card__media {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 14;
  overflow: hidden;
}

.social-reel-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-out-expo), filter 0.4s var(--ease-out-expo);
}

.social-reel-card__fallback {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 20%, rgba(255, 210, 90, 0.34), rgba(11, 14, 24, 0.88));
}

.social-reel-card:hover .social-reel-card__media img {
  transform: scale(1.03);
  filter: saturate(1.06);
}

.social-reel-card__chip {
  position: absolute;
  top: 9px;
  left: 9px;
  padding: 4px 9px;
  border-radius: 999px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #121521;
  background: #ffd25a;
}

.social-reel-card__meta {
  padding: 9px 10px 10px;
}

.social-reel-card__meta h3 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  line-height: 1.18;
  color: #eef1f8;
}

.social-reel-card__meta p {
  margin: 5px 0 0;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(236, 240, 250, 0.62);
}

.sec-bar {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 18px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.sec-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
  letter-spacing: 1.5px;
  line-height: 1;
  color: #fff;
}

.sec-all {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  transition: background-color 0.22s var(--ease-out-expo), color 0.22s var(--ease-out-expo), border-color 0.22s var(--ease-out-expo), transform 0.22s var(--ease-out-expo);
}

.sec-all:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.feed-last-updated {
  margin-top: 7px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(236, 240, 250, 0.58);
}

.feed-last-updated--inline {
  margin: 0 18px 6px;
}

.feed-feat {
  padding: 16px 18px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  grid-template-rows: auto auto 1fr auto;
  column-gap: 14px;
  row-gap: 6px;
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.42s var(--ease-out-expo), box-shadow 0.42s var(--ease-out-expo);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.feed-feat:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-soft);
}

.feed-img {
  grid-column: 1;
  grid-row: 1 / span 4;
  width: 100%;
  height: clamp(220px, 32vw, 330px);
  background: #0f1422;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
}

.feed-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.feed-img:hover img {
  transform: scale(1.018);
}

.feed-img-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--yellow);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 3px 8px;
}

.feed-cat {
  grid-column: 2;
  grid-row: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #ffd25a;
  margin-bottom: 4px;
}

.feed-title {
  grid-column: 2;
  grid-row: 2;
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  line-height: 0.93;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
  text-wrap: balance;
  color: #fff;
}

.feed-excerpt {
  grid-column: 2;
  grid-row: 3;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(236, 240, 250, 0.72);
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.feed-foot {
  grid-column: 2;
  grid-row: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 980px) {
  .feed-feat {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 8px;
  }

  .feed-img,
  .feed-cat,
  .feed-title,
  .feed-excerpt,
  .feed-foot {
    grid-column: auto;
    grid-row: auto;
  }

  .feed-img {
    height: 220px;
  }

  .feed-excerpt {
    -webkit-line-clamp: 5;
  }
}

.feed-date,
.feed-link {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.feed-link {
  font-weight: 700;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
}

.feed-link:hover {
  color: #ffd25a;
  border-bottom-color: #ffd25a;
}

.feed-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 9px;
  padding: 10px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  border-radius: var(--radius-md);
  transition: background-color 0.36s var(--ease-out-expo), transform 0.36s var(--ease-out-expo);
}

.feed-item:hover {
  background: rgba(255, 255, 255, 0.09);
  transform: translateX(1px);
}

.feed-thumb {
  width: 50px;
  height: 38px;
  background: #0f1422;
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
}

.feed-thumb img,
.mvp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.feed-thumb:hover img {
  transform: scale(1.018);
}

.fi-cat,
.mi-cat {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffd25a;
}

.fi-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.18;
  color: #eef1f8;
}

.fi-date,
.mi-date {
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.62);
}

.mvp-leader-wrap {
  background: rgba(7, 10, 18, 0.72);
  position: sticky;
  top: 58px;
  align-self: start;
}

.mvp-ad {
  padding: 11px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ad-inner {
  border: 1px dashed var(--border);
  padding: 14px 0;
  text-align: center;
}

.ad-lbl {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 7.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.ad-dim {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.58);
}

.mvp-trending {
  padding: 7px 12px 6px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.mvp-tabs {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mvp-tab {
  appearance: none;
  background: transparent;
  border: 0;
  flex: 1;
  padding: 8px 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.58);
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.mvp-tab.active {
  color: #fff;
  border-bottom-color: var(--yellow);
}

.mvp-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 8px;
  padding: 8px 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  border-radius: var(--radius-md);
  transition: background-color 0.36s var(--ease-out-expo), transform 0.36s var(--ease-out-expo);
}

.mvp-item:hover {
  background: rgba(255, 255, 255, 0.09);
  transform: translateX(1px);
}

.mvp-thumb {
  width: 44px;
  height: 34px;
  background: #0f1422;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.mvp-thumb:hover img {
  transform: scale(1.018);
}

.mi-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.16;
  color: #eef1f8;
}

.cat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.gal-sec-bar {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 18px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.gallery-stories {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  touch-action: pan-x;
}

.gallery-stories::-webkit-scrollbar {
  display: none;
}

.gallery-story-card {
  position: relative;
  min-width: 170px;
  height: 180px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  scroll-snap-align: start;
  flex: 0 0 auto;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.28s var(--ease-out-expo), box-shadow 0.28s var(--ease-out-expo);
}

.gallery-story-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.34);
}

.gallery-story-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-story-fallback {
  background: linear-gradient(135deg, #f2efe7 0%, #ddd7cb 100%);
}

.gallery-story-card:hover .gallery-story-img {
  transform: scale(1.02);
}

.gallery-story-info {
  position: absolute;
  inset: auto 0 0 0;
  padding: 10px;
  background: linear-gradient(180deg, rgba(8, 10, 16, 0), rgba(8, 10, 16, 0.82));
}

.gallery-story-count {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.gallery-story-name {
  margin-top: 2px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.dir {
  background: rgba(8, 11, 19, 0.86);
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.dir-l {
  padding: 26px 22px;
}

.dir-kicker {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 8px;
}

.dir-head {
  font-family: "Bebas Neue", sans-serif;
  font-size: 44px;
  line-height: 0.9;
  color: var(--white);
  margin-bottom: 9px;
}

.dir-body {
  font-size: 11.5px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
  max-width: 260px;
}

.dir-btn {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: var(--yellow);
  color: var(--ink);
  padding: 9px 18px;
  border-radius: 999px;
}

.dir-r {
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.dir-tile {
  padding: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 3px;
}

.dir-tile:nth-child(2n) {
  border-right: none;
}

.dir-tile:nth-child(3),
.dir-tile:nth-child(4) {
  border-bottom: none;
}

.dir-tile-name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
}

.dir-tile-count {
  font-size: 9.5px;
  color: rgba(255, 255, 255, 0.35);
}

.vibe-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #08090d;
}

.social-facebook {
  margin-top: 14px;
  margin-bottom: 14px;
  background: rgba(11, 14, 24, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.social-facebook__bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.social-facebook__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
}

.social-facebook__card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.social-facebook__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.social-facebook__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease-out-expo);
}

.social-facebook__card:hover .social-facebook__media img {
  transform: scale(1.03);
}

.social-facebook__chip {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  border-radius: 999px;
  padding: 4px 10px;
  background: #1877f2;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.social-facebook__fallback {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 22%, rgba(24, 119, 242, 0.55), rgba(11, 14, 24, 0.92));
}

.social-facebook__meta {
  padding: 10px 11px 11px;
}

.social-facebook__meta h3 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.social-facebook__meta p {
  margin: 5px 0 0;
  color: rgba(236, 240, 250, 0.64);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vibe-wrap .sec-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #0d0f15;
}

.vibe-wrap .sec-title {
  color: #fff;
}

.vibe-wrap .sec-all {
  color: rgba(255, 255, 255, 0.72);
}

.vibe-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.vibe-chip {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 10px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.vibe-chip.is-active {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--ink);
}

.vibe-grid {
  display: grid;
  gap: 10px;
  padding: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 155px;
  transition: opacity 0.22s ease;
}

.vibe-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #111;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), filter 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.vibe-card.vibe-wide {
  grid-column: span 2;
}

.vibe-card.vibe-tall {
  grid-row: span 2;
}

.vibe-media,
.vibe-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.vibe-media img {
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.vibe-card:hover .vibe-media img {
  transform: scale(1.02);
}

.vibe-card.is-hidden {
  opacity: 0;
  transform: scale(0.96);
  filter: saturate(0.8);
  pointer-events: none;
}

.vibe-grid.is-filtering {
  opacity: 0.86;
}

.vibe-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.78));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
}

.vibe-tag {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffd25a;
  font-family: "Barlow Condensed", sans-serif;
}

.vibe-overlay h3 {
  margin: 4px 0 2px;
  font-size: 16px;
  line-height: 1.05;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.03em;
}

.vibe-overlay p {
  margin: 0;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.45;
}

.map-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 12px;
  padding: 12px;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.24);
  background: #08090d;
}

.map-panel {
  position: sticky;
  top: 58px;
  height: 640px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 65px rgba(0, 0, 0, 0.35);
}

.map-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.62s var(--ease-out-expo), transform 0.62s var(--ease-out-expo), filter 0.62s var(--ease-out-expo);
  opacity: 1;
}

.map-panel img.is-swapping {
  opacity: 0.35;
  transform: scale(1.01);
  filter: saturate(0.94);
}

.map-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 26% 22%, rgba(14, 165, 233, 0.32), transparent 40%), radial-gradient(circle at 74% 68%, rgba(251, 185, 22, 0.24), transparent 34%), linear-gradient(180deg, rgba(7, 10, 16, 0.2), rgba(7, 10, 16, 0.68));
}

.map-badge,
.map-active {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  backdrop-filter: blur(10px);
}

.map-badge {
  top: 14px;
  left: 14px;
  padding: 6px 10px;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.map-active {
  left: 14px;
  bottom: 14px;
  padding: 8px 12px;
  font-size: 12px;
}

.map-list {
  height: 640px;
  overflow-y: auto;
  display: grid;
  gap: 10px;
  align-content: start;
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.22) transparent;
}

.venue-card {
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  padding: 12px 13px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  transition: transform 0.28s var(--ease-out-expo), background-color 0.28s var(--ease-out-expo);
}

.venue-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
}

.venue-card.is-active {
  border-color: rgba(251, 185, 22, 0.65);
  background: rgba(251, 185, 22, 0.12);
}

.venue-card h3 {
  margin: 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-wrap: balance;
}

.venue-card p {
  margin: 6px 0 9px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.45;
}

.venue-meta {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.72);
}

.cat-tile {
  padding: 14px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
  transition: background-color 0.36s cubic-bezier(0.22, 1, 0.36, 1), transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.cat-tile:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-0.5px);
}

.cat-tile:last-child {
  border-right: none;
}

.cat-name {
  font-family: "Bebas Neue", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
}

.cat-count {
  font-size: 9.5px;
  color: rgba(255, 255, 255, 0.62);
}

.pagination-wrap {
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.04);
}

.archive-shell {
  background: rgba(11, 14, 24, 0.82);
}

.archive-sec-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.archive-description-wrap,
.archive-search-wrap {
  padding: 10px 18px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(236, 240, 250, 0.74);
  background: rgba(255, 255, 255, 0.03);
}

.entry-wrap {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: clamp(20px, 3vw, 34px);
  border-radius: var(--radius-md);
  margin: 20px auto;
  width: min(92%, 840px);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.28);
}

.single-layout {
  width: min(96%, 1200px);
  margin: 20px auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 18px;
  align-items: start;
}

.single-layout__main .entry-wrap,
.single-layout__main .post-navigation,
.single-layout__main .comments-area {
  width: 100%;
}

.single-layout__main .entry-wrap {
  margin: 0;
}

.single-layout__main .post-navigation,
.single-layout__main .comments-area {
  margin: 16px 0 0;
}

.single-sidebar {
  position: sticky;
  top: 84px;
  display: grid;
  gap: 12px;
}

.single-sidebar__panel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  padding: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.single-sidebar__head {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.06em;
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.single-sidebar__list {
  display: grid;
  gap: 8px;
}

.single-sidebar__item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 8px;
  align-items: start;
  padding: 6px;
  border-radius: 8px;
}

.single-sidebar__item:hover {
  background: rgba(255, 255, 255, 0.08);
}

.single-sidebar__thumb {
  width: 58px;
  height: 48px;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.single-sidebar__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-sidebar__title {
  color: rgba(236, 240, 250, 0.92);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.single-sidebar__meta {
  display: block;
  margin-top: 3px;
  color: rgba(236, 240, 250, 0.62);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.single-sidebar__cats {
  padding: 2px 4px 4px;
}

.single-sidebar__cats ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.single-sidebar__cats li {
  list-style: none;
  margin: 0;
  padding-left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 6px;
}

.single-sidebar__cats li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.single-sidebar__cats a {
  color: rgba(236, 240, 250, 0.82);
  font-size: 12px;
  display: block;
  align-items: baseline;
  padding: 4px 2px;
}

.single-sidebar__cats .children {
  margin-top: 6px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.single-sidebar__cats a:hover {
  color: #ffd25a;
}

.entry-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffd25a;
  border: 1px solid rgba(255, 210, 90, 0.42);
  background: rgba(255, 210, 90, 0.1);
  border-radius: 999px;
  padding: 5px 10px;
}

.entry-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(38px, 6vw, 64px);
  line-height: 0.95;
  letter-spacing: 0.5px;
  margin: 0;
  color: #fff;
}

.entry-meta {
  margin: 10px 0 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(236, 240, 250, 0.74);
}

.entry-meta a {
  color: inherit;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.entry-meta a:hover {
  color: #ffd25a;
  border-bottom-color: #ffd25a;
}

.entry-meta-sep {
  opacity: 0.55;
}

.entry-media {
  margin: 0 0 18px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.entry-media img {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
}

.entry-content {
  color: rgba(236, 240, 250, 0.9);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.8;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content p {
  margin: 0 0 1.1em;
  font-weight: 400;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: #fff;
  line-height: 1.15;
  margin: 1.5em 0 0.45em;
}

.entry-content h2 {
  font-size: clamp(30px, 4vw, 42px);
}

.entry-content h3 {
  font-size: clamp(23px, 3vw, 30px);
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.35em;
  margin: 0 0 1.2em;
}

.entry-content li {
  margin: 0 0 0.4em;
}

.entry-content a {
  color: #ffd25a;
  text-decoration: underline;
  text-decoration-color: rgba(255, 210, 90, 0.44);
  text-underline-offset: 2px;
}

.entry-content a:hover {
  color: #ffe08b;
  text-decoration-color: rgba(255, 224, 139, 0.82);
}

.entry-content blockquote {
  margin: 1.2em 0;
  padding: 0.3em 0 0.3em 1em;
  border-left: 3px solid #ffd25a;
  color: rgba(255, 255, 255, 0.86);
  font-style: italic;
}

.entry-content figure {
  margin: 1.4em 0;
}

.entry-content figcaption {
  margin-top: 0.55em;
  font-size: 12px;
  color: rgba(236, 240, 250, 0.64);
}

.entry-content pre,
.entry-content code {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.entry-content pre {
  overflow-x: auto;
  background: rgba(8, 12, 20, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 12px;
}

.entry-content code {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 0.08em 0.3em;
  font-size: 0.9em;
}

.entry-footer {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(236, 240, 250, 0.76);
  font-size: 12px;
}

.entry-tax-line + .entry-tax-line {
  margin-top: 6px;
}

.entry-footer a {
  color: #ffd25a;
}

.entry-footer a:hover {
  color: #ffe08b;
}

.error-404-wrap {
  text-align: center;
}

.error-404-seagull {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 10px;
}

.error-404-actions {
  margin: 16px 0 14px;
}

.footer {
  background: rgba(8, 11, 19, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.fc {
  padding: 20px;
}

.fc + .fc {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.foot-logo {
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  letter-spacing: 2.5px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
}

.footer .site-logo-img {
  height: 54px;
}

.foot-logo-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--yellow);
  margin-bottom: 3px;
}

.foot-desc,
.foot-copy {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.66);
}

.foot-head {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 9px;
}

.foot-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.foot-links li,
.foot-links a {
  display: block;
  margin-bottom: 6px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  opacity: 0.7;
}

.foot-links a:hover {
  opacity: 1;
  color: var(--ink);
}

.entry-content,
.entry-content p {
  overflow-wrap: anywhere;
}

.post-navigation,
.comments-area {
  width: min(92%, 840px);
  margin: 0 auto 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  padding: 14px 18px;
}

.post-navigation a {
  color: #ffd25a;
}

.post-navigation a:hover {
  color: #ffe08b;
}

html[data-theme="light"] .post-navigation,
html[data-theme="light"] .comments-area {
  background: #fff;
  border-color: rgba(18, 21, 33, 0.12);
}

html[data-theme="light"] .post-navigation a {
  color: #8c6200;
}

html[data-theme="light"] .post-navigation a:hover {
  color: #5d4200;
}

.footer-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 20px;
}

.mobile-bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: min(95%, 440px);
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  padding: 8px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(15, 16, 20, 0.84);
  backdrop-filter: blur(14px);
  z-index: 120;
}

.mobile-nav-item {
  min-width: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: rgba(255, 255, 255, 0.86);
  padding: 6px 8px;
  border-radius: var(--radius-md);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.mobile-nav-item:hover {
  background: rgba(255, 255, 255, 0.12);
}

.mobile-nav-icon {
  font-size: 14px;
  line-height: 1;
}

.custom-cursor {
  position: fixed;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1.8px solid rgba(255, 255, 255, 0.96);
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.26), 0 0 20px rgba(0, 0, 0, 0.35);
  mix-blend-mode: difference;
  pointer-events: none;
  transform: translate(-100px, -100px);
  opacity: 0;
  transition: width 0.2s ease, height 0.2s ease, opacity 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  z-index: 99999;
}

.custom-cursor.is-visible {
  opacity: 1;
}

.custom-cursor.is-active {
  width: 38px;
  height: 38px;
  border-color: rgba(251, 185, 22, 0.96);
  background: rgba(251, 185, 22, 0.34);
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.search-field {
  flex: 1;
  min-width: 200px;
}

input[type="search"],
input[type="submit"],
textarea {
  font: inherit;
}

input[type="search"],
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 0.55rem 0.65rem;
  color: #eef1f8;
  background: rgba(255, 255, 255, 0.06);
}

input[type="submit"] {
  border: 0;
  background: var(--yellow);
  color: var(--ink);
  padding: 0.65rem 0.9rem;
  cursor: pointer;
}

input[type="submit"]:hover {
  background: #e1a002;
}

.comment-list,
.comment-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-body {
  border-top: 1px solid var(--border);
  padding-top: 0.85rem;
}

.site-footer {
  padding: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 700px) {
  .mock {
    width: 100%;
    max-width: none;
  }

  .nav {
    padding: 0 12px;
  }

  .nav-links {
    display: none;
  }

  .custom-cursor {
    display: none;
  }

  .mobile-bottom-nav {
    display: flex;
  }

  .hero,
  .body-grid,
  .dir,
  .dir-r,
  .vibe-grid,
  .map-split,
  .cat-strip,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .vibe-card.vibe-wide,
  .vibe-card.vibe-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .map-panel,
  .map-list {
    position: static;
    top: auto;
    height: 420px;
  }

  .mvp-leader-wrap {
    position: static;
    top: auto;
  }

  .hero-r,
  .feed {
    border-left: 0;
    border-right: 0;
  }

  .social-reels__bar {
    align-items: center;
    flex-wrap: wrap;
  }

  .social-reels__track {
    grid-auto-columns: minmax(145px, 170px);
  }

  .social-facebook__grid {
    grid-template-columns: 1fr;
  }

  .ticker {
    height: 42px;
  }

  .ticker-lbl {
    font-size: 10px;
    letter-spacing: 2.4px;
    padding: 0 12px;
  }

  .ticker-track {
    gap: 12px;
    padding: 0 14px;
  }

  .ticker-track a {
    font-size: 13px;
  }

  .ticker-track span {
    font-size: 13px;
  }

  .durban-vibe-grid,
  .durban-surf-row {
    grid-template-columns: 1fr;
  }

  .hero-stack {
    grid-template-columns: 1fr;
  }

  .hero-mini + .hero-mini {
    border-left: 0;
  }

  .cat-tile {
    border-right: 0;
    border-top: 1px solid var(--border);
  }

  .single-layout {
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0;
    gap: 14px;
  }

  .single-sidebar {
    position: static;
    top: auto;
    margin: 0 16px 16px;
  }

  .single-layout__main .entry-wrap,
  .single-layout__main .post-navigation,
  .single-layout__main .comments-area {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .ticker-marquee__inner {
    animation: none !important;
  }
}
