/* Premium site header styles extracted from the production source. */

    .header-premium-fg {
      position: relative;
      background:
        radial-gradient(circle at 10% 18%, rgba(255, 107, 44, 0.20), transparent 26%),
        radial-gradient(circle at 88% 14%, rgba(73, 194, 255, 0.16), transparent 22%),
        linear-gradient(180deg, #08111d 0%, #0d1827 66%, #0a1420 100%);
      box-shadow: 0 20px 54px rgba(4, 10, 18, 0.22);
      overflow: visible;
      z-index: 110;
    }

    .header-premium-fg::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
      opacity: 0.85;
      pointer-events: none;
    }

    .header-premium-fg .header-wrapper {
      position: relative;
      z-index: 1;
      padding-bottom: 10px;
      overflow: visible;
    }

    .fgh-header {
      position: relative;
      z-index: 90;
      padding: 18px 0 0;
      background: transparent;
      overflow: visible;
    }

    .fgh-shell {
      width: min(1420px, calc(100% - 32px));
      margin: 0 auto;
    }

    .fgh-topline {
      margin-bottom: 18px;
    }

    .fgh-topline-inner {
      min-height: 54px;
      display: flex;
      align-items: center;
      padding: 0 22px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.10);
      box-shadow: 0 16px 36px rgba(0, 0, 0, 0.26);
      backdrop-filter: blur(18px);
    }

    .fgh-date {
      color: rgba(244, 247, 251, 0.88);
      font-size: 1.22rem;
      font-weight: 800;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .fgh-brandbar {
      position: relative;
      display: flex;
      align-items: center;
      gap: 18px;
      padding: 0 0 18px;
    }

    .fgh-brandbar::before {
      content: "";
      position: absolute;
      inset: -18px -24px -8px;
      border-radius: 34px;
      background:
        radial-gradient(circle at left center, rgba(255, 107, 44, 0.24), transparent 34%),
        radial-gradient(circle at right center, rgba(73, 194, 255, 0.14), transparent 22%);
      pointer-events: none;
      filter: blur(14px);
    }

    .fgh-logo {
      position: relative;
      z-index: 1;
      width: 72px;
      height: 72px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 24px;
      overflow: hidden;
      background: rgba(255, 255, 255, 0.96);
      border: 1px solid rgba(255, 255, 255, 0.35);
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
      flex: 0 0 auto;
    }

    .fgh-logo img {
      width: 50px;
      height: 50px;
      object-fit: contain;
    }

    .fgh-brandtext {
      position: relative;
      z-index: 1;
      min-width: 0;
      flex: 1 1 auto;
    }

    .fgh-kicker {
      margin: 0 0 6px;
      color: #ffb15d;
      font-size: 1.16rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .fgh-title {
      margin: 0;
      color: #f7f8fb;
      font-family: "Sora", "Oswald", system-ui, sans-serif;
      font-size: clamp(2.8rem, 2.4vw, 4.8rem);
      font-weight: 800;
      line-height: 0.94;
      letter-spacing: -0.05em;
      text-transform: uppercase;
      text-shadow: 0 14px 36px rgba(0, 0, 0, 0.34);
    }

    .fgh-navwrap {
      position: sticky;
      top: 0;
      z-index: 95;
      margin-bottom: 22px;
      overflow: visible;
    }

    body.admin-bar .fgh-navwrap {
      top: 32px;
    }

    .fgh-navinner {
      position: relative;
      min-height: 64px;
      display: flex;
      align-items: center;
      gap: 18px;
      padding: 8px 14px;
      border-radius: 32px;
      background:
        linear-gradient(135deg, rgba(15, 22, 33, 0.96), rgba(26, 37, 53, 0.92));
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
      backdrop-filter: blur(18px);
      overflow: visible;
    }

    .fgh-navinner::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background:
        radial-gradient(circle at 92% 10%, rgba(255, 156, 47, 0.18), transparent 18%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 60%);
      pointer-events: none;
    }

    .fgh-menu-toggle,
    .fgh-search-toggle,
    .fgh-mobile-close {
      appearance: none;
      border: 0;
      cursor: pointer;
    }

    .fgh-menu-toggle {
      display: none;
      width: 48px;
      height: 48px;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.06);
      position: relative;
      z-index: 1;
    }

    .fgh-menu-toggle span,
    .fgh-menu-toggle::before,
    .fgh-menu-toggle::after {
      content: "";
      position: absolute;
      left: 14px;
      right: 14px;
      height: 2px;
      background: #fff;
      border-radius: 999px;
      transition: transform 0.24s ease, opacity 0.24s ease;
    }

    .fgh-menu-toggle span { top: 23px; }
    .fgh-menu-toggle::before { top: 16px; }
    .fgh-menu-toggle::after { top: 30px; }

    .fgh-nav {
      position: relative;
      z-index: 1;
      flex: 1 1 auto;
      min-width: 0;
      overflow: visible;
    }

    .fgh-nav > ul,
    .fgh-nav > ul.fgh-menu,
    .fgh-nav > ul.menu,
    .fgh-nav > div > ul,
    .fgh-nav > div.menu > ul,
    .fgh-nav > div > ul.fgh-menu,
    .fgh-nav > div > ul.menu {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 4px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .fgh-nav li {
      list-style: none;
      position: relative;
      margin: 0;
    }

    .fgh-nav li.menu-item-has-children,
    .fgh-nav li.page_item_has_children {
      padding-bottom: 16px;
      margin-bottom: -16px;
    }

    .fgh-nav li.menu-item-has-children::before,
    .fgh-nav li.page_item_has_children::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      height: 18px;
    }

    .fgh-nav li.menu-item-has-children > a::after,
    .fgh-nav li.page_item_has_children > a::after {
      content: "▾";
      margin-left: 8px;
      font-size: 0.85em;
      opacity: 0.7;
    }

    .fgh-nav a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0 15px;
      border-radius: 999px;
      color: rgba(245, 248, 252, 0.88);
      font-family: "Sora", "Oswald", system-ui, sans-serif;
      font-size: 1.3rem;
      font-weight: 800;
      letter-spacing: -0.02em;
      text-decoration: none;
      transition: background-color 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
    }

    .fgh-nav .current-menu-item > a,
    .fgh-nav .current_page_item > a,
    .fgh-nav a:hover {
      background: rgba(255, 255, 255, 0.08);
      color: #fff;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    }

    .fgh-nav .sub-menu,
    .fgh-nav .nav-dropdown {
      position: absolute;
      min-width: 240px;
      display: block !important;
      padding: 10px !important;
      border-radius: 20px;
      background: rgba(10, 16, 25, 0.98);
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0 24px 50px rgba(0, 0, 0, 0.42);
      z-index: 140;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
    }

    .fgh-nav > ul > li > .sub-menu,
    .fgh-nav > ul > li > .nav-dropdown,
    .fgh-nav > div > ul > li > .sub-menu,
    .fgh-nav > div > ul > li > .nav-dropdown {
      top: calc(100% - 2px);
      left: 50%;
      transform: translate(-50%, 8px);
    }

    .fgh-nav li:hover > .sub-menu,
    .fgh-nav li:focus-within > .sub-menu,
    .fgh-nav li:hover > .nav-dropdown,
    .fgh-nav li:focus-within > .nav-dropdown {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .fgh-nav > ul > li:hover > .sub-menu,
    .fgh-nav > ul > li:focus-within > .sub-menu,
    .fgh-nav > ul > li:hover > .nav-dropdown,
    .fgh-nav > ul > li:focus-within > .nav-dropdown,
    .fgh-nav > div > ul > li:hover > .sub-menu,
    .fgh-nav > div > ul > li:focus-within > .sub-menu,
    .fgh-nav > div > ul > li:hover > .nav-dropdown,
    .fgh-nav > div > ul > li:focus-within > .nav-dropdown {
      transform: translate(-50%, 0);
    }

    .fgh-nav .sub-menu .sub-menu,
    .fgh-nav .sub-menu .nav-dropdown,
    .fgh-nav .nav-dropdown .sub-menu,
    .fgh-nav .nav-dropdown .nav-dropdown {
      top: -10px;
      left: calc(100% + 10px);
      transform: translate(0, 0);
    }

    .fgh-nav .sub-menu li,
    .fgh-nav .nav-dropdown li {
      width: 100%;
    }

    .fgh-nav .sub-menu a,
    .fgh-nav .nav-dropdown a {
      justify-content: flex-start;
      width: 100%;
      min-height: 42px;
      border-radius: 14px;
    }

    .fgh-actions {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      gap: 12px;
      flex: 0 0 auto;
    }

    .fgh-search-toggle {
      width: 50px;
      height: 50px;
      min-height: 50px;
      padding: 0;
      margin: 0;
      line-height: 1;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.07);
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8rem;
      transform: translateY(0);
    }

    .fgh-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 0 20px;
      border-radius: 999px;
      background: linear-gradient(135deg, #ff9c2f, #ff6b2c);
      color: #fff !important;
      font-family: "Sora", "Oswald", system-ui, sans-serif;
      font-size: 1.4rem;
      font-weight: 800;
      letter-spacing: -0.02em;
      text-decoration: none !important;
      box-shadow: 0 18px 42px rgba(255, 107, 44, 0.24);
      transition: transform 0.24s ease, box-shadow 0.24s ease;
    }

    .fgh-cta:hover {
      color: #fff !important;
      transform: translateY(-1px);
      box-shadow: 0 24px 46px rgba(255, 107, 44, 0.32);
    }

    .fgh-search-panel {
      display: none;
      margin-top: 14px;
    }

    .fgh-header.is-search-open .fgh-search-panel {
      display: block;
    }

    .fgh-search-panel-inner {
      display: flex;
      gap: 12px;
      padding: 18px;
      border-radius: 24px;
      background: rgba(10, 16, 25, 0.96);
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0 24px 50px rgba(0, 0, 0, 0.32);
    }

    .fgh-search-panel input[type="search"] {
      flex: 1;
      min-height: 50px;
      padding: 0 18px;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.08);
      background: rgba(255, 255, 255, 0.06);
      color: #fff;
    }

    .fgh-search-panel input::placeholder {
      color: rgba(244, 247, 251, 0.4);
    }

    .fgh-search-panel button,
    .fgh-search-panel input[type="submit"] {
      min-width: 132px;
      min-height: 50px;
      border: 0;
      border-radius: 999px;
      background: linear-gradient(135deg, #ff9c2f, #ff6b2c);
      color: #fff;
      font-weight: 800;
      cursor: pointer;
    }

    .fgh-mobile-drawer {
      position: fixed;
      inset: 0 auto 0 0;
      width: min(92vw, 380px);
      padding: 18px;
      background:
        linear-gradient(180deg, rgba(12, 18, 28, 0.98), rgba(7, 11, 17, 0.98));
      border-right: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 28px 0 60px rgba(0, 0, 0, 0.32);
      transform: translateX(-104%);
      transition: transform 0.26s ease;
      z-index: 9998;
      height: 100vh;
      overflow-y: auto;
      overscroll-behavior: contain;
    }

    .fgh-mobile-overlay {
      position: fixed;
      inset: 0;
      background: rgba(3, 7, 12, 0.55);
      backdrop-filter: blur(4px);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.24s ease, visibility 0.24s ease;
      z-index: 9997;
    }

    body.fgh-no-scroll {
      overflow: hidden;
    }

    .fgh-header.is-mobile-open .fgh-mobile-drawer {
      transform: translateX(0);
    }

    .fgh-header.is-mobile-open .fgh-mobile-overlay {
      opacity: 1;
      visibility: visible;
    }

    .fgh-mobile-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 18px;
    }

    .fgh-mobile-top strong {
      color: #fff;
      font-family: "Sora", "Oswald", system-ui, sans-serif;
      font-size: 2rem;
      letter-spacing: -0.03em;
    }

    .fgh-mobile-close {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.07);
      color: #fff;
      font-size: 2rem;
    }

    .fgh-mobile-menu > ul,
    .fgh-mobile-menu > ul.fgh-menu-mobile,
    .fgh-mobile-menu > ul.menu,
    .fgh-mobile-menu > div > ul,
    .fgh-mobile-menu > div.menu > ul,
    .fgh-mobile-menu > div > ul.fgh-menu-mobile,
    .fgh-mobile-menu > div > ul.menu {
      display: grid;
      gap: 8px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .fgh-mobile-menu li {
      list-style: none;
    }

    .fgh-mobile-menu a {
      display: flex;
      align-items: center;
      min-height: 46px;
      padding: 0 16px;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.04);
      color: rgba(245, 248, 252, 0.92);
      font-family: "Sora", "Oswald", system-ui, sans-serif;
      font-size: 1.44rem;
      font-weight: 800;
      text-decoration: none;
    }

    .fgh-mobile-menu .sub-menu {
      margin-top: 8px;
      padding-left: 12px !important;
    }

    .fgh-mobile-search {
      display: flex;
      gap: 10px;
      margin: 20px 0 16px;
    }

    .fgh-mobile-search input {
      flex: 1;
      min-height: 46px;
      padding: 0 16px;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.08);
      background: rgba(255, 255, 255, 0.06);
      color: #fff;
    }

    .fgh-mobile-search button {
      min-width: 112px;
      border: 0;
      border-radius: 999px;
      background: linear-gradient(135deg, #ff9c2f, #ff6b2c);
      color: #fff;
      font-weight: 800;
      cursor: pointer;
    }

    .fgh-mobile-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      width: 100%;
      border-radius: 999px;
      background: linear-gradient(135deg, #ff9c2f, #ff6b2c);
      color: #fff !important;
      font-size: 1.4rem;
      font-weight: 800;
      text-decoration: none !important;
    }

    @media (max-width: 1050px) {
      .fgh-nav {
        display: none;
      }

      .fgh-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }
    }

    @media (max-width: 782px) {
      body.admin-bar .fgh-navwrap {
        top: 58px;
      }
    }

    @media (max-width: 640px) {
      .fgh-header {
        padding-top: 12px;
      }

      .fgh-shell {
        width: calc(100% - 24px);
      }

      .fgh-topline {
        margin-bottom: 14px;
      }

      .fgh-topline-inner {
        min-height: 48px;
        padding: 0 16px;
      }

      .fgh-brandbar {
        gap: 14px;
        padding-bottom: 14px;
      }

      .fgh-kicker {
        font-size: 1rem;
        margin-bottom: 4px;
      }

      .fgh-logo {
        width: 64px;
        height: 64px;
      }

      .fgh-logo img {
        width: 44px;
        height: 44px;
      }

      .fgh-title {
        font-size: clamp(2.05rem, 6.6vw, 2.85rem);
        line-height: 0.98;
        letter-spacing: -0.04em;
      }

      .fgh-navinner {
        min-height: 66px;
        padding: 9px 12px;
        border-radius: 24px;
      }

      .fgh-cta {
        display: none;
      }

      .fgh-search-panel-inner {
        flex-direction: column;
      }

      .fgh-search-panel button,
      .fgh-search-panel input[type="submit"] {
        width: 100%;
      }
    }

    @media (max-width: 480px) {
      .fgh-brandbar {
        gap: 12px;
        padding-bottom: 12px;
      }

      .fgh-logo {
        width: 56px;
        height: 56px;
        border-radius: 18px;
      }

      .fgh-logo img {
        width: 38px;
        height: 38px;
      }

      .fgh-title {
        font-size: clamp(1.8rem, 6vw, 2.3rem);
      }

      .fgh-navinner {
        min-height: 60px;
        padding: 8px 10px;
      }

      .fgh-search-toggle,
      .fgh-menu-toggle {
        width: 44px;
        height: 44px;
        border-radius: 14px;
      }
    }

