/*
Theme Name:   Sosnówka24
Theme URI:    https://sosnowka24.pl
Author:       Sosnówka24 Team
Author URI:   https://sosnowka24.pl
Description:  Nowoczesny, ciemny motyw portalu informacyjnego Karkonoszy. Pełna integracja z Pine Peak Holiday House. Cinzel + Montserrat, glassmorphism, animacje.
Version:      1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License:      GNU General Public License v2
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  sosnowka24
Tags: dark, news, blog, custom-colors, custom-logo, full-width-template, featured-images, threaded-comments, translation-ready
*/

/* ═══════════════════════════════════════════════════════════════════
   SOSNÓWKA24 – DESIGN SYSTEM
   Dark · Elegant · Mountain Portal
═══════════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap');

/* ── TOKENS ─────────────────────────────────────────────────────── */
:root {
  --gold:          #f0c45a;
  --gold-dark:     #c99a2e;
  --gold-light:    #f8e09a;
  --gold-dim:      rgba(240,196,90,.12);
  --green:         #2d6a4f;
  --green-dark:    #1b4332;
  --green-light:   #52b788;
  --bg:            #050505;
  --bg-2:          #080d08;
  --bg-3:          #0d140d;
  --bg-card:       rgba(255,255,255,.032);
  --border:        rgba(240,196,90,.14);
  --border-hover:  rgba(240,196,90,.5);
  --text:          #e0e0e0;
  --text-muted:    #7a7a7a;
  --text-dim:      #444;
  --radius:        5px;
  --radius-lg:     10px;
  --shadow-gold:   0 20px 60px rgba(240,196,90,.1);
  --shadow-dark:   0 20px 60px rgba(0,0,0,.5);
  --transition:    all .35s cubic-bezier(.4,0,.2,1);
  --font-display:  'Cinzel', Georgia, serif;
  --font-body:     'Montserrat', system-ui, sans-serif;
  --max-w:         1280px;
  --header-h:      70px;
}

