:root {
  --navy: #123b70;
  --navy-dark: #092849;
  --blue-soft: #eaf1f8;
  --orange: #f0a23d;
  --orange-dark: #ca7d1c;
  --ink: #172033;
  --muted: #5f6878;
  --line: #dce2e9;
  --surface: #ffffff;
  --bg: #f5f7fa;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(18, 59, 112, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 92px 0; }
.section-muted { background: var(--bg); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: #fff; padding: 12px 16px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(18, 59, 112, 0.08);
}
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { width: 185px; height: 68px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 27px; }
.main-nav a { text-decoration: none; font-size: 15px; font-weight: 750; color: #344056; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--navy); }
.menu-button { display: none; border: 0; background: transparent; padding: 7px; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; background: var(--navy); margin: 5px 0; }

.hero { background: linear-gradient(180deg, #fff 0%, #f7f9fb 100%); padding-top: 45px; }
.hero-card { display: grid; grid-template-columns: 1.15fr 0.85fr; min-height: 570px; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); }
.hero-photo { background: url("assets/hero-agroskills-2026-final.jpg") 52% 71% /cover no-repeat; min-height: 570px; position: relative; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9, 40, 73, 0.04) 0%, rgba(9, 40, 73, 0.02) 58%, rgba(9, 40, 73, 0.32) 100%); }
.hero-content { background: linear-gradient(145deg, var(--navy) 0%, var(--navy-dark) 100%); color: #fff; padding: 58px 52px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 850; color: #ffd99f; }
.eyebrow.dark { color: var(--orange-dark); }
.hero h1 { margin: 0; font-size: clamp(58px, 7vw, 98px); line-height: .82; letter-spacing: -.055em; }
.hero h1 span { color: #ffc56d; }
.hero-lead { margin: 22px 0 30px; font-size: 27px; font-weight: 750; }
.hero-meta { display: grid; grid-template-columns: 1fr auto; gap: 22px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22); }
.hero-meta div { display: flex; flex-direction: column; }
.hero-meta strong { font-size: 18px; }
.hero-meta span { color: #d7e5f5; font-size: 14px; }
.countdown { text-align: right; min-width: 92px; }
.countdown strong { color: #ffc56d; font-size: 34px; line-height: 1; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 19px; border-radius: 12px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #fff; color: var(--navy-dark); box-shadow: 0 12px 24px rgba(0,0,0,.16); }
.button-ghost { border: 1px solid rgba(255,255,255,.45); color: #fff; }
.button-ghost:hover { background: rgba(255,255,255,.1); }

.stats { background: var(--navy-dark); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats article { padding: 31px 28px; border-right: 1px solid rgba(255,255,255,.12); display: flex; align-items: baseline; gap: 12px; }
.stats article:last-child { border-right: 0; }
.stats strong { font-size: 42px; line-height: 1; color: #ffc56d; }
.stats span { color: #d7e5f5; font-size: 15px; }

h2 { margin: 0; font-size: clamp(38px, 4.5vw, 62px); line-height: 1.06; letter-spacing: -.04em; }
h3, h4 { line-height: 1.25; }
.split-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.prose { font-size: 18px; color: var(--muted); }
.prose p:first-child { margin-top: 0; }
.feature-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.feature-row span { background: var(--blue-soft); color: var(--navy); padding: 9px 14px; border-radius: 999px; font-weight: 750; font-size: 14px; }

.section-heading { display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: end; margin-bottom: 48px; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 17px; }
.section-heading.compact { margin-bottom: 38px; }
.discipline-groups { display: grid; gap: 52px; }
.discipline-groups > div > h3 { margin: 0 0 20px; color: var(--navy); font-size: 20px; }
.card-grid { display: grid; grid-template-columns: repeat(5,minmax(0, 1fr)); gap: 18px; }
.outdoor-grid {grid-template-columns: repeat(5, minmax(0, 1fr));}
.discipline-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 24px; min-height: 205px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.discipline-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(18,59,112,.1); border-color: #c2d4e7; }
.discipline-card > span { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: var(--blue-soft); color: var(--navy); font-weight: 900; font-size: 13px; }
.discipline-card h4 { margin: 16px 0 8px; font-size: 20px; }
.discipline-card p { margin: 0; color: var(--muted); font-size: 14px; }

.program-grid { align-items: start; }
.program-note { color: var(--muted); font-size: 17px; margin-top: 24px; max-width: 520px; }
.timeline { border-left: 2px solid var(--line); padding-left: 34px; }
.timeline article { display: grid; grid-template-columns: 82px 1fr; gap: 24px; position: relative; padding: 0 0 31px; }
.timeline article:last-child { padding-bottom: 0; }
.timeline article::before { content: ""; position: absolute; left: -42px; top: 6px; width: 14px; height: 14px; border-radius: 50%; background: var(--orange); border: 4px solid #fff; box-shadow: 0 0 0 2px var(--orange); }
.timeline time { color: var(--navy); font-weight: 900; }
.timeline strong { font-size: 18px; }
.timeline p { margin: 4px 0 0; color: var(--muted); }

.past-year { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%); color: #fff; }
.past-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; }
.past-year p { color: #d7e5f5; font-size: 18px; max-width: 560px; }
.past-stats { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.past-stats span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.23); border-radius: 999px; color: #d7e5f5; }
.past-stats strong { color: #ffc56d; }
.winners-card { background: #fff; color: var(--ink); border-radius: 22px; padding: 31px; box-shadow: 0 22px 55px rgba(0,0,0,.18); }
.winners-card h3 { margin: 0 0 20px; }
.winners-card ol { list-style: none; margin: 0; padding: 0; }
.winners-card li { display: grid; grid-template-columns: 42px 1fr; gap: 1px 13px; padding: 14px 0; border-top: 1px solid var(--line); }
.winners-card li span { grid-row: 1 / 3; display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: var(--blue-soft); color: var(--navy); font-weight: 900; }
.winners-card li strong { line-height: 1.2; }
.winners-card li small { color: var(--muted); }

.partner-block + .partner-block { margin-top: 34px; }
.partner-block h3 { color: var(--muted); font-size: 14px; letter-spacing: .09em; text-transform: uppercase; }
.logo-text-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.logo-text-grid span { min-height: 78px; border: 1px solid var(--line); border-radius: 15px; display: flex; align-items: center; justify-content: center; padding: 15px; text-align: center; font-weight: 850; color: #4d586a; background: #fff; }
.primary-partners span { color: var(--navy); font-size: 19px; border-color: #c8d8e8; background: var(--blue-soft); }
.partner-note { color: var(--muted); font-size: 13px; margin-top: 13px; }

.contact-section { background: #f2a23c; }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.contact-section .eyebrow { color: var(--navy-dark); }
.contact-section p { font-size: 18px; max-width: 620px; }
.contact-card { background: #fff; border-radius: 22px; padding: 32px; box-shadow: 0 20px 45px rgba(73, 41, 7, .14); display: flex; flex-direction: column; }
.contact-card strong { font-size: 24px; }
.contact-card span { color: var(--muted); margin-bottom: 20px; }
.contact-card a { font-weight: 850; color: var(--navy); text-decoration: none; font-size: 18px; margin: 3px 0; }
.contact-card small { color: var(--muted); margin-top: 20px; }

.site-footer { background: #071d35; color: #cbd9e9; padding: 30px 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-brand { display: flex; align-items: center; background: #fff; padding: 8px 12px; border-radius: 10px; }
.footer-brand img { width: 128px; height: 72px; object-fit: contain; }
.site-footer p { margin: 0; font-size: 14px; }
.site-footer a { text-decoration: none; font-weight: 750; }

@media (max-width: 980px) {
  .main-nav { position: fixed; inset: 88px 20px auto; display: none; flex-direction: column; align-items: stretch; padding: 18px; border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .menu-button { display: block; }
  .hero-card { grid-template-columns: 1fr; }
  .hero-photo { min-height: 380px; background-position: 52% 71%; }
  .hero-content { padding: 45px 38px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats article:nth-child(2) { border-right: 0; }
  .stats article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .split-grid, .past-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .card-grid, .outdoor-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 650px) {
  .container { width: min(100% - 26px, 1180px); }
  .section-pad { padding: 68px 0; }
  .header-inner { min-height: 74px; }
  .brand img { width: 148px; height: 56px; }
  .main-nav { inset: 74px 13px auto; }
  .hero { padding-top: 24px; }
  .hero-card { border-radius: 20px; }
  .hero-photo { min-height: 260px; }
  .hero-content { padding: 36px 24px; }
  .hero h1 { font-size: 60px; }
  .hero-lead { font-size: 22px; }
  .hero-meta { grid-template-columns: 1fr; }
  .countdown { text-align: left; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats article { padding: 24px 15px; flex-direction: column; gap: 4px; }
  .stats strong { font-size: 34px; }
  h2 { font-size: 39px; }
  .card-grid, .outdoor-grid, .logo-text-grid { grid-template-columns: 1fr; }
  .timeline { padding-left: 27px; }
  .timeline article { grid-template-columns: 66px 1fr; gap: 15px; }
  .timeline article::before { left: -35px; }
  .footer-inner { flex-direction: column; text-align: center; }
}.contact-card {
  position: relative;
  padding-right: 180px;
}

.contact-photo {
  position: absolute;
  top: 38px;
  right: 38px;
  width: 130px;
  height: 130px;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}

@media (max-width: 700px) {
  .contact-card {
    padding-right: 32px;
    padding-top: 165px;
  }

  .contact-photo {
    top: 28px;
    left: 32px;
    right: auto;
  }
}

.past-gallery {
  margin-top: 70px;
}

.past-gallery-heading {
  margin-bottom: 28px;
}

.past-gallery-heading h3 {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery-grid img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 22px;
  transition: transform 0.25s ease;
}

.gallery-grid img:hover {
  transform: translateY(-5px);
}

.gallery-vertical {
  object-position: center 35%;
}

@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .gallery-grid img {
    height: 230px;
  }
}
.logo-text-grid img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: 68px;
  object-fit: contain;
}

.logo-text-grid span {
  min-height: 105px;
  padding: 20px;
}

.logo-grid-one {
  grid-template-columns: minmax(280px, 580px);
}

.logo-grid-one span {
  min-height: 140px;
}

.logo-grid-one img {
  max-width: 510px;
  height: 100px;
}

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

.logo-grid-two span {
  min-height: 135px;
}

.logo-grid-two img {
  max-width: 390px;
  height: 90px;
}

.logo-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.logo-grid-five img {
  max-width: 190px;
  height: 62px;
}

@media (max-width: 980px) {
  .logo-grid-five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .logo-grid-one,
  .logo-grid-two,
  .logo-grid-five {
    grid-template-columns: 1fr;
  }

  .logo-text-grid img,
  .logo-grid-one img,
  .logo-grid-two img,
  .logo-grid-five img {
    max-width: 280px;
    height: 75px;
  }
}
/* Odstupňovanie veľkosti partnerov podľa úrovne podpory */

/* Generálny partner a hlavní partneri */
.logo-grid-two span {
  height: 150px;
  min-height: 150px;
  padding: 24px;
}

.logo-grid-two img {
  width: 100%;
  max-width: 390px;
  height: 94px;
  object-fit: contain;
}

/* Partneri */
.partner-block
.logo-text-grid:not(.logo-grid-one):not(.logo-grid-two):not(.logo-grid-five)
span {
  height: 108px;
  min-height: 108px;
  padding: 18px;
}

.partner-block
.logo-text-grid:not(.logo-grid-one):not(.logo-grid-two):not(.logo-grid-five)
img {
  width: 100%;
  max-width: 185px;
  height: 54px;
  object-fit: contain;
}

/* Podporovatelia */
.logo-grid-five span {
  height: 82px;
  min-height: 82px;
  padding: 12px;
}

.logo-grid-five img {
  width: 100%;
  max-width: 135px;
  height: 38px;
  object-fit: contain;
}
/* Pevné nastavenie fotogalérie */
.gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.gallery-grid > img {
  display: block !important;
  width: 100% !important;
  height: 260px !important;
  object-fit: cover !important;
}

@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr !important;
  }

  .gallery-grid > img {
    height: 230px !important;
  }
}
/* Partneri bez samostatných rámikov */

/* Tenká deliaca čiara medzi kategóriami */
#partneri .partner-block + .partner-block {
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

/* Zrušenie rámikov okolo jednotlivých log */
#partneri .logo-text-grid span {
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding-left: 12px;
  padding-right: 12px;
}
/* Generálny partner – vyvážené logá bližšie pri sebe */
#partneri .logo-grid-general {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

#partneri .logo-grid-general span {
  flex: 0 0 auto;
  width: auto;
  height: 130px;
  min-height: 130px;
  padding: 0;
}

/* ŠIOV */
#partneri .logo-grid-general span:first-child img {
  width: 340px;
  max-width: none;
  height: 92px;
  object-fit: contain;
}

/* Program švajčiarsko-slovenskej spolupráce */
#partneri .logo-grid-general span:last-child img {
  width: 390px;
  max-width: none;
  height: 70px;
  object-fit: contain;
}

@media (max-width: 850px) {
  #partneri .logo-grid-general {
    flex-direction: column;
    gap: 22px;
  }

  #partneri .logo-grid-general span {
    width: 100%;
  }

  #partneri .logo-grid-general span:first-child img,
  #partneri .logo-grid-general span:last-child img {
    max-width: 90%;
  }
}
/* AGRION – organizátor v úvodnej fotografii */

.hero-photo::after {
  z-index: 1;
  pointer-events: none;
}

.hero-organizer-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;

  width: min(390px, 84%);
  padding: 16px 22px 20px 42px;

  background: linear-gradient(
    135deg,
    var(--navy) 0%,
    var(--navy-dark) 100%
  );

  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
  box-shadow: -12px -10px 30px rgba(9, 40, 73, 0.20);
}

.hero-organizer-label {
  display: block;
  margin: 0 0 7px 5px;

  color: #ffffff;
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-organizer-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  min-height: auto;
  padding: 2px 0 0 4px;

  background: transparent;
  clip-path: none;
}

.hero-organizer-logo img {
  display: block;
  width: 310px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

/* Menší variant na tablete */
@media (max-width: 980px) {
  .hero-organizer-badge {
    width: min(350px, 80%);
    padding: 14px 18px 17px 36px;
  }

  .hero-organizer-logo {
    padding: 3px 0 0 4px;
  }

  .hero-organizer-logo img {
    width: 285px;
    max-width: 100%;
    height: auto;
  }
}

/* Menší variant na mobile */
@media (max-width: 650px) {
  .hero-organizer-badge {
    width: min(270px, 86%);
    padding: 11px 13px 14px 29px;
  }

  .hero-organizer-label {
    margin-bottom: 5px;
    font-size: 8px;
  }

  .hero-organizer-logo {
    min-height: auto;
    padding: 3px 0 0 3px;
    background: transparent;
    clip-path: none;
  }

  .hero-organizer-logo img {
    width: 215px;
    max-width: 100%;
    height: auto;
  }
}
/* MAPA AGROKOMPLEXU */

.venue-section {
  background: #ffffff;
}

.venue-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 0.75fr);
  gap: 34px;
  align-items: start;
}

.venue-map {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(18, 59, 112, 0.12);
}

.venue-map img {
  display: block;
  width: 100%;
  height: auto;
}

/* Samostatné body nad mapou */

.map-pin {
  position: absolute;
  transform: translate(-50%, -50%);

  width: 48px;
  height: 48px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--navy);
  color: #ffffff;
  border: 4px solid #ffffff;

  font-size: 19px;
  font-weight: 900;

  box-shadow: 0 8px 22px rgba(9, 40, 73, 0.35);
  z-index: 5;
}

/* Bod 1 – pavilón M4 */
.map-pin-m4 {
  left: 61%;
  top: 62%;
}

/* Bod 2 – vonkajšie disciplíny */
.map-pin-outdoor {
  left: 36.5%;
  top: 8.5%;
}

/* Legenda */

.venue-legend {
  background: var(--blue-soft);
  border-radius: 22px;
  padding: 28px;
}

.venue-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.venue-item + .venue-item {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid rgba(18, 59, 112, 0.15);
}

.venue-number {
  flex: 0 0 auto;

  width: 40px;
  height: 40px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--navy);
  color: #ffffff;
  font-weight: 900;
}

.venue-item strong {
  display: block;
  color: var(--navy-dark);
  font-size: 18px;
  line-height: 1.25;
}

.venue-item p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .venue-layout {
    grid-template-columns: 1fr;
  }

  .venue-legend {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .venue-item + .venue-item {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

@media (max-width: 600px) {
  .venue-legend {
    grid-template-columns: 1fr;
  }

  .venue-item + .venue-item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(18, 59, 112, 0.15);
  }

  .map-pin {
    width: 38px;
    height: 38px;
    border-width: 3px;
    font-size: 15px;
  }
}
/* =========================================
   DOLADENIE HERO A HLAVICKY – MOBIL
   ========================================= */

/* Logo AgroSkills v hornej lište – mierne menšie aj na PC */
.brand img {
  width: 165px;
  height: 60px;
}

/* Mobil */
@media (max-width: 650px) {

  /* Nižšia horná lišta */
  .header-inner {
    min-height: 62px;
  }

  /* Menšie logo AgroSkills hore */
  .brand img {
    width: 120px;
    height: 46px;
  }

  /* Menší hamburger, aby ladil s logom */
  .menu-button span:not(.sr-only) {
    width: 23px;
  }

  /* Menej priestoru nad úvodným obrázkom */
  .hero {
    padding-top: 16px;
  }

  /* Fotku posunieme smerom hore = odrežeme viac oblohy */
  .hero-photo {
    min-height: 260px;
    background-position: 52% 90%;
  }

  /* Menší a kompaktnejší modrý panel AGRION */
  .hero-organizer-badge {
    width: min(230px, 72%);
    padding: 9px 11px 11px 25px;
  }

  .hero-organizer-label {
    margin: 0 0 4px 2px;
    font-size: 7px;
    letter-spacing: 0.12em;
  }

  .hero-organizer-logo {
    padding: 2px 0 0 2px;
  }

  .hero-organizer-logo img {
    width: 170px;
    max-width: 100%;
    height: auto;
  }
}
/* =========================================
   KOMPAKTNEJSI AGRION PANEL – DESKTOP
   ========================================= */

@media (min-width: 651px) {

  .hero-organizer-badge {
    width: min(315px, 72%);
    padding: 10px 16px 12px 32px;
  }

  .hero-organizer-label {
    margin: 0 0 4px 2px;
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .hero-organizer-logo {
    padding: 0 0 0 2px;
  }

  .hero-organizer-logo img {
    width: 240px;
    max-width: 100%;
    height: auto;
  }
}
/* =========================================
   FINALNE DOLADENIE UVODU AGROSKILLS
   desktop + tablet + mobil
   ========================================= */


/* ===== DESKTOP ===== */

@media (min-width: 981px) {

  /* Fotka – menej oblohy, študent vyššie */
  .hero-photo {
    background-position: 52% 86%;
  }

  /* Menší AGRION pás */
  .hero-organizer-badge {
    width: min(275px, 68%);
    padding: 8px 13px 9px 28px;
  }

  .hero-organizer-label {
    margin: 0 0 3px 1px;
    font-size: 7px;
    letter-spacing: 0.12em;
  }

  .hero-organizer-logo {
    padding: 0 0 0 1px;
  }

  .hero-organizer-logo img {
    width: 205px;
    max-width: 100%;
    height: auto;
  }
}


/* ===== TABLET ===== */

@media (min-width: 651px) and (max-width: 980px) {

  .hero-photo {
    background-position: 52% 86%;
  }

  .hero-organizer-badge {
    width: min(270px, 70%);
    padding: 8px 13px 10px 27px;
  }

  .hero-organizer-label {
    margin: 0 0 3px 1px;
    font-size: 7px;
  }

  .hero-organizer-logo img {
    width: 205px;
    max-width: 100%;
    height: auto;
  }
}


/* ===== MOBIL ===== */

@media (max-width: 650px) {

  /* Menšie AgroSkills logo v hornej lište */
  .header-inner {
    min-height: 56px;
  }

  .brand img {
    width: 100px;
    height: 40px;
  }

  /* Menej bieleho priestoru nad hero */
  .hero {
    padding-top: 12px;
  }

  /* Menej oblohy, študent vyššie */
  .hero-photo {
    min-height: 250px;
    background-position: 52% 92%;
  }

  /* Menší AGRION pás */
  .hero-organizer-badge {
    width: min(195px, 64%);
    padding: 7px 9px 8px 22px;
  }

  .hero-organizer-label {
    margin: 0 0 3px 1px;
    font-size: 6px;
    letter-spacing: 0.11em;
  }

  .hero-organizer-logo {
    padding: 0;
  }

  .hero-organizer-logo img {
    width: 145px;
    max-width: 100%;
    height: auto;
  }
}