/* =========================================================
   JMS ELEKTROMATERIÁL — HOMEPAGE
   Zlúčené sekcie, responzivita a finálne opravy.
   ========================================================= */

/* ---------- pôvod: hero(20260805-084923).css ---------- */
.hero {
  min-height: calc(100vh - 86px);
  padding: 72px 44px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, #ffffff 0%, #ffffff 58%, #fff4ef 100%);
}

.hero::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 46%;
  height: 100%;
  background:
    linear-gradient(135deg, transparent 0%, rgba(255, 61, 0, 0.05) 100%);
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -170px;
  width: 560px;
  height: 560px;
  background: rgba(255, 61, 0, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.hero-content {
  width: min(760px, 100%);
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--orange);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}

.eyebrow span {
  width: 52px;
  height: 4px;
  background: var(--orange);
  border-radius: 99px;
  flex-shrink: 0;
}

.hero h1 {
  max-width: 820px;
  margin-bottom: 28px;
  color: var(--black);
  font-size: clamp(48px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.07em;
  font-weight: 900;
}

.hero h1 strong {
  display: block;
  color: var(--orange);
  font-weight: 900;
}

.hero-text {
  max-width: 610px;
  color: var(--text);
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 32px;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero::before,
.hero::after {
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 3;
}

.hero-visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 62%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.92) 12%,
    rgba(255, 255, 255, 0.55) 28%,
    rgba(255, 255, 255, 0) 48%
  );
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: right center;
}

@media (max-width: 900px) {
  .hero-visual {
    position: relative;
    width: 100%;
    height: 230px;
    margin-top: 24px;
  }

  .hero-visual img {
    object-position: center;
  }
}

/* MOBILNÁ OPRAVA HERO SEKcie */
@media (max-width: 900px) {
  .hero {
    display: block;
    min-height: auto;
    padding: 42px 18px 48px;
    overflow: hidden;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 3;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(38px, 12vw, 54px);
    line-height: 1.02;
    letter-spacing: -0.06em;
    margin-bottom: 22px;
  }

  .hero-text {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 24px;
  }

  .hero-visual {
    position: relative;
    width: 100%;
    height: 190px;
    margin: 8px 0 24px;
    inset: auto;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-visual::before {
    display: none;
  }

  .hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .status-card {
    width: 100%;
    min-width: 0;
  }

  .hero-button {
    width: 100%;
  }
}

/* MOBIL: hero obrázok ako jemné pozadie za nadpisom */
@media (max-width: 900px) {
  .hero {
    display: block;
    position: relative;
    min-height: auto;
    padding: 38px 18px 46px;
    overflow: hidden;
  }

  .hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 100%;
  }

  .hero-visual {
    position: absolute;
    top: 26px;
    right: -70px;
    width: 360px;
    height: 260px;
    z-index: 1;
    margin: 0;
    opacity: 0.18;
    pointer-events: none;
  }

  .hero-visual::before {
    display: none;
  }

  .hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
  }

  .eyebrow,
  .hero h1,
  .hero-text,
  .status-card,
  .hero-button {
    position: relative;
    z-index: 3;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(36px, 11vw, 50px);
    line-height: 1.02;
    letter-spacing: -0.06em;
  }

  .hero-text {
    max-width: 100%;
  }

  .status-card,
  .hero-button {
    width: 100%;
    min-width: 0;
  }
}
/* ---------- pôvod: status(5).css ---------- */
.status-card {
  width: fit-content;
  min-width: 300px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
  margin-bottom: 22px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: var(--shadow);
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

.status-dot-wrap {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  transition: background 0.2s ease;
}

.status-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.status-content strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  transition: color 0.2s ease;
}

/* OTVORENÉ */
.status-card.is-open {
  border-color: rgba(17, 155, 37, 0.18);
}

.status-card.is-open .status-dot-wrap {
  background: var(--green-soft);
}

.status-card.is-open .status-dot {
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(17, 155, 37, 0.12);
}

.status-card.is-open .status-content strong {
  color: var(--green);
}

/* ZATVORENÉ */
.status-card.is-closed {
  border-color: rgba(217, 31, 31, 0.18);
}

.status-card.is-closed .status-dot-wrap {
  background: var(--red-soft);
}

.status-card.is-closed .status-dot {
  background: var(--red);
  box-shadow: 0 0 0 6px rgba(217, 31, 31, 0.12);
}

.status-card.is-closed .status-content strong {
  color: var(--red);
}


/* Detail otváracích hodín pod hlavným stavom */
.opening-status-detail,
.status-content span {
  display: block;
  margin-top: 4px;
  color: var(--muted, #6b7280);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.status-card.is-open .opening-status-detail,
.status-card.is-open .status-content span {
  color: rgba(17, 155, 37, 0.78);
}

.status-card.is-closed .opening-status-detail,
.status-card.is-closed .status-content span {
  color: rgba(217, 31, 31, 0.78);
}

.status-card.is-loading {
  border-color: rgba(255, 61, 0, 0.18);
}

.status-card.is-loading .status-dot-wrap {
  background: rgba(255, 61, 0, 0.08);
}

.status-card.is-loading .status-dot {
  background: var(--orange, #ff3d00);
  box-shadow: 0 0 0 6px rgba(255, 61, 0, 0.1);
}

.status-card.is-loading .status-content strong {
  color: var(--orange, #ff3d00);
}

/* ---------- pôvod: suppliers(2).css ---------- */
.suppliers-section {
  padding: 3rem 1.5rem;
  background-color: #ffffff; /* Alebo #f9fafb ak chceš jemne sivé pozadie */
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
}

.suppliers-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.suppliers-eyebrow {
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

.suppliers-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Jemné miznutie log po okrajoch */
.suppliers-marquee::before,
.suppliers-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.suppliers-marquee::before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, transparent 100%);
}

.suppliers-marquee::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, transparent 100%);
}

.suppliers-track {
  display: flex;
  align-items: center;
  gap: 4rem; /* Medzera medzi logami */
  width: max-content;
  animation: scroll-suppliers 25s linear infinite;
}

/* Pozastavenie animácie pri prejdení myšou */
.suppliers-marquee:hover .suppliers-track {
  animation-play-state: paused;
}

.suppliers-track img {
  height: 40px; /* Výšku si prispôsob podľa potreby */
  width: auto;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.6);
  transition: all 0.3s ease;
}

.suppliers-track img:hover {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.05);
}

/* Animácia: -50% šírky tracku mínus polovica medzery (gap) */
@keyframes scroll-suppliers {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 2rem)); 
  }
}

/* Responzivita pre mobily */
@media (max-width: 768px) {
  .suppliers-track {
    gap: 2.5rem;
  }
  .suppliers-track img {
    height: 30px;
  }
  @keyframes scroll-suppliers {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 1.25rem)); }
  }
}
/* ---------- pôvod: news(5).css ---------- */
.news-section {
  padding: 90px 44px;
  background: var(--white);
  overflow: hidden;
}

.news-container {
  width: min(1500px, 100%);
  margin: 0 auto;
}

.news-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}

.section-eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--orange);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.section-eyebrow span {
  width: 52px;
  height: 4px;
  background: var(--orange);
  border-radius: 99px;
  flex-shrink: 0;
}

.news-header h2 {
  color: var(--black);
  font-size: clamp(44px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.07em;
  font-weight: 900;
  margin-bottom: 16px;
}

.news-header p {
  color: var(--text);
  font-size: 22px;
  line-height: 1.45;
}

.news-all-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 285px;
  padding: 22px 28px;
  margin-top: 24px;
  color: var(--orange);
  background: var(--white);
  border: 2px solid var(--orange);
  border-radius: 10px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.news-all-button:hover {
  background: var(--orange);
  color: var(--white);
  transform: translateY(-2px);
}

.news-slider {
  position: relative;
}

.news-viewport {
  overflow: hidden;
  width: calc(100% - 120px);
  margin: 0 auto;
}

.news-track {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}

.news-card {
  flex: 0 0 calc(100% / 3);
  padding: 0 13px;
}

.news-card-inner {
  height: 100%;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.news-card-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.1);
}

