
@charset "UTF-8";
:root {
  --primary: #b80a1d;
  --primary-bright: #ec001c;
  --primary-dark: #900818;
  --bg: white;
  --bg-dark: #212529;
  --bg-grey: #a6a6a6;
  --bg-bright: #f0efed;
  --text: #464646;
  --text-dim: #252525;
  --text-bright: #c8c8c8;
  --text-muted: #525252;
  --shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  --gap-xs: 0.5rem;
  --gap-sm: 1rem;
  --gap-md: 2rem;
  --gap-lg: 3rem;
  --gap-xl: 4rem;
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v31-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v31-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v31-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/figtree-v9-latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/figtree-v9-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/figtree-v9-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/figtree-v9-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/figtree-v9-latin_latin-ext-700.woff2") format("woff2");
}
/* Base html elements */
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

@view-transition {
  navigation: auto;
}
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  scroll-padding-top: 3rem;
}

body {
  background-color: white;
  font-family: "Figtree", system-ui;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  font-synthesis: none;
  min-height: 100vh;
}

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

.spotlight img {
  display: block;
}

#cc-main {
  --cc-font-family: "Figtree", sans-serif;
  --cc-modal-border-radius: 0px;
  --cc-btn-border-radius: 0px;
  --cc-pm-toggle-border-radius: 0px;
  --cc-bg: #fafafa;
  --cc-primary-color: var(--bg-dark);
  --cc-secondary-color: var(--text);
  --cc-btn-primary-bg: var(--primary);
  --cc-btn-primary-color: #fafafa;
  --cc-btn-primary-border-color: var(--primary);
  --cc-btn-primary-hover-bg: var(--bg-dark);
  --cc-btn-primary-hover-color: #fafafa;
  --cc-btn-primary-hover-border-color: var(--bg-dark);
  --cc-btn-secondary-bg: var(--bg-bright);
  --cc-btn-secondary-color: var(--bg-dark);
  --cc-btn-secondary-border-color: var(--bg-bright);
  --cc-btn-secondary-hover-bg: var(--bg-grey);
  --cc-btn-secondary-hover-color: var(--bg-dark);
  --cc-btn-secondary-hover-border-color: var(--bg-grey);
  --cc-separator-border-color: var(--bg-grey);
  --cc-toggle-on-bg: var(--primary);
  --cc-toggle-off-bg: var(--bg-grey);
  --cc-toggle-on-knob-bg: #fafafa;
  --cc-toggle-off-knob-bg: #fafafa;
  --cc-toggle-readonly-bg: var(--bg-bright);
  --cc-toggle-readonly-knob-bg: #fafafa;
  --cc-cookie-category-block-bg: #fafafa;
  --cc-cookie-category-block-border: var(--bg-grey);
  --cc-cookie-category-block-hover-bg: #fafafa;
  --cc-cookie-category-block-hover-border: var(--primary);
  --cc-cookie-category-expanded-block-bg: #fafafa;
  --cc-footer-bg: var(--bg-dark);
  --cc-footer-color: #fafafa;
  --cc-footer-border-color: var(--bg-dark);
}

#cc-main .cc__btn {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  border-radius: 0 !important;
}

#cc-main .cm, #cc-main .pm {
  border-radius: 0px !important;
  border: 1px solid var(--bg-bright);
  box-shadow: var(--shadow);
}

/* Typography */
:is(h1, h2, h3, h4, h5, h6) {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: relative;
  padding: 5px 0;
  color: var(--text-dim);
}

h2, .h2 {
  font-size: 2rem;
  color: var(--text-dim);
  text-transform: uppercase;
}
h2::after, .h2::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  background-color: var(--primary);
  bottom: -2px;
  left: 0;
}
h2.text-center::after, .h2.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}

h3, .h3 {
  text-transform: uppercase;
}

:is(p, a, span, input, textarea) {
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
}

.service--otopne {
  --service-photo: url("../img/sluzby_kompletni_soustavy.webp");
}

.service--podlahy {
  --service-photo: url("../img/sluzby_podlahove_vytapeni.webp");
}

.service--radiatory {
  --service-photo: url("../img/sluzby_kompletni_soustavy.webp");
}

.service--kotle {
  --service-photo: url("../img/sluzby_plynove_kotle.webp");
}

.service--kotle-plyn {
  --service-photo: url("../img/sluzby_plynove_kotle.webp");
}

.service--kotle-tuhe {
  --service-photo: url("../img/sluzby_kotle_na_tuha_paliva.webp");
}

.service--stenove {
  --service-photo: url("../img/sluzby_kompletni_soustavy.webp");
}

.service--cerpadla {
  --service-photo: url("../img/sluzby_tepelna_cerpadla.webp");
}

.service--tuhe {
  --service-photo: url("../img/sluzby_kotle_na_tuha_paliva.webp");
}

textarea {
  resize: vertical;
}

.bt {
  border-top: 1px solid var(--text);
}

.ratio-1x1 {
  aspect-ratio: 1/1;
}

.position-relative {
  position: relative;
}

