:root {
  --pzw-navy: #0b2f5b;
  --pzw-deep: #071b34;
  --pzw-water: #1f6fb2;
  --pzw-water-soft: #d9ecff;
  --pzw-foam: #eef6ff;
  --pzw-sand: #f7f5f0;
  --pzw-gold: #d9b24c;
  --pzw-gold-soft: rgba(217, 178, 76, 0.16);
  --pzw-text: #19324b;
  --pzw-muted: #5f748d;
  --pzw-surface: rgba(255, 255, 255, 0.86);
  --pzw-surface-strong: #ffffff;
  --pzw-border: rgba(24, 61, 99, 0.12);
  --pzw-radius: 24px;
  --pzw-radius-sm: 16px;
  --pzw-shadow: 0 22px 60px rgba(7, 27, 52, 0.12);
  --pzw-shadow-soft: 0 10px 28px rgba(7, 27, 52, 0.08);
}

body.site {
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--pzw-text);
  background:
    radial-gradient(circle at top left, rgba(217, 178, 76, 0.16), transparent 26%),
    radial-gradient(circle at 90% 18%, rgba(31, 111, 178, 0.16), transparent 24%),
    linear-gradient(180deg, #f7fbff 0%, #f6f8fb 52%, #eef4f8 100%);
  overflow-x: clip;
}

html,
.site-grid,
.site {
  overflow-x: clip;
}

body.site a {
  color: var(--pzw-water);
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 200;
  padding: 0.8rem 1rem;
  border-radius: 14px;
  background: #ffffff;
  color: var(--pzw-deep);
  box-shadow: 0 12px 28px rgba(7, 27, 52, 0.18);
  text-decoration: none;
  font-weight: 800;
}

.skip-link:focus {
  top: 1rem;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.site a:focus-visible,
body.site button:focus-visible,
body.site input:focus-visible,
body.site textarea:focus-visible,
body.site summary:focus-visible {
  outline: 3px solid rgba(217, 178, 76, 0.95);
  outline-offset: 3px;
}

.container-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0.8rem 0;
  backdrop-filter: blur(14px);
  background:
    linear-gradient(135deg, rgba(7, 27, 52, 0.92), rgba(18, 53, 90, 0.9)),
    rgba(7, 27, 52, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 28px rgba(7, 27, 52, 0.18);
}

.container-header > .grid-child,
.container-header > .container-topbar,
.container-header > .container-below-top,
.container-header > .container-nav {
  width: min(1240px, calc(100% - 2rem));
  margin: 0 auto;
}

.container-header > .grid-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  min-height: 76px;
}

.navbar-brand {
  padding: 0;
  min-width: 0;
}

.site-description {
  display: none;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  max-width: 100%;
  min-width: 0;
}

.brand-logo__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.9rem;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  flex-shrink: 0;
}

.brand-logo .logo {
  max-height: 68px;
  width: auto;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
  flex-shrink: 0;
}

.brand-logo__text {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.brand-logo__eyebrow {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-logo__title {
  color: #fff;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
}

.brand-logo__subtitle {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.35;
}

.container-nav {
  display: none;
}

.mobile-menu-toggle,
.mobile-menu-backdrop {
  display: none;
}

.mobile-menu-close {
  display: none;
}

.cookie-popup {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: end center;
  padding: 1rem;
  background: rgba(7, 27, 52, 0.4);
}

.cookie-popup__box {
  width: min(680px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 60px rgba(7, 27, 52, 0.22);
  padding: 1.2rem 1.2rem 1.1rem;
}

.cookie-popup__box h3 {
  margin: 0 0 0.45rem;
  color: var(--pzw-deep);
}

.cookie-popup__box p {
  margin: 0 0 0.45rem;
  color: #2a4a69;
}

.cookie-popup__actions {
  display: flex;
  gap: 0.7rem;
  margin-top: 0.85rem;
  flex-wrap: wrap;
}

.cookie-btn {
  border: 0;
  border-radius: 999px;
  padding: 0.72rem 1.15rem;
  font-weight: 700;
}

.cookie-btn--accept {
  color: #fff;
  background: linear-gradient(135deg, var(--pzw-water), var(--pzw-navy));
}

.cookie-btn--reject {
  color: var(--pzw-deep);
  background: #eaf1f8;
}

.site-grid {
  display: grid;
  grid-template-areas: "sidebar content";
  grid-template-columns: minmax(250px, 280px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  width: min(1240px, calc(100% - 2rem));
  margin: 1.4rem auto 0;
}

.container-sidebar-left {
  grid-area: sidebar;
  position: sticky;
  top: 6.4rem;
}

.container-component {
  grid-area: content;
  display: grid;
  gap: 1.3rem;
}

.sidebar-left.card,
.main-bottom.card {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--pzw-radius);
  overflow: hidden;
  box-shadow: var(--pzw-shadow-soft);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
}

.card-header {
  border: 0;
  padding: 1rem 1.15rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--pzw-deep);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 246, 255, 0.86));
  border-bottom: 1px solid var(--pzw-border);
}

#mod-menu1 {
  display: grid;
  gap: 0.5rem;
  padding: 0.4rem;
}

#mod-menu1 .nav-item a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 18px;
  padding: 0.9rem 0.95rem;
  color: var(--pzw-deep);
  font-weight: 700;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid transparent;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

#mod-menu1 .menu-icon {
  width: 1rem;
  text-align: center;
  opacity: 0.9;
  color: var(--pzw-water);
}

#mod-menu1 .nav-item a:hover,
#mod-menu1 .nav-item.active a,
#mod-menu1 .nav-item.current a {
  background: linear-gradient(180deg, #ffffff, var(--pzw-foam));
  border-color: rgba(31, 111, 178, 0.18);
  transform: translateY(-1px);
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
  gap: 1.2rem;
  align-items: stretch;
}

.home-hero__content,
.home-hero__panel,
.overview-card,
.item-page,
.blog-item,
.com-content-category-blog .category-desc,
.com-content-article,
.embedded-page {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--pzw-radius);
  background: var(--pzw-surface);
  box-shadow: var(--pzw-shadow);
  backdrop-filter: blur(12px);
}

