/*
Theme Name: Крыли Тур (Kryli Tour)
Theme URI: http://kryli-tour.ru/
Author: Antigravity
Author URI: https://github.com/google-deepmind
Description: Чистая пустая тема WordPress для сайта Крыли Тур с WooCommerce, белым минималистичным дизайном и леопардовыми паттерн-акцентами.
Version: 1.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kryli-tour
*/

/* ==========================================================================
   1. RESET & SYSTEM VARIABLES
   ========================================================================== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --bg-color: #ffffff;
    --text-color: #111111;
    --text-muted: #666666;
    --brand-red: #a0120c;
    --brand-red-hover: #c41810;
    --accent-gold: #d9a764;
    --border-color: #eaeaea;
    --font-primary: 'Montserrat', sans-serif;
    
    /* Authentic Full-Color Leopard Print Pattern Matching logo.png */
    --leopard-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' fill='%23e0a24d'/%3E%3Cpath d='M20,20 C25,12 35,14 34,22 C32,27 26,30 20,27 C16,25 16,21 20,20 Z' fill='%23784115'/%3E%3Cpath d='M16,15 C20,11 27,12 29,16 C25,19 21,18 19,20 C18,24 22,25 19,28 C15,27 12,20 16,15 Z M32,20 C35,23 35,27 31,28 C30,27 30,23 32,20 Z' fill='%23120b05'/%3E%3Cpath d='M75,25 C79,18 89,20 87,28 C85,33 80,36 75,33 C71,31 71,27 75,25 Z' fill='%23784115'/%3E%3Cpath d='M71,20 C75,16 82,17 84,21 C80,24 76,23 74,25 C73,29 77,30 74,33 C70,32 67,25 71,20 Z M87,25 C90,28 90,32 86,33 C85,32 85,28 87,25 Z' fill='%23120b05'/%3E%3Cpath d='M42,65 C46,58 56,60 54,68 C52,73 47,76 42,73 C38,71 38,67 42,65 Z' fill='%23784115'/%3E%3Cpath d='M38,60 C42,56 49,57 51,61 C47,64 43,63 41,65 C40,69 44,70 41,73 C37,72 34,65 38,60 Z M54,65 C57,68 57,72 53,73 C52,72 52,68 54,65 Z' fill='%23120b05'/%3E%3Cpath d='M15,80 C18,76 22,76 22,80 C22,83 18,84 15,83 C14,83 14,80 15,80 Z' fill='%23120b05'/%3E%3Cpath d='M82,75 C85,71 89,71 89,75 C89,78 85,79 82,78 C81,78 81,75 82,75 Z' fill='%23120b05'/%3E%3Cpath d='M50,15 C52,12 55,12 55,15 C55,17 52,18 50,17 C49,17 49,15 50,15 Z' fill='%23120b05'/%3E%3C/svg%3E");
}

/* ==========================================================================
   2. GENERAL TYPOGRAPHY & LAYOUT
   ========================================================================== */
body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-primary);
    font-size: 15px;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
}

/* ==========================================================================
   3. HEADER & NAVIGATION (RIGHT ALIGNED, NO BOTTOM BORDER)
   ========================================================================== */
.site-header {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 25px 0;
    border-bottom: none;
}

.header-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.main-navigation {
    margin-left: auto;
}

.main-navigation ul {
    list-style: none;
    display: flex;
    gap: 35px;
    justify-content: flex-end;
}

.main-navigation a {
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.7);
}

.main-navigation a:hover {
    color: var(--accent-gold);
}

/* ==========================================================================
   4. HERO BANNER WITH RADIAL GRADIENT & LAYERED MEDIA
   ========================================================================== */
.hero-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background: radial-gradient(circle at 50% 45%, #96100f 0%, #630a09 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.hero-media-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* Background Logo in Hero */
.hero-logo-bg {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
    z-index: 1;
    filter: drop-shadow(0 15px 35px rgba(0,0,0,0.6));
    pointer-events: none;
    object-fit: contain;
}

/* Person/Model Overlay in Front (User request: max-height: 100vh) */
.hero-person-img {
    position: relative;
    z-index: 2;
    max-height: 100vh;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.7));
    pointer-events: none;
}

/* Centered Title Subtitle Box (Я ИЗ АЙХАЛА / ТУР 2026) */
.hero-title-text-box {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    text-align: center;
    pointer-events: none;
    width: 90%;
    max-width: 600px;
}

.hero-subtitle-primary {
    font-size: 42px;
    font-weight: 900;
    color: #f2a927;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    line-height: 1.1;
    text-shadow: 0 3px 12px rgba(0,0,0,0.8), 0 0 25px rgba(150, 16, 15, 0.9);
    font-family: var(--font-primary);
}

.hero-subtitle-secondary {
    font-size: 15px;
    font-weight: 800;
    color: #f2a927;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-top: 5px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.8), 0 0 15px rgba(150, 16, 15, 0.8);
    font-family: var(--font-primary);
}