.news-image {
  width: 100%;
  height: 330px;
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-content {
  padding: 0 24px 30px;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.news-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 17px;
  color: var(--white);
  background: var(--orange);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

.news-divider {
  width: 1px;
  height: 24px;
  background: #a87358;
  opacity: 0.75;
}

.news-category {
  color: #714021;
  font-size: 17px;
  font-weight: 500;
}

.news-title {
  color: var(--black);
  font-size: 25px;
  line-height: 1.18;
  letter-spacing: -0.04em;
  font-weight: 900;
  margin-bottom: 13px;
}

.news-description {
  color: #51413d;
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 26px;
}

.news-detail {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: var(--orange);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.news-detail span {
  font-size: 28px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.news-detail:hover span {
  transform: translateX(4px);
}

.news-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  color: var(--orange);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.13);
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.news-arrow:hover {
  background: var(--orange);
  color: var(--white);
  transform: translateY(-50%) scale(1.04);
}

.news-arrow-left {
  left: 0;
}

.news-arrow-right {
  right: 0;
}

.news-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
}

.news-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.news-dot {
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 61, 0, 0.22);
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.news-dot.active {
  background: var(--orange);
  transform: scale(1.1);
}

.news-counter {
  display: none;
  color: var(--orange);
  font-size: 17px;
  font-weight: 800;
}

.news-loading,
.news-empty {
  width: 100%;
  padding: 40px 20px;
  color: var(--text);
  text-align: center;
  font-size: 18px;
}
/* ---------- pôvod: news-responsive(5).css ---------- */
@media (max-width: 1200px) {
  .news-section {
    padding: 80px 28px;
  }

  .news-card {
    flex-basis: 50%;
  }

  .news-image {
    height: 300px;
  }
}

@media (max-width: 900px) {
  .news-section {
    padding: 70px 22px;
  }

  .news-header {
    flex-direction: column;
    gap: 24px;
  }

  .news-header h2 {
    font-size: 54px;
  }

  .news-header p {
    font-size: 19px;
  }

  .news-all-button {
    width: 100%;
    min-width: 0;
    margin-top: 0;
  }

  .news-viewport {
    width: calc(100% - 92px);
  }

  .news-card {
    flex-basis: 100%;
    padding: 0 8px;
  }

  .news-arrow {
    width: 54px;
    height: 54px;
    font-size: 30px;
  }

  .news-image {
    height: 290px;
  }

  .news-dots {
    display: none;
  }

  .news-counter {
    display: block;
  }
}

@media (max-width: 520px) {
  .news-section {
    padding: 58px 18px;
  }

  .section-eyebrow {
    gap: 12px;
    font-size: 12px;
    line-height: 1.4;
  }

  .section-eyebrow span {
    width: 36px;
    height: 3px;
  }

  .news-header h2 {
    font-size: 42px;
    line-height: 1.04;
  }

  .news-header p {
    font-size: 17px;
  }

  .news-viewport {
    width: 100%;
  }

  .news-slider {
    padding-bottom: 72px;
  }

  .news-arrow {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .news-arrow:hover {
    transform: scale(1.04);
  }

  .news-arrow-left {
    left: calc(50% - 70px);
  }

  .news-arrow-right {
    right: calc(50% - 70px);
  }

  .news-image {
    height: 245px;
    padding: 20px;
  }

  .news-content {
    padding: 0 20px 26px;
  }

  .news-meta {
    gap: 14px;
    margin-bottom: 20px;
  }

  .news-badge {
    padding: 8px 14px;
    font-size: 12px;
  }

  .news-category {
    font-size: 15px;
  }

  .news-title {
    font-size: 22px;
  }

  .news-description {
    font-size: 16px;
  }

  .news-detail {
    font-size: 17px;
  }
}

@media (max-width: 380px) {
  .news-header h2 {
    font-size: 38px;
  }

  .news-image {
    height: 220px;
  }
}
/* ---------- pôvod: news-products-extra(5).css ---------- */
/*
  Produktové novinky - finálny vizuál
  --------------------------------------------------
  Tento súbor nechaj načítaný až PO css/news.css a PO css/news-responsive.css.

  Rozloženie:
  - desktop: 3 produkty
  - tablet: 2 produkty
  - telefón: 1 produkt
*/

.news-section {
  padding: 74px 36px 62px;
  background: var(--white);
  overflow: hidden;
}

.news-container {
  width: min(1560px, 100%);
  margin: 0 auto;
}

.news-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
}

.news-header h2 {
  max-width: 980px;
  font-size: clamp(52px, 5.7vw, 86px);
  line-height: 0.95;
  letter-spacing: -0.075em;
  font-weight: 900;
}

.news-header p {
  max-width: 900px;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.45;
}

.news-all-button {
  min-width: 300px;
  padding: 20px 30px;
  border-radius: 8px;
  font-weight: 500;
}

.news-slider {
  position: relative;
  overflow: visible;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.news-viewport {
  position: relative;
  z-index: 1;
  width: calc(100% - 120px);
  margin: 0 auto;
  overflow: hidden;
}

.news-track {
  display: flex;
  align-items: stretch;
  transition: transform 0.35s ease;
  will-change: transform;
}

.news-card {
  box-sizing: border-box;
  flex: 0 0 calc(100% / 3);
  padding: 0 11px;
  min-width: 0;
}

.news-card-inner {
  height: 100%;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.075);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.news-card-inner:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 61, 0, 0.22);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

.news-image {
  height: 205px;
  padding: 18px 28px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.news-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 22px 24px;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 32px;
  margin-bottom: 16px;
}

.news-badge {
  min-width: 92px;
  padding: 8px 14px 7px;
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

.news-divider {
  width: 1px;
  height: 24px;
  background: #a87358;
  opacity: 0.75;
  flex-shrink: 0;
}

.news-category {
  color: #714021;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-title {
  color: var(--black);
  font-size: clamp(20px, 1.4vw, 23px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 900;
  margin-bottom: 13px;
}

.news-description {
  flex: 1;
  color: #51413d;
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 20px;
}

.news-detail {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--orange);
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}

.news-detail span {
  font-size: 24px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.news-detail:hover span {
  transform: translateX(5px);
}

.news-arrow {
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: var(--orange);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease;
}

.news-arrow:hover {
  background: var(--orange);
  color: var(--white);
  transform: translateY(-50%) scale(1.04);
}

.news-arrow.is-disabled,
.news-arrow:disabled {
  opacity: 0.45;
  cursor: default;
}

.news-arrow.is-disabled:hover {
  background: #ffffff;
  color: var(--orange);
  transform: translateY(-50%);
}

.news-arrow-left {
  left: 0;
}

.news-arrow-right {
  right: 0;
}

.news-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.news-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: min(520px, 100%);
  gap: 12px;
}

.news-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 61, 0, 0.22);
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.news-dot.active {
  background: var(--orange);
  transform: scale(1.12);
}

.news-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 12px;
  color: #714021;
  background: rgba(255, 61, 0, 0.08);
  border: 1px solid rgba(255, 61, 0, 0.16);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.news-loading,
.news-empty {
  flex: 0 0 100%;
  min-height: 300px;
  display: grid;
  place-items: center;
  padding: 44px 20px;
  color: var(--text);
  text-align: center;
  font-size: 18px;
}

/* TABLET: 2 produkty */
@media (max-width: 1200px) {
  .news-section {
    padding: 70px 28px 58px;
  }

  .news-viewport {
    width: calc(100% - 130px);
  }

  .news-card {
    flex-basis: calc(100% / 2);
  }

  .news-image {
    height: 300px;
  }

  .news-title {
    font-size: 24px;
  }
}

/* TELEFÓN A MENŠÍ TABLET: 1 produkt */
@media (max-width: 900px) {
  .news-section {
    padding: 58px 18px 48px;
  }

  .news-header {
    display: block;
    margin-bottom: 24px;
  }

  .section-eyebrow {
    font-size: 13px;
    gap: 12px;
  }

  .section-eyebrow span {
    width: 42px;
  }

  .news-header h2 {
    font-size: clamp(38px, 12vw, 58px);
    letter-spacing: -0.065em;
  }

  .news-header p {
    font-size: 17px;
  }

  .news-all-button {
    width: 100%;
    min-width: 0;
    margin-top: 20px;
    padding: 17px 20px;
    font-size: 17px;
  }

  .news-viewport {
    width: calc(100% - 92px);
  }

  .news-card {
    flex-basis: 100%;
    padding: 0 8px;
  }

  .news-card-inner {
    min-height: 0;
  }

  .news-image {
    height: 290px;
    padding: 18px 26px 10px;
  }

  .news-content {
    padding: 12px 22px 26px;
  }

  .news-meta {
    gap: 12px;
    margin-bottom: 17px;
  }

  .news-badge {
    min-width: auto;
    padding: 9px 14px 8px;
    font-size: 12px;
  }

  .news-category {
    font-size: 15px;
  }

  .news-title {
    font-size: 23px;
  }

  .news-description {
    font-size: 16px;
  }

  .news-detail {
    font-size: 18px;
  }

  .news-arrow {
    width: 54px;
    height: 54px;
    font-size: 30px;
  }

  .news-bottom {
    gap: 10px;
  }

  .news-dots {
    display: flex;
    gap: 12px;
  }

  .news-counter {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .news-section {
    padding: 58px 18px;
  }

  .news-viewport {
    width: 100%;
  }

  .news-slider {
    padding-bottom: 72px;
  }

  .news-arrow {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .news-arrow:hover {
    transform: scale(1.04);
  }

  .news-arrow.is-disabled:hover {
    transform: none;
  }

  .news-arrow-left {
    left: calc(50% - 70px);
  }

  .news-arrow-right {
    right: calc(50% - 70px);
  }

  .news-image {
    height: 245px;
    padding: 20px;
  }

  .news-content {
    padding: 12px 20px 26px;
  }
}

@media (max-width: 380px) {
  .news-header h2 {
    font-size: 38px;
  }

  .news-image {
    height: 220px;
  }
}


/* Fix: šípky zostanú vždy viditeľné a klikateľné, keď sú produkty načítané */
.news-slider .news-arrow {
  pointer-events: auto;
  z-index: 50;
}

.news-slider .news-arrow:not(:disabled) {
  opacity: 1;
  cursor: pointer;
}


/* Doladenie menších news kariet */
@media (max-width: 1200px) {
  .news-slider {
    max-width: 980px;
  }

  .news-viewport {
    width: calc(100% - 110px);
  }

  .news-card-inner {
    min-height: 410px;
  }

  .news-image {
    height: 190px;
  }
}

@media (max-width: 900px) {
  .news-slider {
    max-width: 100%;
  }

  .news-card-inner {
    min-height: 0;
  }

  .news-image {
    height: 250px;
  }
}

@media (max-width: 520px) {
  .news-image {
    height: 220px;
  }
}

/* Popup detail produktu */
.news-more-button {
  width: fit-content;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
}

.news-modal-open {
  overflow: hidden;
}

.news-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.news-modal.is-open {
  display: flex;
}

.news-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.62);
  backdrop-filter: blur(4px);
}

.news-modal-panel {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: min(760px, calc(100vh - 56px));
  overflow: auto;
  background: var(--white);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.news-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  color: var(--black);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.news-modal-close:hover {
  background: var(--orange);
  color: var(--white);
  transform: scale(1.04);
}

.news-modal-grid {
  display: grid;
  grid-template-columns: minmax(280px, 42%) 1fr;
  gap: 0;
}

.news-modal-image-wrap {
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px 32px;
  background: #ffffff;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.news-modal-image {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
}

.news-modal-content {
  padding: 58px 46px 46px;
  display: flex;
  flex-direction: column;
}

.news-modal-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.news-modal-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px 9px;
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.news-modal-category {
  color: #714021;
  font-size: 16px;
  font-weight: 700;
}

.news-modal-title {
  color: var(--black);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.06em;
  font-weight: 900;
  margin-bottom: 22px;
}

.news-modal-description {
  color: #51413d;
  font-size: 18px;
  line-height: 1.65;
  white-space: pre-line;
  margin-bottom: 30px;
}

.news-modal-link {
  width: fit-content;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 15px 20px;
  border-radius: 10px;
  background: var(--orange);
  color: var(--white);
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  transition: background 0.2s ease, transform 0.2s ease;
}

.news-modal-link:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
}

.news-modal-link span {
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 760px) {
  .news-modal {
    padding: 16px;
  }

  .news-modal-panel {
    max-height: calc(100vh - 32px);
    border-radius: 14px;
  }

  .news-modal-grid {
    grid-template-columns: 1fr;
  }

  .news-modal-image-wrap {
    min-height: 260px;
    padding: 54px 24px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .news-modal-image {
    max-height: 240px;
  }

  .news-modal-content {
    padding: 28px 24px 30px;
  }

  .news-modal-description {
    font-size: 16px;
  }

  .news-modal-link {
    width: 100%;
    justify-content: center;
  }
}

/* ---------- pôvod: categories(5).css ---------- */
.categories-section {
  padding: 74px 36px 76px;
  background: var(--white);
  overflow: hidden;
}

.categories-container {
  width: min(1560px, 100%);
  margin: 0 auto;
}

.categories-header {
  max-width: 980px;
  margin-bottom: 34px;
}

.categories-eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--orange);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.categories-eyebrow span {
  width: 52px;
  height: 4px;
  background: var(--orange);
  border-radius: 99px;
  flex-shrink: 0;
}

.categories-header h2 {
  color: var(--black);
  font-size: clamp(52px, 5.7vw, 86px);
  line-height: 0.95;
  letter-spacing: -0.075em;
  font-weight: 900;
  margin-bottom: 16px;
}

.categories-header p {
  max-width: 900px;
  color: var(--text);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.45;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.category-card {
  min-height: 216px;
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 24px;
  padding: 28px 28px 24px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 13px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.055);
  text-decoration: none;
  overflow: hidden;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 61, 0, 0.22);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.1);
}

