*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
  font-family: Robuck;
  src: url(/RobuckRounded.otf);
}

@font-face {
    font-family: ChampagneBold;
    src: url(/ChampagneAndLimousinesBold-myr2.ttf);
}

html{
    scroll-behavior: smooth;
}

/* --- DĚLÍCÍ LINKA (Z DOTAZNÍKU) --- */
.bb-divider-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
    margin: 3rem 0;
    opacity: 0.6;
}

/* Linka úplně nahoře nad "About Us" */
.top-line {
    position: absolute;
    top: 10%;
    z-index: 11;
}

/* --- HERO SEKCE ÚPRAVY --- */
.hero-section {
    position: relative;
    height: 100vh;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-title {
    position: relative;
    top: 7rem;
    font-family: 'Sanctuary', serif;
    font-size: 20rem !important;
    color: #fff;
    text-align: center;
    z-index: 10;
    margin: 1rem 0;
    font-weight: lighter;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.jaw-icon{
    position: relative;
    top: 8rem;
}

/* --- TÝM SEKCE ÚPRAVY --- */
.team-section {
    background-color: #000;
    padding-bottom: 5rem;
}

.team-container {
    max-width: 800px; /* Užší kontejner pro "dotazníkový" vzhled pod sebou */
    margin: 0 auto;
    padding: 0 2rem;
}

.team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 2rem;
}

.member-art {
    margin-bottom: 2rem;
}

.skull-icon {
    width: 250px; /* Velikost odpovídající tvým lebkám */
    height: auto;
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.1));
    margin-top: 5rem;
}

.member-name {
    font-family: 'B', serif; /* Použijeme gotický font i pro jména */
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: lighter;
    font-family: ChampagneBold, sans-serif;
}

.member-motto {
    font-family: 'Champagne', sans-serif;
    color: #eee;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
}

/* --- HERO SEKCE (KATEDRÁLA NA CELÝ SCREEN) --- */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh; /* Na celou výšku monitoru */
    overflow: hidden;
    background: #000;
}

.hero-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; /* Vycentruje obsah svisle */
    justify-content: center; /* Vycentruje obsah vodorovně */
}

.main-cathedral-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Vyplní celou šířku i výšku */
    filter: brightness(0.4) grayscale(100%); /* Ztmavení a BW vzhled */
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, #000, transparent);
    z-index: 2;
}

/* --- ČELIST A NADPIS --- */
.hero-content {
    position: relative;
    z-index: 5;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jaw-icon {
    width: 350px; /* Uprav podle potřeby */
    height: auto;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.8));
    margin-bottom: -4rem; /* Překrytí čelisti a textu */
}

.about-title {
    font-family: 'Sanctuary', serif;
    font-size: 12vw; /* Obří text */
    color: #fff;
    text-shadow: 0 0 30px rgba(0, 0, 0, 1);
    margin: 0;
}

/* --- LINKY --- */
.bb-divider-line {
    position: absolute;
    width: 70%;
    height: 2px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
    z-index: 6;
}

.top-line { top: 10%; }
.bottom-line { bottom: 0; }


/* Footer */
.footer{
    background-color: black;
    padding-top: 30rem;
    padding: 3rem 15rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.ominous-footer{
    font-family: Sanctuary, sans-serif !important;
    font-size: 12rem !important;
    color: rgb(153, 153, 153);
}

.dotaznik{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 2rem;
}

.dotaznik-cara{
    top: -1rem;
    width: 30%;
    opacity:0.6;
    pointer-events: none;
    user-select: none;
}

.dotaznik a:hover .dotaznik-cara {
    opacity: 1;
}

.dotaznik a{
    
    color: rgb(128, 128, 128);
    padding: 0rem 2rem;
    border-radius: 15px;
    font-family: ChampagneBold, sans-serif;
    font-size: 1.5rem;
}

/* Výchozí stav čáry */
.dotaznik-cara {
    opacity: 0.3;
    width: 30%; /* Nebo šířka, kterou potřebuješ */
    height: auto;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    display: block; /* Aby pod odkazem nezavazela jako inline prvek */
}

/* Hover efekt: Když najedeš na odkaz, čára se objeví */
.dotaznik a:hover + .dotaznik-cara {
    opacity: 1;
    transform: scaleX(1.1); /* Volitelné: čára se jemně protáhne */
}

/* Volitelné: Změna barvy odkazu při hoveru, aby to ladilo */
.dotaznik a:hover {
text-decoration: none; 
color: rgb(128, 128, 128);

}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.footer-nav a {
    color: white;
    text-decoration: none;
    font-size: 2rem;
    transition: color 0.2s ease-in-out, transform 0.3s ease-in-out;
}

.footer-nav a:hover {
    color: #00EFF8;
    transform: scale(1.4);
}

.footer-rights-reserved{
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(128, 128, 128);
}
