:root {
    --rose: #e8b4b8;
    --rose-soft: #f4dcde;
    --rose-deep: #c98a8e;
    --gold: #c9a36a;
    --gold-light: #e6cfa7;
    --cream: #faf6f2;
    --cream-deep: #f3ece4;
    --cream-warm: #f6e9e2;
    --ink: #2a2025;
    --ink-soft: #5a4d52;
    --muted: #8a7a80;
    --line: rgba(42, 32, 37, 0.08);
    --shadow-sm: 0 4px 16px rgba(42, 32, 37, 0.06);
    --shadow-md: 0 16px 48px rgba(42, 32, 37, 0.10);
    --shadow-lg: 0 32px 80px rgba(42, 32, 37, 0.14);
    --radius: 18px;
    --radius-lg: 28px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--cream);
    color: var(--ink);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s ease, opacity .2s ease; }
ul, ol { list-style: none; }

.container { width: min(1180px, 100% - 48px); margin-inline: auto; }

/* ========================================================== */
/*                   TYPOGRAFIE                                */
/* ========================================================== */
h1, h2, h3, h4 {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: var(--ink);
}
h1 { font-size: clamp(2.6rem, 5.5vw, 4.6rem); font-weight: 500; }
h2 { font-size: clamp(2.1rem, 4vw, 3.4rem); font-weight: 500; }
h3 { font-size: 1.45rem; font-weight: 600; }
h4 { font-size: 1.05rem; font-family: 'Inter', sans-serif; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }

.script {
    font-family: 'Caveat', cursive;
    font-weight: 600;
    color: var(--rose-deep);
    font-size: 1.15em;
    line-height: .9;
    display: inline-block;
    transform: translateY(.05em) rotate(-2deg);
}

.eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rose-deep);
    font-weight: 600;
    margin-bottom: 1rem;
}

.accent {
    background: linear-gradient(120deg, var(--rose-deep), var(--gold));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: italic;
}

p { color: var(--ink-soft); }
.lead { font-size: 1.15rem; max-width: 620px; }

/* ========================================================== */
/*                   TLAČÍTKA                                  */
/* ========================================================== */
.btn-primary, .btn-secondary, .btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: 1rem 2rem;
    border-radius: 999px;
    font-weight: 500;
    font-size: 0.97rem;
    letter-spacing: .01em;
    border: none;
    cursor: pointer;
    transition: all .25s ease;
    font-family: inherit;
}
.btn-primary {
    background: linear-gradient(135deg, var(--ink) 0%, #4a3a40 100%);
    color: var(--cream);
    box-shadow: var(--shadow-md);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-secondary {
    background: transparent;
    color: var(--ink);
    border: 1.5px solid var(--ink);
}
.btn-secondary:hover { background: var(--ink); color: var(--cream); }
.btn-ghost {
    padding: .6rem 1.3rem;
    background: var(--ink);
    color: var(--cream);
    font-size: .9rem;
}
.btn-ghost:hover { background: var(--rose-deep); }

/* ========================================================== */
/*                   NAVIGACE                                  */
/* ========================================================== */
.navbar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(250, 246, 242, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
}
.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 0;
}
.logo {
    display: flex;
    align-items: center;
    gap: .7rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--ink);
}
.logo-text em {
    font-style: normal;
    color: var(--rose-deep);
    font-weight: 500;
}
.logo-mark {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--rose) 0%, var(--gold) 100%);
    color: white;
    box-shadow:
        0 6px 18px rgba(201, 138, 142, 0.35),
        inset 0 -3px 8px rgba(133, 80, 88, 0.18),
        inset 0 2px 5px rgba(255, 255, 255, 0.40);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    transition: transform .3s ease;
}
.logo:hover .logo-mark {
    transform: rotate(-6deg) scale(1.05);
}
.logo-mark::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 9px;
    width: 14px;
    height: 6px;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.55), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.logo-glyph {
    font-family: 'Caveat', cursive;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.06em;
    transform: translateY(-2px) rotate(-4deg);
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 0 rgba(133, 80, 88, 0.15);
}

.nav-links { display: flex; gap: 2.2rem; align-items: center; }
.nav-links a {
    font-size: .95rem;
    color: var(--ink-soft);
    font-weight: 500;
}
.nav-links a:hover { color: var(--rose-deep); }
.nav-links a.active {
    color: var(--rose-deep);
    position: relative;
}
.nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: var(--rose-deep);
    border-radius: 50%;
}
.nav-links .btn-ghost { color: var(--cream); }
.nav-links .btn-ghost:hover { color: var(--cream); }
.nav-links .btn-ghost.active::after { display: none; }