/* Compact standalone header pass. */
body.wp-theme-fotografovanie-theme .fgh-header {
  padding-top: 14px;
}

body.wp-theme-fotografovanie-theme .fgh-topline {
  margin-bottom: 14px;
}

body.wp-theme-fotografovanie-theme .fgh-topline-inner {
  min-height: 46px;
}

body.wp-theme-fotografovanie-theme .fgh-brandbar {
  padding-bottom: 14px;
}

body.wp-theme-fotografovanie-theme .fgh-logo {
  width: 62px;
  height: 62px;
  border-radius: 8px;
}

body.wp-theme-fotografovanie-theme .fgh-logo img {
  width: 44px;
  height: 44px;
}

body.wp-theme-fotografovanie-theme .fgh-title {
  font-size: clamp(30px, 2.1vw, 44px);
  line-height: 1;
  letter-spacing: 0;
}

body.wp-theme-fotografovanie-theme .fgh-kicker {
  font-size: 12px;
  letter-spacing: 0.12em;
}

body.wp-theme-fotografovanie-theme .fgh-navwrap {
  margin-bottom: 18px;
}

body.wp-theme-fotografovanie-theme .fgh-navinner {
  min-height: 56px;
  gap: 10px;
  padding: 7px 10px;
  border-radius: 8px;
}