.home-hero__content {
  position: relative;
  overflow: hidden;
  padding: clamp(1.6rem, 2.7vw, 2.8rem);
  min-height: 320px;
  background:
    radial-gradient(circle at top right, rgba(217, 178, 76, 0.28), transparent 30%),
    radial-gradient(circle at 72% 36%, rgba(255, 255, 255, 0.18), transparent 26%),
    linear-gradient(135deg, rgba(7, 27, 52, 0.98), rgba(16, 72, 125, 0.9));
  color: #fff;
}

.home-hero__content::after {
  content: "";
  position: absolute;
  right: -4%;
  bottom: -18%;
  width: min(360px, 42%);
  aspect-ratio: 1;
  background: url("/images/sama_ryba.webp") no-repeat center / contain;
  opacity: 0.24;
  pointer-events: none;
}

.home-hero__eyebrow {
  margin: 0 0 0.75rem;
  display: inline-flex;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-hero__title {
  margin: 0;
  max-width: 12ch;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.9rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.home-hero__lead {
  margin: 1rem 0 0;
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.65;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.home-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.home-hero__button--primary {
  background: #fff;
  color: var(--pzw-deep);
}

body.site .home-hero__button--secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

body.site .home-hero__button--secondary:visited,
body.site .home-hero__button--secondary:hover,
body.site .home-hero__button--secondary:focus {
  color: #fff !important;
}

.home-hero__panel {
  padding: 1rem;
}

.hero-panel-card {
  height: 100%;
  border-radius: calc(var(--pzw-radius) - 8px);
  padding: 1rem;
  background: linear-gradient(180deg, rgba(239, 247, 255, 0.94), rgba(255, 255, 255, 0.95));
}

.hero-panel-card__label {
  display: inline-flex;
  margin-bottom: 0.9rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: var(--pzw-water-soft);
  color: var(--pzw-deep);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-panel-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.hero-panel-card__list a {
  display: block;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  text-decoration: none;
  color: var(--pzw-deep);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(24, 61, 99, 0.08);
}

.hero-panel-card__list strong,
.hero-panel-card__list span {
  display: block;
}

.hero-panel-card__list span {
  margin-top: 0.24rem;
  color: var(--pzw-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.hero-panel-card__stack {
  display: grid;
  gap: 0.75rem;
}

.hero-status-card {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(24, 61, 99, 0.08);
}

.hero-status-card__eyebrow {
  display: inline-flex;
  margin-bottom: 0.35rem;
  color: var(--pzw-water);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-status-card strong,
.hero-status-card p,
.hero-status-card a {
  display: block;
}

.hero-status-card strong {
  color: var(--pzw-deep);
  font-size: 1rem;
}

.hero-status-card p {
  margin: 0.4rem 0 0;
  color: var(--pzw-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.hero-status-card a {
  margin-top: 0.7rem;
  color: var(--pzw-deep);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.hero-status-card a:hover {
  text-decoration: underline;
}

.home-shortcuts {
  display: none;
}

.home-gallery-preview {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.4fr);
  gap: 1rem;
}

.gallery-intro-card {
  padding: 1.25rem;
  background:
    radial-gradient(circle at top left, var(--pzw-gold-soft), transparent 38%),
    rgba(255, 255, 255, 0.9);
}

.gallery-intro-card__kicker {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: var(--pzw-water);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.gallery-intro-card h2 {
  margin: 0 0 0.55rem;
  color: var(--pzw-deep);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.gallery-intro-card p {
  margin: 0;
  color: var(--pzw-muted);
  line-height: 1.6;
}

.gallery-preview-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(170px, 1fr));
  gap: 1rem;
}

.gallery-preview-tile {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--pzw-radius);
  min-height: 170px;
  background:
    linear-gradient(135deg, rgba(7, 27, 52, 0.48), rgba(31, 111, 178, 0.26)),
    var(--gallery-image, linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04))) center / cover no-repeat;
  box-shadow: var(--pzw-shadow-soft);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gallery-preview-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--pzw-shadow);
}

.gallery-preview-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.08) 100%);
}

.gallery-preview-tile span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: inline-flex;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gallery-preview-tile--large {
  grid-row: 1 / span 2;
}

.gallery-preview-tile--cta {
  display: grid;
  place-items: center;
  padding: 1rem;
  border-color: rgba(12, 44, 76, 0.08);
  background:
    radial-gradient(circle at top right, rgba(217, 178, 76, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(20, 71, 120, 0.92), rgba(74, 136, 191, 0.88));
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.gallery-preview-tile--cta::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.12), transparent 22%),
    linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.04) 100%);
}

.gallery-preview-tile--cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(17, 77, 134, 0.24);
  filter: saturate(1.04);
}

.gallery-preview-tile--cta span {
  inset: 0;
  transform: none;
  justify-content: center;
  padding: 1.1rem;
  border-radius: inherit;
  background: transparent;
  border: 0;
  backdrop-filter: none;
  text-align: center;
  white-space: normal;
  line-height: 1.35;
}

.gallery-preview-tile__cta-content {
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  padding: 1rem;
}

.gallery-preview-tile__cta-content strong {
  display: block;
  max-width: 11ch;
  font-size: 1.12rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.gallery-preview-tile__cta-content em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  font-style: normal;
  font-size: 1.12rem;
  line-height: 1;
}

.mod-breadcrumbs__wrapper {
  display: none;
}

.main-bottom {
  margin-top: 0.4rem;
  width: 100%;
}

.main-bottom.card {
  background: transparent;
  box-shadow: none;
  border: 0;
}

.main-bottom .card-header {
  background: transparent;
  color: var(--pzw-deep);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(1.85rem, 2.2vw, 2.4rem);
  padding: 0 0 0.8rem;
  border: 0;
}

.mod-articles-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: start;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: none;
}

.mod-articles-item {
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--pzw-radius);
  padding: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--pzw-shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.mod-articles-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--pzw-shadow);
}

.mod-articles-item--featured {
  background:
    radial-gradient(circle at top left, rgba(31, 111, 178, 0.08), transparent 42%),
    rgba(255, 255, 255, 0.96);
}