.nav-toggle {
    display: none;
    background: none;
    border: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: .4rem;
}
.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--ink);
    transition: .3s;
}

/* ========================================================== */
/*                   HERO                                      */
/* ========================================================== */
.hero {
    position: relative;
    padding: 6rem 0 7rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 10%, rgba(232, 180, 184, 0.35), transparent 45%),
        radial-gradient(circle at 5% 90%, rgba(201, 163, 106, 0.20), transparent 50%),
        linear-gradient(180deg, var(--cream) 0%, var(--cream-warm) 100%);
}

.hero-watermark {
    position: absolute;
    font-family: 'Caveat', cursive;
    font-weight: 700;
    font-size: clamp(16rem, 28vw, 24rem);
    line-height: .85;
    color: var(--rose-soft);
    opacity: .55;
    top: 50%;
    right: -2%;
    transform: translateY(-50%) rotate(-6deg);
    pointer-events: none;
    user-select: none;
    z-index: 0;
    mask-image: radial-gradient(ellipse at center, black 25%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 25%, transparent 70%);
}

/* Plovoucí xo konfety pro hero */
.hero::before,
.hero::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background-image:
        radial-gradient(circle, var(--rose) 2px, transparent 2px);
    background-size: 22px 22px;
    opacity: .35;
    z-index: 0;
    pointer-events: none;
}
.hero::before { top: 12%; left: 4%; }
.hero::after { bottom: 18%; left: 8%; width: 80px; height: 80px; opacity: .25; }

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-content h1 { margin-bottom: 1.6rem; }
.hero-content .lead { margin-bottom: 2.4rem; }
.hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3.5rem;
}
.hero-meta {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--line);
}
.hero-meta div { display: flex; flex-direction: column; }
.hero-meta strong {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--ink);
    line-height: 1;
    margin-bottom: .4rem;
}
.hero-meta span {
    font-size: .78rem;
    color: var(--muted);
    letter-spacing: .05em;
    text-transform: uppercase;
}

/* HERO CARD — dekorativní panel */
.hero-card {
    position: relative;
    background: white;
    border-radius: var(--radius-lg);
    padding: 2.5rem 2rem;
    box-shadow: var(--shadow-lg);
    transform: rotate(2deg);
    border: 1px solid var(--line);
}
.hero-card::before {
    content: '✕';
    position: absolute;
    top: -18px;
    left: -18px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--rose-deep), var(--gold));
    color: white;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    box-shadow: var(--shadow-md);
}
.hero-card::after {
    content: '♡';
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 44px;
    height: 44px;
    background: white;
    color: var(--rose-deep);
    border: 2px solid var(--rose);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.4rem;
}
.hero-card-inner { text-align: center; }

.kiss-pattern {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .4rem;
    margin-bottom: 1.8rem;
    padding: 1.2rem;
    background: var(--cream);
    border-radius: var(--radius);
}
.kiss-pattern span {
    font-family: 'Caveat', cursive;
    font-size: 2rem;
    font-weight: 700;
    color: var(--rose-deep);
    line-height: 1;
}
.kiss-pattern span:nth-child(even) { color: var(--gold); }
.kiss-pattern span:nth-child(3n) { transform: rotate(8deg); }
.kiss-pattern span:nth-child(5n) { transform: rotate(-6deg); }

.signature {
    font-family: 'Caveat', cursive;
    font-size: 1.3rem;
    color: var(--ink-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    flex-wrap: wrap;
}
.signature em { font-style: normal; color: var(--muted); font-size: 1.05rem; }
.signature strong { color: var(--rose-deep); font-weight: 700; }
.signature .heart { color: var(--rose-deep); font-size: 1.3rem; }

.hero-card-tag {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%) rotate(-2deg);
    background: var(--ink);
    color: var(--cream);
    padding: .6rem 1.2rem;
    border-radius: 999px;
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: .5rem;
    white-space: nowrap;
    box-shadow: var(--shadow-md);
}
.dot {
    width: 8px;
    height: 8px;
    background: #6dca8f;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(109, 202, 143, 0.25);
}