.text-xs {
  font-size: 0.7rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-md {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-bright {
  color: var(--text-bright);
}

.text-dim {
  color: var(--text-dim);
}

.text-muted {
  color: var(--text-muted);
}

.text-white {
  color: white;
}

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

.text-d-none {
  text-decoration: none;
}

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

.color-primary {
  color: var(--primary);
}

.color-primary-d {
  color: var(--primary-dark);
}

.color-primary-b {
  color: var(--primary-bright);
}

.color-white {
  color: white;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.gap-xs {
  gap: var(--gap-xs);
}

.gap-sm {
  gap: var(--gap-sm);
}

.gap-md {
  gap: var(--gap-md);
}

.gap-lg {
  gap: var(--gap-lg);
}

.gap-xl {
  gap: var(--gap-xl);
}

.mb-xs {
  margin-bottom: var(--gap-xs);
}

.mb-sm {
  margin-bottom: var(--gap-sm);
}

.mb-md {
  margin-bottom: var(--gap-md);
}

.mb-lg {
  margin-bottom: var(--gap-lg) !important;
}

.mb-xl {
  margin-bottom: var(--gap-xl);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 64rem) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (min-width: 40rem) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.d-none {
  display: none !important;
}

.mt-sm {
  margin-top: var(--gap-sm);
}

.mt-lg {
  margin-top: var(--gap-lg) !important;
}

.my-sm {
  margin-block: var(--gap-sm);
}

.my-md {
  margin-block: var(--gap-md);
}

.my-lg {
  margin-block: var(--gap-lg);
}

.my-xl {
  margin-block: var(--gap-xl);
}

.my-auto {
  margin-block: auto;
}

.mx-sm {
  margin-inline: var(--gap-sm);
}

.mx-md {
  margin-inline: var(--gap-md);
}

.mx-lg {
  margin-inline: var(--gap-lg);
}

.mx-xl {
  margin-inline: var(--gap-xl);
}

.mx-auto {
  margin-inline: auto;
}

.m-sm {
  margin: var(--gap-sm);
}

.m-md {
  margin: var(--gap-md);
}

.m-lg {
  margin: var(--gap-lg);
}

.m-xl {
  margin: var(--gap-xl);
}

.py-sm {
  padding-block: var(--gap-sm);
}

.py-md {
  padding-block: var(--gap-md);
}

.py-lg {
  padding-block: var(--gap-lg);
}

.py-xl {
  padding-block: var(--gap-xl);
}

.px-sm {
  padding-inline: var(--gap-sm);
}

.px-md {
  padding-inline: var(--gap-md);
}

.px-lg {
  padding-inline: var(--gap-lg);
}

.px-xl {
  padding-inline: var(--gap-xl);
}

.p-sm {
  padding: var(--gap-sm);
}

.p-md {
  padding: var(--gap-md);
}

.p-lg {
  padding: var(--gap-lg);
}

.p-xl {
  padding: var(--gap-xl);
}

.pt-sm {
  padding-top: var(--gap-sm);
}

.pt-md {
  padding-top: var(--gap-md);
}

.pt-lg {
  padding-top: var(--gap-lg);
}

.pt-xl {
  padding-top: var(--gap-xl);
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.font-800 {
  font-weight: 800;
}

.leading-none {
  line-height: 1;
}

.just-left {
  justify-content: left;
}

.just-center {
  justify-content: center;
}

.just-right {
  justify-content: right;
}

.just-between {
  justify-content: space-between;
}

.just-self-left {
  justify-self: left;
}

.just-self-center {
  justify-self: center;
}

.just-self-right {
  justify-self: right;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-center {
  align-self: center;
}

.align-self-end {
  align-self: flex-end;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.bg-grey {
  background-color: var(--bg-grey);
}

.bg-dark {
  background-color: var(--bg-dark);
}

.bg-white {
  background-color: white;
}

.bg-map {
  background-image: url("../img/mapa.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-red {
  background-color: var(--primary);
}
.bg-red h2 {
  color: white;
}
.bg-red h2:after {
  background-color: white;
}

.border-1 {
  border: 1px solid #e5e2df;
}

.bg-bright {
  background-color: var(--bg-bright);
  --text-muted: #3d3d3d;
}

.bg-img {
  background-image: url("../img/bg-blocks.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Icon Utilities */
.icon-sm {
  width: 1.125rem;
  height: 1.125rem;
  stroke-width: 2;
  stroke: currentColor;
  fill: none;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.icon-md {
  width: 2.25rem;
  height: 2.25rem;
  stroke-width: 1.75;
  stroke: currentColor;
  fill: none;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

@media screen and (min-width: 40rem) {
  h1.title {
    font-size: 48px;
  }
  .d-sm-visible {
    display: block !important;
  }
  .col-sm-1 {
    grid-column: span 1;
  }
  .col-sm-2 {
    grid-column: span 2;
  }
  .col-sm-3 {
    grid-column: span 3;
  }
  .col-sm-4 {
    grid-column: span 4;
  }
  .align-sm-end {
    align-items: flex-end;
  }
  .gap-sm-lg {
    gap: var(--gap-lg);
  }
  .gap-sm-md {
    gap: var(--gap-md);
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .text-sm-sm {
    font-size: 0.875rem;
  }
  .d-sm-none {
    display: none !important;
  }
}
@media screen and (min-width: 48rem) {
  h1.title {
    font-size: 64px;
  }
  .d-md-visible {
    display: block !important;
  }
  .col-md-1 {
    grid-column: span 1;
  }
  .col-md-2 {
    grid-column: span 2;
  }
  .col-md-3 {
    grid-column: span 3;
  }
  .col-md-4 {
    grid-column: span 4;
  }
  .align-md-end {
    align-items: flex-end;
  }
  .gap-md-lg {
    gap: var(--gap-lg);
  }
  .gap-md-sm {
    gap: var(--gap-sm);
  }
  .flex-md-row {
    flex-direction: row;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .p-md-xl {
    padding: var(--gap-xl);
  }
}
@media screen and (min-width: 64rem) {
  .d-lg-visible {
    display: block !important;
  }
  .col-lg-1 {
    grid-column: span 1;
  }
  .col-lg-2 {
    grid-column: span 2;
  }
  .col-lg-3 {
    grid-column: span 3;
  }
  .col-lg-4 {
    grid-column: span 4;
  }
  .align-lg-end {
    align-items: flex-end;
  }
  .gap-lg-lg {
    gap: var(--gap-lg);
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .p-lg-lg {
    padding: var(--gap-lg);
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .gap-lg-sm {
    gap: var(--gap-sm);
  }
}
@media screen and (min-width: 80rem) {
  .d-xl-visible {
    display: block !important;
  }
  .col-xl-1 {
    grid-column: span 1;
  }
  .col-xl-2 {
    grid-column: span 2;
  }
  .col-xl-3 {
    grid-column: span 3;
  }
  .col-xl-4 {
    grid-column: span 4;
  }
}
/* Header */
.topbar {
  background-color: var(--bg-dark);
  padding: 15px 0;
  color: white;
  width: 100%;
}
.topbar .shell {
  max-width: 1400px;
  width: calc(100% - 32px);
  margin: 0 auto;
}
.topbar a {
  color: white;
  text-decoration: none;
  transition: color 220ms ease;
}
.topbar a:hover {
  color: var(--primary-bright);
}
@media screen and (min-width: 40rem) {
  .topbar {
    padding: 10px 0;
  }
}

header {
  width: 100%;
  position: sticky;
  top: 0;
  padding: 20px 0;
  background-color: var(--bg);
  left: 0;
  z-index: 1001;
  box-shadow: var(--shadow);
}
header .shell {
  max-width: 1400px;
  width: calc(100% - 32px);
  margin: 0 auto;
}
header .logo-wrapper {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
header .logo {
  display: inline-block;
  width: auto;
  height: 30px;
  flex-shrink: 0;
}
@media screen and (min-width: 40rem) {
  header .logo {
    height: 50px;
  }
}
header .logo img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

/* Main content */
main {
  display: flex;
  flex-direction: column;
}
main p {
  margin-bottom: 0.3rem;
  color: var(--text);
  line-height: 1.65;
}
main p:last-child {
  margin-bottom: unset;
}

.page-hero {
  width: 100%;
  background: var(--primary-dark) url("../img/bg-blocks.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.page-hero .text-4xl {
  font-size: 2.25rem;
}
@media (max-width: 991.98px) {
  .page-hero .text-4xl {
    font-size: 1.75rem;
  }
}
@media (max-width: 575.98px) {
  .page-hero .text-4xl {
    font-size: 1.35rem;
  }
}
.page-hero p {
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .page-hero p {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .page-hero p {
    font-size: 0.875rem;
  }
}
.page-hero .slider-wrapper {
  position: relative;
}
.page-hero .slider-viewport, .page-hero .slider-track, .page-hero .slider-slide {
  height: 650px;
}
.page-hero .slider-viewport {
  overflow-y: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.page-hero .slider-track {
  background-color: var(--bg-dark);
}
.page-hero .hero-card-link {
  text-decoration: none;
  outline: none;
  border: none;
}
.page-hero .slider-track:has(.hero-another) {
  gap: 0;
}
.page-hero .slider-slide {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .page-hero .slider-slide.hero-another {
    flex: 0 0 50%;
  }
}
.page-hero .slider-slide.hero-another .hero-shell-container {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.page-hero .slider-slide.hero-another .hero-shell-container p {
  max-width: none;
}
.page-hero .hero-shell-container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.page-hero .hero-shell-container p {
  max-width: 80ch;
}
.page-hero.hero-another .slider-track, body.hero-another .page-hero .slider-track {
  gap: 0;
}
.page-hero.hero-another .slider-slide, body.hero-another .page-hero .slider-slide {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .page-hero.hero-another .slider-slide, body.hero-another .page-hero .slider-slide {
    flex: 0 0 50%;
  }
}
.page-hero.hero-another .hero-shell-container, body.hero-another .page-hero .hero-shell-container {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.page-hero.hero-another .hero-shell-container p, body.hero-another .page-hero .hero-shell-container p {
  max-width: none;
}
@media (min-width: 768px) {
  .page-hero .hero-controls-hide-desktop {
    display: none !important;
  }
}
.page-hero .slider-controls-row {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
  max-width: 1300px;
  width: calc(100% - 32px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575.98px) {
  .page-hero .slider-controls-row {
    bottom: 4rem;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .page-hero .slider-controls-row .slider-arrows {
    display: none !important;
  }
}
.page-hero .slider-controls-row .slider-pagination, .page-hero .slider-controls-row .slider-arrows {
  pointer-events: auto;
}
.page-hero .slider-controls-row .slider-dot {
  background-color: rgba(255, 255, 255, 0.4);
}
.page-hero .slider-controls-row .slider-dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.page-hero .slider-controls-row .slider-dot.is-active {
  background-color: #fff;
}
.page-hero .slider-controls-row .slider-arrow {
  background-color: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: white;
  backdrop-filter: blur(4px);
  transition: background-color 220ms ease;
}
.page-hero .slider-controls-row .slider-arrow:hover:not(:disabled) {
  background-color: var(--primary);
}
.page-hero .hero-card {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: var(--bg-dark);
}
.page-hero .hero-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.page-hero .hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: color-mix(in srgb, var(--bg-dark) 50%, transparent);
  z-index: 1;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.page-hero .hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to top, color-mix(in srgb, var(--bg-dark) 85%, transparent) 0%, color-mix(in srgb, var(--bg-dark) 60%, transparent) 25%, color-mix(in srgb, var(--bg-dark) 35%, transparent) 50%, color-mix(in srgb, var(--bg-dark) 15%, transparent) 75%, color-mix(in srgb, var(--bg-dark) 0%, transparent) 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.page-hero .hero-card:hover img {
  transform: scale(1.04);
}
.page-hero .hero-card:hover::before {
  opacity: 0;
}
.page-hero .hero-card:hover::after {
  opacity: 1;
}
.page-hero .secondary-button {
  border: 2px solid white;
  color: white;
}
.page-hero .secondary-button:hover {
  background-color: white;
  color: var(--primary);
}
.page-hero h1 {
  text-transform: uppercase;
  font-size: clamp(1.5rem, 2.25rem, 4vw);
  color: white !important;
}

.hero-img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  max-height: 700px;
}

.shell {
  max-width: 1300px;
  width: calc(100% - 32px);
  margin: 0 auto;
}

.b-shell {
  max-width: 2200px;
  margin: 0 auto;
}

.about-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.about-img::after {
  content: "";
  top: -15px;
  left: -15px;
  position: absolute;
  background-color: transparent;
  border: 5px solid var(--primary);
  width: 10rem;
  height: 10rem;
  z-index: -1;
}
.about-img::before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -12px;
  background-color: var(--primary);
  width: 15rem;
  height: 15rem;
  z-index: -1;
}
@media (min-width: 64rem) {
  .about-img::before {
    right: -15px;
  }
}
.about-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.home-faq-list {
  display: flex;
  flex-direction: column;
}

.home-faq-item {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.home-faq-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.home-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap-md);
  padding: var(--gap-md) 0;
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text);
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.home-faq-question::-webkit-details-marker {
  display: none;
}

.home-faq-question span:first-child {
  flex: 1;
  line-height: 1.5;
  font-size: 1.275rem;
}

.home-faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-faq-icon::before,
.home-faq-icon::after {
  content: "";
  position: absolute;
  background-color: var(--text);
  transition: transform 260ms ease-out, opacity 260ms ease-out;
}

.home-faq-icon::before {
  width: 12px;
  height: 1.5px;
}

.home-faq-icon::after {
  width: 1.5px;
  height: 12px;
}

.home-faq-item[open] .home-faq-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.home-faq-answer {
  padding-bottom: var(--gap-md);
  padding-right: calc(24px + var(--gap-md));
}

.home-faq-answer p {
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text);
  max-width: 68ch;
}

.home-faq-answer strong {
  color: var(--text);
  font-weight: 600;
}

@media (min-width: 48rem) {
  .home-faq-question {
    font-size: 1.0625rem;
  }
  .home-faq-icon {
    width: 28px;
    height: 28px;
  }
}
#kontakt iframe {
  width: 100%;
  height: 350px;
  display: block;
  filter: grayscale(1) opacity(0.85);
  transition: filter 0.3s ease, opacity 0.3s ease;
}
@media (min-width: 64rem) {
  #kontakt iframe {
    height: 100%;
    min-height: 450px;
  }
}
#kontakt iframe:hover {
  filter: grayscale(0) opacity(1);
}

/* Footer */
footer {
  background: var(--bg-dark) url("../img/footer.svg");
  background-position: bottom -50px left 100px;
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
}
footer .logo {
  width: auto;
  height: 50px;
}
footer h2 {
  margin-bottom: var(--gap-sm);
  color: white;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.2;
}
footer h2:after {
  width: 50px;
}
footer ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}
footer ul li {
  line-height: 1.5;
  list-style: none;
  position: relative;
  margin-left: 0 !important;
}
footer ul li a {
  color: white;
  transition: color 220ms ease;
  text-decoration: none;
}
footer ul li a:hover {
  color: var(--primary-bright);
}
footer p {
  line-height: 1.65;
}
footer button {
  color: white;
  background-color: transparent;
  transition: color 220ms ease;
  cursor: pointer;
  font-size: 1rem;
  font-family: "Figtree", sans-serif;
}
footer button:hover {
  color: var(--primary-bright);
}
footer a {
  color: white;
  text-decoration: none;
  transition: color 220ms ease;
}
footer a:hover {
  color: var(--primary-bright);
}

/* Navigation */
nav {
  display: none;
  flex-direction: row;
  gap: var(--gap-lg);
  align-items: center;
}
nav ul {
  display: flex;
  flex-direction: row;
  gap: var(--gap-md);
}
nav ul li {
  list-style-type: none;
  margin-left: 0 !important;
}
nav ul li a {
  color: var(--bg-dark);
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  transition: color 220ms ease;
  position: relative;
}
nav ul li a:hover {
  color: var(--bg-dark);
}
nav ul li a:hover::after {
  width: 100%;
}
nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-bright);
  transition: width 220ms ease;
}
nav ul li a.active {
  color: var(--primary-bright);
}
nav ul li a.active::after {
  width: 100%;
}
@media screen and (min-width: 64rem) {
  nav {
    display: flex;
  }
}

.dropdown {
  position: relative;
}

.dropdown-trigger {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}

.dropdown-chevron {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 2.5;
  transition: transform 220ms cubic-bezier(0.25, 1, 0.5, 1);
  display: inline-block;
}

.dropdown:hover .dropdown-chevron {
  transform: rotate(180deg);
}

.dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown .submenu {
  position: absolute;
  margin-left: 0 !important;
  top: 100%;
  left: 0;
  margin-top: 10px;
  padding: 12px;
  flex-direction: column;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  background: white;
  min-width: 260px;
  box-shadow: var(--shadow);
  border: 1px solid #e5e2df;
  list-style: none;
  z-index: 1000;
  gap: 0;
  transition: opacity 220ms cubic-bezier(0.25, 1, 0.5, 1), transform 220ms cubic-bezier(0.25, 1, 0.5, 1), visibility 220ms;
}

/* Pointer bridge to keep menu open while moving cursor */
.dropdown .submenu::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
}

.dropdown .submenu li {
  width: 100%;
  list-style-type: none;
}

.dropdown .submenu li a {
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-family: "Figtree", sans-serif;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: var(--text) !important;
  text-transform: none !important;
  transition: background-color 150ms ease, color 150ms ease;
}

.dropdown .submenu li a::after {
  display: none !important;
}

.dropdown .submenu li a:hover {
  background-color: #f7f6f5;
  color: var(--primary) !important;
}

.dropdown .submenu li a.active {
  background-color: #f7f6f5;
  color: var(--primary) !important;
}

/* --- Mobile Menu Styles --- */
.mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.mobile-menu-toggle span {
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

@media (min-width: 64rem) {
  .mobile-menu-toggle {
    display: none;
  }
}
/* Overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1002;
  display: none; /* Physically hidden when closed to prevent covering/blocking navbar */
  padding: 24px 20px;
  box-sizing: border-box;
  overflow-y: auto; /* Enable scrolling for small screen viewports (e.g. iPhone SE) */
}

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

body.mobile-menu-open .mobile-menu-overlay {
  display: block;
  animation: mobileMenuFadeIn 0.25s ease forwards;
}

@keyframes mobileMenuFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Wrapper */
.mobile-menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.mobile-menu-header .logo {
  display: block;
  width: auto;
  height: 30px;
}
@media (min-width: 48rem) {
  .mobile-menu-header .logo {
    height: 50px;
  }
}

.mobile-menu-header .logo img {
  height: 100%;
  width: auto;
  display: block;
}

.mobile-menu-close {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-close span {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: var(--primary); /* Red/Primary color for close button */
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-close span:first-child {
  transform: rotate(45deg);
}

.mobile-menu-close span:last-child {
  transform: rotate(-45deg);
}

/* Navigation Links */
.mobile-menu-nav {
  display: block !important; /* Overrides the global nav { display: none } on mobile */
  margin: auto 0;
  width: 100%;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.mobile-menu-nav .dropdown-chevron {
  width: 12px;
  height: 8px;
  margin-left: 6px;
  opacity: 0.7;
}
.mobile-menu-nav .submenu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 6px;
  padding: 0;
  list-style: none;
}
.mobile-menu-nav .submenu li a {
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem !important; /* 18px */
  color: var(--text) !important;
  text-transform: none !important;
  font-weight: 500 !important;
  padding: 4px 0 !important;
  display: block;
}
.mobile-menu-nav .submenu li a:hover {
  color: var(--primary) !important;
}

body.mobile-menu-open .mobile-menu-nav {
  transform: translateY(0);
  opacity: 1;
}

.mobile-menu-nav ul {
  display: flex;
  flex-direction: column;
  gap: var(--gap-sm); /* Smaller gap for mobile screens */
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-nav ul li {
  text-align: center;
}

.mobile-menu-nav ul li a {
  color: var(--primary); /* Primary brand color for menu links */
  font-family: "Figtree", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;
  display: block;
  padding: 6px 0; /* Compact padding for small screen heights */
  transition: color 0.2s ease;
}

.mobile-menu-nav ul li a:hover {
  color: var(--bg-dark);
}

.mobile-menu-nav ul li a.primary-button {
  font-size: 1.125rem;
  padding: 12px 30px;
  border: none;
  display: inline-block;
  color: white;
  background-color: var(--primary);
  text-transform: uppercase;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease;
  border-radius: 0;
  width: auto;
}

.mobile-menu-nav ul li a.primary-button:hover {
  background-color: var(--bg-dark);
  color: white;
}

/* Footer details */
.mobile-menu-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

body.mobile-menu-open .mobile-menu-footer {
  transform: translateY(0);
  opacity: 1;
}

.mobile-menu-footer p {
  color: var(--text-dim);
  font-size: 0.9rem;
  margin: 0;
}

.mobile-menu-footer a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}

/* Forms */
form .form-ant {
  display: none;
}

label {
  padding-bottom: 5px;
  color: var(--text-dim);
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0.05em;
}

input:is([type=text], [type=tel], [type=email]), textarea, select {
  padding: 10px 20px;
  border: 1px solid var(--bg-grey);
  background-color: #fafafa;
  color: var(--text-dim);
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  font-family: "Figtree", sans-serif;
  transition: border-color 220ms ease, outline-color 220ms ease;
}
input:is([type=text], [type=tel], [type=email]):focus, textarea:focus, select:focus {
  outline: 1px solid var(--primary);
  border: 1px solid var(--primary);
}

textarea {
  resize: vertical;
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
}

@media screen and (min-width: 64rem) {
  input:is([type=text], [type=tel], [type=email]) {
    max-width: 100%;
  }
  textarea, select {
    width: 100%;
    max-width: 100%;
  }
}
.has-error input:is([type=text], [type=tel], [type=email]), .has-error textarea, .has-error select {
  border-color: var(--primary);
  outline-color: var(--primary);
}
.has-error input:is([type=text], [type=tel], [type=email]):focus, .has-error textarea:focus, .has-error select:focus {
  outline-color: var(--primary);
  border-color: var(--primary);
}

.help-block.text-danger {
  display: block;
  margin-top: 5px;
  font-family: "Figtree", sans-serif;
  font-size: 0.8rem;
  color: var(--primary);
  font-weight: 500;
}

.alert {
  padding: 15px 20px;
  margin-bottom: var(--gap-sm);
  border: 1px solid transparent;
  font-family: "Figtree", sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-radius: 0;
}
.alert .btn-close {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: currentColor;
  opacity: 0.6;
  transition: opacity 150ms ease;
  padding: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.alert .btn-close:hover {
  opacity: 1;
}
.alert .btn-close::after {
  content: "×";
  font-size: 1.5rem;
  font-weight: 300;
}
.alert ul.errors {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.alert-success {
  background-color: #f1f8e9;
  border-color: #c5e1a5;
  color: #33691e;
}

.alert-danger, .alert-error {
  background-color: #ffebee;
  border-color: #ffcdd2;
  color: var(--primary);
}

.contact-form-col {
  background-color: var(--bg-dark);
  padding: var(--gap-md);
  gap: var(--gap-md);
}

@media (min-width: 64rem) {
  .contact-form-col {
    padding: var(--gap-lg);
    gap: var(--gap-lg);
  }
}
form button,
.btn-primary {
  padding: 10px 20px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: var(--primary-bright);
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 220ms ease, color 220ms ease;
  border: 2px solid var(--primary-bright);
  border-radius: 0;
  cursor: pointer;
  width: auto;
}
form button:hover,
.btn-primary:hover {
  background-color: white;
  color: var(--primary-bright);
  border-color: var(--primary-bright);
}

/* basic cookie panel */
.cookies-info {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #ffffff;
  font-size: 0.8rem;
  text-align: center;
  background-color: #000000;
  z-index: 1000;
}
.cookies-info button {
  margin-left: 1rem;
}

/* full cookie panel */
/* Breadcrumb */
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

/* Buttons */
.primary-button {
  padding: 10px 20px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: var(--primary-bright);
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 220ms ease, color 220ms ease;
  border: 2px solid var(--primary-bright);
}
.primary-button:hover {
  background-color: white;
  color: var(--primary-bright);
}

.white-button {
  padding: 10px 20px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: white;
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 220ms ease, color 220ms ease;
  border: 2px solid white;
}
.white-button:hover {
  background-color: transparent;
  color: white;
}

.secondary-button {
  padding: 10px 20px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: transparent;
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 220ms ease, color 220ms ease, border 220ms ease;
  border: 2px solid var(--primary);
}
.secondary-button:hover {
  background-color: white;
  border: 2px solid white;
  color: var(--primary);
}

/* Lists */
/* Pagination */
/* ==========================================================================
   Tables Component
   ========================================================================== */
:root {
  --table-bg: transparent;
  --table-color: var(--text);
  --table-border-color: rgba(0, 0, 0, 0.08);
  --table-striped-bg: rgba(0, 0, 0, 0.025);
  --table-hover-bg: rgba(0, 0, 0, 0.04);
  --table-active-bg: rgba(184, 10, 29, 0.08);
  --table-header-bg: #f8f9fa;
  --table-header-color: var(--text-dim);
  --table-padding-x: 1rem;
  --table-padding-y: 0.875rem;
}

table {
  width: 100%;
  margin-bottom: 1.5rem;
  color: var(--table-color);
  vertical-align: top;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
}
table caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--text-muted);
  text-align: left;
  caption-side: bottom;
  font-size: 0.875rem;
  font-style: italic;
}
table th,
table td {
  padding: var(--table-padding-y) var(--table-padding-x);
  vertical-align: middle;
  border-bottom: 1px solid var(--table-border-color);
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
table th {
  font-weight: 600;
  text-align: inherit;
  text-align: -webkit-match-parent;
  color: var(--text-dim);
  background-color: var(--table-header-bg);
  letter-spacing: 0.02em;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--table-border-color);
  font-size: 0.875rem;
  text-transform: uppercase;
}
table tfoot {
  font-weight: 600;
  border-top: 2px solid var(--table-border-color);
}
table tfoot td,
table tfoot th {
  border-bottom: none;
}

.table {
  width: 100%;
  margin-bottom: 1.5rem;
  color: var(--table-color);
  vertical-align: top;
  border-collapse: collapse;
}
.table > :not(caption) > * > * {
  padding: var(--table-padding-y) var(--table-padding-x);
  background-color: var(--table-bg);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--table-border-color);
}
.table > thead {
  vertical-align: bottom;
}
.table > thead th {
  font-weight: 600;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-dim);
  background-color: var(--table-header-bg);
  border-bottom: 2px solid var(--table-border-color);
}
.table > tbody {
  vertical-align: inherit;
}
.table > tbody tr:last-child > * {
  border-bottom-width: 1px;
}

.table-sm {
  --table-padding-y: 0.4rem;
  --table-padding-x: 0.6rem;
}
.table-sm > :not(caption) > * > * {
  font-size: 0.875rem;
}

.table-lg {
  --table-padding-y: 1.125rem;
  --table-padding-x: 1.25rem;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--table-striped-bg);
}

.table-striped-even > tbody > tr:nth-of-type(even) > * {
  background-color: var(--table-striped-bg);
}

.table-hover > tbody > tr {
  transition: background-color 0.15s ease-in-out;
}
.table-hover > tbody > tr:hover > * {
  background-color: var(--table-hover-bg);
}

.table-bordered {
  border: 1px solid var(--table-border-color);
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
  border-style: solid;
  border-color: var(--table-border-color);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > thead th {
  border-bottom-width: 0;
}

.table-card,
.table-container {
  background-color: white;
  border-radius: 8px;
  border: 1px solid var(--table-border-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.table-card > table,
.table-card > .table,
.table-container > table,
.table-container > .table {
  margin-bottom: 0;
}
.table-card > table tr:last-child > td,
.table-card > table tr:last-child > th,
.table-card > .table tr:last-child > td,
.table-card > .table tr:last-child > th,
.table-container > table tr:last-child > td,
.table-container > table tr:last-child > th,
.table-container > .table tr:last-child > td,
.table-container > .table tr:last-child > th {
  border-bottom: 0;
}

.table-dark,
thead.table-dark {
  --table-bg: var(--bg-dark);
  --table-color: #ffffff;
  --table-border-color: rgba(255, 255, 255, 0.12);
  --table-striped-bg: rgba(255, 255, 255, 0.05);
  --table-hover-bg: rgba(255, 255, 255, 0.08);
  --table-header-bg: #181b1e;
  --table-header-color: #ffffff;
  color: var(--table-color);
  background-color: var(--table-bg);
}
.table-dark th,
thead.table-dark th {
  color: #ffffff;
  background-color: var(--table-header-bg);
}

thead.table-primary-header th {
  background-color: var(--primary);
  color: #ffffff;
  border-bottom: 2px solid var(--primary-dark);
}

.table-active > * {
  background-color: var(--table-active-bg) !important;
}

tr.table-active,
td.table-active,
th.table-active {
  background-color: var(--table-active-bg) !important;
}

.table-sticky-header thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.table .text-end,
.table .col-number,
.table .col-amount {
  text-align: right;
}
.table .text-center,
.table .col-actions,
.table .col-status {
  text-align: center;
}
.table .text-nowrap,
.table .col-nowrap {
  white-space: nowrap;
}
.table .align-middle {
  vertical-align: middle;
}
.table .align-top {
  vertical-align: top;
}
.table .align-bottom {
  vertical-align: bottom;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  margin-bottom: 1.5rem;
}
.table-responsive > .table,
.table-responsive > table {
  margin-bottom: 0;
}

@media screen and (max-width: 39.98rem) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table,
  .table-responsive-sm > table {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 47.98rem) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table,
  .table-responsive-md > table {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 63.98rem) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table,
  .table-responsive-lg > table {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 79.98rem) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table,
  .table-responsive-xl > table {
    margin-bottom: 0;
  }
}

/* Thumbnails / Problem cards */
.service {
  background-color: var(--bg-grey);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  max-height: 350px;
  cursor: pointer;
  border-radius: 0;
  outline: none;
  transition: border-color 220ms ease;
  display: block;
  /* Focus outline for keyboard navigation */
  /* Background photo container for zoom effect */
  /* Specific typography and solution styling for homepage problem cards */
}
.service:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
.service::before {
  content: "";
  width: 20px;
  height: 40px;
  background-color: white;
  position: absolute;
  top: 2.9rem;
  left: 0;
  clip-path: polygon(0% 0%, 50% 50%, 0% 100%);
  z-index: 10;
}
.service .service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--service-photo);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}
.service:hover {
  border-color: var(--text-muted);
}
.service:hover .service-bg {
  transform: scale(1.05);
}
.service:hover .content {
  background-color: rgba(33, 37, 41, 0.75);
}
.service:hover .white-button {
  background-color: var(--primary-bright);
  border-color: var(--primary-bright);
  color: #fff;
}
.service:hover .primary-button {
  background-color: #fff;
  border-color: #fff;
  color: var(--primary-bright);
}
.service .content {
  position: relative;
  background-color: rgba(33, 37, 41, 0.6);
  transition: background-color 220ms ease;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-sizing: border-box;
}
.service .service-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.35rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 6px;
}
.service.problem-card .service-title {
  font-family: "Figtree", sans-serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 500;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.95);
}
.service.problem-card .problem-label {
  font-size: 0.725rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.65);
}
.service.problem-card .solution-block {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.5rem;
  margin-top: 0.25rem;
}
.service.problem-card .solution-label {
  font-size: 0.725rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.service.problem-card .solution-label::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--primary, #e3021b);
  flex-shrink: 0;
}
.service.problem-card .solution-text {
  font-size: 0.85rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  font-weight: 400;
}
.service .white-button, .service .primary-button {
  text-align: center;
  min-height: auto;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}
@media (min-width: 64rem) {
  .service {
    min-height: 350px;
  }
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

/* Slider Controls */
.slider-controls-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: var(--gap-xs);
}

.slider-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 12px;
}

.slider-dot {
  width: 12px;
  height: 12px;
  background-color: var(--bg-grey);
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 220ms ease, width 220ms ease;
  padding: 0;
}

.slider-dot:hover {
  background-color: var(--primary-bright);
}

.slider-dot.is-active {
  background-color: var(--primary);
  width: 24px;
}

.slider-arrows {
  display: flex;
  gap: 8px;
}

.slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: var(--bg-dark);
  color: white;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 220ms ease, color 220ms ease, opacity 220ms ease;
}

.slider-arrow:hover {
  background-color: var(--primary);
}

.slider-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background-color: var(--bg-dark);
}

.slider-arrow svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2.5;
}

/* Slider System (Universal Classes) */
.slider-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--gap-md);
}

.slider-viewport {
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0;
  cursor: grab;
  user-select: none;
}

.slider-viewport::-webkit-scrollbar {
  display: none;
}

.slider-viewport.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.slider-track {
  display: flex;
  gap: 24px;
  width: 100%;
}

.slider-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  display: flex;
}

@media (min-width: 768px) {
  .slider-slide {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (min-width: 992px) {
  .slider-slide {
    flex: 0 0 calc(33.333% - 16px);
  }
}
/* Gallery */
.gallery .spotlight {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  transition: transform 220ms ease;
}

.gallery .spotlight:hover {
  transform: scale(1.02);
}

.gallery .spotlight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .bi {
  width: 1em;
  height: 1em;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

/* --- 4. Náš tým --- */
.home-team {
  background-color: #f0efed;
}

.home-team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap-lg);
}

.home-team-member {
  display: flex;
  flex-direction: column;
  gap: var(--gap-sm);
}

.home-team-photo {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.home-team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.home-team-info {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.home-team-info h3 {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: var(--text-dim);
}

.home-team-role {
  font-family: "Figtree", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--primary);
}

.home-team-info p {
  line-height: 1.65;
  color: var(--text);
  max-width: 48ch;
}

@media (min-width: 64rem) {
  .home-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Review Badge */
.review-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: var(--bg-dark);
  color: var(--bg);
  padding: 6px 10px;
  font-family: "Figtree", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.15);
  pointer-events: none; /* Let clicks pass through to the banner link */
}

.review-card__badge svg {
  stroke: currentColor;
}

.review-card__body {
  display: flex;
  flex-direction: column;
  gap: var(--gap-xs);
  padding: var(--gap-sm);
  flex-grow: 1;
}

.review-stars {
  color: #f5a623;
  font-size: 1.125rem;
}

.review-text {
  font-family: "Figtree", sans-serif;
  font-style: italic;
  line-height: 1.6;
  color: var(--text);
  font-size: 0.95rem;
  margin: 0;
}

.review-author {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-dim);
  margin-top: auto; /* Push author to the bottom */
  padding-top: var(--gap-sm);
}

/* Review Card Styling */
.review-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: var(--bg);
  border: 1px solid #e5e2df;
  height: 100%;
  overflow: hidden;
  transition: border-color 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.review-card:hover {
  border-color: var(--primary-bright);
}

.review-card__banner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.review-card__banner {
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  cursor: pointer;
  background-color: var(--bg-dark);
}

.review-card__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.review-card__banner-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(33, 37, 41, 0.5); /* Tinted charcoal background */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  color: var(--bg);
  z-index: 1;
}