.mod-articles-item--featured .news-thumb {
  height: 280px;
}

.mod-articles-item--featured .mod-articles-item-content {
  padding: 1.25rem 1.2rem 1.15rem;
}

.mod-articles-item--featured .mod-articles-title {
  font-size: 1.48rem;
  min-height: 3.7rem;
}

.mod-articles-item--featured .news-excerpt {
  -webkit-line-clamp: 5;
  font-size: 1rem;
}

.news-thumb {
  display: block;
  height: 220px;
  overflow: hidden;
  background: #ecf2f8;
}

.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mod-articles-item-content {
  padding: 1.1rem 1.1rem 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.45rem;
}

.mod-articles-title {
  margin: 0.1rem 0 0.4rem;
  line-height: 1.25;
  font-size: 1.3rem;
  font-family: "Manrope", "Inter", sans-serif;
  min-height: 3.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.mod-articles-title a {
  color: var(--pzw-deep);
  text-decoration: none;
}

.mod-articles-title a:hover {
  text-decoration: underline;
}

.mod-articles-item .mod-articles-date {
  color: var(--pzw-water);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mod-articles-item p {
  margin: 0;
  color: #334f6f;
  font-size: 0.96rem;
  line-height: 1.6;
}

.mod-articles-item .list-unstyled {
  margin: auto 0 0;
  padding-top: 0.6rem;
}

.news-excerpt {
  margin-top: 0.2rem;
  color: #3c5570;
  font-size: 0.96rem;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.news-meta-row {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.news-meta-row .list-unstyled {
  margin: 0;
  padding: 0;
}

body.site .news-readmore-btn,
.embedded-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  padding: 0.58rem 0.92rem;
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, var(--pzw-water), var(--pzw-navy));
  box-shadow: 0 8px 18px rgba(17, 77, 134, 0.18);
}

body.site .news-readmore-btn:hover,
.embedded-btn:hover {
  color: #fff;
  filter: brightness(0.96);
}

body.site .news-readmore-btn:visited,
body.site .news-readmore-btn:focus,
body.site .news-readmore-btn:active {
  color: #fff !important;
}

.news-archive-link {
  display: flex;
  justify-content: center;
  margin: 1.35rem 0 0;
}

.news-archive-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.82rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(24, 61, 99, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--pzw-shadow-soft);
  color: var(--pzw-deep);
  font-weight: 800;
  text-decoration: none;
}

.news-archive-link a:hover {
  transform: translateY(-1px);
  box-shadow: var(--pzw-shadow);
}

.mod-articles-item .badge,
.mod-articles-item [class*="category"],
.mod-articles-item .mod-articles-category {
  display: none !important;
}

.item-page,
.blog-item,
.com-content-category-blog .category-desc,
.com-content-article,
.embedded-page {
  color: var(--pzw-text);
  padding: clamp(1.15rem, 1.4vw, 1.55rem);
}

.embedded-page--contact {
  background:
    radial-gradient(circle at top right, rgba(31, 111, 178, 0.14), transparent 26%),
    rgba(255, 255, 255, 0.92);
}

.embedded-page--privacy {
  background:
    radial-gradient(circle at top left, rgba(217, 178, 76, 0.14), transparent 24%),
    rgba(255, 255, 255, 0.92);
}

.embedded-page--gallery {
  background:
    radial-gradient(circle at top right, rgba(31, 111, 178, 0.12), transparent 28%),
    rgba(255, 255, 255, 0.92);
}

.is-custom-page .container-component > main {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  min-height: 0;
}

.embedded-page h1,
.embedded-page h2,
.embedded-page h3 {
  color: var(--pzw-deep);
  font-family: "Manrope", "Inter", sans-serif;
}

.embedded-page h1 {
  font-size: clamp(1.9rem, 2.7vw, 2.7rem);
  margin-bottom: 0.7rem;
}

.embedded-page__hint {
  color: var(--pzw-muted);
  display: inline-flex;
  width: fit-content;
  padding: 0.48rem 0.8rem;
  border-radius: 999px;
  background: rgba(31, 111, 178, 0.08);
  font-size: 0.9rem;
  line-height: 1.4;
}

.item-page,
.com-content-article,
.embedded-page--contact,
.embedded-page--privacy,
.embedded-page--content {
  position: relative;
  overflow: hidden;
}

.item-page,
.com-content-article,
.embedded-page--content {
  background:
    radial-gradient(circle at top right, rgba(31, 111, 178, 0.12), transparent 26%),
    radial-gradient(circle at top left, rgba(217, 178, 76, 0.1), transparent 24%),
    rgba(255, 255, 255, 0.94);
}

.item-page .page-header,
.com-content-article .page-header {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 0.7rem;
}

.item-page .page-header h1,
.com-content-article .page-header h1 {
  margin: 0;
  color: var(--pzw-deep);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(2rem, 2.8vw, 2.85rem);
  line-height: 1.05;
}

.item-page .article-info,
.com-content-article .article-info {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1rem;
  padding: 0.52rem 0.88rem;
  border-radius: 999px;
  background: rgba(31, 111, 178, 0.08);
  color: var(--pzw-water);
  font-weight: 700;
}

.item-page .article-info .article-info-term,
.com-content-article .article-info .article-info-term {
  display: none;
}

.item-page .article-info dd,
.com-content-article .article-info dd {
  margin: 0;
}

.item-page .article-info .icon-calendar,
.com-content-article .article-info .icon-calendar {
  color: var(--pzw-water);
}

.item-page .com-content-article__body,
.com-content-article .com-content-article__body {
  max-width: 78ch;
}

.item-page .com-content-article__body,
.com-content-article .com-content-article__body {
  display: grid;
  gap: 0.95rem;
  clear: both;
}

.item-page .com-content-article__body > * ,
.com-content-article .com-content-article__body > * {
  margin: 0;
}

.item-page .com-content-article__body p,
.com-content-article .com-content-article__body p,
.embedded-page p,
.embedded-page li {
  color: #314d69;
  font-size: 1rem;
  line-height: 1.72;
}

.item-page .com-content-article__body h3,
.item-page .com-content-article__body h4,
.item-page .com-content-article__body h5,
.item-page .com-content-article__body h6,
.com-content-article .com-content-article__body h3,
.com-content-article .com-content-article__body h4,
.com-content-article .com-content-article__body h5,
.com-content-article .com-content-article__body h6,
.embedded-page h2 {
  margin: 1.1rem 0 0.35rem;
  color: var(--pzw-deep);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 1.18rem;
  line-height: 1.25;
}

.item-page .com-content-article__body ul,
.item-page .com-content-article__body ol,
.com-content-article .com-content-article__body ul,
.com-content-article .com-content-article__body ol,
.embedded-page ul,
.embedded-page ol {
  margin: 0;
  padding-left: 1.2rem;
}

.item-page .com-content-article__body strong,
.com-content-article .com-content-article__body strong,
.embedded-page strong {
  color: var(--pzw-deep);
}

.item-page .item-image,
.com-content-article .item-image {
  float: none;
  width: 100%;
  max-width: none;
  margin: 0 0 1rem;
}

body.view-article .item-page .item-image,
body.view-article .com-content-article .item-image {
  display: none;
}

.item-page figure.item-image,
.com-content-article figure.item-image {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(24, 61, 99, 0.08);
  background: rgba(248, 251, 254, 0.92);
  box-shadow: var(--pzw-shadow-soft);
}

.item-page figure.item-image img,
.com-content-article figure.item-image img {
  display: block;
  width: 100%;
  height: auto;
}

.embedded-page--contact .embedded-form,
.embedded-page--privacy,
.embedded-page--content {
  margin-top: 1rem;
}

.embedded-page--privacy h2,
.embedded-page--content h2 {
  display: inline-flex;
  width: fit-content;
  padding: 0.46rem 0.78rem;
  border-radius: 999px;
  background: rgba(31, 111, 178, 0.08);
  color: var(--pzw-water);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.embedded-page--privacy ul,
.embedded-page--content ul,
.embedded-page--content ol {
  display: grid;
  gap: 0.55rem;
}

.embedded-page--privacy li,
.embedded-page--content li {
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  background: rgba(248, 251, 254, 0.92);
  border: 1px solid rgba(24, 61, 99, 0.08);
}
}

.gallery-page-header {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 1.35rem;
}

.gallery-page-header__kicker {
  display: inline-flex;
  width: fit-content;
  padding: 0.48rem 0.8rem;
  border-radius: 999px;
  background: rgba(31, 111, 178, 0.1);
  color: var(--pzw-water);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gallery-page-header p {
  margin: 0;
  max-width: 66ch;
  color: var(--pzw-muted);
  line-height: 1.7;
}

.gallery-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.35rem;
  color: var(--pzw-muted);
  font-size: 0.92rem;
}

.gallery-breadcrumbs a {
  color: var(--pzw-water);
  font-weight: 700;
  text-decoration: none;
}

.gallery-breadcrumbs a:hover {
  text-decoration: underline;
}

.gallery-breadcrumbs strong {
  color: var(--pzw-deep);
}

.gallery-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-collection-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(24, 61, 99, 0.1);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--pzw-shadow-soft);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gallery-collection-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--pzw-shadow);
}