/* ========================================================== */
/*                   MANIFESTO                                 */
/* ========================================================== */
.manifesto {
    padding: 5rem 0;
    background: var(--ink);
    color: var(--cream);
    position: relative;
    overflow: hidden;
}
.manifesto::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(232, 180, 184, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(201, 163, 106, 0.08) 0%, transparent 50%);
}
.manifesto-grid {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2.5rem;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
}
.manifesto-mark {
    font-family: 'Caveat', cursive;
    font-size: clamp(6rem, 12vw, 9rem);
    color: transparent;
    background: linear-gradient(135deg, var(--rose), var(--gold));
    -webkit-background-clip: text;
    background-clip: text;
    line-height: .9;
    font-weight: 700;
    transform: rotate(-6deg);
    flex-shrink: 0;
    padding: 0 1rem;
    text-shadow: 0 0 60px rgba(232, 180, 184, 0.3);
}
.manifesto-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    line-height: 1.4;
    color: var(--cream);
    font-weight: 400;
}
.manifesto-text .hi {
    font-style: italic;
    color: var(--rose);
    display: inline;
}

/* ========================================================== */
/*                   SEKCE OBECNĚ                              */
/* ========================================================== */
.section {
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}
.section-head { max-width: 680px; margin: 0 auto 4.5rem; }
.section-head.center { text-align: center; }
.section-head.left { text-align: left; margin-left: 0; }
.section-head h2 { margin-bottom: 1.2rem; }
.section-head p { font-size: 1.05rem; }

/* ========================================================== */
/*                   SLUŽBY (asymetrický grid)                */
/* ========================================================== */
.section-services { background: var(--cream); }
.services-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, var(--rose-soft) 1.5px, transparent 1.5px);
    background-size: 28px 28px;
    background-position: 0 0;
    opacity: .5;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 0%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 0%, transparent 70%);
    pointer-events: none;
}

.section-services::before {
    content: 'xo';
    position: absolute;
    top: 4rem;
    right: 4%;
    font-family: 'Caveat', cursive;
    font-weight: 700;
    font-size: 7rem;
    color: var(--rose-soft);
    opacity: .6;
    transform: rotate(12deg);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}
.section-services::after {
    content: 'xo';
    position: absolute;
    bottom: 3rem;
    left: 3%;
    font-family: 'Caveat', cursive;
    font-weight: 700;
    font-size: 5rem;
    color: var(--gold-light);
    opacity: .55;
    transform: rotate(-10deg);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.services-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
}

.service-card {
    background: white;
    padding: 2.4rem 2rem;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    min-height: 240px;
    display: flex;
    flex-direction: column;
}
.service-card.featured {
    background: linear-gradient(160deg, var(--ink) 0%, #3a2c30 100%);
    color: var(--cream);
    border-color: transparent;
}
.service-card.featured h3 { color: var(--cream); }
.service-card.featured p { color: rgba(250, 246, 242, 0.78); }
.service-card.featured .card-num {
    background: linear-gradient(120deg, var(--rose), var(--gold));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.service-card.featured .card-deco { color: rgba(232, 180, 184, 0.18); }

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: transparent;
}

.card-num {
    font-family: 'Caveat', cursive;
    font-size: 2.4rem;
    color: var(--rose-deep);
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: 600;
}

.service-card h3 { margin-bottom: .7rem; }

.card-deco {
    position: absolute;
    bottom: 1.2rem;
    right: 1.4rem;
    font-family: 'Caveat', cursive;
    font-size: 4rem;
    color: var(--rose-soft);
    line-height: 1;
    font-weight: 700;
    opacity: .85;
    pointer-events: none;
    user-select: none;
    transform: rotate(-10deg);
}

/* ========================================================== */
/*                   PRO KOHO (split)                          */
/* ========================================================== */
.section-target {
    background: var(--cream-deep);
    position: relative;
}
.section-target::before,
.section-target::after {
    
    position: absolute;
    left: 0;
    right: 0;
    font-family: 'Caveat', cursive;
    font-weight: 600;
    font-size: 2.6rem;
    color: var(--rose-deep);
    opacity: .45;
    letter-spacing: .15em;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    mask-image: linear-gradient(90deg,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%);
    -webkit-mask-image: linear-gradient(90deg,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%);
}
.section-target::before { top: 2.2rem; }
.section-target::after { bottom: 2.2rem; }

.target-split {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.4rem;
    align-items: stretch;
}

.target-side {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}
.target-side::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.target-hair::after { background: linear-gradient(90deg, var(--rose), var(--rose-deep)); }
.target-barber::after { background: linear-gradient(90deg, var(--ink-soft), var(--ink)); }
.target-nails::after { background: linear-gradient(90deg, var(--gold-light), var(--gold)); }
.target-spa::after { background: linear-gradient(90deg, var(--rose-deep), var(--ink-soft)); }

.target-side:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
}
.target-icon {
    display: inline-grid;
    place-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    color: white;
}
.target-hair .target-icon {
    background: linear-gradient(135deg, var(--rose), var(--rose-deep));
}
.target-barber .target-icon {
    background: linear-gradient(135deg, var(--ink-soft), var(--ink));
}
.target-nails .target-icon {
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
}
.target-spa .target-icon {
    background: linear-gradient(135deg, var(--rose-deep), var(--ink-soft));
}
.target-side h3 { font-size: 1.5rem; margin-bottom: .7rem; }
.target-side p { margin-bottom: 1.4rem; font-size: .95rem; }
.target-side ul li {
    padding: .55rem 0;
    padding-left: 1.6rem;
    position: relative;
    color: var(--ink-soft);
    font-size: .92rem;
    border-bottom: 1px solid var(--line);
}
.target-side ul li:last-child { border-bottom: none; }
.target-side ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--rose-deep);
    font-weight: 700;
}
.target-barber ul li::before { color: var(--ink); }
.target-nails ul li::before { color: var(--gold); }
.target-spa ul li::before { color: var(--ink-soft); }