/* ── RESET ───────────────────────────────────────────────────────── */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; font-size:16px; }
body {
  font-family:var(--font-body);
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
img { max-width:100%; height:auto; display:block; }
a { color:var(--gold); text-decoration:none; transition:var(--transition); }
a:hover { color:var(--gold-light); }
ul, ol { list-style:none; }
button { font-family:var(--font-body); cursor:pointer; }
input, select, textarea { font-family:var(--font-body); }

/* ── SCROLLBAR ───────────────────────────────────────────────────── */
::-webkit-scrollbar { width:4px; }
::-webkit-scrollbar-track { background:var(--bg); }
::-webkit-scrollbar-thumb { background:var(--gold-dark); border-radius:2px; }
::-webkit-scrollbar-thumb:hover { background:var(--gold); }

/* ── CUSTOM CURSOR ───────────────────────────────────────────────── */
.s24-cursor {
  position:fixed; width:10px; height:10px;
  background:var(--gold); border-radius:50%;
  pointer-events:none; z-index:99999;
  transform:translate(-50%,-50%);
  transition:width .25s,height .25s,opacity .2s;
  mix-blend-mode:difference;
}
.s24-cursor-ring {
  position:fixed; width:36px; height:36px;
  border:1.5px solid var(--gold); border-radius:50%;
  pointer-events:none; z-index:99998;
  transform:translate(-50%,-50%);
  opacity:.5;
}
.s24-cursor.hovered { width:22px; height:22px; }
.s24-cursor-ring.hovered { width:60px; height:60px; opacity:.3; }

/* ── PROGRESS BAR ────────────────────────────────────────────────── */
.s24-progress {
  position:fixed; top:0; left:0; height:2px; z-index:10001;
  background:linear-gradient(to right,var(--gold-dark),var(--gold),var(--gold-light));
  transition:width .08s linear;
  box-shadow:0 0 8px var(--gold);
}

/* ── TOPBAR ──────────────────────────────────────────────────────── */
.s24-topbar {
  background:rgba(5,5,5,.98);
  border-bottom:1px solid rgba(255,255,255,.04);
  padding:6px 0;
  font-size:.62rem;
  letter-spacing:.1em;
  color:var(--text-dim);
  position:relative;
  z-index:201;
}
.s24-topbar a { color:var(--gold-dark); }
.s24-topbar a:hover { color:var(--gold); }
.s24-topbar-inner {
  max-width:var(--max-w); margin:0 auto; padding:0 2rem;
  display:flex; justify-content:space-between; align-items:center; gap:.5rem; flex-wrap:wrap;
}

/* ── HEADER ──────────────────────────────────────────────────────── */
.s24-header {
  position:fixed; top:0; left:0; right:0;
  height:var(--header-h); z-index:1000;
  padding:0 2rem;
  display:flex; align-items:center; justify-content:space-between; gap:1.5rem;
  transition:background .4s, box-shadow .4s, border-color .4s;
}
.s24-header.scrolled {
  background:rgba(5,5,5,.93);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  box-shadow:0 4px 32px rgba(0,0,0,.4);
  border-bottom:1px solid var(--border);
}
.s24-header-inner { max-width:var(--max-w); margin:0 auto; width:100%; display:flex; align-items:center; justify-content:space-between; gap:1.5rem; }

/* Logo */
.s24-logo {
  display:flex; align-items:center; gap:.7rem;
  font-family:var(--font-display); font-size:1.1rem;
  letter-spacing:.12em; color:var(--gold);
  text-decoration:none; white-space:nowrap; flex-shrink:0;
}
.s24-logo-mark {
  width:38px; height:38px; flex-shrink:0;
  background:linear-gradient(135deg,var(--green-dark),var(--green));
  border-radius:var(--radius);
  display:flex; align-items:center; justify-content:center;
  font-size:1.2rem; box-shadow:0 4px 16px rgba(27,67,50,.4);
  transition:var(--transition);
}
.s24-logo:hover .s24-logo-mark { transform:rotate(-8deg) scale(1.1); }
.s24-logo-text small {
  display:block; font-family:var(--font-body); font-size:.5rem;
  font-weight:300; letter-spacing:.18em; color:var(--text-dim); margin-top:-3px;
  text-transform:uppercase;
}

/* Desktop nav */
.s24-nav {
  display:flex; align-items:center; gap:.15rem;
}
.s24-nav > a, .s24-nav .s24-dropdown > a {
  color:var(--text-muted); font-size:.65rem;
  letter-spacing:.1em; text-transform:uppercase; font-weight:600;
  padding:.5rem .85rem; border-radius:var(--radius);
  transition:var(--transition); display:block;
}
.s24-nav > a:hover,
.s24-nav > a.active,
.s24-nav .s24-dropdown > a:hover { color:var(--gold); background:var(--gold-dim); }
.s24-nav-cta {
  background:var(--gold) !important; color:#000 !important;
  padding:.48rem 1.2rem !important; font-weight:700 !important;
  border-radius:var(--radius) !important;
}
.s24-nav-cta:hover { background:var(--gold-light) !important; transform:translateY(-1px); box-shadow:0 6px 20px rgba(240,196,90,.3); }

/* Dropdown */
.s24-dropdown { position:relative; }
.s24-dropdown-menu {
  position:absolute; top:calc(100% + .5rem); left:50%;
  transform:translateX(-50%) translateY(-8px);
  background:rgba(10,14,10,.97); backdrop-filter:blur(20px);
  border:1px solid var(--border); border-radius:var(--radius-lg);
  min-width:220px; padding:.5rem;
  opacity:0; visibility:hidden;
  transition:opacity .3s,transform .3s,visibility .3s;
  pointer-events:none;
  box-shadow:0 20px 50px rgba(0,0,0,.5);
}
.s24-dropdown:hover .s24-dropdown-menu {
  opacity:1; visibility:visible;
  transform:translateX(-50%) translateY(0);
  pointer-events:all;
}
.s24-dropdown-menu a {
  display:flex; align-items:center; gap:.6rem;
  padding:.55rem .8rem; border-radius:var(--radius);
  color:var(--text-muted); font-size:.72rem;
  transition:var(--transition);
}
.s24-dropdown-menu a:hover { background:var(--gold-dim); color:var(--gold); }
.s24-dropdown-menu a span { font-size:.95rem; }
.s24-dropdown-arrow { font-size:.5rem; margin-left:.2rem; color:var(--text-dim); transition:transform .3s; }
.s24-dropdown:hover .s24-dropdown-arrow { transform:rotate(180deg); color:var(--gold); }

/* Hamburger */
.s24-burger {
  display:none; background:none; border:none;
  flex-direction:column; gap:5px; padding:4px;
}
.s24-burger span {
  display:block; width:24px; height:2px;
  background:var(--gold); border-radius:1px;
  transition:var(--transition);
}
.s24-burger.open span:nth-child(1) { transform:rotate(45deg) translate(5px,5px); }
.s24-burger.open span:nth-child(2) { opacity:0; transform:scaleX(0); }
.s24-burger.open span:nth-child(3) { transform:rotate(-45deg) translate(5px,-5px); }

/* Mobile menu */
.s24-mobile-menu {
  position:fixed; inset:0; z-index:999;
  background:rgba(5,5,5,.98); backdrop-filter:blur(20px);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:0;
  opacity:0; visibility:hidden; transition:opacity .4s,visibility .4s;
}
.s24-mobile-menu.open { opacity:1; visibility:visible; }
.s24-mobile-menu a {
  font-family:var(--font-display); font-size:1.3rem;
  color:var(--text-muted); letter-spacing:.08em; padding:.8rem 2rem;
  width:100%; text-align:center; border-bottom:1px solid rgba(255,255,255,.03);
  transition:var(--transition);
}
.s24-mobile-menu a:hover { color:var(--gold); background:var(--gold-dim); }
.s24-mobile-menu .mob-cta { background:var(--gold); color:#000 !important; margin-top:1.5rem; font-family:var(--font-display); font-weight:700; border-bottom:none; }

/* ── LAYOUT HELPERS ──────────────────────────────────────────────── */
.container { max-width:var(--max-w); margin:0 auto; padding:0 2rem; }
.section { padding:6rem 0; }
.section-sm { padding:4rem 0; }
.grid-2 { display:grid; grid-template-columns:1fr 1fr; gap:2rem; }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }
.grid-4 { display:grid; grid-template-columns:repeat(4,1fr); gap:1.5rem; }
.grid-auto { display:grid; grid-template-columns:repeat(auto-fill,minmax(290px,1fr)); gap:1.5rem; }
.grid-auto-sm { display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:1.2rem; }
.main-sidebar { display:grid; grid-template-columns:1fr 340px; gap:3rem; align-items:start; }
.flex-center { display:flex; align-items:center; justify-content:center; }
.flex-between { display:flex; align-items:center; justify-content:space-between; }
.text-center { text-align:center; }

/* ── TYPOGRAPHY ──────────────────────────────────────────────────── */
.label {
  font-size:.58rem; letter-spacing:.35em; text-transform:uppercase;
  color:var(--gold); display:block; margin-bottom:.6rem; font-weight:700;
}
.h1 { font-family:var(--font-display); font-size:clamp(2.2rem,5.5vw,4.5rem); line-height:1.06; font-weight:700; }
.h2 { font-family:var(--font-display); font-size:clamp(1.7rem,3.8vw,2.9rem); line-height:1.1; font-weight:700; }
.h3 { font-family:var(--font-display); font-size:clamp(1.1rem,2.5vw,1.6rem); line-height:1.2; font-weight:600; }
.h4 { font-family:var(--font-display); font-size:clamp(.85rem,1.8vw,1.05rem); font-weight:600; letter-spacing:.05em; }
.gold-text {
  background:linear-gradient(135deg,var(--gold-light) 0%,var(--gold) 50%,var(--gold-dark) 100%);
  -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
}
.divider { width:48px; height:2px; background:linear-gradient(to right,var(--gold),transparent); margin-bottom:1.8rem; border-radius:1px; }
.divider-center { margin:1rem auto 1.8rem; }
.lead { font-size:.92rem; color:var(--text-muted); line-height:1.85; max-width:540px; }

/* ── GLASS CARDS ─────────────────────────────────────────────────── */
.glass {
  background:var(--bg-card);
  border:1px solid var(--border);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-radius:var(--radius);
  transition:var(--transition);
}
.glass:hover { border-color:var(--border-hover); box-shadow:var(--shadow-gold); }
.glass-green { background:rgba(45,106,79,.08); border-color:rgba(82,183,136,.2); }
.glass-green:hover { border-color:var(--green-light); }
.glass-strong { background:rgba(10,15,10,.9); }

/* ── POST CARDS ─────────────────────────────────────────────────── */
.post-card {
  background:var(--bg-card); border:1px solid var(--border);
  border-radius:var(--radius); overflow:hidden;
  display:flex; flex-direction:column;
  transition:var(--transition);
}
.post-card:hover { border-color:var(--gold); transform:translateY(-6px); box-shadow:var(--shadow-gold); }
.post-card-thumb { position:relative; aspect-ratio:16/10; overflow:hidden; }
.post-card-thumb img { width:100%; height:100%; object-fit:cover; transition:transform .6s ease,filter .5s ease; filter:brightness(.8); }
.post-card:hover .post-card-thumb img { transform:scale(1.06); filter:brightness(1); }
.post-card-cat {
  position:absolute; top:.75rem; left:.75rem;
  background:rgba(5,5,5,.78); backdrop-filter:blur(8px);
  border:1px solid var(--border); font-size:.55rem;
  letter-spacing:.15em; text-transform:uppercase;
  color:var(--gold); padding:.22rem .6rem; border-radius:2px;
}
.post-card-body { padding:1.3rem; flex:1; display:flex; flex-direction:column; gap:.5rem; }
.post-card-title { font-family:var(--font-display); font-size:.9rem; color:var(--text); line-height:1.35; }
.post-card-title a { color:inherit; transition:color .3s; }
.post-card-title a:hover { color:var(--gold); }
.post-card-excerpt { font-size:.78rem; color:var(--text-muted); line-height:1.7; flex:1; }
.post-card-meta { display:flex; gap:.7rem; font-size:.62rem; color:var(--text-dim); padding:.8rem 1.3rem; border-top:1px solid rgba(255,255,255,.04); }

/* Horizontal card */
.post-card-h { display:grid; grid-template-columns:140px 1fr; }
.post-card-h .post-card-thumb { aspect-ratio:unset; height:100%; min-height:110px; }
.post-card-h .post-card-body { padding:1rem 1.2rem; }

/* ── BUTTONS ─────────────────────────────────────────────────────── */
.btn {
  display:inline-flex; align-items:center; gap:.5rem;
  font-family:var(--font-display); font-size:.68rem;
  letter-spacing:.14em; text-transform:uppercase; font-weight:700;
  padding:.9rem 2rem; border:none; cursor:pointer;
  text-decoration:none; transition:var(--transition); white-space:nowrap;
  clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));
}
.btn-gold { background:var(--gold); color:#000; }
.btn-gold:hover { background:var(--gold-light); color:#000; transform:translateY(-2px); box-shadow:0 10px 30px rgba(240,196,90,.3); }
.btn-outline { background:transparent; color:var(--gold); box-shadow:inset 0 0 0 1px var(--gold); }
.btn-outline:hover { background:var(--gold-dim); transform:translateY(-2px); }
.btn-green { background:var(--green); color:#fff; clip-path:none; border-radius:var(--radius); }
.btn-green:hover { background:var(--green-dark); color:#fff; transform:translateY(-2px); box-shadow:0 8px 24px rgba(27,67,50,.4); }
.btn-dark { background:rgba(255,255,255,.06); color:var(--text); clip-path:none; border-radius:var(--radius); border:1px solid var(--border); }
.btn-dark:hover { border-color:var(--border-hover); color:var(--gold); }
.btn-sm { padding:.6rem 1.4rem; font-size:.6rem; }
.btn-lg { padding:1.1rem 2.8rem; font-size:.78rem; }

/* ── HERO ────────────────────────────────────────────────────────── */
.hero {
  position:relative; min-height:100svh;
  display:flex; align-items:center;
  overflow:hidden; padding-top:var(--header-h);
}
.hero-bg { position:absolute; inset:0; z-index:0; }
.hero-bg-img {
  position:absolute; inset:0;
  background-size:cover; background-position:center;
  opacity:.22; transition:opacity 1s;
}
.hero-overlay {
  position:absolute; inset:0;
  background:radial-gradient(ellipse at 35% 55%,transparent 20%,rgba(5,5,5,.9) 100%);
}
.hero-overlay-bottom {
  position:absolute; bottom:0; left:0; right:0; height:200px;
  background:linear-gradient(to bottom,transparent,var(--bg));
}
.hero-canvas { position:absolute; inset:0; pointer-events:none; }
.hero-content { position:relative; z-index:10; width:100%; }
.hero-scroll {
  position:absolute; bottom:2rem; left:50%;
  transform:translateX(-50%); z-index:10;
  display:flex; flex-direction:column; align-items:center; gap:.4rem;
  animation:fadeIn 1s 1.8s both;
}
.hero-scroll-label { font-size:.52rem; letter-spacing:.3em; color:var(--text-dim); text-transform:uppercase; }
.hero-scroll-line { width:1px; height:38px; background:linear-gradient(to bottom,var(--gold),transparent); animation:scrollPulse 2s infinite; }

/* Rotating badge */
.badge-ring {
  width:110px; height:110px; border-radius:50%;
  border:1px solid var(--gold-dark);
  background:rgba(5,5,5,.72); backdrop-filter:blur(12px);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  animation:spin 22s linear infinite;
  font-size:.48rem; letter-spacing:.12em; text-transform:uppercase;
  color:var(--gold); text-align:center; padding:.7rem;
  cursor:default;
}
.badge-ring strong {
  font-family:var(--font-display); font-size:1.4rem; display:block;
  letter-spacing:0; animation:spin 22s linear infinite reverse;
}

/* ── SECTION HEADERS ─────────────────────────────────────────────── */
.s24-section-header { margin-bottom:3rem; }
.s24-section-header.centered { text-align:center; }
.s24-section-header.centered .divider { margin:0 auto 0; }

/* ── FEATURE CARDS (floating) ─────────────────────────────────────── */
.feature-card {
  padding:2rem; display:flex; flex-direction:column; gap:.8rem;
  transform-style:preserve-3d;
}
.feature-card-icon { font-size:2.4rem; display:block; }
.feature-card-title { font-family:var(--font-display); font-size:.95rem; color:var(--gold); }
.feature-card-text { font-size:.8rem; color:var(--text-muted); line-height:1.75; }
.feature-card-link { font-size:.6rem; letter-spacing:.12em; color:var(--gold-dark); text-transform:uppercase; font-weight:700; margin-top:auto; }
.float-1 { animation:floatY 4s ease-in-out infinite; }
.float-2 { animation:floatY 4s ease-in-out 1s infinite; }
.float-3 { animation:floatY 4s ease-in-out 2s infinite; }
.float-4 { animation:floatY 4s ease-in-out 3s infinite; }

/* ── TRAIL STATS ─────────────────────────────────────────────────── */
.trail-stats {
  display:flex; flex-wrap:wrap; gap:1rem;
  padding:1.2rem 1.5rem;
  background:rgba(240,196,90,.04);
  border:1px solid rgba(240,196,90,.1);
  border-radius:var(--radius); margin:1.4rem 0;
}
.trail-stat-val { font-family:var(--font-display); font-size:1.5rem; color:var(--gold); line-height:1; }
.trail-stat-label { font-size:.58rem; color:var(--text-dim); text-transform:uppercase; letter-spacing:.1em; margin-top:2px; }

/* ── SIDEBAR WIDGET ──────────────────────────────────────────────── */
.widget {
  background:var(--bg-card); border:1px solid var(--border);
  border-radius:var(--radius); padding:1.4rem; margin-bottom:1.5rem;
  transition:border-color .3s;
}
.widget:hover { border-color:rgba(240,196,90,.25); }
.widget-title {
  font-family:var(--font-display); font-size:.68rem;
  letter-spacing:.16em; text-transform:uppercase;
  color:var(--gold); padding-bottom:.7rem; margin-bottom:.8rem;
  border-bottom:1px solid var(--border);
}
.widget a {
  display:flex; align-items:center; gap:.5rem;
  padding:.5rem 0; border-bottom:1px solid rgba(255,255,255,.04);
  font-size:.78rem; color:var(--text-muted); transition:color .3s;
}
.widget a:last-of-type { border-bottom:none; padding-bottom:0; }
.widget a:hover { color:var(--gold); }

/* ── MINI POST ROW ───────────────────────────────────────────────── */
.mini-post { display:flex; gap:.8rem; padding:.7rem 0; border-bottom:1px solid rgba(255,255,255,.04); align-items:flex-start; }
.mini-post:last-child { border-bottom:none; padding-bottom:0; }
.mini-post img { width:60px; min-width:60px; height:46px; object-fit:cover; border-radius:3px; }
.mini-post-title { font-size:.75rem; font-weight:600; color:var(--text); line-height:1.35; }
.mini-post-title a { color:inherit; }
.mini-post-title a:hover { color:var(--gold); }
.mini-post-date { font-size:.62rem; color:var(--text-dim); margin-top:2px; }

/* ── CALENDAR WIDGET ─────────────────────────────────────────────── */
.cal-widget { }
.cal-header { display:flex; justify-content:space-between; align-items:center; margin-bottom:1rem; }
.cal-nav { background:none; border:1px solid var(--border); color:var(--gold); width:28px; height:28px; border-radius:3px; font-size:.9rem; display:flex; align-items:center; justify-content:center; transition:var(--transition); }
.cal-nav:hover { background:var(--gold); color:#000; border-color:var(--gold); }
.cal-month { font-family:var(--font-display); font-size:.8rem; letter-spacing:.06em; }
.cal-grid { display:grid; grid-template-columns:repeat(7,1fr); gap:2px; }
.cal-dow { text-align:center; font-size:.52rem; color:var(--text-dim); padding:.25rem 0; letter-spacing:.06em; text-transform:uppercase; }
.cal-day { aspect-ratio:1; display:flex; align-items:center; justify-content:center; font-size:.68rem; border-radius:3px; transition:var(--transition); }
.cal-day.free:hover { background:rgba(82,183,136,.15); color:var(--green-light); cursor:pointer; }
.cal-day.occupied { background:rgba(240,196,90,.12); color:var(--gold); cursor:not-allowed; }
.cal-day.today { border:1px solid var(--gold); font-weight:700; }
.cal-day.past { opacity:.2; cursor:default; }
.cal-day.empty { cursor:default; }
.cal-legend { display:flex; gap:1rem; margin-top:.6rem; font-size:.58rem; color:var(--text-dim); }

/* ── PINE PEAK PROMO BOX ─────────────────────────────────────────── */
.pp-box {
  background:linear-gradient(135deg,rgba(27,67,50,.85) 0%,rgba(45,106,79,.6) 100%);
  border:1px solid rgba(82,183,136,.25);
  border-radius:var(--radius); padding:1.8rem;
  position:relative; overflow:hidden;
}
.pp-box::after { content:'🌲'; position:absolute; right:1.2rem; top:1rem; font-size:3.5rem; opacity:.08; pointer-events:none; }
.pp-badge {
  background:var(--gold); color:#000;
  font-size:.55rem; font-weight:700; letter-spacing:.14em;
  text-transform:uppercase; padding:3px 9px;
  border-radius:2px; display:inline-block; margin-bottom:.7rem;
}
.pp-box h3 { font-family:var(--font-display); color:var(--gold); font-size:1rem; margin-bottom:.4rem; }
.pp-box p { font-size:.78rem; color:#a8d5bc; line-height:1.7; margin-bottom:1rem; }
.pp-btns { display:flex; gap:.6rem; flex-wrap:wrap; }

/* ── BOOKING BANNER (full width) ─────────────────────────────────── */
.booking-banner {
  background:linear-gradient(135deg,var(--green-dark) 0%,var(--green) 55%,#52b788 100%);
  border-radius:var(--radius-lg); padding:4rem 2rem;
  text-align:center; position:relative; overflow:hidden;
}
.booking-banner::before, .booking-banner::after {
  content:''; position:absolute; border-radius:50%; pointer-events:none;
  background:rgba(255,255,255,.04);
}
.booking-banner::before { width:300px; height:300px; top:-80px; right:-80px; }
.booking-banner::after  { width:200px; height:200px; bottom:-50px; left:-50px; }
.booking-banner > * { position:relative; z-index:1; }
.booking-price { font-family:var(--font-display); font-size:3.2rem; color:var(--gold); line-height:1; display:block; }
.booking-price-label { font-size:.6rem; color:rgba(255,255,255,.55); letter-spacing:.14em; text-transform:uppercase; display:block; margin-bottom:1rem; }

/* ── TAGS ────────────────────────────────────────────────────────── */
.tags { display:flex; flex-wrap:wrap; gap:.4rem; }
.tag {
  background:var(--gold-dim); border:1px solid rgba(240,196,90,.18);
  color:var(--gold-dark); font-size:.6rem; padding:.25rem .65rem;
  border-radius:20px; text-decoration:none; transition:var(--transition);
  font-weight:600; letter-spacing:.05em;
}
.tag:hover { background:var(--gold); color:#000; border-color:var(--gold); }

/* ── CATEGORY PILLS (sticky nav) ─────────────────────────────────── */
.cat-pills {
  display:flex; gap:.4rem; flex-wrap:wrap; justify-content:center;
  padding:.8rem 2rem;
}
.cat-pill {
  display:flex; align-items:center; gap:.3rem;
  padding:.32rem .85rem; border:1px solid var(--border);
  border-radius:20px; font-size:.58rem; font-weight:600;
  letter-spacing:.06em; text-transform:uppercase;
  color:var(--text-dim); text-decoration:none; transition:var(--transition);
}
.cat-pill:hover, .cat-pill.active { border-color:var(--gold); color:var(--gold); background:var(--gold-dim); }

/* ── BREADCRUMB ──────────────────────────────────────────────────── */
.breadcrumb {
  font-size:.62rem; color:var(--text-dim); letter-spacing:.05em;
  display:flex; align-items:center; gap:.4rem; flex-wrap:wrap;
}
.breadcrumb a { color:var(--gold-dark); }
.breadcrumb a:hover { color:var(--gold); }
.breadcrumb-sep { color:var(--text-dim); }

/* ── ARTICLE CONTENT ─────────────────────────────────────────────── */
.entry-content { font-size:.9rem; line-height:1.85; color:#ccc; }
.entry-content > * + * { margin-top:1.2rem; }
.entry-content h2 { font-family:var(--font-display); font-size:1.35rem; color:var(--gold); border-left:3px solid var(--gold); padding-left:.8rem; margin-top:2.2rem; }
.entry-content h3 { font-family:var(--font-display); font-size:1.05rem; color:var(--text); margin-top:1.8rem; }
.entry-content p { margin-bottom:1.1rem; }
.entry-content ul, .entry-content ol { padding-left:1.4rem; }
.entry-content ul { list-style:disc; }
.entry-content ol { list-style:decimal; }
.entry-content li { margin-bottom:.5rem; }
.entry-content a { color:var(--green-light); font-weight:500; }
.entry-content a:hover { color:var(--gold); }
.entry-content strong { color:var(--gold-light); font-weight:600; }
.entry-content em { font-style:italic; color:#bbb; }
.entry-content blockquote { border-left:3px solid var(--gold); padding:1rem 1.2rem; background:rgba(240,196,90,.04); margin:1.5rem 0; border-radius:0 var(--radius) var(--radius) 0; }
.entry-content blockquote p { color:#aaa; font-style:italic; margin-bottom:0; }
.entry-content img { border-radius:var(--radius); }
.entry-content table { width:100%; border-collapse:collapse; font-size:.82rem; }
.entry-content th { background:var(--gold-dim); color:var(--gold); font-family:var(--font-display); font-size:.68rem; letter-spacing:.1em; text-transform:uppercase; padding:.6rem 1rem; text-align:left; }
.entry-content td { padding:.6rem 1rem; border-bottom:1px solid rgba(255,255,255,.04); color:var(--text-muted); }
.entry-content tr:hover td { background:rgba(240,196,90,.03); }
.entry-content pre, .entry-content code { background:rgba(255,255,255,.05); border:1px solid var(--border); border-radius:3px; font-family:monospace; font-size:.82rem; padding:.2rem .4rem; }
.entry-content pre { padding:1rem; overflow-x:auto; }

/* ── PAGINATION ──────────────────────────────────────────────────── */
.pagination { display:flex; gap:.4rem; justify-content:center; flex-wrap:wrap; margin-top:3rem; }
.pagination a, .pagination span {
  padding:.5rem 1rem; border:1px solid var(--border);
  border-radius:var(--radius); font-size:.72rem;
  color:var(--text-muted); transition:var(--transition);
}
.pagination .current, .pagination a:hover { background:var(--gold); color:#000; border-color:var(--gold); }

/* ── SCROLL REVEAL ───────────────────────────────────────────────── */
.reveal { opacity:0; transform:translateY(32px); transition:opacity .7s ease,transform .7s ease; }
.reveal.from-left  { transform:translateX(-45px); }
.reveal.from-right { transform:translateX(45px); }
.reveal.from-up    { transform:translateY(-32px); }
.reveal.visible    { opacity:1; transform:translate(0); }
.reveal-delay-1 { transition-delay:.1s; }
.reveal-delay-2 { transition-delay:.2s; }
.reveal-delay-3 { transition-delay:.3s; }
.reveal-delay-4 { transition-delay:.4s; }

/* ── BACK TO TOP ─────────────────────────────────────────────────── */
.s24-btt {
  position:fixed; bottom:2rem; right:2rem; z-index:900;
  width:42px; height:42px;
  background:rgba(5,5,5,.85); backdrop-filter:blur(10px);
  border:1px solid var(--gold-dark); color:var(--gold);
  display:flex; align-items:center; justify-content:center;
  cursor:pointer; border-radius:var(--radius);
  opacity:0; pointer-events:none; transition:var(--transition);
  font-size:1rem; outline:none;
}
.s24-btt.visible { opacity:1; pointer-events:all; }
.s24-btt:hover { background:var(--gold); color:#000; transform:translateY(-3px); }

/* ── FOOTER ──────────────────────────────────────────────────────── */
.s24-footer { background:rgba(3,3,3,.99); border-top:1px solid var(--border); padding:5rem 0 2rem; }
.s24-footer-logo { font-family:var(--font-display); color:var(--gold); font-size:1.05rem; letter-spacing:.12em; margin-bottom:.7rem; display:flex; align-items:center; gap:.5rem; }
.s24-footer h4 { font-family:var(--font-display); font-size:.62rem; letter-spacing:.18em; color:var(--gold); text-transform:uppercase; margin-bottom:1rem; padding-bottom:.6rem; border-bottom:1px solid rgba(240,196,90,.1); }
.s24-footer a { color:var(--text-dim); font-size:.75rem; display:block; margin-bottom:.4rem; transition:color .3s; }
.s24-footer a:hover { color:var(--gold); }
.footer-pp-box { background:rgba(240,196,90,.05); border:1px solid rgba(240,196,90,.14); border-radius:var(--radius); padding:1.2rem; margin-bottom:.8rem; }
.s24-footer-bottom { border-top:1px solid rgba(255,255,255,.04); padding-top:1.5rem; margin-top:3rem; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:.8rem; }
.s24-footer-bottom span, .s24-footer-bottom a { font-size:.62rem; color:#252525; }
.s24-footer-bottom a:hover { color:var(--gold-dark); }

/* ── KEYFRAMES ───────────────────────────────────────────────────── */
@keyframes fadeUp   { from{opacity:0;transform:translateY(26px)} to{opacity:1;transform:translateY(0)} }
@keyframes fadeIn   { from{opacity:0} to{opacity:1} }
@keyframes floatY   { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
@keyframes spin     { to{transform:rotate(360deg)} }
@keyframes scrollPulse { 0%,100%{opacity:1} 50%{opacity:.2} }
@keyframes goldGlow { 0%,100%{box-shadow:0 0 0 0 rgba(240,196,90,0)} 50%{box-shadow:0 0 0 10px rgba(240,196,90,.1)} }

/* ── RESPONSIVE ──────────────────────────────────────────────────── */
@media (max-width:1100px) {
  .main-sidebar { grid-template-columns:1fr; }
  .grid-4 { grid-template-columns:repeat(2,1fr); }
  .grid-3 { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:900px) {
  .s24-nav { display:none; }
  .s24-burger { display:flex; }
  :root { --header-h:60px; }
  .grid-2 { grid-template-columns:1fr; }
}
@media (max-width:600px) {
  .grid-3, .grid-4 { grid-template-columns:1fr; }
  .grid-auto { grid-template-columns:1fr; }
  .container { padding:0 1.2rem; }
  .section { padding:4rem 0; }
  .btn { padding:.75rem 1.5rem; font-size:.6rem; }
  .booking-price { font-size:2.2rem; }
  .post-card-h { grid-template-columns:1fr; }
}