.category-icon {
  width: 128px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.category-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.18);
  transform-origin: center;
}

.category-content {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.category-content h3 {
  color: var(--black);
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: -0.035em;
  font-weight: 900;
  margin-bottom: 14px;
}

.category-content p {
  color: var(--text);
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 26px;
}

.category-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--orange);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.category-link strong {
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  transition: transform 0.2s ease;
}

.category-card:hover .category-link strong {
  transform: translateX(5px);
}

/* Tablet: 3 karty v riadku */
@media (max-width: 1200px) {
  .categories-section {
    padding: 70px 28px;
  }

  .categories-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .category-card {
    min-height: 206px;
    grid-template-columns: 124px 1fr;
    gap: 18px;
    padding: 25px 24px 23px;
  }

  .category-icon {
    width: 112px;
    height: 112px;
  }
}

/* Mobil / menší tablet: 2 karty v riadku */
@media (max-width: 760px) {
  .categories-section {
    padding: 58px 18px;
  }

  .categories-eyebrow {
    gap: 12px;
    font-size: 13px;
  }

  .categories-eyebrow span {
    width: 42px;
    height: 3px;
  }

  .categories-header h2 {
    font-size: clamp(38px, 12vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.065em;
  }

  .categories-header p {
    font-size: 17px;
  }

  .categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .category-card {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 16px 18px;
  }

  .category-icon {
    width: 104px;
    height: 104px;
  }

  .category-icon img {
    transform: scale(1.2);
  }

  .category-content {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .category-content h3 {
    font-size: 17px;
    line-height: 1.18;
    margin-bottom: 10px;
  }

  .category-content p {
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 18px;
  }

  .category-link {
    margin-top: auto;
    gap: 10px;
    font-size: 13px;
  }

  .category-link strong {
    font-size: 22px;
  }
}

@media (max-width: 380px) {
  .categories-grid {
    gap: 10px;
  }

  .category-card {
    padding: 18px 13px 16px;
  }

  .category-icon {
    width: 88px;
    height: 88px;
  }

  .category-content h3 {
    font-size: 16px;
  }

  .category-content p {
    font-size: 13px;
  }
}

/* ---------- pôvod: services(20260805-084946).css ---------- */
.services-section {
  padding: 74px 36px 82px;
  background: var(--white);
  overflow: hidden;
}

.services-container {
  width: min(1560px, 100%);
  margin: 0 auto;
}

.services-header {
  max-width: 980px;
  margin-bottom: 34px;
}

.services-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 22px 8px;
  margin-bottom: 18px;
  background: var(--orange);
  color: var(--white);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.services-header h2 {
  color: var(--black);
  font-size: clamp(52px, 5.7vw, 86px);
  line-height: 0.95;
  letter-spacing: -0.075em;
  font-weight: 900;
  margin-bottom: 18px;
}

.services-header p {
  max-width: 780px;
  color: var(--text);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.45;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.service-card {
  min-height: 330px;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 15px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.055);
  text-decoration: none;
  overflow: hidden;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.service-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.service-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 61, 0, 0.22);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.1);
}

.service-image {
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 34px 6px;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-body {
  flex: 1;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: flex-start;
  gap: 20px;
  padding: 14px 28px 28px;
}

.service-small-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--white);
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(255, 61, 0, 0.2);
}

.service-small-icon svg {
  width: 23px;
  height: 23px;
  display: block;
}

.service-content {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-content h3 {
  color: var(--black);
  font-size: clamp(23px, 1.8vw, 27px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 900;
  margin-bottom: 14px;
}

.service-content p {
  color: #51413d;
  font-size: 17px;
  line-height: 1.52;
  margin-bottom: 24px;
}

.service-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--orange);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.service-link strong {
  font-size: 27px;
  line-height: 1;
  font-weight: 500;
  transition: transform 0.2s ease;
}

.service-card:hover .service-link strong {
  transform: translateX(5px);
}

@media (max-width: 1200px) {
  .services-section {
    padding: 70px 28px;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card,
  .service-card:nth-child(4),
  .service-card:nth-child(5) {
    grid-column: auto;
  }

  .service-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: min(620px, 100%);
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .services-section {
    padding: 58px 18px;
  }

  .services-badge {
    padding: 8px 18px 7px;
    font-size: 13px;
  }

  .services-header h2 {
    font-size: clamp(38px, 12vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.065em;
  }

  .services-header p {
    font-size: 17px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-card,
  .service-card:last-child:nth-child(odd) {
    width: 100%;
    min-height: 0;
  }

  .service-image {
    height: 150px;
    padding: 18px 22px 4px;
  }

  .service-body {
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 14px 20px 24px;
  }

  .service-small-icon {
    width: 42px;
    height: 42px;
  }

  .service-small-icon svg {
    width: 20px;
    height: 20px;
  }

  .service-content h3 {
    font-size: 23px;
  }

  .service-content p {
    font-size: 16px;
  }

  .service-link {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .service-image {
    height: 132px;
  }

  .service-body {
    grid-template-columns: 1fr;
  }

  .service-small-icon {
    margin-bottom: 2px;
  }
}

/* ---------- pôvod: contact(20260805-084922).css ---------- */
.contact-section {
  padding: 74px 36px 18px;
  background: var(--white);
  overflow: hidden;
}

.contact-container {
  width: min(1560px, 100%);
  margin: 0 auto;
}

.contact-header {
  max-width: 980px;
  margin-bottom: 28px;
}

.contact-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 22px 8px;
  margin-bottom: 18px;
  background: var(--orange);
  color: var(--white);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.contact-header h2 {
  color: var(--black);
  font-size: clamp(52px, 5.7vw, 86px);
  line-height: 0.95;
  letter-spacing: -0.075em;
  font-weight: 900;
  margin-bottom: 16px;
}

.contact-header p {
  max-width: 880px;
  color: var(--text);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.45;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: stretch;
}

.contact-card {
  min-height: 390px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.055);
}

.contact-card h3 {
  color: var(--black);
  font-size: clamp(30px, 2.8vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.055em;
  font-weight: 900;
  margin-bottom: 24px;
}

.contact-location-grid {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 46%);
  gap: 28px;
  align-items: center;
}

.contact-info-list {
  display: grid;
  gap: 24px;
}

.contact-info-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: flex-start;
}

.contact-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(255, 61, 0, 0.2);
}

.contact-icon svg {
  width: 23px;
  height: 23px;
}

.contact-info-item strong {
  display: block;
  color: var(--orange);
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 5px;
}

.contact-info-item p,
.contact-info-item a {
  color: var(--black);
  font-size: 17px;
  line-height: 1.45;
  text-decoration: none;
}

.contact-info-item a:hover {
  color: var(--orange);
}

.contact-map {
  min-height: 270px;
  border-radius: 12px;
  overflow: hidden;
  background: #f6f6f6;
  position: relative;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 270px;
  display: block;
  border: 0;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background: #ffffff;
  color: var(--black);
  font-family: inherit;
  font-size: 16px;
  outline: 0;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-form input,
.contact-form select {
  height: 48px;
  padding: 0 16px;
}

.contact-form textarea {
  min-height: 118px;
  resize: vertical;
  padding: 14px 16px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(255, 61, 0, 0.55);
  box-shadow: 0 0 0 4px rgba(255, 61, 0, 0.08);
}

.contact-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--black) 50%),
    linear-gradient(135deg, var(--black) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-size: 6px 6px;
  background-repeat: no-repeat;
}

.contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--black);
  font-size: 16px;
  line-height: 1.4;
  cursor: pointer;
  margin: 4px 0 2px;
}