.review-card__banner-overlay svg {
  stroke: currentColor;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.review-card__banner-overlay span {
  font-family: "Figtree", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.review-card__banner:hover img {
  transform: scale(1.06);
}

.review-card__banner:hover .review-card__banner-overlay {
  opacity: 1;
}

.review-card__banner:hover .review-card__banner-overlay svg {
  transform: scale(1.15);
}

.home-why {
  background-color: #f5f4f2;
}

.home-why-inner {
  display: flex;
  flex-direction: column;
  gap: var(--gap-lg);
}

.home-why-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
}

.home-why-item {
  display: flex;
  flex-direction: column;
  gap: var(--gap-md);
  align-items: baseline;
  padding-top: var(--gap-md);
  padding-bottom: var(--gap-md);
}

.home-why-ordinal {
  flex: 0 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #e3021b;
  padding-top: 0.15em;
  user-select: none;
  min-width: 1.75rem;
}

.home-why-body {
  display: flex;
  flex-direction: column;
  gap: var(--gap-sm);
  flex: 1;
}

.home-why-item p {
  line-height: 1.65;
  color: var(--text);
  max-width: 65ch;
  margin: 0;
}

.hero-content {
  position: absolute;
  inset: 0 1rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
}
@media (max-width: 991.98px) {
  .hero-content {
    padding: 2rem;
  }
}
@media (max-width: 575.98px) {
  .hero-content {
    padding: 1rem;
    inset: 0 0.5rem;
  }
}

.hero-types {
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  z-index: 2;
}
.hero-types .hero-type-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), filter 0.3s ease;
  opacity: 0.65;
}
.hero-types .hero-type-btn img {
  max-width: clamp(80px, 22vw, 150px);
  height: auto;
  pointer-events: none;
  display: block;
}
.hero-types .hero-type-btn:hover, .hero-types .hero-type-btn.is-active {
  opacity: 1;
}
@media (hover: hover) {
  .hero-types .hero-type-btn:hover {
    transform: translateY(-6px) scale(1.04);
  }
}
.hero-types .hero-type-btn.is-active {
  transform: translateY(-10px) scale(1.08);
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
}