.gallery-collection-card__cover {
  min-height: 220px;
  background:
    linear-gradient(135deg, rgba(7, 27, 52, 0.2), rgba(31, 111, 178, 0.08)),
    linear-gradient(180deg, #edf5ff, #dbe9f7);
}

.gallery-collection-card__cover img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.gallery-collection-card__body {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1rem 1.05rem;
}

.gallery-collection-card__body strong {
  color: var(--pzw-deep);
  font-size: 1.08rem;
  line-height: 1.3;
}

.gallery-collection-card__body span {
  color: var(--pzw-muted);
  font-size: 0.92rem;
}

.gallery-page-subsection {
  margin-top: 1.4rem;
}

.gallery-page-subsection h2 {
  margin-bottom: 0.9rem;
  font-size: 1.32rem;
}

.gallery-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-photo-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(24, 61, 99, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--pzw-shadow-soft);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gallery-photo-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--pzw-shadow);
}

.gallery-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-photo-card span {
  display: block;
  padding: 0.78rem 0.88rem 0.9rem;
  color: var(--pzw-deep);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

.gallery-empty-state {
  margin: 0;
  padding: 1rem 1.1rem;
  border: 1px dashed rgba(24, 61, 99, 0.18);
  border-radius: 18px;
  background: rgba(238, 246, 255, 0.6);
  color: var(--pzw-muted);
}

body.gallery-lightbox-open {
  overflow: hidden;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 15, 30, 0.82);
  backdrop-filter: blur(8px);
}

.gallery-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  width: min(1240px, calc(100% - 2rem));
  height: 100%;
  margin: 0 auto;
}

.gallery-lightbox__figure {
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

.gallery-lightbox__image {
  display: block;
  width: 100%;
  max-height: min(78vh, 920px);
  object-fit: contain;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.34);
}

.gallery-lightbox__caption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  color: #fff;
}

.gallery-lightbox__title {
  font-size: 1rem;
  line-height: 1.5;
}

.gallery-lightbox__meta {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  white-space: nowrap;
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.gallery-lightbox__close:hover,
.gallery-lightbox__nav:hover {
  transform: scale(1.04);
  background: rgba(255, 255, 255, 0.14);
}

.gallery-lightbox__close:focus-visible,
.gallery-lightbox__nav:focus-visible,
.mobile-menu-toggle:focus-visible,
.mobile-menu-close:focus-visible,
.cookie-btn:focus-visible,
.embedded-btn:focus-visible,
.home-shortcuts__item:focus-visible,
.gallery-preview-tile:focus-visible {
  outline: 3px solid rgba(217, 178, 76, 0.95);
  outline-offset: 4px;
}

.gallery-lightbox__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.gallery-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 0;
}

.fisheries-page {
  display: grid;
  gap: 1.3rem;
}

.fisheries-map-section {
  margin-top: 0.35rem;
}

.fisheries-map-frame {
  overflow: hidden;
  border: 1px solid rgba(24, 61, 99, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--pzw-shadow-soft);
}