/* Animated Mouse Scroll Icon in Bottom Right */
.scroll-mouse-container {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.scroll-mouse-container:hover {
    opacity: 1;
}

.mouse-icon {
    width: 24px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 14px;
    position: relative;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

.mouse-wheel {
    width: 4px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: mouseScroll 1.8s infinite ease-in-out;
}

@keyframes mouseScroll {
    0% { opacity: 1; transform: translate(-50%, 0); }
    60% { opacity: 0.2; transform: translate(-50%, 12px); }
    100% { opacity: 0; transform: translate(-50%, 16px); }
}

/* ==========================================================================
   5. TOUR LIST SECTION (OVERLAY SCROLL)
   ========================================================================== */
.tour-section {
    position: relative;
    z-index: 2;
    margin-top: 100vh;
    background-color: var(--bg-color);
    padding: 120px 0;
    box-shadow: 0 -15px 40px rgba(0,0,0,0.15);
}

.tour-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.tour-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 30px 40px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    gap: 1em;
}

.tour-date-box {
    flex: 0 0 140px;
}

.tour-date {
    color: var(--brand-red);
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1;
}

.tour-details {
    flex: 1 1 auto;
    padding-left: 10px;
}

.tour-city {
    font-size: 20px;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 2px;
}

.tour-venue {
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
}

.tour-actions {
    flex: 0 0 auto;
}

/* Leopard Print Accent Button System (Exact Color & Style Match to logo.png) */
.btn-ticket {
    display: inline-block;
    background-color: var(--brand-red);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 35px;
    border-radius: 30px;
    border: none !important;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

/* User request: Exact leopard rosettes style & warm honey gold color matching logo.png */
.btn-ticket::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #e0a24d;
    background-image: var(--leopard-pattern);
    background-size: 130px 130px;
    background-repeat: repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: -1;
}

.btn-ticket:hover {
    color: #ffffff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.9), 0 0 3px #000;
    transform: translateY(-2px);
    border: none !important;
    box-shadow: 
        0 6px 20px rgba(224, 162, 77, 0.6), 
        0 0 15px rgba(18, 11, 5, 0.5);
}

.btn-ticket:hover::before {
    opacity: 1;
}

/* ==========================================================================
   6. WOOCOMMERCE STYLING
   ========================================================================== */
.woocommerce-page-wrapper {
    position: relative;
    z-index: 2;
    background: #ffffff;
    margin-top: 80px;
}

.woocommerce ul.products li.product {
    text-align: center;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.01);
    transition: all 0.3s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    border-color: rgba(217, 167, 100, 0.5);
}

.woocommerce ul.products li.product a img {
    margin: 0 auto 15px auto;
    border-radius: 8px;
    border: 3px solid transparent;
    transition: border-color 0.3s ease;
}

.woocommerce ul.products li.product:hover a img {
    border-image: var(--leopard-pattern) 20 round;
    border-width: 3px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    margin: 10px 0;
}

.woocommerce ul.products li.product .price {
    color: var(--brand-red);
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 15px;
}

.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: var(--brand-red) !important;
    color: #ffffff !important;
    font-family: var(--font-primary);
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 12px 28px !important;
    border-radius: 25px !important;
    border: none !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    z-index: 1;
    overflow: hidden;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.woocommerce ul.products li.product .button::before,
.woocommerce a.button::before,
.woocommerce button.button::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #e0a24d;
    background-image: var(--leopard-pattern);
    background-size: 130px 130px;
    background-repeat: repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: -1;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
    color: #ffffff !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.9) !important;
    border: none !important;
    box-shadow: 
        0 6px 20px rgba(224, 162, 77, 0.6), 
        0 0 15px rgba(18, 11, 5, 0.5);
}

.woocommerce ul.products li.product .button:hover::before,
.woocommerce a.button:hover::before,
.woocommerce button.button:hover::before {
    opacity: 1;
}

/* ==========================================================================
   7. FOOTER SECTION
   ========================================================================== */
.site-footer {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    color: var(--text-muted);
    padding: 45px 0 35px;
    font-size: 13px;
    text-align: center;
    border-top: 1px solid #f2f2f2;
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 15px;
}

.footer-nav a {
    color: var(--text-color);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.footer-nav a:hover {
    color: var(--brand-red);
}

.site-info {
    margin-top: 5px;
    letter-spacing: 0.5px;
    color: #888888;
}

/* ==========================================================================
   8. MOBILE RESPONSIVE AUDIT & MEDIA QUERIES
   ========================================================================== */
@media screen and (max-width: 992px) {
    .hero-subtitle-primary {
        font-size: 34px;
    }
}

@media screen and (max-width: 768px) {
    .hero-section {
        height: 100vh;
        overflow: hidden;
    }
    
    .hero-logo-bg {
        width: 100%;
        max-width: 100%;
        top: 36%;
    }
    
    .hero-person-img {
        max-height: 100vh;
    }
    
    .hero-title-text-box {
        bottom: 30px;
        width: 95%;
    }
    
    .hero-subtitle-primary {
        font-size: 26px;
        letter-spacing: 1.5px;
    }
    
    .hero-subtitle-secondary {
        font-size: 13px;
        letter-spacing: 4px;
        margin-top: 3px;
    }
    
    .scroll-mouse-container {
        bottom: 20px;
        right: 15px;
        transform: scale(0.85);
    }
    
    .tour-section {
        margin-top: 100vh;
        padding: 50px 0;
    }
    
    .tour-list {
        gap: 18px;
    }
    
    .tour-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        padding: 22px 18px;
    }
    
    .tour-date-box {
        flex: unset;
        width: 100%;
    }
    
    .tour-date {
        font-size: 30px;
    }
    
    .tour-details {
        flex: unset;
        padding-left: 0;
        width: 100%;
    }
    
    .tour-city {
        font-size: 18px;
    }
    
    .tour-venue {
        font-size: 13px;
    }
    
    .tour-actions {
        flex: unset;
        width: 100%;
        margin-top: 5px;
    }
    
    .btn-ticket {
        width: 100%;
        display: block;
        padding: 13px 20px;
        font-size: 12px;
    }
    
    .header-container {
        justify-content: center;
        padding: 0 15px;
    }
    
    .main-navigation {
        margin-left: 0;
    }
    
    .main-navigation ul {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .main-navigation a {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .hero-subtitle-primary {
        font-size: 22px;
        letter-spacing: 1px;
    }
    .hero-subtitle-secondary {
        font-size: 11px;
        letter-spacing: 3px;
    }
    .tour-date {
        font-size: 26px;
    }
}