/* Price Calculator (Heating Systems) */
.calc-box {
  background: #fafafa;
  padding: var(--gap-sm);
  border: 1px solid var(--bg-grey);
  border-radius: 0;
}

@media (min-width: 48rem) {
  .calc-box {
    padding: var(--gap-lg);
  }
}
.calc-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap-lg);
  align-items: start;
}

@media (max-width: 900px) {
  .calc-wrapper {
    grid-template-columns: 1fr;
  }
}
.calc-label {
  font-family: "Figtree", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.calc-label strong {
  color: var(--text-dim);
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
}

.calc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.calc-chip {
  font-family: "Figtree", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 10px 20px;
  border: 1.5px solid var(--bg-grey);
  background: transparent;
  color: var(--text);
  cursor: pointer;
  border-radius: 0;
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.calc-chip:hover {
  border-color: var(--text-muted);
  color: var(--text-dim);
}

.calc-chip:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.calc-chip.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  font-weight: 600;
}

.calc-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  background: var(--bg-grey);
  cursor: pointer;
}

.calc-range:focus,
.calc-range:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 4px;
}

.calc-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: var(--primary);
  cursor: pointer;
  border: 2px solid #fafafa;
}

.calc-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: var(--primary);
  cursor: pointer;
  border: 2px solid #fafafa;
  border-radius: 0;
}