.fisheries-map-canvas {
  display: block;
  width: 100%;
  height: 420px;
}

.fisheries-map-canvas .leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
}

.fisheries-map-canvas .leaflet-popup-content-wrapper,
.fisheries-map-canvas .leaflet-popup-tip {
  background: rgba(255, 255, 255, 0.96);
  color: var(--pzw-deep);
  box-shadow: 0 18px 36px rgba(7, 27, 52, 0.18);
}

.fisheries-map-canvas .leaflet-popup-content {
  margin: 0.8rem 0.95rem;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 800;
}

.fisheries-map__marker {
  background: transparent;
  border: 0;
}

.fisheries-map__marker-dot {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: 3px solid rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pzw-water), var(--pzw-navy));
  box-shadow: 0 10px 20px rgba(7, 27, 52, 0.28);
}

.fisheries-map__marker-dot::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  transform: translate(-50%, -50%);
}

.com-content-category-blog {
  display: grid;
  gap: 1.15rem;
}

.category-news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: start;
}

.category-news-grid .page-header,
.category-news-grid .page-header h2 {
  margin: 0;
}

.category-news-grid + .category-news-grid {
  margin-top: 0;
}

.category-news-grid .mod-articles-title {
  min-height: 3.15rem;
}

.category-news-grid .news-thumb {
  height: 220px;
}

.category-news-grid .news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-news-grid .news-excerpt {
  -webkit-line-clamp: 3;
}

.category-news-grid .mod-articles-item--featured .news-excerpt {
  -webkit-line-clamp: 4;
}

.fisheries-map-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1.2rem;
  color: var(--pzw-deep);
  font-weight: 700;
  text-align: center;
}

.fisheries-list {
  display: grid;
  gap: 1rem;
}

.fishery-card {
  padding: 1.2rem 1.2rem 1.25rem;
  border: 1px solid rgba(24, 61, 99, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(31, 111, 178, 0.08), transparent 26%),
    rgba(255, 255, 255, 0.94);
  box-shadow: var(--pzw-shadow-soft);
}

.fishery-card__header {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.fishery-card__tag {
  display: inline-flex;
  width: fit-content;
  padding: 0.45rem 0.78rem;
  border-radius: 999px;
  background: rgba(31, 111, 178, 0.1);
  color: var(--pzw-water);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.fishery-card__header h2 {
  margin: 0;
  font-size: 1.45rem;
}

.fishery-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1rem;
  margin: 0;
}

.fishery-meta div {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(245, 250, 255, 0.88);
  border: 1px solid rgba(24, 61, 99, 0.08);
}

.fishery-meta dt {
  margin: 0 0 0.28rem;
  color: var(--pzw-muted);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.fishery-meta dd {
  margin: 0;
  color: var(--pzw-deep);
  font-weight: 800;
  line-height: 1.45;
}

.fishery-note {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(24, 61, 99, 0.08);
}

.fishery-note--toggle {
  padding-top: 0;
  border-top: 0;
  border: 1px solid rgba(24, 61, 99, 0.08);
  border-radius: 20px;
  background: rgba(248, 251, 254, 0.92);
  overflow: hidden;
}

.fishery-note--toggle summary {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.05rem;
  cursor: pointer;
  color: var(--pzw-deep);
  font-size: 1.02rem;
  font-weight: 800;
}

.fishery-note--toggle summary::-webkit-details-marker {
  display: none;
}

.fishery-note--toggle summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(31, 111, 178, 0.1);
  color: var(--pzw-water);
  font-size: 1rem;
  font-weight: 900;
}

.fishery-note--toggle[open] summary::after {
  content: "−";
}

.fishery-note__content {
  padding: 0 1.05rem 1.05rem;
  border-top: 1px solid rgba(24, 61, 99, 0.08);
}

.fishery-note h3 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
}

.fishery-note p,
.fishery-note__content p {
  margin: 0 0 0.85rem;
}

.fishery-rules {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.58rem;
}

.fishery-rules li {
  line-height: 1.7;
}

.fishery-rules--numbered {
  padding-left: 1.35rem;
}

.statute-page {
  display: grid;
  gap: 1.1rem;
}

.statute-page--fulltext {
  gap: 0;
}

.statute-document {
  max-width: 940px;
  margin: 0 auto;
  padding: clamp(1.2rem, 2vw, 2rem);
  border: 1px solid rgba(24, 61, 99, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(31, 111, 178, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.95));
  box-shadow: var(--pzw-shadow-soft);
}

.statute-centered {
  text-align: center;
}

.statute-title-top,
.statute-title-main,
.statute-title-sub {
  color: var(--pzw-deep);
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.statute-title-top {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-size: 1rem;
}

.statute-title-main {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.2;
}

.statute-title-sub {
  margin: 1.8rem 0 1rem;
  font-size: 1rem;
}

.statute-document h2 {
  margin: 2.2rem 0 0.55rem;
  text-align: center;
  font-size: 1.18rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.statute-document h3 {
  margin: 0 0 1.25rem;
  text-align: center;
  font-size: 1.35rem;
}

.statute-document h4 {
  margin: 1.55rem 0 0.75rem;
  color: var(--pzw-water);
  font-size: 1.08rem;
  font-weight: 800;
}

.statute-document p,
.statute-document li {
  color: var(--pzw-text);
  font-size: 0.98rem;
  line-height: 1.8;
}

.statute-document p {
  margin: 0 0 0.78rem;
}

.statute-document ol,
.statute-document ul {
  margin: 0 0 1rem 1.3rem;
  padding: 0;
}

.statute-document li + li {
  margin-top: 0.35rem;
}

.statute-callout {
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(24, 61, 99, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(31, 111, 178, 0.08), transparent 28%),
    rgba(255, 255, 255, 0.94);
  box-shadow: var(--pzw-shadow-soft);
}

.statute-callout h2 {
  margin-top: 0;
  margin-bottom: 0.55rem;
}

.statute-callout p:last-child {
  margin-bottom: 0;
}

.statute-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--pzw-water);
  font-weight: 800;
  text-decoration: none;
}

.statute-link::after {
  content: "\2197";
  font-size: 0.95rem;
}