body.wp-theme-fotografovanie-theme .fgh-nav > ul,
body.wp-theme-fotografovanie-theme .fgh-nav > ul.fgh-menu {
  gap: 2px;
}

body.wp-theme-fotografovanie-theme .fgh-nav a {
  min-height: 38px;
  padding: 0 10px;
  font-size: 13px;
  letter-spacing: 0;
}

body.wp-theme-fotografovanie-theme .fgh-search-toggle {
  width: 42px;
  height: 42px;
  min-height: 42px;
  border-radius: 8px;
}

body.wp-theme-fotografovanie-theme .fgh-cta {
  min-height: 42px;
  padding: 0 15px;
  font-size: 13px;
  letter-spacing: 0;
}

@media (max-width: 1180px) {
  body.wp-theme-fotografovanie-theme .fgh-nav {
    display: none;
  }

  body.wp-theme-fotografovanie-theme .fgh-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  body.wp-theme-fotografovanie-theme .fgh-header {
    padding-top: 6px;
  }

  body.wp-theme-fotografovanie-theme .fgh-topline {
    display: none;
  }

  body.wp-theme-fotografovanie-theme .fgh-topline-inner {
    min-height: 38px;
    padding: 0 14px;
  }

  body.wp-theme-fotografovanie-theme .fgh-brandbar {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 8px;
    padding-bottom: 8px;
  }

  body.wp-theme-fotografovanie-theme .fgh-logo {
    width: 34px;
    height: 34px;
  }

  body.wp-theme-fotografovanie-theme .fgh-logo img {
    width: 24px;
    height: 24px;
  }

  body.wp-theme-fotografovanie-theme .fgh-title {
    font-size: clamp(18px, 5.1vw, 21px);
    line-height: 1.06;
  }

  body.wp-theme-fotografovanie-theme .fgh-kicker {
    margin-bottom: 2px;
    font-size: 8px;
  }

  body.wp-theme-fotografovanie-theme .fgh-navwrap {
    margin-bottom: 8px;
  }

  body.wp-theme-fotografovanie-theme .fgh-navinner {
    min-height: 40px;
    padding: 4px;
  }

  body.wp-theme-fotografovanie-theme .fgh-search-toggle,
  body.wp-theme-fotografovanie-theme .fgh-menu-toggle {
    width: 32px;
    height: 32px;
    min-height: 32px;
  }
}