/* ========================================================== */
/*                   PROCES (timeline)                         */
/* ========================================================== */
.section-process { background: var(--cream); }

.timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.timeline-line {
    position: absolute;
    top: 28px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: repeating-linear-gradient(
        90deg,
        var(--rose) 0,
        var(--rose) 6px,
        transparent 6px,
        transparent 14px
    );
    z-index: 0;
}

.timeline-step {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 .5rem;
}
.step-circle {
    display: inline-grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: white;
    border: 2px solid var(--rose);
    color: var(--rose-deep);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    transition: all .3s ease;
}
.timeline-step:hover .step-circle {
    background: linear-gradient(135deg, var(--rose-deep), var(--gold));
    color: white;
    border-color: transparent;
    transform: scale(1.08);
}
.timeline-step h3 { margin-bottom: .5rem; font-size: 1.25rem; }
.timeline-step p { font-size: .95rem; }

/* ========================================================== */
/*                   O NÁS                                     */
/* ========================================================== */
.section-about {
    background: var(--cream-deep);
    position: relative;
    overflow: hidden;
}
.about-bg {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 15% 85%, rgba(232, 180, 184, 0.25), transparent 40%),
        radial-gradient(circle at 90% 15%, rgba(201, 163, 106, 0.18), transparent 45%);
    pointer-events: none;
}

.about-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 5rem;
    align-items: center;
}

/* --- VISUAL KARTA --- */
.about-visual { position: relative; }

.about-card {
    background: white;
    padding: 1.4rem 1.4rem 1.6rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    transform: rotate(-2.5deg);
    border: 1px solid var(--line);
    position: relative;
    z-index: 2;
    max-width: 380px;
    margin: 0 auto;
    transition: transform .4s ease;
}
.about-card:hover { transform: rotate(0deg) scale(1.02); }

.about-photo {
    aspect-ratio: 1;
    border-radius: var(--radius);
    overflow: hidden;
    margin-bottom: 1.2rem;
    background:
        radial-gradient(circle at 30% 30%, var(--rose-soft), var(--cream-warm) 70%),
        linear-gradient(135deg, var(--rose-soft), var(--gold-light));
    display: grid;
    place-items: center;
    position: relative;
}

.initials {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(4.5rem, 10vw, 7rem);
    font-weight: 500;
    color: var(--rose-deep);
    line-height: 1;
    letter-spacing: -0.04em;
    text-shadow: 0 4px 12px rgba(201, 138, 142, 0.25);
}

.photo-corner {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.1rem;
    box-shadow: var(--shadow-sm);
}
.photo-corner-tl {
    top: -10px;
    left: -10px;
    background: linear-gradient(135deg, var(--rose-deep), var(--gold));
    color: white;
}
.photo-corner-br {
    bottom: -10px;
    right: -10px;
    background: white;
    color: var(--rose-deep);
    border: 2px solid var(--rose);
}

.about-card-info {
    text-align: center;
    padding: .2rem 0;
}
.about-card-info strong {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: .15rem;
}
.about-card-info span {
    font-size: .78rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 600;
}

.about-deco {
    position: absolute;
    bottom: -3rem;
    right: -1rem;
    font-family: 'Caveat', cursive;
    font-size: clamp(6rem, 12vw, 9rem);
    color: var(--rose-soft);
    font-weight: 700;
    opacity: .75;
    transform: rotate(-10deg);
    z-index: 0;
    pointer-events: none;
    user-select: none;
    line-height: 1;
}

