/* ============================================
   O NÁS PAGE - SPECIFIC STYLES
   ============================================ */

/* Page Hero */
.page-hero {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(26, 26, 26, 0.6), rgba(26, 26, 26, 0.5)), url('images/hero-background.jpg') center/cover no-repeat;
    position: relative;
    padding-top: 100px;
}

.page-hero-content {
    text-align: center;
    color: white;
    z-index: 10;
    position: relative;
}

.page-hero-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--font-family-subheadings);
}

.page-hero-title {
    font-family: var(--font-family-headings);
    font-size: clamp(48px, 8vw, 80px);
    font-weight: 300;
    margin: 0;
    background: linear-gradient(135deg, #ffffff 0%, var(--accent-color) 70%, var(--accent-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page-hero-decoration {
    display: block;
    width: 100px;
    height: 3px;
    background: var(--accent-color);
    margin: 30px auto 0;
}

/* Who We Are Section */
.who-we-are-section {
    padding: var(--section-padding);
    background: var(--bg-white);
}

.who-we-are-container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.who-we-are-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    margin-top: 60px;
    align-items: start;
}

.who-we-are-text {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-light);
}

.who-we-are-text p {
    margin-bottom: 24px;
}

.who-we-are-text strong {
    color: var(--text-dark);
    font-weight: 700;
}

.reservation-box-about {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    color: white;
    box-shadow: 0 8px 30px rgba(3, 114, 188, 0.3);
}

.reservation-label-about {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    opacity: 0.9;
    font-family: var(--font-family-subheadings);
}

.reservation-phone-about {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    font-family: var(--font-family-subheadings);
}

.reservation-phone-about a {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.reservation-phone-about a:hover {
    color: var(--accent-color);
    transform: scale(1.05);
}

/* Team Section */
.team-section {
    padding: var(--section-padding);
    background: var(--bg-light);
}

.team-container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-top: 60px;
}

.team-member {
    text-align: center;
}

.team-member-image {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease;
}

.team-member:hover .team-member-image {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.team-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-light) 0%, var(--accent-color) 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-image-placeholder::after {
    content: '👤';
    font-size: 80px;
    opacity: 0.3;
}

.team-image-placeholder--initials::after {
    content: none;
}

.team-initials {
    font-family: var(--font-family-headings);
    font-size: clamp(64px, 10vw, 120px);
    font-weight: 500;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    line-height: 1;
}

.team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.team-member:hover .team-img {
    transform: scale(1.1);
}

.team-member-name {
    font-size: 28px;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0 0 10px 0;
    font-family: var(--font-family-headings);
}

.team-member-role {
    font-size: 16px;
    color: var(--text-light);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: var(--font-family-subheadings);
}

/* History Section */
.history-section {
    padding: var(--section-padding);
    background: var(--bg-white);
}

.history-container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.history-timeline {
    margin-top: 60px;
    position: relative;
    display: grid;
    gap: 80px;
    padding-left: 200px;
}

/* Vertikální linka vlevo */
.timeline-line {
    position: absolute;
    left: 150px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: rgba(3, 114, 188, 0.2);
    border-radius: 2px;
}

/* Plnící se část linky při scrollování */
.timeline-line-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(180deg, var(--accent-color) 0%, var(--primary-color) 100%);
    border-radius: 2px;
    transition: height 0.3s ease;
}

.timeline-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 30px;
    align-items: center;
    position: relative;
    min-height: 100px;
}

.timeline-year {
    font-size: 48px;
    font-weight: 600;
    color: var(--primary-color);
    text-align: right;
    font-family: var(--font-family-headings);
    line-height: 1;
}

.timeline-dot {
    position: absolute;
    left: -48px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    border: 4px solid var(--accent-color);
    box-shadow: 0 0 0 6px rgba(3, 114, 188, 0.12);
    z-index: 2;
    transition: all 0.3s ease;
    pointer-events: none;
}

.timeline-content {
    padding-left: 0;
    max-width: 800px;
}

.timeline-content h3 {
    font-size: 28px;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0 0 16px 0;
    font-family: var(--font-family-subheadings);
    text-transform: uppercase;
}

.timeline-content p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-light);
    margin: 0;
}

.timeline-content strong {
    color: var(--text-dark);
    font-weight: 700;
}

/* About CTA Section */
.about-cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--primary-color) 100%);
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.about-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.3;
}

.about-cta-container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
    position: relative;
    z-index: 1;
}

.about-cta-title {
    font-size: clamp(36px, 6vw, 56px);
    font-weight: 400;
    margin: 0 0 20px 0;
    font-family: var(--font-family-headings);
}

.about-cta-subtitle {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 40px 0;
    opacity: 0.95;
}

.about-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: white;
    color: var(--primary-color);
    padding: 18px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-family-subheadings);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.about-cta-btn:hover {
    background: var(--text-dark);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}

.cta-btn-arrow {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.about-cta-btn:hover .cta-btn-arrow {
    transform: translateX(5px);
}

.about-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.about-review-card {
    background: white;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 12px 30px rgba(3, 114, 188, 0.12);
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid rgba(3, 114, 188, 0.08);
}

.about-review-stars {
    font-size: 18px;
    letter-spacing: 4px;
    color: var(--accent-color);
}

.about-review-text {
    font-size: 17px;
    line-height: 1.9;
    color: var(--text-light);
}

.about-review-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.about-review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    font-weight: 700;
}

.about-review-name {
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
}

.about-review-role {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--text-lighter);
    margin: 0;
}

/* History Gallery Section */
.history-gallery-section {
    padding: var(--section-padding);
    background: var(--bg-light);
}

.history-gallery-container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.history-gallery-carousel-wrapper {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    margin-top: 40px;
}

.history-gallery-grid {
    display: flex;
    gap: 30px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.history-gallery-item {
    min-width: calc(25% - 23px);
    flex-shrink: 0;
}

.history-gallery-image {
    width: 100%;
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    background: var(--bg-white);
}

.history-gallery-image:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(246, 139, 39, 0.2);
    border-color: var(--accent-color);
}

.history-gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.history-gallery-image:hover img {
    transform: scale(1.05);
}

@media (max-width: 1200px) {
    .history-gallery-item {
        min-width: calc(33.333% - 20px);
    }
    
    .history-gallery-image {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .history-gallery-item {
        min-width: calc(50% - 15px);
    }
    
    .history-gallery-image {
        height: 220px;
    }
}

@media (max-width: 480px) {
    .history-gallery-item {
        min-width: 100%;
    }
    
    .history-gallery-image {
        height: 200px;
    }
}

/* Responsive - O nás page */
@media (max-width: 968px) {
    .who-we-are-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .history-timeline {
        padding-left: 80px;
    }
    
    .timeline-line {
        left: 40px;
    }
    
    .timeline-item {
        grid-template-columns: 80px auto 1fr;
        gap: 20px;
        min-height: 80px;
    }
    
    .timeline-year {
        font-size: 36px;
        text-align: right;
    }
    
    .timeline-dot {
        left: -38px;
        transform: translateX(-50%) translateY(-50%);
    }
    
    .timeline-item:hover .timeline-dot {
        transform: translateX(-50%) translateY(-50%) scale(1.2);
    }
    
    .timeline-content {
        padding-left: 0;
    }
}

@media (max-width: 968px) {
    .about-reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .about-reviews-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}
