/* ======================= */
/* TUCNA POLOZKA MENU      */
/* ======================= */
.menu li:nth-child(2) {
    font-weight: 500;
}

/* ======================= */
/* Posun menu doprava jen na desktopu */
/* ======================= */
@media (min-width: 1025px) {
    .header-menu-container {
        position: relative; 
        left: 90px;  
    }
}

/* ======================= */
/* Uprava nazvu webu - mobile */
/* ======================= */
.site-branding .site-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    color: #f0f0f1;
    max-width: 190px; /* desktop */
}

@media (max-width: 767px) {
    .site-branding .site-title {
        font-size: 10px;
        line-height: 1.2;
        max-width: 140px;
    }
}

/* ======================= */
/* Ikony - jazyky - zarovnani */
/* ======================= */
.header-navigation .header-menu-container ul ul li.menu-item > a {
    width: 50px;
    margin-left: 8px;
}

/* ======================= */
/* LOGA PATICKA */
/* ======================= */
.feeder-widget { 
    display: inline-block;
    background: transparent;
    line-height: 1;
    width: 320px; 
    height: 80px; 
}

/* centra wrapperu - volitelné */
.feeder-wrap {
    display: flex;
    flex-direction: column;
    align-items: center; /* sjednoceno, flex-start vymazáno */
    justify-content: center;
    height: 100%;
    gap: 6px;
    padding: 6px 12px;
    box-sizing: border-box;
}

/* elegantní kovový nápis */
.feeder-main {
    font-size: 26px;
    letter-spacing: 1.2px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    position: relative;

    /* Jemnější metalický gradient */
    background: linear-gradient(180deg,
        #ffffff 0%,
        #f5f5f5 20%,
        #dcdcdc 45%,
        #bfbfbf 70%,
        #a7a7a7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Zjemněné stíny */
    text-shadow:
        0 1px 0 rgba(255,255,255,0.4),
        0 1px 3px rgba(0,0,0,0.15);

    transform: skewX(-1deg); /* méně agresivní sklon */
    padding-right: 4px;
    box-sizing: border-box;
}

/* malý kovový obrys pro výraznost */
.feeder-main::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 8px;
    background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(255,255,255,0.02));
    filter: blur(2px);
    opacity: 0.6;
    transform: skewX(-2deg);
    z-index: -1;
}

/* Podnadpis */
.feeder-sub {
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
    color: #cfaa5e;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    gap: 10px;  
    position: relative;
    background: transparent;
    transform: skewX(-1.5deg);
    -webkit-font-smoothing: antialiased;
    padding: 2px 0;
}

/* linky vlevo a vpravo */
.feeder-sub::before,
.feeder-sub::after {
    content: "";
    flex: 0 0 auto;
    width: 20px;
    height: 1px;
    background: linear-gradient(90deg, rgba(240,123,0,0.9), rgba(255,180,80,0.9));
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.08) inset;
    margin: 0; /* odstranění asymetrie */
    transform: translateY(0.15em);
}

/* pravá linka – sjednocení stylu */
.feeder-sub::after {
    transform: translateY(0.15em); /* stejné jako u levé */
}

/* ======================= */
/* Responzivita feeder */
/* ======================= */
@media (max-width: 480px) {

    .feeder-widget {
        width: 100%;
        height: auto;
    }

    .feeder-wrap {
        padding: 8px 6px;
        gap: 4px;
        align-items: center;
    }

    .feeder-main {
        font-size: 20px;
        letter-spacing: 1px;
        padding-right: 2px;
        transform: skewX(-0.5deg);
    }

    .feeder-main::after {
        bottom: -4px;
        height: 6px;
        opacity: 0.45;
    }

    .feeder-sub {
        font-size: 11px;
        letter-spacing: 2px;
        gap: 6px;
        padding: 1px 0;
    }

    .feeder-sub::before,
    .feeder-sub::after {
        width: 16px;
        height: 1px;
        transform: translateY(0.1em);
    }
}

/* ======================= */
/* Konec loga zapati */
/* ======================= */

/* ======================= */
/* Fontface Organetto Exp Bold */
/* ======================= */
@font-face {
    font-family: 'Organetto Exp Bold';
    src: url('https://kajmanfishing.cz/wp-content/uploads/fonts/organetto-extbold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap; /* Zajistí zobrazení náhradního písma při načítání */
}

.site-title {
    font-family: 'Organetto Exp Bold' !important;
    text-transform: uppercase; /* Velká písmena */
}

.entry-content-wrap {
    padding: 0rem;
}
/* ÚVODNÍ STRANA */
div.banner {
  width: 100% ;
  height: 460px;
  background: url('tvuj-obrazek.jpg') center/cover no-repeat ;
  display: flex ;
  align-items: center ;
  justify-content: center ;
}

/* Sekce boxů - uvod*/
.kajman-intro {
  width: 100%;
  padding: 50px 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  background: #111;
  box-sizing: border-box;
}

/* Jednotlivé boxy */
.kajman-box {
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0,0,0,0.45);
}

/* Tagline pod boxy */
.kajman-tagline {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  padding: 0px 0 20px;
  background: #111;
}

/* Mobilní zobrazení */
@media (max-width: 1024px) {
  .kajman-intro {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .kajman-intro {
    grid-template-columns: repeat(2, 1fr);
  }
	.kajman-tagline{
 font-size: 1.0rem;
}
}
@media (max-width: 480px) {
  .kajman-intro {
    grid-template-columns: 1fr;
  }
  .kajman-box {
    font-size: 15px;
    padding: 18px;
  }
}

/* UVOD - SPODNI CAST */
.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 10%;
  gap: 40px;
  flex-wrap: wrap; 
}

.hero-left {
  flex: 1 1 400px;
}

.hero-left h1 {
  font-size: 2.5rem;
	font-weight:600;
  margin-bottom: 20px;
  line-height: 1.3;
	color:#F0F0F1;
}

.btn-primary {
  display: inline-block;
 background: linear-gradient(90deg, #1a1a1a, #1a1a1a);
  color: #c0c0c0;
	border: 1px solid #f2f2f3; 
  box-shadow: 0 6px 12px rgba(0,0,0,0.9), inset 0 2px 0 rgba(255,255,255,0.02);
  padding: 15px 20px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;

}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #f2f2f3;
}
.hero-right {
  flex: 1 1 400px;
  display: flex;
  justify-content: flex-end;
}

/* --- Info bar --- */
.info-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10%;
  background-color: #f5f5f5;
  flex-wrap: wrap;
  gap: 10px;
}

.info-left,
.info-center,
.info-right {
  flex: 1 1 200px;
  text-align: center;
  font-weight: bold;
}

/* --- Responzivita pro mobily --- */
@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    padding: 20px 5%;
    gap: 20px;
    text-align: center; /* vše vycentruje */
  }

  .hero-left {
    flex: unset;
    width: 100%;
  }

  .hero-left h1 {
    font-size: 1.8rem;
  }

  .btn-primary {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .hero-right {
    flex: unset;
    width: 100%;
    display: flex;
    justify-content: center; /* vycentrování obrázku */
  }

  .hero-right img {
    max-width: 90%;   /* obrázek se nezvětší přes okraj */
    height: auto;
  }

  .info-bar {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .info-left,
  .info-center,
  .info-right {
    flex: unset;
    width: 100%;
    margin-bottom: 0;
  }
}