.about-badge {
    position: absolute;
    top: -.8rem;
    right: 1rem;
    background: var(--ink);
    color: var(--cream);
    padding: .55rem 1rem;
    border-radius: 999px;
    font-size: .72rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: .5rem;
    box-shadow: var(--shadow-md);
    transform: rotate(2deg);
    z-index: 3;
}

/* --- TEXT --- */
.about-content h2 { margin: 1rem 0 1.6rem; }
.about-lead {
    font-size: 1.15rem;
    margin-bottom: 1.3rem;
    color: var(--ink);
    line-height: 1.6;
}
.about-content p { margin-bottom: 1.4rem; }

.about-list {
    margin: 2rem 0;
    display: grid;
    gap: .9rem;
}
.about-list li {
    padding-left: 2rem;
    position: relative;
    color: var(--ink-soft);
    font-size: 1rem;
    line-height: 1.5;
}
.about-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 1px;
    color: white;
    background: linear-gradient(135deg, var(--rose-deep), var(--gold));
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: .75rem;
    font-weight: 700;
}
.about-list strong {
    color: var(--ink);
    font-weight: 600;
}

.about-cta {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}
.about-signature {
    font-family: 'Caveat', cursive;
    font-size: 1.6rem;
    color: var(--rose-deep);
    font-weight: 600;
    transform: rotate(-2deg);
}

/* ========================================================== */
/*                   CENÍK                                     */
/* ========================================================== */
.section-pricing {
    background: var(--cream-warm);
    position: relative;
}
.pricing-watermark {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%) rotate(-4deg);
    font-family: 'Caveat', cursive;
    font-size: clamp(14rem, 24vw, 22rem);
    color: white;
    opacity: .7;
    font-weight: 700;
    line-height: .8;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    white-space: nowrap;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
}

.grid-2 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 820px;
    margin-inline: auto;
}

.price-card {
    background: white;
    padding: 2.6rem 2.2rem;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all .3s ease;
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.price-card.featured {
    background: linear-gradient(160deg, var(--ink) 0%, #3a2c30 100%);
    color: var(--cream);
    border-color: transparent;
    box-shadow: var(--shadow-lg);
    transform: scale(1.02);
}
.price-card.featured h3,
.price-card.featured .price { color: var(--cream); }
.price-card.featured .price-note { color: rgba(250, 246, 242, 0.75); }
.price-card.featured ul li { color: rgba(250, 246, 242, 0.9); border-color: rgba(250, 246, 242, 0.12); }
.price-card.featured ul li::before { color: var(--gold-light); }
.badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(120deg, var(--rose-deep), var(--gold));
    color: white;
    padding: .4rem 1.2rem;
    border-radius: 999px;
    font-size: .75rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 600;
}
.price-card h3 { margin-bottom: .6rem; font-size: 1.6rem; }
.price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.6rem;
    font-weight: 600;
    color: var(--ink);
    line-height: 1;
    margin: 1rem 0 .6rem;
}
.price span {
    font-size: .9rem;
    color: var(--muted);
    font-weight: 400;
    margin-right: .3rem;
    font-family: 'Inter', sans-serif;
}
.price-note {
    color: var(--muted);
    font-size: .92rem;
    margin-bottom: 1.8rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid var(--line);
}
.price-card ul { flex-grow: 1; margin-bottom: 2rem; }
.price-card ul li {
    padding: .7rem 0;
    padding-left: 1.6rem;
    position: relative;
    color: var(--ink-soft);
    font-size: .95rem;
    border-bottom: 1px solid var(--line);
}
.price-card ul li:last-child { border-bottom: none; }
.price-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--rose-deep);
    font-weight: 700;
}

.pricing-note {
    position: relative;
    text-align: center;
    margin-top: 3rem;
}
.pricing-note p {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: var(--ink-soft);
    font-size: 1rem;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.15rem;
}
.pricing-note .kiss {
    color: var(--rose-deep);
    font-weight: 700;
    font-style: normal;
}

