/* PRIVE CLINIC - sluzby
   Zdroj: prive-clinic-sluzby-header-logo-eshop.txt
   Spolocne styly hlavicky/paticky su v assets/css/base.css */

:root { --bg: #F8F2EA; --bg-alt: #EFE3D4; --dark: #2D2926; --dark-2: #3B332C; --card: #FFFDF9; --text: #2D2926; --text-soft: #6F6259; --line: #E5D7C3; --gold: #B8916A; --gold-deep: #7A5C42; --gold-light: #D4B896; --serif: 'Cormorant Garamond', 'Times New Roman', serif; --sans: 'Manrope', system-ui, -apple-system, sans-serif; --radius-m: 10px; --radius-l: 22px; --shadow-card: 0 30px 60px -30px rgba(122, 92, 66, 0.22); --container: 1240px; --section-y: clamp(72px, 9vw, 130px); }
 *,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }
 html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
 body { font-family: var(--sans); line-height: 1.65; color: var(--text); background: var(--bg); overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
 img { max-width: 100%; display: block; }
 a { color: inherit; text-decoration: none; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
 button { font-family: inherit; cursor: pointer; border: 0; background: none; }
 h1,
h2,
h3,
h4,
.serif { font-family: var(--serif); font-weight: 400; letter-spacing: 0.005em; color: var(--text); }
 h1 { font-size: clamp(2.9rem, 6.4vw, 5.8rem); line-height: 1.02; font-weight: 300; }
 h2 { font-size: clamp(2.1rem, 4vw, 3.45rem); line-height: 1.08; }
 h3 { font-size: clamp(1.45rem, 2vw, 1.85rem); line-height: 1.18; }
 p { color: var(--text-soft); }
 em { color: var(--gold-deep); font-style: italic; }
 .container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 28px; }
 .eyebrow { font-size: .75rem; letter-spacing: .32em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; margin-bottom: 1.4rem; display: inline-flex; align-items: center; gap: 14px; }
 .eyebrow::before { content: ""; width: 36px; height: 1px; background: var(--gold); }
 .btn-gold,
.btn-outline,
.text-link { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 56px; padding: 0 30px; border-radius: 6px; font-size: .78rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; white-space: nowrap; }
 .btn-gold { background: #C49A6C; color: #fff; border: 1px solid #C49A6C; box-shadow: 0 22px 40px -26px rgba(122,92,66,.8); }
 .btn-gold:hover { transform: translateY(-2px); background: var(--gold-deep); border-color: var(--gold-deep); }
 .btn-outline { border: 1px solid rgba(122,92,66,.28); color: var(--gold-deep); background: transparent; }
 .btn-outline:hover { border-color: var(--gold); background: rgba(184,145,106,.08); transform: translateY(-2px); }
 .text-link { min-height: 0; padding: 0 0 6px; color: var(--gold-deep); border-bottom: 1px solid rgba(122,92,66,.35); border-radius: 0; }
 .text-link:hover { color: var(--text); border-color: var(--text); }
 /* HEADER */                                      /* HERO */ .page-hero { min-height: 72vh; padding: 180px 0 90px; background: radial-gradient(circle at 16% 24%, rgba(212,184,150,.22), transparent 34%), linear-gradient(135deg, rgba(45,41,38,.94), rgba(59,51,44,.91)), var(--dark); position: relative; overflow: hidden; display: flex; align-items: center; }
 .page-hero::before { content: "Služby"; position: absolute; right: clamp(28px, 6vw, 110px); bottom: clamp(34px, 6vw, 92px); font-family: var(--serif); font-size: clamp(7rem, 18vw, 19rem); color: rgba(255,253,249,.045); line-height: 1; pointer-events: none; white-space: nowrap; }
 .page-hero::after { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(212,184,150,.16); border-radius: 28px; pointer-events: none; }
 .breadcrumb { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,253,249,.64); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 2rem; }
 .breadcrumb a:hover { color: var(--gold-light); }
 .page-hero h1 { max-width: 880px; color: #fffdf9; }
 .page-hero h1 em { color: var(--gold-light); }
 .lead { max-width: 720px; font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: rgba(255,253,249,.72); margin-top: 1.8rem; }
 .hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 2.6rem; }
 .hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 64px; max-width: 880px; border: 1px solid rgba(212,184,150,.22); background: rgba(255,253,249,.06); border-radius: 18px; overflow: hidden; }
 .hero-meta-item { padding: 22px; background: rgba(255,253,249,.025); }
 .hero-meta-item strong { display: block; font-family: var(--serif); color: var(--gold-light); font-size: 1.45rem; font-style: italic; font-weight: 400; margin-bottom: 4px; }
 .hero-meta-item span { color: rgba(255,253,249,.68); font-size: .84rem; letter-spacing: .08em; text-transform: uppercase; }
 /* SECTIONS */ .intro-section,