.contact-consent input {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  accent-color: var(--orange);
}

.contact-submit {
  width: 100%;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 0;
  border-radius: 8px;
  background: var(--orange);
  color: var(--white);
  font-family: inherit;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(255, 61, 0, 0.2);
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.contact-submit:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
}

.contact-submit span {
  font-size: 24px;
  line-height: 1;
}

.contact-hidden {
  display: none;
}

.company-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 14px;
  padding: 22px 26px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.045);
}

.company-item {
  text-align: center;
  padding: 0 22px;
  border-right: 1px solid rgba(255, 61, 0, 0.18);
}

.company-item:last-child {
  border-right: 0;
}

.company-item strong {
  display: block;
  color: var(--black);
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 6px;
}

.company-item span {
  color: #51413d;
  font-size: 17px;
  line-height: 1.35;
}

@media (max-width: 1200px) {
  .contact-section {
    padding: 70px 28px 18px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-location-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .contact-section {
    padding: 58px 18px 14px;
  }

  .contact-badge {
    padding: 8px 18px 7px;
    font-size: 13px;
  }

  .contact-header h2 {
    font-size: clamp(38px, 12vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.065em;
  }

  .contact-header p {
    font-size: 17px;
  }

  .contact-card {
    min-height: 0;
    padding: 22px 18px;
  }

  .contact-card h3 {
    font-size: 30px;
  }

  .contact-location-grid,
  .contact-form-row,
  .company-strip {
    grid-template-columns: 1fr;
  }

  .contact-map {
    min-height: 230px;
  }

  .company-strip {
    padding: 0;
    overflow: hidden;
  }

  .company-item {
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 61, 0, 0.14);
  }

  .company-item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 420px) {
  .contact-info-item {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }

  .contact-icon {
    width: 42px;
    height: 42px;
  }

  .contact-icon svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 760px) {
  .contact-map iframe {
    min-height: 230px;
  }
}

/* Prístupné skryté labely pre formulár */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ---------- pôvod: seo-content(2).css ---------- */
/* SEO/GEO content additions – loaded after existing project CSS */
.seo-content-container{width:min(1180px,calc(100% - 36px));margin-inline:auto}.seo-content-narrow{max-width:900px}.seo-eyebrow{display:inline-flex;margin-bottom:14px;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--orange,#ff3d00)}.seo-about-section,.seo-category-content,.seo-faq-section,.seo-page-section,.seo-final-cta{padding:clamp(64px,8vw,110px) 0}.seo-about-section,.seo-category-content,.seo-page-section{background:#fff}.seo-about-grid,.seo-two-column{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(32px,7vw,96px);align-items:start}.seo-about-section h2,.seo-category-content h2,.seo-faq-section h2,.seo-page-section h2,.seo-final-cta h2{margin:0 0 22px;color:#070707;font-size:clamp(34px,5vw,64px);line-height:1.02;letter-spacing:-.045em}.seo-about-copy p,.seo-category-content p,.seo-page-section p,.seo-final-cta p,.seo-section-intro{font-size:clamp(16px,1.7vw,19px);line-height:1.7;color:#4b5563}.seo-text-link{display:inline-flex;gap:10px;margin-top:12px;color:#070707;font-weight:800;text-decoration:none}.seo-text-link:hover{text-decoration:underline}.seo-category-content{border-top:1px solid #ececec}.seo-related-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px;align-items:center}.seo-related-links strong{margin-right:4px}.seo-related-links a{padding:9px 13px;border:1px solid #ddd;border-radius:999px;color:#111;text-decoration:none;font-weight:700;font-size:.9rem}.seo-related-links a:hover{border-color:var(--orange,#ff3d00)}.seo-faq-section{background:#f6f6f4}.seo-section-intro{max-width:720px;margin-top:-10px;margin-bottom:34px}.seo-faq-list{display:grid;gap:12px;max-width:920px}.seo-faq-item{background:#fff;border:1px solid #e7e7e7;border-radius:14px;padding:0 22px}.seo-faq-item summary{cursor:pointer;padding:20px 34px 20px 0;font-weight:800;line-height:1.35}.seo-faq-item p{padding:0 0 20px;margin:0;color:#4b5563;line-height:1.65}.catalog-static-message{padding:24px;border:1px dashed #cfcfcf;border-radius:14px;background:#fafafa;color:#555}.news-title-link{color:inherit;text-decoration:none}.news-title-link:hover{text-decoration:underline}.seo-page-hero{padding:clamp(48px,7vw,88px) 0;background:#f5f5f2}.seo-page-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.85fr);gap:clamp(32px,7vw,90px);align-items:center}.seo-page-hero h1{margin:0 0 22px;font-size:clamp(46px,7vw,88px);line-height:.95;letter-spacing:-.055em;color:#070707}.seo-page-hero p{font-size:clamp(18px,2vw,22px);line-height:1.6;color:#4b5563}.seo-page-hero img{width:100%;height:auto;max-height:520px;object-fit:cover;border-radius:24px}.seo-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:34px;font-size:.9rem;color:#666}.seo-breadcrumb a{color:inherit}.seo-cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.seo-primary-button,.seo-secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:10px;font-weight:800;text-decoration:none}.seo-primary-button{background:var(--orange,#ff3d00);color:#fff}.seo-secondary-button{border:1px solid #cfcfcf;color:#111;background:#fff}.seo-page-section-muted{background:#f6f6f4}.seo-contact-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.seo-contact-cards>a,.seo-contact-cards>div{display:flex;flex-direction:column;gap:8px;padding:22px;border:1px solid #e1e1e1;border-radius:14px;background:#fff;color:#111;text-decoration:none}.seo-contact-cards span{color:#555;line-height:1.5}.seo-final-cta{text-align:center;background:#111}.seo-final-cta h2,.seo-final-cta p{color:#fff}.seo-final-cta .seo-content-container{max-width:800px}.seo-page-footer{padding:34px 0;background:#070707;color:#fff}.seo-page-footer .seo-content-container{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}.seo-page-footer p{margin:5px 0 0;color:#bdbdbd}.seo-page-footer a{display:block;color:#fff;text-decoration:none;margin:4px 0}.seo-page-footer .seo-content-container>p{grid-column:1/-1;border-top:1px solid #2b2b2b;padding-top:18px;font-size:.86rem}
@media(max-width:800px){.seo-about-grid,.seo-two-column,.seo-page-hero-grid{grid-template-columns:1fr}.seo-page-hero-grid img{order:-1;max-height:360px}.seo-contact-cards{grid-template-columns:1fr 1fr}.seo-page-footer .seo-content-container{grid-template-columns:1fr}.seo-about-section,.seo-category-content,.seo-faq-section,.seo-page-section,.seo-final-cta{padding:58px 0}}
@media(max-width:520px){.seo-content-container{width:min(100% - 24px,1180px)}.seo-contact-cards{grid-template-columns:1fr}.seo-page-hero h1{font-size:44px}.seo-primary-button,.seo-secondary-button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}


/* =========================================================
   HOMEPAGE – combined About + FAQ section
   ========================================================= */
.about-faq-combined{padding:24px 0 clamp(68px,8vw,110px);background:#f3f3f1}.about-faq-shell{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(42px,7vw,96px);padding:clamp(36px,5.5vw,76px);overflow:hidden;border-radius:30px;background:#0b0b0b;color:#fff;box-shadow:0 26px 70px rgba(0,0,0,.13)}.about-faq-intro{align-self:start}.about-faq-eyebrow,.about-faq-question-heading>span{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;color:#ff4a16;font-size:.78rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.about-faq-eyebrow::before,.about-faq-question-heading>span::before{content:"";width:28px;height:2px;background:currentColor}.about-faq-intro h2{max-width:720px;margin:0;color:#fff;font-size:clamp(42px,5vw,74px);line-height:.98;letter-spacing:-.055em}.about-faq-intro h2 em{display:block;color:#ff4a16;font-style:normal}.about-faq-lead{max-width:650px;margin:26px 0 34px;color:#bdbdbd;font-size:clamp(16px,1.5vw,19px);line-height:1.72}.about-faq-highlights{display:grid;gap:0;border-top:1px solid #2a2a2a}.about-faq-highlight{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:19px 0;border-bottom:1px solid #2a2a2a}.about-faq-highlight>span{padding-top:3px;color:#ff4a16;font-size:.72rem;font-weight:900;letter-spacing:.08em}.about-faq-highlight strong{display:block;margin-bottom:5px;color:#fff;font-size:1rem}.about-faq-highlight p{margin:0;color:#929292;font-size:.92rem;line-height:1.55}.about-faq-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.about-faq-primary,.about-faq-secondary{display:inline-flex;align-items:center;justify-content:space-between;gap:18px;min-height:52px;padding:0 19px;border-radius:10px;text-decoration:none;font-weight:900}.about-faq-primary{background:#ff4a16;color:#fff}.about-faq-primary:hover{background:#ff5d2c}.about-faq-secondary{border:1px solid #383838;background:#151515;color:#fff}.about-faq-secondary:hover{border-color:#ff4a16}.about-faq-questions{padding:clamp(24px,3vw,38px);border:1px solid #2a2a2a;border-radius:22px;background:#121212}.about-faq-question-heading{margin-bottom:18px}.about-faq-question-heading>span{margin-bottom:11px}.about-faq-question-heading h3{margin:0;color:#fff;font-size:clamp(28px,3vw,42px);line-height:1.05;letter-spacing:-.04em}.about-faq-list{display:grid;gap:9px}.about-faq-item{border:1px solid #292929;border-radius:13px;background:#181818;transition:border-color .2s ease,background .2s ease}.about-faq-item[open]{border-color:#ff4a16;background:#1c1715}.about-faq-item summary{display:grid;grid-template-columns:1fr 24px;gap:18px;align-items:center;padding:18px 18px;cursor:pointer;color:#f4f4f4;font-weight:800;line-height:1.35;list-style:none}.about-faq-item summary::-webkit-details-marker{display:none}.about-faq-item summary span{position:relative;width:20px;height:20px}.about-faq-item summary span::before,.about-faq-item summary span::after{content:"";position:absolute;top:50%;left:50%;width:14px;height:2px;background:#ff4a16;transform:translate(-50%,-50%);transition:transform .2s ease}.about-faq-item summary span::after{transform:translate(-50%,-50%) rotate(90deg)}.about-faq-item[open] summary span::after{transform:translate(-50%,-50%) rotate(0)}.about-faq-item p{margin:0;padding:0 56px 19px 18px;color:#aaa;font-size:.94rem;line-height:1.62}

/* Product news: honest loading and error states, no fake fixed card. */
.news-live-loading,.news-loading,.news-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%;min-height:360px;padding:36px;text-align:center;color:#555}.news-live-loading strong{color:#111;font-size:1.1rem}.news-live-loading>span:last-child{font-size:.94rem}.news-live-spinner{width:34px;height:34px;border:3px solid #ececec;border-top-color:#ff4a16;border-radius:50%;animation:news-live-spin .8s linear infinite}.news-empty{max-width:650px;margin-inline:auto;min-height:260px}.news-empty::before{content:"!";display:grid;place-items:center;width:42px;height:42px;border:1px solid #ffd1c2;border-radius:50%;background:#fff4f0;color:#ff4a16;font-weight:900}@keyframes news-live-spin{to{transform:rotate(360deg)}}

/* =========================================================
   REDESIGNED ABOUT PAGE
   ========================================================= */
.about-page-v2{background:#f3f3f1}.about-page-hero-v2{padding:24px 0 64px}.about-page-hero-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.86fr);gap:clamp(38px,6vw,82px);align-items:center;padding:clamp(36px,5vw,72px);border-radius:30px;background:#0b0b0b;color:#fff;overflow:hidden}.about-page-hero-copy h1{max-width:820px;margin:0;color:#fff;font-size:clamp(50px,7vw,92px);line-height:.92;letter-spacing:-.06em}.about-page-hero-copy h1 span{display:block;color:#ff4a16}.about-page-hero-copy>p{max-width:700px;margin:28px 0 0;color:#b8b8b8;font-size:clamp(17px,1.6vw,21px);line-height:1.65}.about-page-hero-visual{position:relative;min-height:500px}.about-page-hero-visual img{width:100%;height:100%;min-height:500px;object-fit:cover;border-radius:22px;filter:saturate(.92) contrast(1.02)}.about-page-visual-card{position:absolute;right:-18px;bottom:28px;width:min(310px,82%);padding:20px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(11,11,11,.86);backdrop-filter:blur(12px)}.about-page-visual-card strong{display:block;margin-bottom:7px;color:#fff}.about-page-visual-card span{color:#b8b8b8;font-size:.92rem;line-height:1.5}.about-page-values-v2{padding:0 0 clamp(68px,8vw,110px)}.about-page-heading-row{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:end;margin-bottom:34px}.about-page-heading-row h2{margin:0;color:#0b0b0b;font-size:clamp(40px,5vw,68px);line-height:1;letter-spacing:-.05em}.about-page-heading-row p{max-width:700px;margin:0;color:#555;font-size:clamp(16px,1.5vw,19px);line-height:1.68}.about-page-value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.about-page-value-card{min-height:250px;padding:28px;border:1px solid #dededb;border-radius:18px;background:#fff}.about-page-value-card>span{display:inline-flex;margin-bottom:52px;color:#ff4a16;font-size:.78rem;font-weight:900}.about-page-value-card h3{margin:0 0 12px;color:#0b0b0b;font-size:clamp(23px,2.2vw,30px);letter-spacing:-.035em}.about-page-value-card p{margin:0;color:#666;line-height:1.65}.about-page-process-v2{padding:clamp(62px,8vw,105px) 0;background:#fff}.about-page-process-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(40px,7vw,90px)}.about-page-process-copy h2{margin:0 0 22px;color:#0b0b0b;font-size:clamp(40px,5vw,68px);line-height:1;letter-spacing:-.05em}.about-page-process-copy p{color:#606060;font-size:18px;line-height:1.7}.about-page-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.about-page-tags span{padding:9px 13px;border:1px solid #dedede;border-radius:999px;background:#fafafa;color:#222;font-size:.88rem;font-weight:800}.about-page-steps{display:grid;gap:10px;counter-reset:aboutstep}.about-page-step{counter-increment:aboutstep;display:grid;grid-template-columns:58px 1fr;gap:18px;padding:22px;border:1px solid #e2e2e2;border-radius:16px;background:#fafafa}.about-page-step::before{content:"0" counter(aboutstep);display:grid;place-items:center;width:48px;height:48px;border-radius:12px;background:#0b0b0b;color:#ff4a16;font-size:.78rem;font-weight:900}.about-page-step strong{display:block;margin:3px 0 7px;color:#111;font-size:1.04rem}.about-page-step p{margin:0;color:#666;line-height:1.55}.about-page-bottom-v2{padding:clamp(64px,8vw,105px) 0}.about-page-bottom-shell{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(34px,6vw,80px);padding:clamp(32px,5vw,66px);border-radius:28px;background:#ff4a16}.about-page-bottom-copy h2{margin:0 0 20px;color:#fff;font-size:clamp(38px,5vw,65px);line-height:1;letter-spacing:-.05em}.about-page-bottom-copy p{margin:0;color:#fff1eb;font-size:18px;line-height:1.65}.about-page-contact-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.about-page-contact-list a,.about-page-contact-list div{display:flex;flex-direction:column;gap:7px;padding:20px;border:1px solid rgba(255,255,255,.28);border-radius:14px;background:rgba(255,255,255,.11);color:#fff;text-decoration:none}.about-page-contact-list span{color:#fff4ef;line-height:1.48}.about-page-faq-v2{padding:0 0 clamp(72px,9vw,120px)}.about-page-faq-v2 .about-faq-questions{max-width:980px;margin-inline:auto;background:#fff;border-color:#dedede}.about-page-faq-v2 .about-faq-question-heading h3{color:#111}.about-page-faq-v2 .about-faq-item{background:#f8f8f7;border-color:#e1e1df}.about-page-faq-v2 .about-faq-item[open]{background:#fff7f4;border-color:#ff4a16}.about-page-faq-v2 .about-faq-item summary{color:#111}.about-page-faq-v2 .about-faq-item p{color:#616161}

@media(max-width:900px){.about-faq-shell,.about-page-hero-card,.about-page-process-grid,.about-page-bottom-shell{grid-template-columns:1fr}.about-page-hero-visual{min-height:380px}.about-page-hero-visual img{min-height:380px}.about-page-heading-row{grid-template-columns:1fr}.about-page-value-grid{grid-template-columns:1fr 1fr}.about-page-value-card:last-child{grid-column:1/-1}.about-page-contact-list{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.about-faq-combined{padding-top:12px}.about-faq-shell{width:100%;padding:30px 18px;border-radius:22px}.about-faq-intro h2{font-size:42px}.about-faq-actions{flex-direction:column}.about-faq-primary,.about-faq-secondary{width:100%}.about-faq-questions{padding:20px 12px}.about-faq-item summary{padding:17px 14px}.about-faq-item p{padding:0 44px 17px 14px}.about-page-hero-v2{padding-top:12px}.about-page-hero-card{padding:30px 18px;border-radius:22px}.about-page-hero-copy h1{font-size:48px}.about-page-hero-visual,.about-page-hero-visual img{min-height:310px}.about-page-visual-card{right:12px;bottom:12px}.about-page-value-grid,.about-page-contact-list{grid-template-columns:1fr}.about-page-value-card:last-child{grid-column:auto}.about-page-value-card{min-height:220px}.about-page-bottom-shell{padding:30px 18px}.news-live-loading,.news-loading,.news-empty{min-height:280px;padding:24px}}

/* ---------- pôvod: about-home(1).css — obnovené bez úprav ---------- */
/* =========================================================
   JMS Elektromateriál – homepage sekcia O nás + FAQ
   Načítava sa až po css/seo-content.css
   ========================================================= */

.about-story-section {
  padding: clamp(64px, 8vw, 112px) 36px;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 61, 0, 0.06), transparent 24%),
    #f6f6f4;
  overflow: hidden;
}

.about-story-container {
  width: min(1560px, 100%);
  margin: 0 auto;
}

.about-story-top {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
}

.about-story-copy {
  max-width: 720px;
}

.about-story-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  color: var(--orange, #ff3d00);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-story-eyebrow span {
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.about-story-copy h2 {
  max-width: 760px;
  margin: 0 0 26px;
  color: var(--black, #050505);
  font-size: clamp(46px, 5.6vw, 82px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.about-story-copy h2 strong {
  display: block;
  color: var(--orange, #ff3d00);
  font-weight: 900;
}

.about-story-copy > p {
  max-width: 690px;
  margin: 0 0 18px;
  color: var(--text, #555b66);
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.7;
}

.about-story-lead strong {
  color: var(--black, #050505);
}

.about-story-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.about-story-fact {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid #dededb;
}

.about-story-fact svg {
  width: 29px;
  height: 29px;
  color: var(--orange, #ff3d00);
}

.about-story-fact strong,
.about-story-fact span {
  display: block;
}

.about-story-fact strong {
  margin-bottom: 5px;
  color: var(--black, #050505);
  font-size: 15px;
  line-height: 1.35;
}

.about-story-fact span {
  color: var(--muted, #737986);
  font-size: 14px;
  line-height: 1.45;
}

.about-story-media {
  position: relative;
  min-width: 0;
}

.about-story-photo {
  min-height: 500px;
  overflow: hidden;
  border-radius: 24px;
  background: #ececea;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.12);
}

.about-story-photo img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.about-story-sales {
  position: absolute;
  top: 28px;
  right: -28px;
  min-width: 250px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid rgba(255, 61, 0, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(10px);
}

.about-story-sales-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #fff2ed;
  color: var(--orange, #ff3d00);
}

.about-story-sales-icon svg {
  width: 29px;
  height: 29px;
}

.about-story-sales span,
.about-story-sales strong,
.about-story-sales small {
  display: block;
}

.about-story-sales > div > span {
  margin-bottom: 2px;
  color: var(--black, #050505);
  font-size: 14px;
  font-weight: 800;
}

.about-story-sales strong {
  color: var(--orange, #ff3d00);
  font-size: 38px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.about-story-sales small {
  margin-top: 5px;
  color: var(--text, #555b66);
  font-size: 14px;
}

.about-story-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 48px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 0, rgba(255, 61, 0, 0.14), transparent 34%),
    #0b0b0b;
  color: #ffffff;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.12);
}

.about-story-stat {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 22px;
  text-align: center;
}

.about-story-stat + .about-story-stat {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.about-story-stat-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 15px;
  color: var(--orange, #ff3d00);
  border: 1px solid rgba(255, 61, 0, 0.24);
  border-radius: 17px;
  background: rgba(255, 61, 0, 0.09);
  box-shadow: inset 0 0 22px rgba(255, 61, 0, 0.04);
}

.about-story-stat-icon svg {
  width: 31px;
  height: 31px;
  display: block;
}

.about-story-stat strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: clamp(25px, 2.2vw, 36px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.about-story-stat:first-child strong {
  color: var(--orange, #ff3d00);
}

.about-story-stat > span:not(.about-story-stat-icon) {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.45;
}

.about-story-services {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: 26px 30px;
  border: 1px solid #dededb;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.045);
}

.about-story-services-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #fff1eb;
  color: var(--orange, #ff3d00);
}

.about-story-services-icon svg {
  width: 35px;
  height: 35px;
}

.about-story-services-copy > span {
  display: block;
  margin-bottom: 7px;
  color: var(--orange, #ff3d00);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-story-services-copy h3 {
  margin: 0 0 7px;
  color: var(--black, #050505);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.about-story-services-copy p {
  max-width: 820px;
  margin: 0;
  color: var(--text, #555b66);
  font-size: 16px;
  line-height: 1.55;
}

.about-story-services-link {
  min-width: 220px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 22px;
  border-radius: 10px;
  background: var(--orange, #ff3d00);
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 15px 30px rgba(255, 61, 0, 0.2);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.about-story-services-link:hover {
  transform: translateY(-2px);
  background: var(--orange-dark, #e63600);
  box-shadow: 0 19px 36px rgba(255, 61, 0, 0.28);
}

.about-story-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: start;
  margin-top: clamp(62px, 7vw, 96px);
}

.about-story-faq-intro {
  position: sticky;
  top: 118px;
}

.about-story-faq-intro h3 {
  max-width: 520px;
  margin: 0 0 18px;
  color: var(--black, #050505);
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.about-story-faq-intro > p {
  max-width: 510px;
  margin: 0;
  color: var(--text, #555b66);
  font-size: 17px;
  line-height: 1.65;
}

.about-story-faq-contact {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  max-width: 440px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid #dededb;
}

.about-story-faq-contact > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 2px solid var(--orange, #ff3d00);
  border-radius: 15px;
  color: var(--orange, #ff3d00);
  font-size: 24px;
  font-weight: 900;
}

.about-story-faq-contact strong,
.about-story-faq-contact a {
  display: block;
}

.about-story-faq-contact strong {
  margin-bottom: 5px;
  color: var(--black, #050505);
  font-size: 15px;
}

.about-story-faq-contact a {
  color: var(--orange, #ff3d00);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.about-story-faq-list {
  display: grid;
  gap: 10px;
}

.about-story-faq-item {
  border: 1px solid #dededb;
  border-radius: 14px;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.about-story-faq-item[open] {
  border-color: rgba(255, 61, 0, 0.5);
  background: #fffaf7;
  box-shadow: 0 12px 26px rgba(255, 61, 0, 0.07);
}

.about-story-faq-item summary {
  display: grid;
  grid-template-columns: 1fr 28px;
  gap: 18px;
  align-items: center;
  min-height: 64px;
  padding: 16px 20px;
  color: var(--black, #050505);
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  list-style: none;
}

.about-story-faq-item summary::-webkit-details-marker {
  display: none;
}

.about-story-faq-item summary > span {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: #fff0ea;
}

.about-story-faq-item summary > span::before,
.about-story-faq-item summary > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 99px;
  background: var(--orange, #ff3d00);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.about-story-faq-item summary > span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.about-story-faq-item[open] summary > span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.about-story-faq-item p {
  margin: 0;
  padding: 0 66px 20px 20px;
  color: var(--text, #555b66);
  font-size: 15px;
  line-height: 1.65;
}

.about-story-faq-item p a {
  color: var(--orange, #ff3d00);
  font-weight: 800;
}

.about-story-local-note {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 40px;
  padding: 24px 28px;
  border: 1px solid #dededb;
  border-radius: 16px;
  background: #ffffff;
}

.about-story-local-note > svg {
  width: 34px;
  height: 34px;
  color: var(--orange, #ff3d00);
}

.about-story-local-note strong,
.about-story-local-note span {
  display: block;
}

.about-story-local-note strong {
  margin-bottom: 4px;
  color: var(--black, #050505);
  font-size: 17px;
}

.about-story-local-note div > span {
  color: var(--text, #555b66);
  font-size: 14px;
  line-height: 1.5;
}

.about-story-local-note > a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--orange, #ff3d00);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .about-story-section {
    padding-left: 28px;
    padding-right: 28px;
  }

  .about-story-top {
    grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
    gap: 42px;
  }

  .about-story-sales {
    right: 18px;
  }

  .about-story-services {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .about-story-services-link {
    grid-column: 2;
    width: fit-content;
  }
}

@media (max-width: 900px) {
  .about-story-section {
    padding: 64px 22px;
  }

  .about-story-top,
  .about-story-faq-grid {
    grid-template-columns: 1fr;
  }

  .about-story-media {
    order: -1;
  }

  .about-story-photo,
  .about-story-photo img {
    min-height: 420px;
  }

  .about-story-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-story-stats {
    grid-template-columns: 1fr 1fr;
  }

  .about-story-stat:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .about-story-stat:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .about-story-faq-intro {
    position: static;
  }

  .about-story-local-note {
    grid-template-columns: 44px 1fr;
  }

  .about-story-local-note > a {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  .about-story-section {
    padding: 54px 18px;
  }

  .about-story-copy h2 {
    font-size: 43px;
  }

  .about-story-media {
    margin-left: -2px;
    margin-right: -2px;
  }

  .about-story-photo,
  .about-story-photo img {
    min-height: 310px;
  }

  .about-story-photo {
    border-radius: 18px;
  }

  .about-story-sales {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 24px);
    min-width: 0;
    margin: -34px auto 0;
    border-radius: 15px;
  }

  .about-story-facts {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .about-story-fact {
    grid-template-columns: 38px 1fr;
  }

  .about-story-stats {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .about-story-stat {
    min-height: 120px;
  }

  .about-story-stat + .about-story-stat {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .about-story-services {
    grid-template-columns: 58px 1fr;
    gap: 18px;
    padding: 22px 18px;
  }

  .about-story-services-icon {
    width: 56px;
    height: 56px;
    border-radius: 15px;
  }

  .about-story-services-icon svg {
    width: 29px;
    height: 29px;
  }

  .about-story-services-copy h3 {
    font-size: 22px;
  }

  .about-story-services-copy p {
    grid-column: 1 / -1;
  }

  .about-story-services-link {
    grid-column: 1 / -1;
    width: 100%;
  }

  .about-story-faq-grid {
    margin-top: 64px;
    gap: 34px;
  }

  .about-story-faq-intro h3 {
    font-size: 39px;
  }

  .about-story-faq-item summary {
    padding: 15px 14px;
    font-size: 15px;
  }

  .about-story-faq-item p {
    padding: 0 50px 18px 14px;
    font-size: 14px;
  }

  .about-story-local-note {
    grid-template-columns: 38px 1fr;
    padding: 22px 18px;
  }

  .about-story-local-note > a {
    grid-column: 1 / -1;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #e4e4e1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-story-services-link,
  .about-story-faq-item,
  .about-story-faq-item summary > span::after {
    transition: none;
  }
}

/* ---------- pôvod: about-story-scroll(1).css — obnovené bez úprav ---------- */
/* =========================================================
   JMS Elektromateriál – sticky príbeh v sekcii O nás
   1. veľký úvodný claim
   2. claim sa pri scrollovaní zmenší do hornej lišty
   3. následne sa striedajú jednotlivé informácie
   Načítava sa po about-home.css
   ========================================================= */

/* Sticky nesmie mať predka s overflow: hidden. */
.about-story-section {
  overflow: visible;
}

.about-scroll-story {
  --about-sticky-top: 86px;
  --intro-scale: 1;
  --intro-y: 0px;
  --intro-opacity: 1;
  --compact-opacity: 0;
  --compact-y: -14px;
  --content-opacity: 0;
  position: relative;
  margin-bottom: 48px;
}

.about-scroll-sticky {
  position: relative;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 36px 0 28px;
  text-align: center;
}

/* Veľký úvodný claim */
.about-scroll-intro {
  display: grid;
  justify-items: center;
  margin-bottom: clamp(46px, 7vh, 84px);
  transform-origin: center center;
}

.about-scroll-intro .about-story-eyebrow {
  justify-content: center;
}

.about-scroll-intro h2 {
  max-width: 980px;
  margin: 0;
  color: var(--black, #050505);
  font-size: clamp(54px, 7.4vw, 108px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.078em;
  text-wrap: balance;
}

.about-scroll-intro h2 strong {
  display: block;
  color: var(--orange, #ff3d00);
  font-weight: 900;
}

/* Kompaktná verzia claimu po úvodnom scrollovaní */
.about-scroll-compact {
  display: none;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: var(--black, #050505);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.about-scroll-compact-line {
  width: 42px;
  height: 3px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--orange, #ff3d00);
}

.about-scroll-compact-label,
.about-scroll-compact-separator {
  color: var(--orange, #ff3d00);
}

.about-scroll-compact-title strong {
  color: var(--orange, #ff3d00);
  font-weight: 900;
}

/* Obsahové panely */
.about-scroll-stage {
  position: relative;
  width: min(920px, 100%);
  min-height: clamp(300px, 38vh, 410px);
  margin: 0 auto;
  display: grid;
  place-items: center;
}

.about-scroll-panel {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.about-scroll-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--orange, #ff3d00);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.about-scroll-panel h3 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
  color: var(--black, #050505);
  text-align: center;
  font-size: clamp(36px, 4.3vw, 58px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.about-scroll-panel p {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
  color: var(--text, #555b66);
  text-align: center;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.65;
  text-wrap: balance;
}

/* Počítadlo a progress */
.about-scroll-footer {
  width: 100%;
  margin: 4px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-scroll-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.about-scroll-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c8c8c5;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.about-scroll-dots span.is-active {
  background: var(--orange, #ff3d00);
  transform: scale(1.35);
}

/* =========================================================
   Desktop sticky režim – aktivuje JavaScript
   ========================================================= */
.about-scroll-story.is-enhanced {
  height: 520vh;
}

.about-scroll-story.is-enhanced .about-scroll-sticky {
  position: sticky;
  top: var(--about-sticky-top);
  height: calc(100vh - var(--about-sticky-top));
  min-height: 610px;
  display: grid;
  grid-template-rows: 42px minmax(0, 1fr) 44px;
  align-items: center;
  padding: clamp(22px, 3vh, 34px) 0 clamp(20px, 3vh, 30px);
  overflow: hidden;
}

.about-scroll-story.is-enhanced .about-scroll-intro {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  align-content: center;
  justify-items: center;
  margin: 0;
  padding: 44px 20px;
  opacity: var(--intro-opacity);
  transform: translateY(var(--intro-y)) scale(var(--intro-scale));
  pointer-events: none;
  will-change: transform, opacity;
}

.about-scroll-story.is-enhanced .about-scroll-compact {
  position: relative;
  z-index: 4;
  grid-row: 1;
  display: flex;
  opacity: var(--compact-opacity);
  transform: translateY(var(--compact-y));
  will-change: transform, opacity;
}

.about-scroll-story.is-enhanced .about-scroll-stage {
  z-index: 2;
  grid-row: 2;
  min-height: 0;
  height: 100%;
  opacity: var(--content-opacity);
  will-change: opacity;
}

.about-scroll-story.is-enhanced .about-scroll-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  width: min(820px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 22px 18px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 24px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0s linear 0.4s;
}

.about-scroll-story.is-enhanced .about-scroll-panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  transition-delay: 0s;
}

.about-scroll-story.is-enhanced .about-scroll-footer {
  position: relative;
  z-index: 4;
  grid-row: 3;
  opacity: var(--content-opacity);
  will-change: opacity;
}

/* Jemné pozadie bez rušivých veľkých kruhov. */
.about-scroll-story.is-enhanced::before {
  content: "";
  position: absolute;
  top: 115vh;
  left: 50%;
  width: min(760px, 74vw);
  height: min(760px, 74vw);
  border-radius: 50%;
  background: rgba(255, 61, 0, 0.035);
  filter: blur(28px);
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 1180px) {
  .about-scroll-story.is-enhanced {
    height: 490vh;
  }

  .about-scroll-intro h2 {
    font-size: clamp(54px, 8vw, 90px);
  }

  .about-scroll-panel h3 {
    font-size: clamp(35px, 4.8vw, 54px);
  }
}

/* =========================================================
   Tablet a mobil – bez sticky efektu, všetko čitateľne pod sebou
   ========================================================= */
@media (max-width: 900px) {
  .about-scroll-story {
    margin-bottom: 36px;
  }

  .about-scroll-sticky {
    padding-top: 8px;
  }

  .about-scroll-intro {
    margin-bottom: 38px;
  }

  .about-scroll-intro h2 {
    font-size: clamp(42px, 12vw, 66px);
    line-height: 0.94;
  }

  .about-scroll-compact {
    display: none !important;
  }

  .about-scroll-stage {
    display: grid;
    gap: 16px;
    min-height: 0;
  }

  .about-scroll-panel {
    max-width: 100%;
    margin: 0;
    padding: 26px 22px;
    border: 1px solid #dededb;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    text-align: left;
  }

  .about-scroll-panel h3,
  .about-scroll-panel p {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .about-scroll-panel h3 {
    font-size: clamp(29px, 8vw, 40px);
  }

  .about-scroll-panel p {
    font-size: 16px;
  }

  .about-scroll-footer {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-scroll-panel,
  .about-scroll-dots span {
    transition: none !important;
  }
}

/* ---------- pôvod: responsive(20260805-084923).css ---------- */
@media (max-width: 1100px) {
  .navbar {
    padding: 0 28px;
  }

  .nav-links {
    gap: 30px;
  }

  .logo img {
    width: 230px;
  }

  .hero {
    padding: 70px 28px;
  }
}

@media (max-width: 900px) {
  .navbar {
    min-height: 78px;
    padding: 18px 22px;
    flex-wrap: wrap;
  }

  .logo img {
    width: 210px;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding-top: 20px;
    padding-bottom: 6px;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    font-size: 18px;
  }

  .hero {
    min-height: auto;
    padding: 70px 22px;
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .hero-content {
    width: 100%;
  }

  .hero-text {
    font-size: 18px;
  }

  .status-card,
  .hero-button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 520px) {
  .navbar {
    padding: 16px 18px;
  }

  .logo img {
    width: 170px;
  }

  .hero {
    padding: 52px 18px;
  }

  .eyebrow {
    gap: 12px;
    font-size: 12px;
    line-height: 1.4;
  }

  .eyebrow span {
    width: 36px;
    height: 3px;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 1.04;
    letter-spacing: -0.055em;
  }

  .hero-text {
    font-size: 17px;
  }

  .status-card {
    padding: 16px;
    align-items: flex-start;
  }

  .status-dot-wrap {
    width: 44px;
    height: 44px;
  }

  .status-dot {
    width: 20px;
    height: 20px;
  }

  .status-content strong {
    font-size: 17px;
  }

  .status-content p {
    font-size: 15px;
  }

  .hero-button {
    padding: 20px 24px;
    font-size: 18px;
  }

  .hero-button img {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 380px) {
  .logo img {
    width: 150px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero {
    padding: 44px 16px;
  }
}

@media (max-width: 900px) {
  .status-card,
  .hero-button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 520px) {
  .status-card {
    padding: 16px;
  }

  .status-dot-wrap {
    width: 44px;
    height: 44px;
  }

  .status-dot {
    width: 20px;
    height: 20px;
  }

  .status-content strong {
    font-size: 17px;
  }
}
/* ---------- pôvod: homepage-compact(5).css ---------- */
/* HOMEPAGE COMPACT / NEWS CARDS FIX
   --------------------------------------------------
   Tento súbor môže zostať načítaný ako posledný CSS súbor.

   Oprava:
   - sekcie zostanú zarovnané rovnako
   - nadpisy sekcií zostanú rovnako veľké
   - zmenšené sú iba produktové karty v sekcii Novinky
*/

/* Rovnaké zarovnanie hlavných kontajnerov ako v pôvodných sekciách */
.news-container,
.categories-container,
.services-container,
.contact-container,
.footer-container {
  width: min(1560px, 100%);
  margin-left: auto;
  margin-right: auto;
}

/* Rovnaké veľkosti hlavných nadpisov sekcií */
.news-header h2,
.categories-header h2,
.services-header h2,
.contact-header h2 {
  font-size: clamp(52px, 5.7vw, 86px);
  line-height: 0.95;
  letter-spacing: -0.075em;
  font-weight: 900;
}

/* Rovnaké veľkosti popisov pod nadpismi */
.news-header p,
.categories-header p,
.services-header p,
.contact-header p {
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.45;
}

/* Rovnaké malé nadpisy s čiarou */
.section-eyebrow,
.categories-eyebrow,
.eyebrow {
  font-size: 15px;
  letter-spacing: 0.04em;
}

.section-eyebrow span,
.categories-eyebrow span,
.eyebrow span {
  width: 52px;
  height: 4px;
}

/* Zachovanie podobného odsadenia sekcií */
.news-section {
  padding: 74px 36px 62px;
}

.categories-section {
  padding: 74px 36px 76px;
}

/* --------------------------------------------------
   Menšie sú iba news karty
   -------------------------------------------------- */

.news-slider {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.news-viewport {
  width: calc(100% - 120px);
}

.news-card {
  flex: 0 0 calc(100% / 3);
  padding: 0 11px;
}

.news-card-inner {
  min-height: 430px;
}

.news-image {
  height: 205px;
  padding: 18px 28px 8px;
}

.news-content {
  padding: 10px 22px 24px;
}

.news-meta {
  min-height: 32px;
  gap: 13px;
  margin-bottom: 16px;
}

.news-badge {
  min-width: 92px;
  padding: 8px 14px 7px;
  font-size: 12px;
}

.news-divider {
  height: 22px;
}

.news-category {
  font-size: 15px;
}

.news-title {
  font-size: clamp(20px, 1.4vw, 23px);
  line-height: 1.12;
  margin-bottom: 10px;
}

.news-description {
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 20px;
}

.news-detail {
  gap: 16px;
  font-size: 17px;
}

.news-detail span {
  font-size: 24px;
}

.news-arrow {
  width: 52px;
  height: 52px;
  font-size: 28px;
}

.news-bottom {
  gap: 10px;
  margin-top: 18px;
}

.news-dots {
  gap: 12px;
}

.news-dot {
  width: 10px;
  height: 10px;
}

.news-counter {
  min-height: 30px;
  padding: 6px 12px;
  font-size: 13px;
}

/* Tablet */
@media (max-width: 1200px) {
  .news-section,
  .categories-section {
    padding-left: 28px;
    padding-right: 28px;
  }

  .news-slider {
    max-width: 980px;
  }

  .news-viewport {
    width: calc(100% - 110px);
  }

  .news-card {
    flex-basis: calc(100% / 2);
  }

  .news-card-inner {
    min-height: 410px;
  }

  .news-image {
    height: 190px;
  }
}

/* Mobil */
@media (max-width: 900px) {
  .news-container,
  .categories-container,
  .services-container,
  .contact-container,
  .footer-container {
    width: 100%;
  }

  .news-header h2,
  .categories-header h2,
  .services-header h2,
  .contact-header h2 {
    font-size: clamp(38px, 12vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.065em;
  }

  .news-header p,
  .categories-header p,
  .services-header p,
  .contact-header p {
    font-size: 17px;
  }

  .section-eyebrow,
  .categories-eyebrow,
  .eyebrow {
    gap: 12px;
    font-size: 13px;
  }

  .section-eyebrow span,
  .categories-eyebrow span,
  .eyebrow span {
    width: 42px;
    height: 3px;
  }

  .news-card {
    flex-basis: 100%;
    padding: 0 8px;
  }

  .news-card-inner {
    min-height: 0;
  }

  .news-image {
    height: 250px;
  }
}

@media (max-width: 520px) {
  .news-section,
  .categories-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .news-viewport {
    width: 100%;
  }

  .news-image {
    height: 220px;
  }
}

/* ---------- pôvod: hero-mobile-bg-fix(3).css ---------- */
/* =========================================================
   HERO IMAGE MOBILE BACKGROUND FIX
   Súbor: css/hero-mobile-bg-fix.css

   Homepage:
   .hero + .hero-visual

   Podstránky kategórií:
   .catalog-hero + .catalog-hero-image
   ========================================================= */

/* HOMEPAGE DESKTOP */
.hero {
  position: relative;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 3;
}

.hero-visual {
  position: absolute;
  inset: 0 0 0 auto;
  width: 62%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.9) 14%,
    rgba(255, 255, 255, 0.55) 32%,
    rgba(255, 255, 255, 0) 55%
  );
}

.hero-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: right center;
}

/* HOMEPAGE MOBILE: obrázok hore za nadpisom, jemná opacity */
@media (max-width: 900px) {
  .hero {
    display: block;
    min-height: auto;
    padding: 38px 18px 46px;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
  }

  .hero-visual {
    position: absolute;
    top: 18px;
    right: -80px;
    bottom: auto;
    width: 370px;
    height: 270px;
    opacity: 0.16;
    z-index: 1;
    margin: 0;
  }

  .hero-visual::before {
    display: none;
  }

  .hero-visual img {
    object-fit: contain;
    object-position: center;
  }

  .eyebrow,
  .hero h1,
  .hero-text,
  .status-card,
  .hero-button {
    position: relative;
    z-index: 3;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(36px, 11vw, 50px);
    line-height: 1.02;
    letter-spacing: -0.06em;
  }

  .status-card,
  .hero-button {
    width: 100%;
    min-width: 0;
  }
}

/* KATEGÓRIE MOBILE: hero obrázok ako jemné pozadie za titulkom */
@media (max-width: 900px) {
  .catalog-hero {
    position: relative;
    display: block;
    min-height: auto;
    overflow: hidden;
  }

  .catalog-hero-content {
    position: relative;
    z-index: 3;
    max-width: 100%;
    padding: 28px 18px 38px;
  }

  .catalog-hero-image {
    position: absolute;
    top: 78px;
    right: -70px;
    width: 350px;
    height: 240px;
    min-height: 0;
    z-index: 1;
    opacity: 0.18;
    pointer-events: none;
  }

  .catalog-hero-image::before {
    display: none;
  }

  .catalog-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .catalog-hero h1,
  .catalog-hero p,
  .catalog-breadcrumb,
  .catalog-eyebrow {
    position: relative;
    z-index: 3;
  }
}

@media (max-width: 520px) {
  .hero-visual {
    top: 32px;
    right: -120px;
    width: 360px;
    height: 260px;
    opacity: 0.14;
  }

  .catalog-hero-image {
    top: 96px;
    right: -120px;
    width: 360px;
    height: 240px;
    opacity: 0.14;
  }
}


/* =========================================================
   FINÁLNE ZJEDNOTENIE HOMEPAGE
   ========================================================= */

/* Tlačidlá používajú systém definovaný v base.css. */
.hero-button {
  width: 390px;
  max-width: 100%;
  min-width: 0;
  height: 78px;
  margin-top: 0;
  padding-inline: 34px;
  color: var(--white);
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: var(--radius-md);
  font-size: 21px;
  box-shadow: var(--shadow-orange);
}

.hero-button:hover {
  color: var(--white);
  background: var(--orange-dark);
  border-color: var(--orange-dark);
  box-shadow: var(--shadow-hover);
}

.news-all-button {
  min-width: 285px;
  min-height: 60px;
  margin-top: 24px;
  padding-inline: 28px;
  color: var(--orange);
  background: var(--white);
  border: 2px solid var(--orange);
  font-size: 18px;
  font-weight: 800;
}

.news-all-button:hover {
  color: var(--white);
  background: var(--orange);
  border-color: var(--orange);
}

.contact-submit {
  width: 100%;
  min-height: 56px;
  height: auto;
  color: var(--white);
  background: var(--orange);
  border: 1px solid var(--orange);
}

.contact-submit:hover {
  color: var(--white);
  background: var(--orange-dark);
  border-color: var(--orange-dark);
}

.about-story-services-link {
  min-width: 220px;
  min-height: 60px;
  justify-content: space-between;
  color: var(--white);
  background: var(--orange);
  border: 1px solid var(--orange);
}

.about-story-services-link:hover {
  color: var(--white);
  background: var(--orange-dark);
  border-color: var(--orange-dark);
}

/* Textové CTA majú rovnakú farbu a rovnaký pohyb šípky. */
.category-link,
.service-link,
.service-more-button,
.news-detail,
.about-story-local-note > a,
.seo-text-link {
  color: var(--orange);
  font-weight: 800;
}

.category-card:hover .category-link strong,
.service-card:hover .service-link strong,
.service-card:hover .service-more-button strong,
.news-detail:hover span,
.about-story-local-note > a:hover span {
  transform: translateX(5px);
}

.category-card,
.service-card,
.news-card-inner,
.contact-card {
  border-color: var(--border);
  box-shadow: var(--shadow-sm);
}

.category-card:hover,
.service-card:hover,
.news-card-inner:hover,
.contact-card:hover {
  border-color: rgba(255, 61, 0, 0.34);
  box-shadow: var(--shadow-hover);
}

@media (max-width: 900px) {
  .news-all-button {
    width: 100%;
    min-width: 0;
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .hero-button {
    width: 100%;
    height: 66px;
    font-size: 18px;
  }
  .about-story-services-link { width: 100%; }
}

/* =========================================================
   OPRAVA STICKY SCROLLU O NÁS
   ========================================================= */
.home-page { overflow-x: clip; }
.home-page main,
.about-story-container { overflow: visible; }
.about-story-section { overflow: visible; }