/* ========================================================== */
/*                   KONTAKT                                   */
/* ========================================================== */
.section-contact {
    background: linear-gradient(135deg, var(--ink) 0%, #3a2c30 100%);
    color: var(--cream);
    position: relative;
    overflow: hidden;
}
.contact-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-5deg);
    font-family: 'Caveat', cursive;
    font-size: clamp(10rem, 18vw, 18rem);
    color: rgba(232, 180, 184, 0.1);
    line-height: .8;
    font-weight: 700;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    mask-image: radial-gradient(ellipse at center, black 35%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 35%, transparent 75%);
}
.section-contact .container { position: relative; z-index: 1; }
.section-contact .eyebrow { color: var(--gold-light); }
.section-contact h2 { color: var(--cream); }
.section-contact p { color: rgba(250, 246, 242, 0.75); }

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
}
.contact-info h2 { margin-bottom: 1.4rem; }
.contact-info p { margin-bottom: 2.5rem; font-size: 1.05rem; }
.contact-list { display: flex; flex-direction: column; gap: 1.3rem; }
.contact-list li { display: flex; flex-direction: column; gap: .2rem; }
.contact-label {
    font-size: .75rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--gold-light);
    font-weight: 600;
}
.contact-list a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    color: var(--cream);
}
.contact-list a:hover { color: var(--rose); }

.contact-form {
    background: rgba(250, 246, 242, 0.05);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(250, 246, 242, 0.08);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
}
.contact-form label {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.contact-form label.full { grid-column: 1 / -1; }
.contact-form span {
    font-size: .8rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gold-light);
    font-weight: 600;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
    background: rgba(250, 246, 242, 0.06);
    border: 1px solid rgba(250, 246, 242, 0.15);
    color: var(--cream);
    padding: .9rem 1.1rem;
    border-radius: 12px;
    font-family: inherit;
    font-size: .95rem;
    transition: all .25s ease;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: rgba(250, 246, 242, 0.4); }
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    outline: none;
    border-color: var(--rose);
    background: rgba(250, 246, 242, 0.1);
}
.contact-form select option { color: var(--ink); }
.contact-form .btn-primary {
    background: linear-gradient(135deg, var(--rose-deep), var(--gold));
    width: 100%;
}
.contact-form .btn-primary:hover { filter: brightness(1.08); }
.form-note {
    grid-column: 1 / -1;
    text-align: center;
    font-size: .85rem;
    color: rgba(250, 246, 242, 0.55);
    margin: 0;
}

/* ========================================================== */
/*                   FOOTER                                    */
/* ========================================================== */
.footer {
    background: #1d161a;
    color: rgba(250, 246, 242, 0.7);
    padding: 4.5rem 0 1.5rem;
}
.footer h4 {
    color: var(--cream);
    font-size: .85rem;
    margin-bottom: 1.2rem;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}
.footer-tag {
    margin-top: 1rem;
    color: rgba(250, 246, 242, 0.55);
    font-size: .95rem;
}
.footer ul li { padding: .35rem 0; font-size: .92rem; }
.footer a:hover { color: var(--rose); }
.footer .logo { color: var(--cream); }
.footer .logo .logo-text em { color: var(--rose); }
.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
    border-top: 1px solid rgba(250, 246, 242, 0.08);
    font-size: .85rem;
    color: rgba(250, 246, 242, 0.45);
    flex-wrap: wrap;
    gap: 1rem;
}
.footer-bottom a { color: rgba(250, 246, 242, 0.7); }
.footer-sig {
    font-family: 'Caveat', cursive;
    font-size: 1.05rem;
    color: rgba(250, 246, 242, 0.6);
}
.footer-sig em { font-style: normal; }
.footer-sig .heart { color: var(--rose); }