.calc-range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--text-muted);
  font-family: "Figtree", sans-serif;
}

/* Right side: result */
.calc-result-inner {
  background: var(--bg-bright);
  border: 1px solid var(--bg-grey);
  padding: var(--gap-md);
  border-radius: 0;
}

.calc-result-label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
}

.calc-price {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--text-dim);
  line-height: 1.1;
  transition: opacity 200ms ease;
}

.calc-price.updating {
  opacity: 0.3;
}

.calc-price-note {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-family: "Figtree", sans-serif;
}

.calc-breakdown {
  border-top: 1px solid var(--bg-grey);
  padding-top: var(--gap-sm);
  gap: 6px !important;
}

.calc-breakdown-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: "Figtree", sans-serif;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.calc-breakdown-row span:last-child {
  font-weight: 600;
  color: var(--text-dim);
  text-align: right;
  padding-left: 16px;
}

.calc-disclaimer {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-family: "Figtree", sans-serif;
  line-height: 1.5;
  border-top: 1px solid var(--bg-grey);
  padding-top: var(--gap-sm);
}

.calc-eyebrow {
  color: var(--primary-bright);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Horizontal Timeline Redesign */
.calc-timeline-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--gap-lg);
}

@media (max-width: 900px) {
  .calc-timeline-grid {
    grid-template-columns: 1fr;
    gap: var(--gap-md);
  }
}
.calc-step-header {
  margin-bottom: var(--gap-xs);
}

