/*
Theme Name: Sadolin Spordihoone
Theme URI: https://sadolinspordihoone.ee
Author: SA Rapla Spordirajatised
Author URI: https://sadolinspordihoone.ee
Description: Custom theme for Sadolin Spordihoone (SA Rapla Spordirajatised). News and Events are CMS-managed; remaining content is theme-managed.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: sadolin
*/

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

  :root {
    --navy-dark:   #0c1a4a;
    --navy-mid:    #162469;
    --navy-accent: #1e3494;
    --red:         #e22028;
    --red-bright:  #f5343b;
    --cream: #f4f5fa;
    --warm-white: #f9faff;
    --text-dark: #0c1230;
    --text-muted: #556080;
    --border: #d0d5e8;
    --radius: 10px;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Barlow', sans-serif;
    background: var(--warm-white);
    color: var(--text-dark);
    font-size: 16px;
    line-height: 1.6;
  }

  /* ─── TOP BAR ─── */
  .topbar {
    background: var(--navy-dark);
    color: #b0bbdd;
    font-size: 13px;
    padding: 8px 0;
  }
  .topbar-inner {
    max-width: 1200px; margin: 0 auto; padding: 0 24px;
    display: flex; justify-content: space-between; align-items: center; gap: 12px;
    flex-wrap: wrap;
  }
  .topbar a { color: #b0bbdd; text-decoration: none; }
  .topbar a:hover { color: #fff; }
  .topbar-hours { display: flex; gap: 20px; }
  .topbar-contact { display: flex; gap: 20px; }

  /* ─── NAV ─── */
  nav {
    background: var(--navy-mid);
    position: sticky; top: 0; z-index: 100;
    box-shadow: 0 2px 12px rgba(0,0,0,0.35);
  }
  .nav-inner {
    max-width: 1200px; margin: 0 auto; padding: 0 24px;
    display: flex; justify-content: space-between; align-items: center;
    height: 68px;
  }
  .nav-logo {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800; font-size: 22px; letter-spacing: 0.5px;
    color: #fff; text-decoration: none;
    display: flex; align-items: center; gap: 12px;
  }
  .nav-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
  .nav-logo-text .logo-sub { font-size: 11px; font-weight: 500; color: rgba(255,255,255,0.55); letter-spacing: 1.5px; text-transform: uppercase; }
  .logo-mark {
    width: 40px; height: 40px;
    background: var(--red);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; font-weight: 800; color: #fff;
    flex-shrink: 0;
  }
  .nav-links {
    display: flex; gap: 4px; list-style: none;
  }
  .nav-links a {
    color: #c8d0f0; text-decoration: none;
    font-size: 13.5px; font-weight: 500;
    padding: 8px 10px; border-radius: 6px;
    transition: background 0.2s, color 0.2s;
    letter-spacing: 0.2px;
    white-space: nowrap;
  }
  .nav-links a:hover { background: rgba(255,255,255,0.1); color: #fff; }
  .nav-cta {
    background: var(--red) !important;
    color: #fff !important;
    font-weight: 600 !important;
  }
  .nav-cta:hover { background: var(--red-bright) !important; }
  .nav-hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
  .nav-hamburger span { display: block; width: 22px; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; }

  /* ─── HERO ─── */
  .hero {
    background: var(--navy-dark);
    min-height: 560px;
    display: flex; align-items: center;
    position: relative; overflow: hidden;
  }
  .hero-pattern {
    position: absolute; inset: 0;
    background-image:
      linear-gradient(0deg, rgba(0,0,0,0.35), rgba(0,0,0,0.35)),
      linear-gradient(90deg, rgba(12,26,74,0.70) 0%, rgba(12,26,74,0.35) 50%, rgba(12,26,74,0.10) 100%),
      url('assets/images/banner.jpg');
    background-size: cover, cover, cover;
    background-position: center, center, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }
  .hero-inner {
    max-width: 1200px; margin: 0 auto; padding: 80px 24px;
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  }
  .hero-text {}
  .hero-badge {
    display: inline-block;
    background: var(--navy-accent);
    color: #c8d0f0;
    font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
    padding: 6px 14px; border-radius: 4px; margin-bottom: 20px;
  }
  .hero h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800; font-size: 68px; line-height: 1.0;
    color: #fff; letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .hero h1 span { color: var(--red); }
  .hero-sub {
    font-size: 18px; color: #a8b4d8; line-height: 1.6;
    max-width: 460px; margin-bottom: 36px;
  }
  .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
  .btn-primary {
    background: var(--red); color: #fff;
    border: none; padding: 14px 28px; border-radius: var(--radius);
    font-family: 'Barlow', sans-serif; font-size: 15px; font-weight: 600;
    cursor: pointer; text-decoration: none; display: inline-block;
    transition: background 0.2s, transform 0.1s;
    letter-spacing: 0.3px;
  }
  .btn-primary:hover { background: var(--red-bright); transform: translateY(-1px); }
  .btn-outline {
    background: transparent; color: #c8d0f0;
    border: 1.5px solid rgba(255,255,255,0.25); padding: 14px 28px;
    border-radius: var(--radius); font-family: 'Barlow', sans-serif;
    font-size: 15px; font-weight: 500; cursor: pointer;
    text-decoration: none; display: inline-block;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
  }
  .btn-outline:hover { border-color: rgba(255,255,255,0.6); color: #fff; background: rgba(255,255,255,0.05); }
  .hero-cards {
    display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  }
  .hero-card {
    background: rgba(12,18,48,0.45);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: var(--radius);
    padding: 20px;
    backdrop-filter: blur(6px);
  }
  .hero-card-icon {
    width: 44px; height: 44px;
    background: var(--red);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 12px; font-size: 22px;
  }
  .hero-card h3 {
    color: #fff; font-size: 15px; font-weight: 600; margin-bottom: 4px;
  }
  .hero-card p { color: #fff; font-size: 13px; opacity: 0.92; }

  /* ─── INFO STRIP ─── */
  .info-strip {
    background: var(--red);
    padding: 18px 0;
  }
  .info-strip-inner {
    max-width: 1200px; margin: 0 auto; padding: 0 24px;
    display: flex; justify-content: center; gap: 48px; flex-wrap: wrap;
    align-items: center;
  }
  .info-item {
    display: flex; align-items: center; gap: 12px; color: #fff;
  }
  .info-icon { font-size: 20px; flex-shrink: 0; }
  .info-label { font-size: 12px; opacity: 0.8; text-transform: uppercase; letter-spacing: 0.8px; }
  .info-value { font-size: 15px; font-weight: 600; }
  .info-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.3); }

  /* ─── SECTIONS ─── */
  section { padding: 80px 0; }
  .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

  .section-label {
    font-size: 12px; font-weight: 600; letter-spacing: 2px;
    text-transform: uppercase; color: var(--red); margin-bottom: 10px;
  }
  .section-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; font-size: 42px; line-height: 1.1;
    color: var(--text-dark); margin-bottom: 14px;
  }
  .section-sub {
    font-size: 17px; color: var(--text-muted);
    max-width: 540px; line-height: 1.6;
  }
  .section-header { margin-bottom: 44px; }
  .section-header-row {
    display: flex; justify-content: space-between; align-items: flex-end;
    flex-wrap: wrap; gap: 20px; margin-bottom: 44px;
  }

  /* ─── NEWS ─── */
  .news-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  }
  .news-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .news-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.1); }
  .news-card-thumb {
    display: block;
    height: 180px;
    background-size: cover;
    background-position: center;
    background-color: var(--navy-mid);
  }
  .news-card-date {
    background: var(--navy-mid);
    color: #fff;
    width: 64px; height: 64px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    font-family: 'Barlow Condensed', sans-serif;
    flex-shrink: 0;
  }
  .news-card-date .day { font-size: 26px; font-weight: 800; line-height: 1; }
  .news-card-date .month { font-size: 12px; font-weight: 500; text-transform: uppercase; opacity: 0.85; }
  .news-card-top { display: flex; align-items: stretch; gap: 0; }
  .news-card-header { padding: 18px; display: flex; gap: 16px; align-items: flex-start; }
  .news-card-body { padding: 0 18px 18px; }
  .news-tag {
    font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;
    color: var(--red); margin-bottom: 8px;
  }
  .news-card-title {
    font-size: 16px; font-weight: 600; color: var(--text-dark);
    margin-bottom: 8px; line-height: 1.4;
    text-decoration: none; display: block;
  }
  .news-card-title:hover { color: var(--red); }
  .news-card-excerpt { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin-bottom: 14px; }
  .read-more {
    font-size: 13px; font-weight: 600; color: var(--red);
    text-decoration: none; display: inline-flex; align-items: center; gap: 4px;
  }
  .read-more::after { content: '→'; }
  .read-more:hover { color: var(--navy-mid); }

  /* ─── EVENTS ─── */
  .events-bg { background: var(--cream); }
  .events-list {
    display: flex; flex-direction: column; gap: 14px;
  }
  .event-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 20px 24px;
    display: grid;
    grid-template-columns: 84px 1fr auto;
    gap: 24px;
    align-items: center;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    text-decoration: none; color: inherit;
  }
  .event-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
    border-color: var(--red);
  }
  .event-date {
    background: var(--navy-mid);
    color: #fff;
    border-radius: 8px;
    padding: 12px 8px;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
  }
  .event-date .day { font-size: 28px; font-weight: 800; line-height: 1; display: block; }
  .event-date .month { font-size: 12px; font-weight: 500; text-transform: uppercase; opacity: 0.85; letter-spacing: 1px; display: block; margin-top: 4px; }
  .event-info {}
  .event-tag {
    display: inline-block;
    font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
    color: var(--red); margin-bottom: 6px;
  }
  .event-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px; font-weight: 700; color: var(--text-dark);
    line-height: 1.2; margin-bottom: 6px;
  }
  .event-meta {
    display: flex; flex-wrap: wrap; gap: 16px;
    font-size: 13px; color: var(--text-muted);
  }
  .event-meta span { display: inline-flex; align-items: center; gap: 6px; }
  .event-meta i { color: var(--red); }
  .event-cta {
    font-size: 13px; font-weight: 600; color: var(--red);
    white-space: nowrap;
  }
  .event-cta::after { content: ' →'; }
  .events-empty {
    background: #fff; border: 1px dashed var(--border); border-radius: var(--radius);
    padding: 36px; text-align: center; color: var(--text-muted); font-size: 15px;
  }

  /* ─── FACILITIES ─── */
  .facilities-bg { background: var(--cream); }
  .facilities-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  }
  .fac-card {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none; color: inherit;
    display: block;
  }
  .fac-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.12); }
  .fac-thumb {
    height: 200px;
    display: flex; align-items: flex-end; justify-content: flex-start;
    font-size: 52px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
  }
  .fac-thumb::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(12,26,74,0.72) 0%, rgba(0,0,0,0.1) 60%);
  }
  .fac-thumb-label {
    position: relative; z-index: 2;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
    color: rgba(255,255,255,0.75); padding: 14px 16px;
    display: flex; align-items: center; gap: 6px;
  }
  .fac-thumb-label i { font-size: 12px; color: var(--red); }

  /* ─── GALLERY ─── */
  .gallery-strip {
    display: grid; grid-template-columns: repeat(4, 1fr);
    height: 280px; overflow: hidden;
  }
  .gallery-img {
    position: relative; overflow: hidden;
  }
  .gallery-img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
  }
  .gallery-img:hover img { transform: scale(1.06); }
  .gallery-img-overlay {
    position: absolute; inset: 0;
    background: rgba(12,26,74,0.3);
    transition: background 0.3s;
  }
  .gallery-img:hover .gallery-img-overlay { background: rgba(12,26,74,0.1); }

  /* ─── ICON SIZING ─── */
  .icon-sm { font-size: 14px; }
  .topbar .fa-solid, .topbar .fa-regular { font-size: 12px; margin-right: 4px; }
  .info-icon .fa-solid { font-size: 18px; }
  .contact-icon-wrap .fa-solid, .contact-icon-wrap .fa-regular { font-size: 18px; color: var(--red); }
  .trail-feature-dot .fa-solid { font-size: 15px; color: var(--navy-mid); }
  .about-service-icon .fa-solid, .about-service-icon .fa-regular { font-size: 16px; color: var(--red); }
  .hero-card-icon .fa-solid { font-size: 20px; color: #fff; }
  .map-placeholder .fa-solid { font-size: 40px; color: #fff; opacity: 0.95; }
  .fac-thumb.green-dark { background: var(--navy-dark); }
  .fac-thumb.green-mid  { background: var(--navy-mid);  }
  .fac-thumb.green-acc  { background: var(--red); }
  .fac-thumb.green-lig  { background: var(--navy-accent); }
  .fac-body { padding: 18px; }
  .fac-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; font-size: 20px; color: var(--text-dark);
    margin-bottom: 6px;
  }
  .fac-desc { font-size: 13px; color: var(--text-muted); line-height: 1.5; }
  .fac-link {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 13px; font-weight: 600; color: var(--red);
    margin-top: 12px;
  }
  .fac-link::after { content: '→'; }
  .fac-calendar {
    margin-top: 14px; padding-top: 14px;
    border-top: 1px solid var(--border);
  }
  .fac-calendar-label {
    font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
    color: var(--text-muted); margin-bottom: 8px;
    display: flex; align-items: center; gap: 6px;
  }
  .fac-calendar-label i { color: var(--red); }
  .fac-calendar-links {
    display: flex; flex-wrap: wrap; gap: 6px;
  }
  .fac-calendar-link {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 12px; font-weight: 600;
    color: var(--navy-mid); text-decoration: none;
    background: var(--cream); border: 1px solid var(--border);
    padding: 5px 10px; border-radius: 5px;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
  }
  .fac-calendar-link:hover { background: var(--red); color: #fff; border-color: var(--red); }
  .fac-calendar-link i { font-size: 11px; }

  /* ─── ALU SPORDIHOONE ─── */
  .alu-bg { background: var(--navy-dark); }
  .alu-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  }
  .alu-image {
    width: 100%; aspect-ratio: 4 / 3;
    background: var(--navy-mid);
    background-image: url('assets/images/alu-spordihoone.jpg');
    background-size: cover; background-position: center;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(12,18,48,0.15);
  }
  .alu-text .section-label { color: #ff6b6b; }
  .alu-text .section-title { color: #fff; }
  .alu-text p { color: #a8b4d8; font-size: 16px; line-height: 1.7; margin-bottom: 14px; }
  .alu-features {
    display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px;
  }
  .alu-feature {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 14px;
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px;
    font-size: 14px; color: #c8d0f0;
  }
  .alu-feature i { color: #ff6b6b; font-size: 16px; }

  /* ─── HEALTH TRAIL ─── */
  .trail-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  }
  .trail-visual {
    background:
      linear-gradient(135deg, rgba(12,26,74,0.82), rgba(22,36,105,0.78)),
      url('assets/images/terviserada.jpg') center/cover no-repeat,
      var(--navy-dark);
    border-radius: 16px;
    height: 360px;
    display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
  }
  .trail-visual-inner { position: relative; z-index: 1; text-align: center; }
  .trail-big-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 110px; font-weight: 800; color: rgba(255,255,255,0.08);
    line-height: 1; position: absolute; top: -20px; left: 50%; transform: translateX(-50%);
    white-space: nowrap;
  }
  .trail-badges {
    display: flex; flex-direction: column; gap: 12px; position: relative; z-index: 2;
  }
  .trail-badge {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px; padding: 16px 24px;
    color: #fff; display: flex; align-items: center; gap: 14px;
  }
  .trail-badge-icon { font-size: 28px; }
  .trail-badge-info {}
  .trail-badge-val { font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 700; line-height: 1; }
  .trail-badge-label { font-size: 13px; color: #8a96c0; margin-top: 2px; }
  .trail-features { display: flex; flex-direction: column; gap: 20px; margin-top: 28px; }
  .trail-feature {
    display: flex; gap: 16px; align-items: flex-start;
  }
  .trail-feature-dot {
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--cream); border: 2px solid var(--red);
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; flex-shrink: 0; margin-top: 2px;
  }
  .trail-feature-title { font-weight: 600; font-size: 15px; margin-bottom: 3px; }
  .trail-feature-desc { font-size: 14px; color: var(--text-muted); line-height: 1.5; }

  /* ─── ABOUT ─── */
  .about-bg { background: var(--navy-dark); }
  .about-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  }
  .about-text .section-title { color: #fff; }
  .about-text .section-label { color: #ff6b6b; }
  .about-text p { color: #a8b4d8; font-size: 16px; line-height: 1.7; margin-bottom: 16px; }
  .about-stats {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 32px;
  }
  .about-stat {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius); padding: 20px;
  }
  .about-stat-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 40px; font-weight: 800; color: #ff6b6b; line-height: 1;
    margin-bottom: 4px;
  }
  .about-stat-label { font-size: 13px; color: #8a96c0; }
  .about-visual {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px; padding: 32px;
  }
  .about-services { display: flex; flex-direction: column; gap: 14px; }
  .about-service {
    display: flex; align-items: center; gap: 16px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px; padding: 14px 18px;
  }
  .about-service-icon { font-size: 22px; width: 40px; text-align: center; }
  .about-service-name { color: #c8d0f0; font-weight: 500; font-size: 15px; }
  .about-visual-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 20px;
    text-transform: uppercase; letter-spacing: 0.5px;
  }

  /* ─── HINNAKIRI (PDF-style) ─── */
  .hinnakiri-bg { background: var(--cream); }
  .hinnakiri-wrap { max-width: 1100px; margin: 0 auto; }
  .hinnakiri-date {
    font-size: 14px; color: var(--text-muted);
    margin-bottom: 12px;
  }
  .hk-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #c84141;
    font-size: 14px;
    box-shadow: 0 4px 18px rgba(12,18,48,0.06);
  }
  .hk-table th, .hk-table td {
    border: 1px solid #c84141;
    padding: 8px 12px;
    text-align: center;
    vertical-align: middle;
  }
  .hk-table thead th {
    background: var(--red);
    color: #fff;
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    letter-spacing: 0.3px;
  }
  .hk-table thead th.hk-brand {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 19px;
    letter-spacing: 0.5px;
  }
  .hk-table thead th.hk-sub {
    background: #e85959;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 10px;
  }
  .hk-table thead th.hk-unit {
    background: #ef6b6b;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    padding: 5px 10px;
  }
  .hk-table tr.hk-category td {
    background: var(--red);
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 9px 12px;
    text-transform: uppercase;
  }
  .hk-table tr.hk-category td .hk-cat-sub {
    text-transform: none;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Barlow', sans-serif;
    margin-left: 6px;
    opacity: 0.9;
  }
  .hk-table tbody td.hk-service {
    font-weight: 500;
    color: var(--text-dark);
    background: #fffdf5;
  }
  .hk-table tbody td.hk-price {
    font-weight: 700;
    color: var(--text-dark);
    background: #fffdf5;
    min-width: 78px;
  }
  .hk-table tbody tr:hover td.hk-service,
  .hk-table tbody tr:hover td.hk-price { background: #fff5da; }
  .hk-note {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
  }
  .hk-simple-title {
    margin-top: 28px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: var(--red);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
  }
  .hk-simple {
    width: 100%;
    max-width: 640px;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #c84141;
    font-size: 14px;
  }
  .hk-simple td {
    border: 1px solid #c84141;
    padding: 9px 14px;
    background: #fffdf5;
  }
  .hk-simple td:last-child {
    text-align: center;
    font-weight: 700;
    width: 100px;
  }
  .hk-terms {
    margin-top: 22px;
    border: 1.5px solid var(--red);
    border-radius: 6px;
    padding: 14px 18px;
    font-size: 13.5px;
    color: var(--text-dark);
    line-height: 1.55;
    background: #fff;
  }
  .hk-download {
    margin-top: 22px;
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--red); color: #fff;
    padding: 12px 22px; border-radius: 8px;
    font-weight: 600; text-decoration: none;
    font-size: 14px;
  }
  .hk-download:hover { background: var(--red-bright); }
  .hk-download i { font-size: 16px; }
  @media (max-width: 760px) {
    .hk-table { font-size: 12px; }
    .hk-table th, .hk-table td { padding: 6px 6px; }
    .hk-table thead th.hk-brand { font-size: 15px; }
    .hinnakiri-wrap { overflow-x: auto; }
  }

  /* ─── BOOKING CTA ─── */
  .booking-cta {
    background: var(--navy-mid);
    padding: 64px 0;
    border-top: 4px solid var(--red);
  }
  .booking-cta-inner {
    max-width: 1200px; margin: 0 auto; padding: 0 24px;
    display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap; gap: 24px;
  }
  .booking-cta h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 42px; font-weight: 800; color: #fff; margin-bottom: 8px;
  }
  .booking-cta p { color: rgba(255,255,255,0.7); font-size: 16px; }
  .btn-white {
    background: var(--red); color: #fff;
    padding: 16px 36px; border-radius: var(--radius);
    font-size: 16px; font-weight: 700; text-decoration: none;
    display: inline-block; white-space: nowrap;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  }
  .btn-white:hover { background: var(--red-bright); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.3); }

  /* ─── CONTACT ─── */
  .contact-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
  }
  .contact-item { display: flex; gap: 16px; margin-bottom: 28px; }
  .contact-icon-wrap {
    width: 48px; height: 48px; border-radius: 10px;
    background: var(--cream); border: 1px solid var(--border);
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; flex-shrink: 0;
  }
  .contact-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 4px; }
  .contact-val { font-size: 16px; font-weight: 500; color: var(--text-dark); }
  .contact-val a { color: var(--text-dark); text-decoration: none; }
  .contact-val a:hover { color: var(--red); }
  .map-placeholder {
    background:
      linear-gradient(135deg, rgba(12,26,74,0.78), rgba(22,36,105,0.72)),
      url('assets/images/kontakt.jpg') center/cover no-repeat,
      var(--navy-dark);
    border-radius: var(--radius);
    height: 300px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    color: #e1e7f8; gap: 12px;
    position: relative; overflow: hidden;
  }
  .map-placeholder-icon { font-size: 40px; }
  .map-placeholder p { font-size: 14px; }
  .map-placeholder a {
    display: inline-block; margin-top: 8px;
    background: var(--red); color: #fff;
    padding: 10px 20px; border-radius: 6px;
    font-size: 14px; font-weight: 600; text-decoration: none;
  }
  .hours-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px;
  }
  .hours-block {
    background: var(--cream); border-radius: 8px; padding: 16px;
    border-left: 3px solid var(--red);
  }
  .hours-days { font-weight: 600; font-size: 14px; margin-bottom: 4px; }

  /* ─── TEAM ─── */
  .team-section { margin-top: 60px; padding-top: 60px; border-top: 1px solid var(--border); }
  .team-heading {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; font-size: 30px; line-height: 1.2;
    color: var(--text-dark); margin-bottom: 8px;
  }
  .team-sub {
    font-size: 15px; color: var(--text-muted); margin-bottom: 32px;
  }
  .team-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 300px)); gap: 20px;
    justify-content: flex-start;
  }
  .team-card-placeholder { background: var(--cream); border-style: dashed; }
  .team-photo-empty { background: linear-gradient(135deg, #c8d0e4, #8a96c0); }
  .team-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .team-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.1); }
  .team-photo {
    width: 100%; aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, var(--navy-mid), var(--navy-dark));
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.35); font-size: 56px;
  }
  .team-photo img {
    width: 100%; height: 100%; object-fit: cover; display: block;
  }
  .team-info { padding: 18px; }
  .team-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; font-size: 20px; color: var(--text-dark);
    margin-bottom: 4px;
  }
  .team-role {
    font-size: 13px; font-weight: 600; color: var(--red);
    text-transform: uppercase; letter-spacing: 0.5px;
    margin-bottom: 12px;
  }
  .team-contacts { display: flex; flex-direction: column; gap: 6px; }
  .team-contacts a {
    font-size: 13px; color: var(--text-muted); text-decoration: none;
    display: inline-flex; align-items: center; gap: 8px;
  }
  .team-contacts a:hover { color: var(--red); }
  .team-contacts i { width: 14px; color: var(--red); }
  .hours-time { color: var(--red); font-weight: 700; font-size: 16px; }

  /* ─── FOOTER ─── */
  footer {
    background: var(--navy-dark);
    padding: 60px 0 28px;
    border-top: 3px solid var(--red);
  }
  .footer-grid {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
    margin-bottom: 40px;
  }
  .footer-brand {}
  .footer-logo {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800; font-size: 22px; color: #fff; margin-bottom: 14px;
    display: flex; align-items: center; gap: 10px;
    text-decoration: none;
  }
  .footer-tagline { color: #7a87b8; font-size: 14px; line-height: 1.6; max-width: 260px; margin-bottom: 20px; }
  .footer-social { display: flex; gap: 10px; }
  .social-btn {
    width: 36px; height: 36px; border-radius: 6px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; text-decoration: none;
    color: #fff; transition: background 0.2s;
  }
  .social-btn:hover { background: var(--red); }
  .footer-col h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px; font-weight: 700; color: #fff;
    text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px;
  }
  .footer-col ul { list-style: none; }
  .footer-col ul li { margin-bottom: 10px; }
  .footer-col ul a { color: #7a87b8; font-size: 14px; text-decoration: none; transition: color 0.2s; }
  .footer-col ul a:hover { color: #ff6b6b; }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 24px;
    display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap; gap: 12px;
  }
  .footer-copy { color: #566280; font-size: 13px; }
  .footer-links { display: flex; gap: 20px; }
  .footer-links a { color: #566280; font-size: 13px; text-decoration: none; }
  .footer-links a:hover { color: #ff6b6b; }

  /* ─── RESPONSIVE ─── */
  @media (max-width: 900px) {
    .hero-inner { grid-template-columns: 1fr; gap: 40px; }
    .hero-cards { display: none; }
    .hero h1 { font-size: 52px; }
    .facilities-grid { grid-template-columns: repeat(2, 1fr); }
    .news-grid { grid-template-columns: repeat(2, 1fr); }
    .trail-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .nav-links { display: none; }
    .nav-hamburger { display: block; }
  }
  @media (max-width: 600px) {
    .facilities-grid { grid-template-columns: 1fr; }
    .news-grid { grid-template-columns: 1fr; }
    .hero h1 { font-size: 40px; }
    .section-title { font-size: 32px; }
    .footer-grid { grid-template-columns: 1fr; }
    .info-strip-inner { gap: 20px; flex-direction: column; align-items: flex-start; }
    .info-divider { display: none; }
    .topbar-hours, .topbar-contact { flex-direction: column; gap: 4px; }
    .about-stats { grid-template-columns: 1fr; }
  }

  /* ─── ANIMATIONS ─── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .hero-text > * { animation: fadeUp 0.6s ease both; }
  .hero-text > *:nth-child(1) { animation-delay: 0.1s; }
  .hero-text > *:nth-child(2) { animation-delay: 0.2s; }
  .hero-text > *:nth-child(3) { animation-delay: 0.3s; }
  .hero-text > *:nth-child(4) { animation-delay: 0.4s; }

  /* ─── SUBPAGE ─── */
  .subpage { background: var(--warm-white); }
  .subpage-bar {
    background: var(--navy-mid);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 14px 0;
  }
  .subpage-bar .container { display: flex; align-items: center; justify-content: space-between; }
  .subpage-back {
    color: #c8d0f0;
    text-decoration: none;
    font-size: 14px; font-weight: 600;
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.18);
    transition: background 0.2s, color 0.2s;
  }
  .subpage-back:hover { background: rgba(255,255,255,0.08); color: #fff; }
  .subpage-back i { font-size: 13px; }
  /* ─── BOOKING FORM ─── */
  .booking-form {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 32px;
    box-shadow: 0 4px 18px rgba(12,18,48,0.05);
  }
  .booking-fieldset { margin-bottom: 26px; }
  .booking-fieldset:last-of-type { margin-bottom: 24px; }
  .booking-legend {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; font-size: 16px;
    text-transform: uppercase; letter-spacing: 0.6px;
    color: var(--red);
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border);
  }
  .booking-row { margin-bottom: 16px; }
  .booking-row:last-child { margin-bottom: 0; }
  .booking-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .booking-field { display: flex; flex-direction: column; }
  .booking-field label {
    font-size: 13px; font-weight: 600; color: var(--text-dark);
    margin-bottom: 6px;
  }
  .booking-field .req { color: var(--red); }
  .booking-field input,
  .booking-field select,
  .booking-field textarea {
    font-family: 'Barlow', sans-serif;
    font-size: 15px; color: var(--text-dark);
    padding: 11px 13px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--warm-white);
    width: 100%;
    transition: border-color 0.15s, box-shadow 0.15s;
  }
  .booking-field input:focus,
  .booking-field select:focus,
  .booking-field textarea:focus {
    outline: none;
    border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(226,32,40,0.12);
  }
  .booking-field textarea { resize: vertical; min-height: 110px; }
  .booking-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
  .booking-alert {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 16px 20px; border-radius: 10px;
    margin-bottom: 24px; font-size: 15px;
  }
  .booking-alert i { font-size: 20px; margin-top: 1px; flex-shrink: 0; }
  .booking-alert-ok { background: #e8f7ec; border: 1px solid #a8dfb6; color: #1a6b32; }
  .booking-alert-ok i { color: #1a9b45; }
  .booking-alert-err { background: #fdeaea; border: 1px solid #f2b8b8; color: #a12626; }
  .booking-alert-err i { color: var(--red); }
  .booking-alert a { color: inherit; font-weight: 600; }
  .sadolin-pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px; margin: 0 3px;
    border: 1px solid var(--border); border-radius: 6px;
    color: var(--text-dark); text-decoration: none;
    font-weight: 600; font-size: 14px;
    background: #fff;
  }
  .sadolin-pagination .page-numbers.current { background: var(--red); color: #fff; border-color: var(--red); }
  .sadolin-pagination a.page-numbers:hover { border-color: var(--red); color: var(--red); }
  @media (max-width: 620px) {
    .booking-row-2 { grid-template-columns: 1fr; }
    .booking-form { padding: 22px; }
  }
