* { 
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* {
  font-family: 'Tan Pearl', serif; /* 👈 nový font pro úplně všechno */
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px; /* 👈 menší offset kvůli menšímu navbaru */
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* === SCROLL TO TOP BUTTON === */
#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: max(20px, env(safe-area-inset-right));
  left: auto;
  width: 55px;
  height: 55px;
  border: none;
  border-radius: 50%;
  background: #f5f2ef; /* jemný taupe světlý */
  color: #3b3a36; /* tmavší taupe */
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(59,58,54,0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

#scrollTopBtn:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(59,58,54,0.3);
}

#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}

body {
  font-family: 'Outfit', sans-serif;
  background: #fefcf9; /* světlá taupe */
  color: #3b3a36;
  line-height: 1.6;
  overflow-x: hidden;
  max-width: 100%;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* === NAVIGATION === */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(245,242,239,0.95);
  backdrop-filter: blur(12px);
  transition: all 0.3s ease;
  padding: 1.1rem 0; /* 👈 zmenšeno */
}

nav.scrolled {
  background: rgba(245,242,239,0.98);
  box-shadow: 0 2px 20px rgba(120,105,95,0.12);
  padding: 0.8rem 0; /* 👈 zmenšeno */
}

/* OBALOVÝ KONTEJNER FLEX */
.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem; /* 👈 lehce menší */
}

/* LOGO */
.logo {
  display: flex;
  align-items: center;
  gap: 10px; /* 👈 menší */
  text-decoration: none;
  color: #2f2d29;
  font-size: 2rem; /* 👈 zmenšeno */
  font-weight: 900;
  z-index: 1001;
}

.logo-icon {
  width: 170px;    
  height: 70px;    /* 👈 menší výška */
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Tan Pearl', serif;
  font-size: 24px; /* 👈 zmenšeno */
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(120,105,95,0.2);
  background: none;
  border-radius: 0;
}

.logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo:hover .logo-icon {
  transform: scale(1.05);
}

/* NAV LINKS */
.nav-links {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  gap: 3rem; /* 👈 lehce menší mezery */
}

.nav-link {
  text-decoration: none;
  color: #74645b;
  font-weight: 700;
  font-size: 1.25rem; /* 👈 zmenšeno */
  position: relative;
  transition: color 0.3s ease;
  letter-spacing: 0.3px;
  line-height: 1.1;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -5px; /* 👈 jemně upraveno */
  left: 0;
  width: 0;
  height: 2px; /* 👈 tenčí */
  background: linear-gradient(90deg, #9f8b7a, #b7a698);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.nav-link:hover {
  color: #9f8b7a;
}

.nav-link:hover::after {
  width: 100%;
}

/* BUTTON ONLINE BUCHEN */
.btn-book {
  background: linear-gradient(135deg, #493d36 0%, #66564b 100%);
  color: #fefcf9;
  padding: 12px 28px; /* 👈 menší */
  border-radius: 50px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.25rem; /* 👈 zmenšeno */
  box-shadow: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.btn-book:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #66564b 0%, #7f6d61 100%);
  box-shadow: none;
}

/* HAMBURGER MENU */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px; /* 👈 menší */
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
}

.menu-toggle span {
  width: 26px; /* 👈 menší */
  height: 3px;
  background: #9f8b7a;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}

/* === HERO === */ 
.hero {
  padding: 80px 0 50px; /* 👈 MENŠÍ mezery nahoře i dole */
  background: linear-gradient(180deg, #ece3d8 0%, #fefcf9 100%);
  min-height: auto; /* 👈 KLÍČOVÉ – zrušení 100vh */
  display: flex;
  align-items: center;
  font-family: 'Tan Pearl', serif;
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.badge {
  display: inline-block;
  background: linear-gradient(135deg, rgba(139,125,114,0.1), rgba(208,196,180,0.15));
  color: #8b7d72;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem; /* 👈 lehce menší */
  border: 2px solid rgba(139,125,114,0.2);
}

.hero h1 {
  font-size: 3.9rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.1rem; /* 👈 menší mezera */
  color: #3b3a36;
}

.highlight {
  background: linear-gradient(135deg, #b8a394 0%, #d0c4b4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-text {
  font-size: 1.25rem;
  color: #6e6b68;
  margin-bottom: 1.6rem; /* 👈 menší */
  line-height: 1.75;
  max-width: 540px;
}

/* === HERO BUTTONS === */
.hero-buttons {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

/* === HERO BUTTONS - TMAVÝ STEJNÝ JAKO ONLINE BUCHEN === */
.btn-primary {
  background: linear-gradient(135deg, #493d36 0%, #66564b 100%);
  color: #fefcf9;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #66564b 0%, #7f6d61 100%);
}

.btn-secondary {
  background: #fefcf9; 
  color: #3b3a36;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  border: 2px solid #e5e2de;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-secondary:hover {
  background: #f5ede4;
  border-color: #b8a394;
  color: #b8a394;
}

/* === HERO IMAGE BLOBS === */
.hero-image {
  position: relative;
  transform: scale(0.75); /* 👈 lehce větší než 0.7 aby nevznikal “fake prostor” */
  transform-origin: center;
}

.hero-image img {
  width: 100%;
  border-radius: 1.6rem;
  box-shadow: 0 20px 40px rgba(59,58,54,0.15);
  position: relative;
  z-index: 2;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  z-index: 1;
  opacity: 0.5;
}

.blob-1 {
  width: 240px;
  height: 240px;
  background: linear-gradient(135deg, #b8a394, #d0c4b4);
  top: -40px;
  right: -40px;
}

.blob-2 {
  width: 320px;
  height: 320px;
  background: linear-gradient(135deg, #d0c4b4, #e5ded2);
  bottom: -60px;
  left: -60px;
}
/* === MASSAGES === */
.massages {
  padding: 3.5rem 0 4rem; /* 👈 MENŠÍ mezera nahoře, trochu víc dole */
  margin-top: 0; /* 👈 jistota že nic nepřidává */
  background: linear-gradient(180deg, #fefcf9 0%, #f5ede4 100%);
}

.massages h2 {
  font-size: 3.5rem;
  font-weight: 800;
  color: #3b3a36;
  margin-bottom: 2rem; /* 👈 MENŠÍ (bylo 3rem) */
  line-height: 1.2;
}

.massage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.8rem; /* 👈 lehce menší mezery */
}

.massage-card {
  background: #fefcf9;
  padding: 2.3rem; /* 👈 lehce menší */
  border-radius: 2rem;
  border: 2px solid #e5e2de;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.massage-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #b8a394, #d0c4b4);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.massage-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(184,163,148,0.2);
  border-color: #b8a394;
}

.massage-card:hover::before {
  transform: scaleX(1);
}

/* === CARD ICON === */
.card-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f5ede4, #e5ded2);
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  margin-bottom: 1.2rem; /* 👈 menší */
  transition: all 0.3s ease;
  overflow: hidden;
}

.card-icon img {
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
  display: block;
}

.massage-card:hover .card-icon {
  background: linear-gradient(135deg, #b8a394, #d0c4b4);
  transform: scale(1.1);
}

.massage-card h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3b3a36;
  margin-bottom: 0.8rem; /* 👈 menší */
}

.massage-card p {
  color: #6e6b68;
  line-height: 1.7;
  margin-bottom: 1.2rem; /* 👈 menší */
  font-size: 1.05rem;
}

.card-link {
  color: #b8a394;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s ease;
  font-size: 1.1rem;
}

.card-link:hover {
  gap: 12px;
}

/* === HOW IT WORKS === */
.how-it-works {
  padding: 4rem 0; /* 👈 menší než 6rem */
  background: #fefcf9;
}

.how-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem; /* 👈 menší */
  align-items: center;
}

.how-content h2 {
  font-size: 3.5rem;
  font-weight: 800;
  color: #3b3a36;
  margin-bottom: 2rem; /* 👈 menší */
  line-height: 1.2;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 2rem; /* 👈 menší */
}

.step {
  display: flex;
  gap: 1.2rem;
}

.step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #b8a394, #d0c4b4);
  color: #fefcf9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 800;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(184,163,148,0.35);
}

.step-text h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3b3a36;
  margin-bottom: 0.4rem;
}

.step-text p {
  color: #6e6b68;
  line-height: 1.7;
  font-size: 1.1rem;
}

.how-box { 
  background: linear-gradient(135deg, #5A4A42 0%, #595650 100%);
  padding: 2.5rem; /* 👈 menší */
  border-radius: 2.5rem;
  color: #fefcf9;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.check-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 6rem;
  opacity: 0.1;
  color: #fefcf9;
}

.how-box h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  position: relative;
  color: #ffffff;
}

.box-intro {
  color: #f5f5f5;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.checklist li {
  color: #f5f5f5;
  font-size: 1.1rem;
  padding-left: 0.5rem;
  font-weight: 600;
}

.checklist li::before {
  content: "✓ ";
  color: #4CAF50;
  font-weight: 900;
  font-size: 1.3rem;
}

/* === PRICING === */
.pricing {
  padding: 6rem 0;
  background: linear-gradient(180deg, #f5ede4 0%, #fefcf9 100%);
}

.pricing h2{
  font-size: 3.5rem;
  font-weight: 800;
  color: #3b3a36;
  margin-bottom: 3rem;
  line-height: 1.2;}

.pricing-container {
  max-width: 900px;
}

.pricing-box {
  background: #fefcf9;
  border-radius: 2.5rem;
  overflow: hidden;
  border: 2px solid #e5e2de;
  box-shadow: 0 25px 50px rgba(59,58,54,0.08);
}

.price-items {
  padding: 3rem;
}

.price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  border-bottom: 2px solid #ede9e2;
  transition: all 0.3s ease;
  border-radius: 1rem;
}

.price-item:last-child {
  border-bottom: none;
}

.price-item:hover {
  background: #f5ede4;
  padding-left: 2.5rem;
}

.price-duration {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.price-duration .icon {
  font-size: 1.8rem;
  color: #b8a394;
}

.duration {
  font-size: 1.4rem;
  font-weight: 600;
  color: #3b3a36;
}

.price {
  font-size: 1.6rem;
  font-weight: 800;
  color: #b8a394;
}

.pricing-footer {
  background: linear-gradient(135deg, rgba(184,163,148,0.05), rgba(208,196,180,0.08));
  padding: 2.5rem;
  text-align: center;
}

.pricing-footer p {
  color: #6e6b68;
  margin-bottom: 1.5rem;
  font-style: italic;
  font-size: 1.3rem;
}

/* === ÜBER MICH / ABOUT === */
.about {
  padding: 6rem 0;
  background: #fefcf9;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-image {
  position: relative;
}

.about-image img {
  width: 100%;
  border-radius: 2.5rem;
  box-shadow: 0 25px 50px rgba(59,58,54,0.15);
  transition: filter 1s ease;
}

.about-image:hover img {
  filter: grayscale(0%);
}

.badge-experience {
  position: absolute;
  bottom: -30px;
  right: -30px;
  background: #fefcf9;
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 20px 40px rgba(59,58,54,0.15);
  max-width: 200px;
}

.badge-experience .number {
  font-size: 3rem;
  font-weight: 800;
  color: #b8a394;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.badge-experience .text {
  font-size: 0.95rem;
  font-weight: 600;
  color: #3b3a36;
  line-height: 1.3;
}

.about-content h2 {
  font-size: 3.5rem;
  font-weight: 800;
  color: #3b3a36;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.about-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.about-text p {
  font-size: 1.15rem;
  color: #6e6b68;
  line-height: 1.8;
}

.quote {
  font-weight: 600;
  color: #3b3a36 !important;
  font-style: italic;
  padding-left: 1.5rem;
  border-left: 4px solid #b8a394;
  margin-top: 1rem;
}
/* SHOW MORE / WENIGER (ABOUT) */
.about-more {
  display: none;
}

.about-text.active .about-more {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about-img-more {
  display: none;
  margin-top: 2rem;
}

.about-img-more.show {
  display: block;
}
.about-toggle {
  margin-top: 1rem;
  background: none;
  border: none;
  color: #5A4A42; /* taupe */
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  align-self: flex-start;
  transition: opacity 0.2s ease;
}

.about-toggle:hover {
  opacity: 0.7;
}



/* === KONTAKT / CONTACT === */
.contact {
  padding: 6rem 0;
  background: linear-gradient(135deg, #3b3a36 0%, #595650 100%);
  color: #fefcf9;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 1rem;
}

.contact-info h2 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 2rem;
  color: #fefcf9;
}

.contact-intro {
  font-size: 1.15rem;
  color: #d1cfc7;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 1.33rem;
}

/* Pravá strana: contact box nahoře, Instagram + lokalita dole */
.contact-right-side {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* zarovnání nahoru */
  gap: 2rem;
}

/* Instagram + Lokalita pod boxem */
.contact-items-bottom {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: auto; /* vytlačí položky dolů, pokud chceš větší odstup od boxu */
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  text-decoration: none;
  color: #fefcf9;
  transition: all 0.3s ease;
  padding: 0.5rem;
  border-radius: 1rem;
}

.contact-item:hover {
  color: #b8a394;
  transform: translateX(8px);
}

.contact-icon {
  width: 70px;
  height: 70px;
  background: rgba(255,255,255,0.1);
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.contact-icon img {
  width: 70px;
  height: 70px;
  background: rgba(255,255,255,0.1);
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.contact-item:hover .contact-icon {
  background: rgba(184,163,148,0.2);
}

.contact-label {
  font-size: 0.85rem;
  color: #bfc0bb;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.contact-value {
  font-size: 1.6rem;
  font-weight: 600;
}

/* === CONTACT BOX LIGHT TAUPE WITH BLACK TEXT === */
.contact-box {
  background: rgba(235,230,225,0.8); /* světlejší taupe */
  padding: 3rem;
  border-radius: 2.5rem;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(200,190,180,0.5);
  color: #1a1a1a; /* text uvnitř černý */
}

.contact-box h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

.contact-box p {
  line-height: 1.7;
  margin-bottom: 1.33rem;
  font-size: 1.05rem;
  color: #1a1a1a;
}
.contact-right-side {
  gap: 1.33rem; /* původně 2rem → zmenšeno o 1/3 */
}

/* === TMAVÝ BUTTON UVNITŘ BOXU === */
.btn-contact {
  display: block;
  width: 100%;
  text-align: center;
  background: linear-gradient(135deg, #5A4A42 0%, #7C6B61 100%);
  color: #fefcf9; /* text tlačítka bílý */
  padding: 1.2rem;
  border-radius: 1.5rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-contact:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #7C6B61 0%, #9B8778 100%);
  box-shadow: none;
}
/* === FOOTER === */
footer {
  padding: 3rem 0;
  background: #1a1a1a;
  color: #bfc0bb;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

/* FOOTER LOGO - zachování poměru stran obdélníku */
.footer-logo .logo-icon {
  width: 180px;   /* cca 3x větší než původně */
  height: auto;   /* zachová přirozený poměr stran */
  font-size: 20px;
  background: none;  /* odstraníme jakoukoliv barvu pozadí */
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo .logo-icon img {
  width: 100%;    /* roztáhne na šířku kontejneru */
  height: auto;   /* zachová obdélníkový poměr */
  object-fit: contain; /* nezmění proporce obrázku */
}

.footer-links {
  display: flex;
  gap: 2rem;
}

.footer-links a {
  color: #bfc0bb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #fefcf9;
}
/* === RESPONSIVE NAVIGATION & MOBILE MENU === */
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(245,242,239,0.98);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    transition: left 0.4s ease;
    z-index: 999;
  }

  .nav-links.active {
    left: 0;
  }

  .nav-link {
    font-size: 2rem;
    color: #2f2d29;
  }

  .hero-grid,
  .how-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1.5rem;
    width: 100%;
    box-sizing: border-box;
  }

  /* === HERO FIX NA MOBILE === */
  .hero {
    padding: 110px 0 40px; /* 👈 víc nahoře kvůli navbaru, méně dole */
    min-height: auto; /* 👈 odstraní obří výšku */
  }

  .badge {
    margin-top: 0.5rem; /* 👈 aby nebyla nalepená úplně nahoře */
  }

  .hero-image {
    transform: scale(1); /* 👈 zruší zmenšení → větší obrázek */
    margin-top: 1rem;
    margin-bottom: 0; /* 👈 odstraní spodní mezeru */
  }

  .hero-image img {
    width: 100%;
    max-width: 100%;
  }

  /* === FIX CONTACT SECTION ON MOBILE === */
  .contact {
    overflow: visible;
  }

  .contact-grid {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.5rem;
  }

  .contact-item {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .contact-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
  }

  .contact-value {
    word-break: break-word;
  }

  .badge-experience {
    position: static;
    margin-top: 2rem;
    max-width: 100%;
  }

  .btn-primary,
  .btn-secondary,
  .btn-contact {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .blob {
    display: none;
  }
}

/* === EXTRA SMALL DEVICES === */
@media (max-width: 480px) {
  .container {
    padding: 0 1.5rem;
  }

  .hero h1 {
    font-size: 2.2rem;
  }

  .logo {
    font-size: 1.8rem;
    color: #2f2d29;
  }

  .logo-icon {
    font-size: 24px;
    background: linear-gradient(135deg, #9f8b7a 0%, #b7a698 100%);
    color: #fefcf9;
  }

  .nav-link {
    font-size: 1.8rem;
  }

  .btn-book {
    font-size: 1.2rem;
    padding: 12px 26px;
  }

  /* === HERO EXTRA FIX === */
  .hero {
    padding: 100px 0 30px; /* 👈 ještě víc dotažené pro malé mobily */
  }

  .hero-image {
    margin-top: 0.5rem;
  }

  /* EXTRA MOBILE FIX FOR CONTACT */
  .contact-grid {
    padding: 0 1rem;
  }

  .contact-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
  }
}