.statute-link:hover {
  text-decoration: underline;
}

.embedded-msg {
  border-radius: 16px;
  padding: 0.8rem 0.9rem;
  margin-bottom: 0.7rem;
}

.embedded-msg--ok {
  background: #e5f5ec;
  color: #0e5a34;
}

.embedded-msg--err {
  background: #fde8e8;
  color: #8a1c1c;
}

.embedded-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.embedded-grid label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 700;
  color: var(--pzw-deep);
}

.embedded-grid input,
.embedded-grid textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(24, 61, 99, 0.14);
  border-radius: 16px;
  padding: 0.82rem 0.9rem;
  font: inherit;
  background: rgba(255, 255, 255, 0.95);
}

.embedded-grid textarea {
  min-height: 180px;
  resize: vertical;
}

.embedded-grid input:focus-visible,
.embedded-grid textarea:focus-visible {
  border-color: rgba(31, 111, 178, 0.7);
  box-shadow: 0 0 0 4px rgba(31, 111, 178, 0.14);
  outline: none;
}

.embedded-page--content > p:first-of-type {
  margin-top: -0.15rem;
  margin-bottom: 1.2rem;
  color: var(--pzw-muted);
  font-size: 1.02rem;
}

.embedded-page--content table {
  width: 100% !important;
  max-width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
}

.embedded-page--content h2,
.embedded-page--content h3 {
  margin-top: 1.2rem;
}

.embedded-page--content p,
.embedded-page--content li {
  line-height: 1.7;
}

.embedded-page--content p[style],
.embedded-page--content span[style*="font-size"] {
  font-size: inherit !important;
}

.embedded-page--content td,
.embedded-page--content th {
  border: 1px solid #d8e1eb;
  padding: 0.72rem 0.78rem;
  vertical-align: top;
  font-size: 0.95rem;
}

.embedded-page--content th {
  background: #eef6ff;
  color: var(--pzw-deep);
  font-weight: 800;
}

.schedule-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #d8e1eb;
  border-radius: 18px;
  background: #fff;
}

.schedule-table-wrap table {
  min-width: 920px;
  width: 100%;
  table-layout: auto;
  margin: 0;
}

.schedule-table-wrap thead th {
  white-space: nowrap;
}

.schedule-mobile {
  display: none;
  margin-top: 1.2rem;
}

.schedule-month {
  padding: 1rem;
  border: 1px solid rgba(24, 61, 99, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(217, 178, 76, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.96));
  box-shadow: 0 18px 38px rgba(11, 31, 56, 0.08);
}

.schedule-month + .schedule-month {
  margin-top: 1.4rem;
}