.services-section,
.approach-section,
.price-section,
.cta-section { padding: var(--section-y) 0; position: relative; }
 .section-head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: clamp(36px, 7vw, 92px); align-items: end; margin-bottom: 56px; }
 .section-head p { font-size: 1.02rem; max-width: 640px; }
 .intro-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(36px, 7vw, 86px); align-items: center; }
 .intro-copy h2 { margin-bottom: 22px; }
 .intro-copy p + p { margin-top: 16px; }
 .intro-note { margin-top: 30px; padding: 24px 26px; border-left: 1px solid var(--gold); background: rgba(255,253,249,.6); color: var(--text-soft); }
 .intro-card { border: 1px solid var(--line); border-radius: var(--radius-l); background: var(--card); padding: clamp(30px, 5vw, 58px); box-shadow: var(--shadow-card); position: relative; overflow: hidden; }
 .intro-card::before { content: "Privé Clinic"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-family: var(--serif); font-size: clamp(4.1rem, 8vw, 6.6rem); color: rgba(184,145,106,.08); line-height: 1; white-space: nowrap; }
 .intro-list { display: grid; gap: 18px; position: relative; }
 .intro-list li { list-style: none; display: grid; grid-template-columns: 42px 1fr; gap: 16px; align-items: start; }
 .intro-list svg { width: 42px; height: 42px; padding: 10px; border: 1px solid rgba(184,145,106,.32); border-radius: 50%; color: var(--gold-deep); }
 .intro-list strong { display: block; font-size: .95rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text); margin-bottom: 3px; }
 .intro-list span { color: var(--text-soft); }
 .services-section { background: var(--bg-alt); overflow: hidden; }
 .services-section::before { content: "PRIVÉ CLINIC"; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-family: var(--serif); font-size: clamp(6rem, 15vw, 17rem); color: rgba(255,253,249,.34); white-space: nowrap; pointer-events: none; }
 .services-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
 .service-card { min-height: 500px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(184,145,106,.26); border-radius: 18px; background: rgba(255,253,249,.88); padding: 34px; box-shadow: 0 24px 54px -34px rgba(122,92,66,.25); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
 .service-card:hover { transform: translateY(-6px); box-shadow: 0 34px 70px -38px rgba(122,92,66,.34); border-color: rgba(184,145,106,.55); }
 .service-icon { width: 54px; height: 54px; border-radius: 50%; border: 1px solid rgba(122,92,66,.32); display: grid; place-items: center; color: var(--gold-deep); margin-bottom: 34px; }
 .service-icon svg { width: 27px; height: 27px; }
 .service-card h3 { margin-bottom: 18px; }
 .service-card p { font-size: .96rem; }
 .service-points { display: grid; gap: 10px; margin-top: 22px; }
 .service-points span { display: inline-flex; align-items: center; gap: 9px; color: var(--text-soft); font-size: .88rem; }
 .service-points span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex: 0 0 auto; }
 .service-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(184,145,106,.18); }
 .service-card-footer a { font-size: .74rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-deep); }
 .service-card-footer a:hover { color: var(--text); }
 .approach-grid { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(38px, 8vw, 96px); align-items: start; }
 .approach-left { position: sticky; top: 145px; }
 .approach-left p { margin-top: 24px; max-width: 460px; }
 .approach-list { border-top: 1px solid var(--line); }
 .approach-row { display: grid; grid-template-columns: 80px 1fr 58px; gap: 26px; padding: 34px 0; border-bottom: 1px solid var(--line); align-items: start; }
 .approach-row .num { font-family: var(--serif); color: var(--gold-deep); font-style: italic; font-size: 1.2rem; }
 .approach-row h3 { margin-bottom: 8px; }
 .approach-row svg { width: 28px; height: 28px; color: var(--gold); justify-self: end; margin-top: 4px; }
 .price-section { background: #fffdf9; }
 .price-box { border: 1px solid var(--line); border-radius: var(--radius-l); padding: clamp(34px, 5vw, 64px); display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; box-shadow: var(--shadow-card); background: linear-gradient(135deg, #fffdf9, #fbf5ed); }
 .price-box h2 { max-width: 720px; margin-bottom: 16px; }
 .price-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: flex-end; }
 .cta-section { background: radial-gradient(circle at 75% 20%, rgba(196,154,108,.14), transparent 36%), linear-gradient(135deg, #2D2926, #3B332C); color: #fff; }
 .cta-panel { border: 1px solid rgba(255,255,255,.14); border-radius: 24px; padding: clamp(42px, 7vw, 80px); text-align: center; max-width: 980px; margin: 0 auto; background: rgba(255,253,249,.055); }
 .cta-panel h2 { color: #fffdf9; max-width: 780px; margin: 0 auto 18px; }
 .cta-panel h2 em { color: var(--gold-light); }
 .cta-panel p { color: rgba(255,253,249,.72); max-width: 660px; margin: 0 auto; }
 .cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 34px; }
 .cta-actions .btn-outline { color: #fff; border-color: rgba(255,255,255,.18); }
 .cta-actions .btn-outline:hover { background: rgba(255,255,255,.08); border-color: var(--gold-light); }
 /* FOOTER */               .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--d, 0s); }
 .reveal.visible { opacity: 1; transform: translateY(0); }
 @media (max-width: 1100px) {
 .services-grid { grid-template-columns: repeat(2, 1fr); }
 .service-card { min-height: 420px; }
  .price-box { grid-template-columns: 1fr; }
 .price-actions { justify-content: flex-start; }
}
 @media (max-width: 900px) {
             .page-hero { padding-top: 145px; min-height: auto; }
 .section-head,
.intro-grid,
.approach-grid { grid-template-columns: 1fr; }
 .approach-left { position: static; }
 .hero-meta { grid-template-columns: 1fr; }
}
 @media (max-width: 640px) {
 .container { padding: 0 20px; }
 .services-grid { grid-template-columns: 1fr; }
 .service-card { min-height: 0; padding: 28px; }
 .approach-row { grid-template-columns: 48px 1fr; }
 .approach-row svg { display: none; }
 .hero-actions,
.cta-actions,
.price-actions { flex-direction: column; align-items: stretch; }
 .btn-gold,
.btn-outline { width: 100%; }
  .page-hero::after { inset: 12px; }
}
 

/* Shared header/footer override */

    
    
    
    
    
    
    

    
    
    
    
    
    
    
    
    
    
    
    
    

    
    
    
    
    

    
    /* Transparent bridge removes the hover gap between Cenník and its dropdown. */
    
    
    
    
    
    
    

    
    
    

    
    
    
    
    
    
    
    

    

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    
    
    
    



    /* ============================================================
       OSTRÉ LOGO V HEADERI
       Zlatý znak = pôvodná grafika.
       Text = živý HTML text, preto sa pri zmenšení nerozmazáva.
       ============================================================ */
    

    

    

    

    

    /* Na svetlom desktopovom headeri po scrollnutí zmeníme iba text na tmavý. */
    

    /* Mobilný header zostáva tmavý aj po scrollnutí. */
    

    




    /* Zvýraznený odkaz na nový E-shop v hlavnej navigácii */