.calc-step-num {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  background-color: var(--primary);
  color: white;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.calc-chips-vertical {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.calc-chips-vertical .calc-chip {
  width: 100%;
  text-align: left;
}

.calc-bottom-bar {
  border-top: 1px solid var(--bg-grey);
  padding-top: var(--gap-sm);
  margin-top: var(--gap-md);
}

.calc-bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.calc-summary-row-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.calc-summary-tag {
  font-family: "Figtree", sans-serif;
  font-size: 0.85rem;
  color: var(--text-dim);
  padding: 6px 12px;
  background: var(--bg-bright);
  border: 1px solid var(--bg-grey);
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.calc-summary-tag strong {
  font-weight: 600;
}

.calc-action-panel {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.calc-action-panel .calc-disclaimer {
  border-top: none;
  padding-top: 0;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.cta-team-img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 300ms ease;
  border-radius: 0;
}

.brand-logo {
  max-width: 180px;
  width: 100%;
  height: auto;
}

.service-icon {
  width: 0;
  height: 0;
}
@media screen and (min-width: 64rem) {
  .service-icon {
    position: absolute;
    top: 50%;
    left: -15rem;
    transform: translateY(-50%);
    opacity: 0.15;
    z-index: -1;
    width: 660px;
    height: 750px;
  }
}

.static-content {
  line-height: 1.7;
}
.static-content ul li {
  margin-left: 2rem;
}
.static-content h2 {
  margin-top: 1.75rem;
  margin-bottom: 1.25rem;
}
.static-content p {
  margin-bottom: 0.75rem;
}
.static-content address {
  font-style: normal;
  background: var(--bg-bright, #f8f9fa);
  border-left: 4px solid var(--primary);
  padding: 1rem 1.25rem;
  margin: 1rem 0;
}

/* Blog & News Page Styles */
.blog-wrapper,
.article-detail-wrapper {
  padding-top: var(--gap-md);
  padding-bottom: var(--gap-xl);
}

.page-header {
  border-bottom: 2px solid var(--primary);
}
.page-header .blog-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.75rem, 2.5rem, 4vw);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-dim);
  margin: 0;
  line-height: 1.1;
}
.page-header .blog-description {
  font-family: "Figtree", sans-serif;
  font-size: 1.1rem;
  color: var(--text);
  max-width: 75ch;
  margin-top: var(--gap-xs);
}

.blog-empty {
  border: 1px solid var(--bg-grey);
  background: white;
  border-radius: 0;
  padding: var(--gap-xl) var(--gap-md);
  text-align: center;
}

.blog-featured {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid var(--bg-grey);
  background: white;
  margin-bottom: var(--gap-xl);
}
@media (min-width: 48rem) {
  .blog-featured {
    grid-template-columns: 1.1fr 0.9fr;
  }
}
.blog-featured .featured-image-col {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  height: 100%;
}
.blog-featured .featured-image-col a {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-featured .featured-image-col .featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 300ms ease;
}
.blog-featured .featured-image-col:hover .featured-img {
  transform: scale(1.02);
}
.blog-featured .featured-content-col {
  padding: var(--gap-md);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--gap-xs);
}
@media (min-width: 48rem) {
  .blog-featured .featured-content-col {
    padding: var(--gap-lg);
  }
}
.blog-featured .featured-content-col .badge-featured {
  font-family: "Figtree", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--primary-bright);
  border: 1px solid var(--primary-bright);
  padding: 4px 10px;
  margin-bottom: var(--gap-xs);
  align-self: flex-start;
}
.blog-featured .featured-content-col .featured-heading {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.35rem, 1.8rem, 3vw);
  font-weight: 700;
  line-height: 60%;
  margin: 0;
}
.blog-featured .featured-content-col .featured-heading a {
  color: var(--text-dim);
  text-decoration: none;
  transition: color 220ms ease;
}
.blog-featured .featured-content-col .featured-heading a:hover {
  color: var(--primary);
}
.blog-featured .featured-content-col .featured-date {
  font-family: "Figtree", sans-serif;
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0;
}
.blog-featured .featured-content-col .featured-excerpt {
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  max-width: 65ch;
  margin: var(--gap-xs) 0;
}