/* ========================================================== */
/*                   PAGE HEADER (podstránky)                  */
/* ========================================================== */
.page-header {
    padding: 5rem 0 4.5rem;
    background:
        radial-gradient(circle at 85% 20%, rgba(232, 180, 184, 0.35), transparent 45%),
        radial-gradient(circle at 10% 80%, rgba(201, 163, 106, 0.20), transparent 50%),
        linear-gradient(180deg, var(--cream) 0%, var(--cream-warm) 100%);
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page-header > .container {
    position: relative;
    z-index: 1;
}
.page-header .eyebrow { margin-bottom: 1.2rem; }
.page-header h1 {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    margin-bottom: 1.4rem;
}
.page-header .lead {
    max-width: 680px;
    margin: 0 auto;
    font-size: 1.1rem;
}

.page-header-watermark {
    position: absolute;
    top: 50%;
    right: -3%;
    transform: translateY(-50%) rotate(-6deg);
    font-family: 'Caveat', cursive;
    font-size: clamp(10rem, 22vw, 18rem);
    color: var(--rose-soft);
    opacity: .55;
    font-weight: 700;
    line-height: .8;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    mask-image: radial-gradient(ellipse at center, black 25%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 25%, transparent 70%);
}

/* ========================================================== */
/*                   PAGE CTA                                  */
/* ========================================================== */
.page-cta {
    background: linear-gradient(135deg, var(--ink) 0%, #3a2c30 100%);
    color: var(--cream);
    padding: 5rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.page-cta::before {
    content: 'xoxo';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-4deg);
    font-family: 'Caveat', cursive;
    font-size: clamp(10rem, 20vw, 18rem);
    color: rgba(232, 180, 184, 0.06);
    line-height: .8;
    font-weight: 700;
    pointer-events: none;
    white-space: nowrap;
    z-index: 0;
}
.page-cta > .container {
    position: relative;
    z-index: 1;
}
.page-cta .eyebrow { color: var(--gold-light); margin-bottom: 1rem; }
.page-cta h2 {
    color: var(--cream);
    margin-bottom: 1.2rem;
}
.page-cta p {
    color: rgba(250, 246, 242, 0.75);
    margin: 0 auto 2.2rem;
    max-width: 540px;
    font-size: 1.05rem;
}

/* ========================================================== */
/*                   OVERVIEW KARTY (homepage)                 */
/* ========================================================== */
.overview { background: var(--cream-deep); }
.overview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.4rem;
}
.overview-card {
    background: white;
    padding: 2.2rem 1.9rem;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    color: var(--ink);
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.overview-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: transparent;
}
.overview-num {
    font-family: 'Caveat', cursive;
    font-size: 2.4rem;
    color: var(--rose-deep);
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: 600;
}
.overview-card h3 { margin-bottom: .7rem; }
.overview-card p {
    flex-grow: 1;
    margin-bottom: 1.4rem;
    font-size: .95rem;
}
.overview-link {
    color: var(--rose-deep);
    font-weight: 600;
    font-size: .92rem;
    letter-spacing: .02em;
    transition: color .2s ease;
}
.overview-card:hover .overview-link { color: var(--gold); }

/* ========================================================== */
/*                   FAQ                                       */
/* ========================================================== */
.faq { background: var(--cream); }
.faq-list {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: .8rem;
}
.faq-item {
    background: white;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    overflow: hidden;
    transition: all .25s ease;
}
.faq-item[open] {
    border-color: var(--rose);
    box-shadow: var(--shadow-sm);
}
.faq-item summary {
    cursor: pointer;
    padding: 1.3rem 1.6rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--ink);
    list-style: none;
    position: relative;
    padding-right: 3.5rem;
    transition: color .2s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+';
    position: absolute;
    right: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: var(--rose-deep);
    font-weight: 300;
    transition: transform .3s ease;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item summary:hover { color: var(--rose-deep); }
.faq-item p {
    padding: 0 1.6rem 1.4rem;
    color: var(--ink-soft);
    line-height: 1.65;
    margin: 0;
}

/* Kontakt jako samostatná stránka */
.section-contact-page {
    min-height: 70vh;
    padding-top: 5rem;
}

/* ========================================================== */
/*                   PRÁVNÍ STRÁNKY                            */
/* ========================================================== */
.legal-page {
    background: var(--cream);
    padding: 5rem 0 6rem;
    min-height: 80vh;
}
.legal-page .eyebrow { margin-bottom: 1rem; }
.legal-page h1 {
    font-size: clamp(2.4rem, 4.5vw, 3.4rem);
    margin-bottom: 1.4rem;
}
.legal-page h2 {
    font-size: 1.7rem;
    margin-top: 2.8rem;
    margin-bottom: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
}
.legal-page h2:first-of-type { border-top: none; padding-top: 0; }
.legal-page h3 { font-size: 1.2rem; color: var(--rose-deep); }
.legal-lead {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    color: var(--ink);
    max-width: 720px;
}
.legal-page p, .legal-page ul {
    max-width: 760px;
    margin-bottom: 1rem;
}
.legal-page ul li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: .5rem;
    color: var(--ink-soft);
}
.legal-page ul li::before {
    content: '•';
    position: absolute;
    left: .3rem;
    color: var(--rose-deep);
    font-weight: 700;
}
.legal-page a { color: var(--rose-deep); text-decoration: underline; }
.legal-page a:hover { color: var(--gold); }
.legal-page strong { color: var(--ink); }
.legal-page code {
    background: var(--cream-deep);
    padding: .1rem .4rem;
    border-radius: 4px;
    font-size: .92em;
    color: var(--rose-deep);
    font-family: 'Inter', monospace;
}
.back-btn {
    display: inline-flex;
    margin-top: 3rem;
    text-decoration: none !important;
    color: var(--cream) !important;
}

.footer-mini {
    padding: 1.5rem 0;
}
.footer-mini .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: .9rem;
    color: rgba(250, 246, 242, 0.6);
}
.footer-mini a { color: rgba(250, 246, 242, 0.85); }

