/* ===== General ===== */

body {
    margin: 0;
    font-family: Georgia, serif;
    line-height: 1.6;
    color: #222;
    background: #fafafa;
}

/* ===== Navigation ===== */

nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 0.4rem;

    font-size: .8rem;
}

nav a {
    text-decoration: none;
    color: inherit;
}

nav a:hover {
    text-decoration: underline;
}

/* ===== Header ===== */

header {
    text-align: center;
    padding: 0;
}

h1 {
    margin: 0 0 .3rem;
}

header p {
    margin: 0;
}

/* ===== Main ===== */

main {
    max-width: 560px;
    margin: 0 auto;
    padding: 1rem 1rem 0;
}

a {
    color: inherit;
    text-decoration: none;
}

article {
    margin-bottom: 1rem;
}

article:hover {
    opacity: .7;
}


h2 {
    margin-bottom: .5rem;
}

.time {
    color: #777;
    font-size: .9rem;
}

.card {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: .2s;
}

.card:hover {
    border-color: #888;
}

.card {
    cursor: pointer;
}
.card a {
    display: block;
}

section {
    max-width: 560px;
    margin: 0 auto;
    padding: 1rem 1rem 0;
}

/* ===== Footer ===== */

footer {
    text-align: center;
    padding: 3rem 1rem;
    color: #777;
    font-size: .9rem;
}

/* ===== Labyrinth ===== */

.player {
    display: flex;
    justify-content: center;
}

.player iframe {
    width: 100%;
    max-width: 700px;
    height: 700px;
    border: none;
}

/* ===== Labyrinth page ===== */

.description,
.cta {
    max-width: 700px;
    margin: 3rem auto;
    padding: 0 2rem;
}

.description p,
.cta p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.cta {
    text-align: center;
}

.button {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.9rem 1.8rem;

    background: #222;
    color: white;
    text-decoration: none;

    border-radius: 6px;

    transition: background 0.2s;
}

.button:hover {
    background: #444;
}

/* ===== Breath Games ===== */

.exercise {
    max-width: 700px;
    margin: 0 auto 3rem;
    padding: 2rem;

    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

.exercise h2 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: center;
}

.exercise p {
    line-height: 1.7;
    margin-bottom: 1.2rem;
}

.booklet-cover {
    display: block;
    width: 220px;
    max-width: 100%;
    margin: 0 auto 2rem;
}

/* ===== Book ===== */

.reflection {
    max-width: 700px;
    margin: 2rem auto 4rem;
    padding: 2rem 2rem;

    text-align: center;

    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

.prompt {
    margin: 1.1rem 0;
    text-align: center;
}

.lead {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
}

.fade {
    font-size: 1.0rem;
    color: #999;
    opacity: 0;
    transition: opacity 2.5s ease;
}

.fade.visible {
    opacity: 1;
}

.action {
    margin-top: 2rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.book-cover {
    width: 220px;

}

/* ===== About ===== */

.about-video {
    margin: 60px 0;
    text-align: center;
}

.about-video video {
    width: 100%;
    max-width: 720px;
    height: auto;
    border-radius: 8px;
}

.about-links{
    margin: 40px 0 80px;
    text-align:center;
}

.about-links p{
    margin:14px 0;
}

.who-made{
    margin-top:50px;
    font-size:0.95rem;
}

.about-links a {
    display: inline-block;
    margin: 0.4rem 0;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    color: #444;
    border-bottom: 1px solid transparent;
}

.about-links p:first-child {
    margin-bottom: 0.4rem;
}

/* ===== Author ===== */

.author {
    max-width: 700px;
    margin: 3rem auto;
    text-align: left;
}

.author img {
    display: block;
    width: 220px;
    margin: 0 auto 2rem;
}

.about-links p:last-child {
    margin-top: 0;
}

.author a {
    display: inline;
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #bbb;
}

.author a:hover {
    text-decoration-color: #000;
}

/* ---------- MINDSCAPE WALKS ---------- */

/* ===== Mindscape Walks ===== */

.hero {

    max-width: 700px;
    margin: 2rem auto 4rem;
    padding: 0;
}

.hero img {

    display: block;
    width: 62%;
    margin: 0 auto;
    height: auto;
}


/* úvodní část */

.mindscape-intro p {

    margin-bottom: 1.6rem;

}


/* vlastní instrukce */

.mindscape-walk {

    margin-top: 3rem;

    font-size: .97rem;
}

.mindscape-walk ul {

    margin: 1.5rem 0 2rem;
    padding-left: 1.4rem;
    font-style: italic;
}

.mindscape-walk li {

    margin-bottom: .45rem;
    font-style: italic;
}


/* závěr */

.mindscape-after {

    margin-top: 3rem;
}

.closing {

    margin-top: 2rem;

}

/* odkaz na fb */

.conversation {
    margin: 4rem 0 2rem;
    text-align: center;
}

.conversation p {
    margin-bottom: 0.8rem;
    font-size: 1rem;
}

.conversation a {
    display: inline-block;
    transition: opacity .2s ease;
}

.conversation a:hover {
    opacity: .7;
}

.conversation img {
    width: 32px;
    height: 32px;
}