.schedule-month h2 {
  margin: 0 0 0.95rem;
  color: var(--pzw-deep);
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.schedule-event {
  border: 1px solid rgba(24, 61, 99, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--pzw-shadow-soft);
  overflow: hidden;
}

.schedule-event + .schedule-event {
  margin-top: 0.8rem;
}

.schedule-event summary {
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 1rem 1rem 1rem 0.95rem;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.schedule-event summary::-webkit-details-marker {
  display: none;
}

.schedule-event summary:hover {
  background: rgba(31, 111, 178, 0.035);
}

.schedule-event summary:focus-visible {
  outline: 2px solid rgba(31, 111, 178, 0.35);
  outline-offset: -2px;
}

.schedule-event summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(31, 111, 178, 0.1);
  color: var(--pzw-water);
  font-weight: 800;
  font-size: 1rem;
}

.schedule-event[open] summary::after {
  content: "−";
}

.schedule-event__day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  padding: 0.5rem 0.75rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(31, 111, 178, 0.14), rgba(217, 178, 76, 0.14));
  color: var(--pzw-deep);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.schedule-event__title {
  color: var(--pzw-deep);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.schedule-event__content {
  padding: 0 1rem 1rem;
  border-top: 1px solid rgba(24, 61, 99, 0.08);
  background: linear-gradient(180deg, rgba(247, 250, 253, 0.92), rgba(255, 255, 255, 0.98));
}

.schedule-event__content dl {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding-top: 0.9rem;
}

.schedule-event__content dl div {
  padding: 0.8rem 0.88rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(24, 61, 99, 0.08);
}

.schedule-event__content dt {
  margin: 0 0 0.22rem;
  color: var(--pzw-water);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.schedule-event__content dd {
  margin: 0;
  color: var(--pzw-text);
  line-height: 1.6;
}

.authorities-section {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(24, 61, 99, 0.08);
  border-radius: 20px;
  background: rgba(248, 251, 254, 0.92);
}

.authorities-section:first-of-type {
  margin-top: 1.3rem;
}

.authorities-list {
  margin: 0.75rem 0 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.authorities-list li {
  margin: 0;
  overflow-wrap: anywhere;
  padding: 0.82rem 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(24, 61, 99, 0.08);
}

.embedded-page--content img {
  max-width: 100%;
  height: auto;
}

.embedded-full {
  grid-column: 1 / -1;
}

.embedded-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.article-back-home {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: var(--pzw-water);
  font-weight: 800;
  text-decoration: none;
}

.article-back-home:hover {
  text-decoration: underline;
}

.article-published-bottom {
  margin-top: 1rem;
  color: var(--pzw-muted);
  font-size: 0.86rem;
}

body.view-article nav.pagenavigation {
  display: none;
}

.pagination,
.com-content-category-blog__navigation,
.pagenavigation,
.pager.pagenav,
ul.pagenav,
nav.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.7rem 0 0;
  padding: 0;
  list-style: none;
}

.pagination li,
.pager.pagenav li,
ul.pagenav li {
  list-style: none;
}

.pagination a,
.pagination span,
.pagination button,
.pagenavigation a,
.pagenavigation span,
.pager.pagenav a,
.pager.pagenav span,
ul.pagenav a,
ul.pagenav span,
nav.pagination a,
nav.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(24, 61, 99, 0.12);
  background: rgba(255, 255, 255, 0.94);
  color: var(--pzw-deep);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: var(--pzw-shadow-soft);
}

.pagination .pagination-start a,
.pagination .pagination-start span,
.pagination .pagination-end a,
.pagination .pagination-end span,
.page-item.pagination-start a,
.page-item.pagination-start span,
.page-item.pagination-end a,
.page-item.pagination-end span,
nav.pagination .pagination-start a,
nav.pagination .pagination-start span,
nav.pagination .pagination-end a,
nav.pagination .pagination-end span {
  min-width: 42px;
  width: 42px;
  min-height: 42px;
  padding: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
nav.pagination > li:first-child > a,
nav.pagination > li:first-child > span,
nav.pagination > li:last-child > a,
nav.pagination > li:last-child > span {
  min-width: 42px;
  width: 42px;
  min-height: 42px;
  padding: 0;
}

.pagination a:hover,
.pagenavigation a:hover,
.pager.pagenav a:hover,
ul.pagenav a:hover,
nav.pagination a:hover {
  transform: translateY(-1px);
  box-shadow: var(--pzw-shadow);
}

.pagination .active span,
.pagination .current,
.pagenavigation .active span,
.pager.pagenav .active span,
ul.pagenav .active span,
nav.pagination .active span {
  border-color: transparent;
  background: linear-gradient(135deg, var(--pzw-water), var(--pzw-navy));
  color: #fff;
  box-shadow: 0 10px 22px rgba(17, 77, 134, 0.2);
}

.pagination .disabled span,
.pagenavigation .disabled span,
.pager.pagenav .disabled span,
ul.pagenav .disabled span,
nav.pagination .disabled span {
  opacity: 0.5;
  cursor: default;
  box-shadow: none;
}

footer {
  margin-top: 1.8rem;
}

.container-footer {
  margin-top: 2rem;
  padding: 1.7rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(7, 27, 52, 0.98), rgba(18, 53, 90, 0.98)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.container-footer::before {
  content: "";
  position: absolute;
  inset: auto -2rem -2rem auto;
  width: 260px;
  height: 260px;
  background: url("/images/logo_pzw_klb-trp.webp") no-repeat center / contain;
  opacity: 0.1;
  pointer-events: none;
  filter: grayscale(0.1) brightness(1.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  width: min(1240px, calc(100% - 2rem));
  margin: 0 auto;
  padding-bottom: 1.6rem;
  position: relative;
  z-index: 1;
}

.footer-column {
  min-width: 0;
}

.footer-column--panel {
  padding: 1.1rem 1.15rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.footer-brand-lockup {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  text-decoration: none;
}

.footer-brand-lockup__primary {
  display: inline-flex;
  align-items: center;
}

.footer-brand-lockup__primary .logo {
  max-height: 62px;
  width: auto;
}

.footer-brand {
  margin: 0 0 0.55rem;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 1.28rem;
  font-weight: 800;
}

.footer-copy {
  margin: 0;
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.footer-heading {
  margin: 0 0 0.8rem;
  color: #fff;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.container-footer a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.container-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: min(1240px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0.9rem 0 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}

.footer-meta p,
.footer-meta span {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .home-gallery-preview {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .container-header {
    min-height: 98px;
    position: relative;
    padding: 0.72rem 0;
  }

  .container-header > .grid-child,
  .container-header > .container-topbar,
  .container-header > .container-below-top,
  .container-header > .container-nav {
    width: calc(100% - 1rem);
  }

  .container-header > .grid-child {
    min-height: 72px;
    padding-right: 7.55rem;
  }

  .navbar-brand {
    width: calc(100% - 7.1rem);
  }

  .brand-logo {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    align-items: center;
    column-gap: 0.28rem;
    max-width: 100%;
  }

  .brand-logo__primary {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 78px;
    min-width: 78px;
    max-width: 78px;
    overflow: hidden;
    padding-right: 0.28rem;
    margin-right: -0.1rem;
  }

  .brand-logo .logo {
    max-height: 44px;
    max-width: none;
  }

  .brand-logo__text {
    gap: 0.08rem;
    width: min(132px, calc(100vw - 13.8rem));
    max-width: min(132px, calc(100vw - 13.8rem));
    margin-left: -0.12rem;
  }

  .brand-logo__eyebrow {
    display: block;
    font-size: 0.48rem;
    letter-spacing: 0.06em;
    line-height: 1.05;
  }

  .brand-logo__title {
    font-size: 0.9rem;
    line-height: 1.02;
  }

  .brand-logo__subtitle {
    display: block;
    font-size: 0.62rem;
    line-height: 1.18;
  }

  .mobile-menu-toggle {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 62;
    display: inline-flex !important;
    align-items: center;
    gap: 0.62rem;
    margin: 0;
    padding: 0.74rem 0.88rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: 800;
    font-size: 0.94rem;
    box-shadow: none;
    backdrop-filter: blur(8px);
    transition: opacity 0.2s ease;
  }

  .mobile-menu-toggle__icon {
    width: 18px;
    height: 2.5px;
    border-radius: 999px;
    background: currentColor;
    position: relative;
  }

  .mobile-menu-toggle__icon::before,
  .mobile-menu-toggle__icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 2.5px;
    border-radius: 999px;
    background: currentColor;
  }

  .mobile-menu-toggle__icon::before {
    top: -6px;
  }

  .mobile-menu-toggle__icon::after {
    top: 6px;
  }

  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 55;
    display: block;
    background: rgba(8, 24, 46, 0.42);
    backdrop-filter: blur(3px);
  }

  .mobile-menu-backdrop[hidden] {
    display: none;
  }

  .site-grid {
    grid-template-areas: "content";
    grid-template-columns: 1fr;
    width: calc(100% - 1rem);
    margin-top: 1rem;
  }

  .container-sidebar-left {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    width: min(88vw, 340px);
    max-height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 5.2rem 0.8rem calc(2rem + env(safe-area-inset-bottom)) 0.8rem;
    background: linear-gradient(180deg, rgba(245, 250, 255, 0.98), rgba(255, 255, 255, 0.98));
    transform: translateX(-108%);
    transition: transform 0.24s ease;
    box-shadow: 0 20px 42px rgba(7, 27, 52, 0.22);
    border-right: 1px solid rgba(24, 61, 99, 0.1);
  }

  .container-sidebar-left .sidebar-left.card,
  .container-sidebar-left .card-body,
  .container-sidebar-left #mod-menu1 {
    min-height: max-content;
  }

  .container-sidebar-left #mod-menu1 {
    padding-bottom: 0.75rem;
  }

  .container-sidebar-left .card-header {
    display: none;
  }

  body.mobile-menu-open .container-sidebar-left {
    transform: translateX(0);
  }

  body.mobile-menu-open .mobile-menu-toggle {
    display: none;
  }

  .mobile-menu-close {
    display: block;
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    border: 0;
    background: transparent;
    color: var(--pzw-deep);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    padding: 0;
    z-index: 2;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

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

  .home-hero__panel {
    display: none;
  }

  .home-hero__content {
    min-height: 0;
    padding: 1.35rem 1.2rem 1.2rem;
  }

  .home-hero__title {
    max-width: none;
    font-size: clamp(1.95rem, 9vw, 2.7rem);
    line-height: 1.02;
  }

  .home-hero__lead {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .home-hero__actions {
    gap: 0.65rem;
    margin-top: 1.1rem;
  }

  .home-hero__button {
    min-height: 44px;
    padding: 0.72rem 1rem;
  }

  .home-shortcuts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    margin-top: 0.4rem;
  }

  .home-shortcuts__item {
    display: block;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(24, 61, 99, 0.08);
    box-shadow: var(--pzw-shadow-soft);
    text-decoration: none;
  }

  .home-shortcuts__item strong,
  .home-shortcuts__item span {
    display: block;
  }

  .home-shortcuts__item strong {
    color: var(--pzw-deep);
    font-size: 0.98rem;
    line-height: 1.25;
  }

  .home-shortcuts__item span {
    margin-top: 0.32rem;
    color: var(--pzw-muted);
    font-size: 0.84rem;
    line-height: 1.4;
  }

  .home-gallery-preview,
  .mod-articles-items,
  .category-news-grid,
  .embedded-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .footer-column--brand {
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer-column--panel {
    padding: 1rem;
    border-radius: 22px;
  }

  .footer-brand-lockup__primary .logo {
    max-height: 54px;
  }

  .footer-meta {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.5rem 1rem;
  }

  .gallery-card-grid,
  .gallery-photo-grid {
    grid-template-columns: 1fr;
  }

  .gallery-lightbox__dialog {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    width: calc(100% - 1rem);
  }

  .gallery-lightbox__figure {
    order: 1;
  }

  .gallery-lightbox__caption {
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    font-size: 1.25rem;
  }

  .gallery-lightbox__nav--prev {
    left: 0.25rem;
  }

  .gallery-lightbox__nav--next {
    right: 0.25rem;
  }

  .gallery-lightbox__close {
    top: 0.75rem;
    right: 0.2rem;
    width: 46px;
    height: 46px;
    font-size: 1.35rem;
  }

  .fisheries-map-canvas {
    height: 320px;
  }

  .fishery-meta {
    grid-template-columns: 1fr;
  }

  .statute-document {
    padding: 1rem;
    border-radius: 22px;
  }

  .statute-document h2 {
    margin-top: 1.8rem;
  }

  .gallery-page-header {
    margin-bottom: 1.1rem;
  }

  .gallery-breadcrumbs {
    margin-bottom: 1rem;
    font-size: 0.88rem;
  }

  .gallery-collection-card__cover,
  .gallery-collection-card__cover img {
    min-height: 200px;
    height: 200px;
  }

  .gallery-preview-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, minmax(130px, 1fr));
  }

  .gallery-preview-tile {
    min-height: 130px;
  }

  .gallery-preview-tile--large {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .container-footer::before {
    width: 220px;
    height: 220px;
    right: -2rem;
    bottom: -2.5rem;
  }

  .news-thumb {
    height: 190px;
  }

  .mod-articles-item--featured .news-thumb {
    height: 220px;
  }

  .news-meta-row {
    align-items: center;
  }

  .news-readmore-btn {
    min-height: 38px;
    padding: 0.52rem 0.82rem;
    font-size: 0.84rem;
  }

  .mod-articles-title {
    min-height: 0;
  }

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

  .news-archive-link {
    margin-top: 1rem;
  }

  .news-archive-link a {
    width: 100%;
  }

  .pagination,
  .com-content-category-blog__navigation,
  .pagenavigation,
  .pager.pagenav,
  ul.pagenav,
  nav.pagination {
    gap: 0.45rem;
  }

  .pagination a,
  .pagination span,
  .pagination button,
  .pagenavigation a,
  .pagenavigation span,
  .pager.pagenav a,
  .pager.pagenav span,
  ul.pagenav a,
  ul.pagenav span,
  nav.pagination a,
  nav.pagination span {
    min-width: 38px;
    min-height: 38px;
    padding: 0.58rem 0.78rem;
    font-size: 0.88rem;
  }

  .embedded-page--content {
    padding: 1rem;
  }

  .embedded-page--content table {
    border: 0;
    border-radius: 0;
  }

  .schedule-mobile {
    display: block;
    margin-top: 1rem;
  }

  .schedule-table-wrap {
    display: none;
  }

  .schedule-month {
    padding: 0.88rem;
    border-radius: 22px;
  }

  .schedule-month h2 {
    margin-bottom: 0.8rem;
    font-size: 1.02rem;
  }

  .schedule-event {
    border-radius: 18px;
  }

  .schedule-event summary {
    grid-template-columns: 1fr auto;
    gap: 0.7rem;
    padding: 0.92rem;
  }

  .schedule-event__day {
    grid-column: 1 / 2;
    justify-self: start;
    min-width: 0;
  }

  .schedule-event__title {
    grid-column: 1 / 2;
    font-size: 0.96rem;
  }

  .schedule-event summary::after {
    grid-column: 2 / 3;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .schedule-event__content {
    padding: 0 0.92rem 0.92rem;
  }

  .schedule-event__content dl {
    gap: 0.6rem;
    padding-top: 0.8rem;
  }

  .schedule-event__content dl div {
    padding: 0.75rem 0.82rem;
    border-radius: 14px;
  }
}