.blog-main-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap-xl);
}
@media (min-width: 64rem) {
  .blog-main-grid {
    grid-template-columns: 2.2fr 1fr;
  }
}

.section-subheading {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: var(--gap-md);
  padding-bottom: 8px;
  border-bottom: 2px solid var(--text-dim);
  display: inline-block;
}

.feed-list {
  display: flex;
  flex-direction: column;
  gap: var(--gap-md);
}

.feed-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap-md);
  padding-bottom: var(--gap-md);
  border-bottom: 1px solid var(--bg-grey);
}
@media (min-width: 40rem) {
  .feed-item {
    grid-template-columns: 0.8fr 1.2fr;
  }
}
.feed-item .feed-img-col {
  overflow: hidden;
  max-height: 200px;
  height: 100%;
}
.feed-item .feed-img-col a {
  display: block;
  width: 100%;
  height: 100%;
}
.feed-item .feed-img-col .feed-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 300ms ease;
}
.feed-item .feed-img-col:hover .feed-img {
  transform: scale(1.02);
}
.feed-item .feed-content-col {
  display: flex;
  flex-direction: column;
  gap: var(--gap-xs);
}
.feed-item .feed-content-col .feed-item-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
.feed-item .feed-content-col .feed-item-heading a {
  color: var(--text-dim);
  text-decoration: none;
  transition: color 220ms ease;
}
.feed-item .feed-content-col .feed-item-heading a:hover {
  color: var(--primary);
}
.feed-item .feed-content-col .feed-date {
  font-family: "Figtree", sans-serif;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0;
}
.feed-item .feed-content-col .feed-excerpt {
  font-family: "Figtree", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text);
  margin: 0;
}