/* ========================================================== */
/*                   FORMULÁŘ — SOUHLAS                        */
/* ========================================================== */
.contact-form .consent {
    flex-direction: row !important;
    align-items: flex-start;
    gap: .7rem;
    background: transparent;
    padding: .3rem 0;
}
.contact-form .consent input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    border: 1.5px solid rgba(250, 246, 242, 0.35);
    border-radius: 4px;
    background: rgba(250, 246, 242, 0.06);
    cursor: pointer;
    position: relative;
    transition: all .2s ease;
    padding: 0;
}
.contact-form .consent input[type="checkbox"]:checked {
    background: linear-gradient(135deg, var(--rose-deep), var(--gold));
    border-color: transparent;
}
.contact-form .consent input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    inset: 0;
    color: white;
    display: grid;
    place-items: center;
    font-size: .85rem;
    font-weight: 700;
}
.consent-text {
    font-size: .82rem !important;
    color: rgba(250, 246, 242, 0.7) !important;
    line-height: 1.4;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-weight: 400 !important;
}
.consent-text a {
    color: var(--gold-light);
    text-decoration: underline;
}
.consent-text a:hover { color: var(--rose); }

/* ========================================================== */
/*                   COOKIE LIŠTA                              */
/* ========================================================== */
.cookie-banner {
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    max-width: min(640px, calc(100% - 2rem));
    width: 100%;
    background: white;
    border-radius: var(--radius-lg);
    box-shadow: 0 24px 64px rgba(42, 32, 37, 0.22);
    border: 1px solid var(--line);
    padding: 1.4rem 1.6rem;
    animation: cookie-slide-up .5s ease;
}
@keyframes cookie-slide-up {
    from { opacity: 0; transform: translate(-50%, 20px); }
    to { opacity: 1; transform: translate(-50%, 0); }
}
.cookie-banner-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.5rem;
    align-items: center;
}
.cookie-text strong {
    display: block;
    color: var(--ink);
    font-size: 1rem;
    margin-bottom: .25rem;
}
.cookie-text p {
    font-size: .85rem;
    color: var(--ink-soft);
    margin: 0;
    line-height: 1.45;
}
.cookie-text a {
    color: var(--rose-deep);
    text-decoration: underline;
}
.cookie-actions {
    display: flex;
    gap: .6rem;
    flex-shrink: 0;
}
.cookie-actions button {
    padding: .65rem 1.2rem;
    font-size: .9rem;
}
@media (max-width: 600px) {
    .cookie-banner-inner { grid-template-columns: 1fr; }
    .cookie-actions { width: 100%; }
    .cookie-actions button { flex: 1; }
}

/* ========================================================== */
/*                   ANIMACE                                   */
/* ========================================================== */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .8s ease, transform .8s ease;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ========================================================== */
/*                   RESPONSIVE                                */
/* ========================================================== */
@media (max-width: 980px) {
    .hero-grid { grid-template-columns: 1fr; gap: 5rem; }
    .hero-card { transform: rotate(1deg); max-width: 420px; margin: 0 auto; }
    .about-grid { grid-template-columns: 1fr; gap: 4rem; }
    .about-visual { max-width: 380px; margin: 0 auto; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .timeline { grid-template-columns: repeat(2, 1fr); gap: 3rem 1.5rem; }
    .timeline-line { display: none; }
    .target-split { grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
    .manifesto-grid { grid-template-columns: 1fr; gap: 1.5rem; text-align: center; }
    .manifesto-mark { margin: 0 auto; }
}

@media (max-width: 720px) {
    .nav-links { display: none; }
    .nav-toggle { display: flex; }
    .nav-links.open {
        display: flex;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        background: var(--cream);
        padding: 1.5rem 2rem;
        border-bottom: 1px solid var(--line);
        gap: 1.2rem;
    }
    .hero { padding: 4rem 0 5rem; }
    .section { padding: 5rem 0; }
    .services-grid { grid-template-columns: 1fr; }
    .target-split { grid-template-columns: 1fr; }
    .timeline { grid-template-columns: 1fr; gap: 2rem; }
    .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
    .contact-form { grid-template-columns: 1fr; padding: 1.8rem; }
    .footer-grid { grid-template-columns: 1fr; gap: 2.2rem; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .price-card.featured { transform: none; }
    .hero-cta { flex-direction: column; align-items: stretch; }
    .hero-cta a { width: 100%; }
    .hero-meta { grid-template-columns: 1fr 1fr; }
    .pricing-note p { flex-direction: column; gap: .5rem; }
}
