@font-face {
    font-family: 'Barber Outline';
    src: url('fontun-yolu/barber-outline.woff2') format('woff2');
    font-weight: normal; font-style: normal;
}
:root {
    --bg-light: #F8F7F4;       
    --bg-surface: #FFFFFF;     
    --bg-alt: #F2EFE9;         
    --text-dark: #1A1A1A;      
    --text-muted: #777777;    
    --accent: #B89B72;        
    --gold-bright: #d4af37;    
    --font-hero: 'Cinzel', serif;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Jost', sans-serif;
    --ease-smooth: cubic-bezier(0.25, 1, 0.35, 1);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background-color: var(--bg-light); color: var(--text-dark); font-family: var(--font-body); line-height: 1.7; overflow-x: hidden; }
.container { max-width: 1350px; margin: 0 auto; padding: 0 40px; }
.eyebrow { font-size: 11px; letter-spacing: 0.3em; color: var(--accent); text-transform: uppercase; font-weight: 500; display: block; margin-bottom: 15px; }
.text-center { text-align: center; }
.fade-up-el { opacity: 0; transform: translateY(40px); transition: all 1s var(--ease-smooth); }
.fade-up-el.visible { opacity: 1; transform: translateY(0); }
.dynamic-nav { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; padding: 25px 0; transition: all 0.5s var(--ease-smooth); background: rgba(0, 0, 0, 0.2); }
.nav-wrap { display: flex; justify-content: space-between; align-items: center; }
.logo { height: 45px; object-fit: contain; filter: brightness(0) invert(1); transition: filter 0.5s; position: relative; z-index: 1002; }
.nav-menu { display: flex; align-items: center; }
.nav-menu a { text-decoration: none; color: #fff; font-size: 12px; font-weight: 500; letter-spacing: 2px; margin-left: 40px; text-transform: uppercase; transition: color 0.3s; }
.dynamic-nav.scrolled { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(15px); box-shadow: 0 10px 40px rgba(0,0,0,0.05); padding: 15px 0;}
.dynamic-nav.scrolled .nav-menu a { color: var(--text-dark); }
.dynamic-nav.scrolled .nav-menu a:hover { color: var(--accent); }
.dynamic-nav.scrolled .logo { filter: none; }
.hamburger { display: none; width: 30px; height: 20px; position: relative; cursor: pointer; z-index: 1002; }
.hamburger span { position: absolute; height: 2px; width: 100%; background: #fff; border-radius: 2px; transition: all 0.4s var(--ease-smooth); left: 0; }
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 9px; width: 70%; }
.hamburger span:nth-child(3) { top: 18px; }
.dynamic-nav.scrolled .hamburger span { background: var(--text-dark); }
.hamburger.active span { background: var(--gold-bright) !important; }
.hamburger.active span:nth-child(1) { top: 9px; transform: rotate(45deg); width: 100%; }
.hamburger.active span:nth-child(2) { opacity: 0; transform: translateX(15px); }
.hamburger.active span:nth-child(3) { top: 9px; transform: rotate(-45deg); width: 100%; }
.hero-cinematic { min-height: 100vh; position: relative; display: flex; flex-direction: column; align-items: center; padding-top: 180px; padding-bottom: 80px; text-align: center; overflow: hidden; background: #000; contain: layout paint; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.05); animation: zoomInOut 30s ease-in-out infinite alternate; will-change: transform; }
.birds-layer { position: absolute; inset: 0; z-index: 3; pointer-events: none; contain: strict; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(10,10,12,0.4) 0%, rgba(10,10,12,0.9) 100%); }
.hero-content { position: relative; z-index: 10; margin-bottom: 80px; }
.subtitle { color: var(--gold-bright); font-size: 13px; letter-spacing: 0.4em; display: block; margin-bottom: 25px; font-weight: 500; }
.hero-content h1 { font-family: var(--font-hero); font-size: 5rem; color: #fff; font-weight: 400; line-height: 1.1; text-shadow: 0 10px 30px rgba(0,0,0,0.8); }
.showcase-grid { position: relative; z-index: 10; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; width: 100%; max-width: 1350px; padding: 0 20px; contain: layout inline-size; }
.luxury-showcase-card { height: 520px; border-radius: 4px; overflow: hidden; position: relative; cursor: pointer; border: 1px solid rgba(212, 175, 55, 0.4); box-shadow: 0 20px 50px rgba(0,0,0,0.6); transition: border-color 0.4s ease, box-shadow 0.4s ease; -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: translateZ(0); contain: paint style layout; }
.luxury-showcase-card:hover { border-color: var(--gold-bright); box-shadow: 0 25px 60px rgba(212, 175, 55, 0.2); }
.lsc-image { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 1.5s cubic-bezier(0.25, 1, 0.35, 1); will-change: transform; transform: scale(1.01) translateZ(0); }
.luxury-showcase-card:hover .lsc-image { transform: scale(1.06) translateZ(0); }
.lsc-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.1) 100%); transition: background 0.5s ease; }
.luxury-showcase-card:hover .lsc-overlay { background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.2) 100%); }
.lsc-content { position: absolute; inset: 0; padding: 35px; display: flex; flex-direction: column; justify-content: flex-end; }
.lsc-badge { font-size: 10px; letter-spacing: 3px; color: var(--gold-bright); margin-bottom: 15px; font-weight: 600; }
.lsc-title { font-family: var(--font-heading); color: #fff; font-size: 2rem; margin-bottom: 15px; font-weight: 400; line-height: 1.2; }
.lsc-desc { color: #d1d1d1; font-size: 14px; line-height: 1.6; margin-bottom: 30px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; line-clamp: 3; font-weight: 300; }
.lsc-footer { border-top: 1px solid rgba(255,255,255,0.15); padding-top: 20px; }
.lsc-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; color: #fff; font-size: 13px; letter-spacing: 1px; }
.lsc-price { color: var(--gold-bright); font-size: 1.2rem; font-weight: 500; }
.lsc-btn { width: 100%; padding: 15px; background: transparent; border: 1px solid var(--gold-bright); color: var(--gold-bright); font-family: var(--font-body); text-transform: uppercase; letter-spacing: 2px; font-size: 11px; font-weight: 500; cursor: pointer; transition: 0.3s; }
.lsc-btn:hover { background: var(--gold-bright); color: #000; box-shadow: 0 0 20px rgba(212, 175, 55, 0.4); }
.stats-section { background: var(--text-dark); padding: 80px 0; border-top: 1px solid #333; border-bottom: 1px solid #333; }
.stats-wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat-box { padding: 20px; }
.stat-num { font-family: var(--font-heading); font-size: 4rem; color: var(--gold-bright); line-height: 1; }
.stat-plus, .stat-percent { font-size: 2.5rem; color: var(--gold-bright); }
.stat-label { color: #aaa; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; margin-top: 10px; }
.catalog-section { padding: 140px 0; background: var(--bg-light); }
.catalog-section .section-intro h2 { font-family: var(--font-heading); font-size: 3.5rem; margin-bottom: 20px; font-weight: 400; color: var(--text-dark); }
.catalog-section .intro-desc { font-size: 18px; color: var(--text-muted); line-height: 1.8; max-width: 800px; margin: 0 auto 80px; }
.catalog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; }
.catalog-item { background: var(--bg-surface); border: 1px solid rgba(0,0,0,0.05); height: 520px; position: relative; display: flex; flex-direction: column; overflow: hidden; transition: 0.4s; box-shadow: 0 15px 35px rgba(0,0,0,0.04); }
.catalog-item:hover { transform: translateY(-8px); box-shadow: 0 25px 50px rgba(0,0,0,0.1); }
.cat-img-box { width: 100%; height: 240px; position: relative; overflow: hidden; }
.cat-img-box img { width: 100%; height: 100%; object-fit: cover; transition: 0.8s; }
.catalog-item:hover .cat-img-box img { transform: scale(1.05); }
.cat-date-badge { position: absolute; top: 15px; right: 15px; background: rgba(0,0,0,0.8); color: var(--gold-bright); padding: 8px 15px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; backdrop-filter: blur(5px); border: 1px solid rgba(212, 175, 55, 0.3); }
.cat-info-box { padding: 30px; display: flex; flex-direction: column; flex-grow: 1; position: relative; }
.cat-info-box h3 { font-family: var(--font-heading); font-size: 1.6rem; color: var(--text-dark); margin-bottom: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cat-desc { color: var(--text-muted); font-size: 14px; line-height: 1.6; line-clamp: 3; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.cat-footer { position: absolute; bottom: 30px; left: 30px; width: calc(100% - 60px); display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(0,0,0,0.05); padding-top: 20px; }
.cat-price { font-size: 1.2rem; font-weight: 500; color: var(--accent); }
.btn-catalog { background: transparent; border: 1px solid var(--text-dark); color: var(--text-dark); padding: 10px 18px; font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; cursor: pointer; transition: 0.3s; }
.btn-catalog:hover { background: var(--text-dark); color: #fff; }
.seo-info-section { padding: 120px 0; background: var(--bg-surface); border-top: 1px solid rgba(0,0,0,0.03); border-bottom: 1px solid rgba(0,0,0,0.03); }
.seo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.seo-content h2 { font-family: var(--font-heading); font-size: 3rem; margin-bottom: 25px; line-height: 1.2; font-weight: 400; }
.seo-content p { color: var(--text-muted); font-size: 16px; line-height: 1.8; margin-bottom: 20px; }
.seo-features { display: flex; flex-direction: column; gap: 35px; }
.feature-item { display: flex; gap: 20px; align-items: flex-start; }
.feature-item i { font-size: 2rem; color: var(--accent); margin-top: 5px; }
.feature-item h4 { font-size: 1.2rem; margin-bottom: 8px; font-weight: 500; }
.feature-item p { color: var(--text-muted); font-size: 14px; line-height: 1.6; margin: 0; }
.faq-editorial { padding: 120px 0; background: var(--bg-alt); }
.faq-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 80px; align-items: start; }
.faq-sticky-side { position: sticky; top: 120px; }
.faq-sticky-side h2 { font-family: var(--font-heading); font-size: 3.5rem; line-height: 1.1; font-weight: 400; margin-bottom: 20px;}
.faq-sticky-side p { color: var(--text-muted); font-size: 16px; line-height: 1.7; }
.faq-list { border-top: 1px solid rgba(0,0,0,0.1); }
.faq-row { border-bottom: 1px solid rgba(0,0,0,0.1); }
.faq-trigger { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 35px 0; font-family: var(--font-body); font-size: 18px; color: var(--text-dark); font-weight: 500; display: flex; justify-content: space-between; align-items: center; transition: color 0.3s; }
.faq-trigger::after { content: '+'; font-size: 24px; color: var(--accent); transition: transform 0.4s; }
.faq-trigger.active { color: var(--accent); }
.faq-trigger.active::after { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.5s var(--ease-smooth); }
.faq-answer p { padding-bottom: 35px; color: var(--text-muted); font-size: 16px; line-height: 1.8;}
.scroll-timeline-section { height: 250vh; background: #000; position: relative; }
.sticky-viewport { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.smooth-anim { transition: transform 0.1s linear, opacity 0.1s linear, filter 0.1s linear, background-color 0.1s linear; will-change: transform, opacity, filter; }
.uludag-base { position: absolute; inset: 0; z-index: 1; }
#track-uludag-bg, #track-uludag-fg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(0.4); }
.slogan-container { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; text-align: center; width: 100%; }
#track-slogan { font-family: 'Barber Outline', 'Cinzel', serif; font-size: clamp(1.5rem, 4vw, 4.5rem); font-weight: 800; white-space: nowrap; letter-spacing: 5px; color: transparent; -webkit-text-stroke: 2px rgba(255, 255, 255, 0.95); text-shadow: 0 0 15px rgba(255, 255, 255, 0.1); opacity: 0; transform: translate3d(0, 30vh, 0); }
#track-uludag-fg { z-index: 3; pointer-events: none; }
.lens-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.6); z-index: 4; pointer-events: none; }
.dark-footer { padding: 100px 0 30px; background: #0A0A0A; color: #fff; }
.footer-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 80px; }
.f-brand img { height: 50px; object-fit: contain; filter: brightness(0) invert(1); margin-bottom: 15px;}
.brand-desc { font-family: var(--font-body); font-size: 14px; color: var(--text-muted); font-weight: 400; }
.f-contact-grid { display: flex; gap: 60px; }
.contact-block { display: flex; flex-direction: column; gap: 5px; }
.c-label { font-size: 10px; color: var(--accent); letter-spacing: 2px; }
.c-val { font-family: var(--font-body); font-size: 20px; color: #fff; text-decoration: none; font-weight: 500; transition: color 0.3s; }
.c-val:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; font-size: 13px; color: rgba(255,255,255,0.4); }
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); display: none; justify-content: center; align-items: center; z-index: 3000; backdrop-filter: blur(15px); }
.modal-overlay.active { display: flex; animation: fadeIn 0.4s ease; }
.glassmorphism-box { background: rgba(15, 15, 15, 0.85); backdrop-filter: blur(25px); border: 1px solid rgba(212, 175, 55, 0.3); border-radius: 12px; width: 100%; max-width: 1000px; display: flex; box-shadow: 0 40px 100px rgba(0,0,0,0.8); position: relative; }
.modal-left { width: 45%; position: relative; overflow: hidden; border-right: 1px solid rgba(255,255,255,0.05); }
.m-img-wrapper { width: 100%; height: 100%; background-size: cover; background-position: center; filter: brightness(0.7); }
.modal-left .modal-info { position: absolute; bottom: 0; left: 0; width: 100%; padding: 40px; background: linear-gradient(to top, rgba(0,0,0,0.95), transparent); color: #fff; }
.m-tag { font-size: 10px; letter-spacing: 3px; color: var(--gold-bright); margin-bottom: 10px; display: block; }
.modal-info h3 { font-family: var(--font-heading); font-size: 2.2rem; margin-bottom: 5px; font-weight: 400;}
.modal-info .price { font-size: 1.2rem; font-weight: 300; }
.modal-right { width: 55%; padding: 60px 50px; position: relative; color: #fff; }
.close-modal { position: absolute; top: 20px; right: 25px; font-size: 32px; color: #888; cursor: pointer; transition: 0.3s; background: none; border: none; z-index: 10; }
.close-modal:hover { color: var(--gold-bright); transform: rotate(90deg); }
.m-header-text h2 { font-family: var(--font-heading); font-size: 2rem; margin-bottom: 10px; font-weight: 400; color: var(--gold-bright); }
.m-header-text p { color: #aaa; font-size: 13px; margin-bottom: 30px; }
.luxury-input { margin-bottom: 25px; }
.luxury-input label { display: block; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #888; margin-bottom: 8px; }
.luxury-input input { width: 100%; background: transparent; border: none; border-bottom: 1px solid #444; color: #fff; padding: 10px 0; font-family: var(--font-body); font-size: 15px; transition: 0.3s; }
.luxury-input input:focus { outline: none; border-bottom-color: var(--gold-bright); }
.form-row { display: flex; gap: 30px; }
.form-row .luxury-input { flex: 1; }
.submit-btn-glow { width: 100%; padding: 18px; background: var(--gold-bright); color: #000; border: none; font-family: var(--font-body); font-weight: 600; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; cursor: pointer; transition: 0.4s; margin-top: 15px; border-radius: 4px; box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3); }
.submit-btn-glow:hover { background: #fff; box-shadow: 0 15px 40px rgba(255, 255, 255, 0.4); }
.celebration-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.75); backdrop-filter: blur(20px); z-index: 5000; display: flex; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: all 0.6s cubic-bezier(0.25, 1, 0.35, 1); }
.celebration-overlay.active { opacity: 1; visibility: visible; }
.celebration-box { background: linear-gradient(145deg, rgba(20,20,20,0.9) 0%, rgba(5,5,5,0.95) 100%); border: 1px solid rgba(212, 175, 55, 0.3); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8), inset 0 0 30px rgba(212, 175, 55, 0.05); padding: 70px 50px; border-radius: 12px; text-align: center; max-width: 550px; width: 90%; transform: scale(0.9) translateY(40px); transition: all 0.6s cubic-bezier(0.25, 1, 0.35, 1); }
.celebration-overlay.active .celebration-box { transform: scale(1) translateY(0); }
.celebration-icon { width: 90px; height: 90px; border-radius: 50%; background: rgba(212, 175, 55, 0.1); border: 2px solid var(--gold-bright); color: var(--gold-bright); font-size: 35px; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px; box-shadow: 0 0 30px rgba(212, 175, 55, 0.4); animation: pulseGold 2.5s infinite; }
.celebration-box h2 { font-family: var(--font-heading); color: var(--gold-bright); font-size: 2.4rem; margin-bottom: 15px; font-weight: 400; line-height: 1.2; }
.celebration-box p { color: #ccc; font-size: 15px; line-height: 1.8; margin-bottom: 40px; font-weight: 300; }
.btn-celebration { background: var(--gold-bright); color: #000; padding: 18px 45px; font-family: var(--font-body); font-weight: 600; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; border: none; border-radius: 4px; cursor: pointer; transition: 0.4s; box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3); }
.btn-celebration:hover { background: #fff; box-shadow: 0 15px 40px rgba(255, 255, 255, 0.5); transform: translateY(-3px); }
@keyframes pulseGold { 0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.4); } 70% { box-shadow: 0 0 0 25px rgba(212, 175, 55, 0); } 100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); } }
@keyframes zoomInOut { from { transform: scale(1); } to { transform: scale(1.08); } }
@keyframes flyAcross { 0% { transform: translateX(0) scale(1); opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { transform: translateX(-110vw) translateY(-50px) scale(0.8); opacity: 0; } }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.contact-section { padding: 120px 0; background: var(--bg-surface); position: relative; }
.contact-wrapper { display: grid; grid-template-columns: 1fr 1fr; background: #0A0A0C; border-radius: 8px; overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,0.15); }
.glass-border { border: 1px solid rgba(212, 175, 55, 0.2); }
.contact-info { padding: 80px 60px; background: url('https://pub-20bc44ad68a24adea95ad0db0cfccaf6.r2.dev/zirve/turgorselleri/turizm.jpg') center/cover; position: relative; color: #fff; }
.contact-info::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,10,12,0.95) 0%, rgba(10,10,12,0.85) 100%); }
.contact-info > * { position: relative; z-index: 2; }
.contact-info h2 { font-family: var(--font-heading); font-size: 2.8rem; margin-bottom: 20px; font-weight: 400; color: #fff; line-height: 1.2;}
.contact-info p { color: #ccc; font-size: 15px; margin-bottom: 40px; line-height: 1.8; }
.info-list { display: flex; flex-direction: column; gap: 30px; }
.info-item { display: flex; gap: 20px; align-items: flex-start; }
.info-item i { font-size: 24px; color: var(--gold-bright); margin-top: 5px; }
.info-item h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: #888; margin-bottom: 5px; }
.info-item p, .info-item a { color: #fff; font-size: 16px; text-decoration: none; transition: 0.3s; }
.info-item a:hover { color: var(--gold-bright); }
.contact-form-area { padding: 80px 60px; background: #fff; display: flex; flex-direction: column; justify-content: center; }
.contact-form-area h3 { font-family: var(--font-heading); font-size: 2rem; color: var(--text-dark); margin-bottom: 30px; font-weight: 400; }
.luxury-input-dark label { display: block; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #888; margin-bottom: 8px; font-weight: 600; }
.luxury-input-dark input, .luxury-input-dark textarea { width: 100%; background: transparent; border: none; border-bottom: 1px solid #ddd; color: var(--text-dark); padding: 10px 0; font-family: var(--font-body); font-size: 15px; transition: 0.3s; resize: none; }
.luxury-input-dark input:focus, .luxury-input-dark textarea:focus { outline: none; border-bottom-color: var(--accent); }
.luxury-input-dark input::placeholder, .luxury-input-dark textarea::placeholder { color: #ccc; }
.submit-btn-dark { width: 100%; padding: 18px; background: var(--text-dark); color: #fff; border: none; font-family: var(--font-body); font-weight: 600; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; cursor: pointer; transition: 0.4s; margin-top: 15px; border-radius: 4px; }
.submit-btn-dark:hover { background: var(--gold-bright); color: #000; box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3); }
@media (max-width: 1400px) {
    .container { max-width: 1140px; }
    .hero-content h1 { font-size: 4.5rem; }
    .showcase-grid { gap: 30px; }
    .seo-grid, .faq-grid { gap: 50px; }
    .contact-wrapper { grid-template-columns: 1fr 1.2fr; }
}
@media (max-width: 1200px) {
    .container { max-width: 960px; padding: 0 30px; }
    .hero-content h1 { font-size: 3.8rem; }
    .showcase-grid { gap: 20px; }
    .luxury-showcase-card { height: 480px; }
    .stats-wrap { grid-template-columns: repeat(2, 1fr); gap: 40px; }
    .stat-num { font-size: 3.5rem; }
    .seo-grid { grid-template-columns: 1fr; gap: 40px; }
    .faq-grid { grid-template-columns: 1fr; gap: 40px; }
    .faq-sticky-side { position: relative; top: 0; text-align: center; margin-bottom: 20px; }
    .contact-wrapper { grid-template-columns: 1fr; }
    .glassmorphism-box { max-width: 900px; }
}
@media (max-width: 992px) {
    .container { max-width: 720px; padding: 0 25px; }
    .showcase-grid { grid-template-columns: 1fr; max-width: 600px; margin: 0 auto; }
    .catalog-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
    .hero-cinematic { padding-top: 150px; min-height: 85vh; }
    .glassmorphism-box { flex-direction: column; width: 95%; max-height: 90vh; overflow-y: auto; }
    .modal-left { width: 100%; height: 300px; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); flex-shrink: 0; }
    .modal-right { width: 100%; padding: 40px; }
    .footer-top { flex-direction: column; text-align: center; gap: 40px; }
    .f-contact-grid { justify-content: center; width: 100%; }
    .contact-info, .contact-form-area { padding: 50px 30px; }
}
@media (max-width: 768px) {
    .container { max-width: 540px; padding: 0 20px; }
    .hamburger { display: block; }
    .nav-menu { position: fixed; inset: 0; width: 100vw; height: 100vh; background: rgba(5, 5, 5, 0.98); backdrop-filter: blur(25px); display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all 0.5s var(--ease-smooth); z-index: 1000; }
    .nav-menu.active { opacity: 1; visibility: visible; }
    .nav-menu a { font-family: var(--font-heading); font-size: 2.2rem; margin: 15px 0; color: #fff; text-transform: none; letter-spacing: 2px; opacity: 0; transform: translateY(30px); transition: all 0.5s var(--ease-smooth); }
    .nav-menu.active a { opacity: 1; transform: translateY(0); }
    .nav-menu.active a:nth-child(1) { transition-delay: 0.1s; }
    .nav-menu.active a:nth-child(2) { transition-delay: 0.15s; }
    .nav-menu.active a:nth-child(3) { transition-delay: 0.2s; }
    .nav-menu.active a:nth-child(4) { transition-delay: 0.25s; }
    .nav-menu.active a:nth-child(5) { transition-delay: 0.3s; }
    .nav-menu.active a:nth-child(6) { transition-delay: 0.35s; }
    .nav-menu a:hover { color: var(--gold-bright); transform: scale(1.05); }
    .hero-content h1 { font-size: 2.8rem; }
    .catalog-grid { grid-template-columns: 1fr; }
    .stats-wrap { grid-template-columns: 1fr; gap: 30px; border-bottom: none; }
    .stat-box { padding: 10px; border-bottom: 1px solid #222; }
    .stat-box:last-child { border-bottom: none; }
    .f-contact-grid { flex-direction: column; gap: 30px; align-items: center; }
    .footer-bottom { flex-direction: column; gap: 15px; text-align: center; }
    .form-row { flex-direction: column; gap: 0; }
    #track-slogan { font-size: clamp(1.2rem, 5vw, 2.5rem); letter-spacing: 2px; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.95); }
}
@media (max-width: 576px) {
    .container { max-width: 100%; padding: 0 15px; }
    .hero-content h1 { font-size: 2.2rem; }
    .subtitle { font-size: 11px; letter-spacing: 0.2em; }
    .luxury-showcase-card { height: 420px; }
    .lsc-title { font-size: 1.6rem; }
    .seo-content h2 { font-size: 2.2rem; }
    .faq-sticky-side h2 { font-size: 2.5rem; }
    .contact-info h2 { font-size: 2rem; }
    .modal-right { padding: 30px 20px; }
    .m-header-text h2 { font-size: 1.6rem; }
    .btn-celebration, .submit-btn-glow, .submit-btn-dark { font-size: 11px; padding: 15px; }
}
@media (max-width: 430px) {
    .hero-cinematic { padding-top: 120px; }
    .hero-content h1 { font-size: 1.8rem; }
    .nav-wrap { flex-direction: row; align-items: center; justify-content: space-between; }
    .logo { height: 35px; }
    .dynamic-nav { padding: 15px 0; }
    .catalog-item { height: 480px; }
    .cat-info-box { padding: 20px; }
    .cat-info-box h3 { font-size: 1.3rem; }
    .faq-trigger { font-size: 15px; padding: 25px 0; }
    .contact-info, .contact-form-area { padding: 40px 20px; }
    .info-item h4 { font-size: 11px; }
    .info-item p, .info-item a { font-size: 14px; }
    .stat-num { font-size: 2.8rem; }
}