.read-more-link {
  font-family: "Figtree", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: var(--gap-xs);
  transition: color 220ms ease, gap 220ms ease;
  margin-top: auto;
  align-self: flex-start;
}
.read-more-link .arrow {
  transition: transform 220ms ease;
  display: inline-block;
}
.read-more-link:hover {
  color: var(--text-dim);
  gap: calc(var(--gap-xs) + 4px);
}
.read-more-link:hover .arrow {
  transform: translateX(2px);
}

.blog-sidebar-col .sidebar-box {
  background: white;
  border: 1px solid var(--bg-grey);
  padding: var(--gap-md);
}
.blog-sidebar-col .sidebar-box .sidebar-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-top: 0;
  margin-bottom: var(--gap-sm);
  padding-bottom: 8px;
  border-bottom: 2px solid var(--primary);
}
.blog-sidebar-col .sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.blog-sidebar-col .sidebar-item {
  padding: var(--gap-xs) 0;
  border-bottom: 1px solid var(--bg-grey);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.blog-sidebar-col .sidebar-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-sidebar-col .sidebar-item .sidebar-date {
  font-family: "Figtree", sans-serif;
  font-size: 0.75rem;
  color: var(--text-muted);
}
.blog-sidebar-col .sidebar-item .sidebar-link {
  font-family: "Figtree", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  transition: color 220ms ease;
  line-height: 1.4;
}
.blog-sidebar-col .sidebar-item .sidebar-link:hover {
  color: var(--primary);
}

/* Article Detail Page Styles */
.article-back-nav {
  display: flex;
  margin-bottom: var(--gap-md);
}
.article-back-nav .back-link {
  font-family: "Figtree", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-muted);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: var(--gap-xs);
  transition: color 220ms ease, gap 220ms ease;
}
.article-back-nav .back-link .arrow {
  transition: transform 220ms ease;
  display: inline-block;
}
.article-back-nav .back-link:hover {
  color: var(--primary);
  gap: calc(var(--gap-xs) + 4px);
}
.article-back-nav .back-link:hover .arrow {
  transform: translateX(-2px);
}

.article-header {
  border-bottom: 1px solid var(--bg-grey);
  padding-bottom: var(--gap-md);
  margin-bottom: var(--gap-lg);
}
.article-header .article-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.75rem, 2.75rem, 5vw);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-dim);
  line-height: 1.15;
  margin: 0;
}

.article-featured-image {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--bg-grey);
  background: white;
  margin-bottom: var(--gap-lg);
  max-height: 500px;
}
.article-featured-image .article-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.article-featured-image .article-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(33, 37, 41, 0) 40%, rgba(33, 37, 41, 0.85) 100%);
  pointer-events: none;
}
.article-featured-image .article-image-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--gap-md);
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 768px) {
  .article-featured-image .article-image-header {
    padding: var(--gap-lg);
  }
}
.article-featured-image .article-image-header .calc-eyebrow {
  font-family: "Figtree", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(250, 250, 250, 0.8);
  margin-bottom: 8px;
  display: block;
}
.article-featured-image .article-image-header .article-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.5rem, 2.5rem, 4vw);
  font-weight: 700;
  text-transform: uppercase;
  color: #fafafa;
  line-height: 1.15;
  margin: 0;
  text-shadow: 0 2px 4px rgba(33, 37, 41, 0.4);
}

.article-body-content {
  max-width: 68ch;
  margin: 0 auto;
}
.article-body-content .entry {
  font-family: "Figtree", sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text);
}
.article-body-content .entry p {
  margin-top: 0;
  margin-bottom: var(--gap-sm);
}
.article-body-content .entry p:last-child {
  margin-bottom: 0;
}
.article-body-content .entry h2, .article-body-content .entry h3, .article-body-content .entry h4 {
  font-family: "Montserrat", sans-serif;
  color: var(--text-dim);
  margin-top: var(--gap-md);
  margin-bottom: var(--gap-xs);
  line-height: 1.3;
}
.article-body-content .entry h2 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: inline-block;
}
.article-body-content .entry h3 {
  font-size: 1.25rem;
  font-weight: 600;
}
.article-body-content .entry ul, .article-body-content .entry ol {
  margin-top: 0;
  margin-bottom: var(--gap-sm);
  padding-left: var(--gap-md);
}
.article-body-content .entry ul li, .article-body-content .entry ol li {
  margin-bottom: 6px;
}
.article-body-content .entry blockquote {
  background: var(--bg-bright);
  border: 1px solid var(--bg-grey);
  padding: var(--gap-md);
  font-style: italic;
  margin: var(--gap-md) 0;
  border-radius: 0;
}
.article-body-content .entry img {
  max-width: 100%;
  height: auto;
  border: 1px solid var(--bg-grey);
  margin: var(--gap-sm) 0;
  display: block;
}
.article-body-content .entry iframe {
  max-width: 100%;
  border: 1px solid var(--bg-grey);
  margin: var(--gap-sm) 0;
}
.article-body-content .entry a {
  color: var(--primary);
  transition: color 220ms ease, text-decoration-thickness 220ms ease;
  text-decoration-thickness: 1px;
}
.article-body-content .entry a:hover {
  color: var(--primary-bright);
  text-decoration-thickness: 3px;
}

/* Short-term git untracked changes - sample file - copy(NOT rename!!!) it without _sample */