:root {
    --bg: #1f251f;
    --accent: #b69f6d;
    --text: #ffffff;
    --text-muted: rgba(255,255,255,0.7);
    --section-bg: #2a322a;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Roboto', sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.section { padding: 110px 0; }
.section__title { font-family: 'Tenor Sans', sans-serif; font-size: 42px; text-transform: uppercase; margin-bottom: 60px; font-weight: 400; letter-spacing: 0.02em; }
.section__title--center { text-align: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 20px 42px; background: var(--accent); color: #000; text-transform: uppercase; font-weight: 700; border-radius: 8px; text-decoration: none; border: none; cursor: pointer; font-size: 14px; transition: transform .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(182,159,109,.3); }

.header { position: fixed; top: 0; width: 100%; z-index: 100; padding: 20px 0; background: linear-gradient(180deg, rgba(31,37,31,0.85) 0%, rgba(31,37,31,0) 100%); }
.header__inner { display: flex; justify-content: space-between; align-items: center; }
.nav { display: flex; gap: 36px; }
.nav a { color: var(--text); text-decoration: none; font-size: 15px; opacity: .9; transition: opacity .2s; }
.nav a:hover { opacity: 1; }
.logo { display: block; }
.logo__img { width: 58px; height: auto; border-radius: 50%; }
.header__phone { color: var(--text); text-decoration: none; font-size: 15px; font-weight: 500; }

.hero { position: relative; min-height: 1006px; display: flex; align-items: center; padding: 180px 0 120px; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: -1; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__overlay, .hero__fade { position: absolute; inset: 0; }
.hero__content { position: relative; z-index: 1; max-width: 1300px; padding-left: 80px; }
.hero__title { font-family: 'Tenor Sans', sans-serif; font-size: 64px; font-weight: 400; line-height: 74.88px; margin-bottom: 22px; text-transform: uppercase; }
.hero__subtitle { font-size: 24px; line-height: 28.125px; color: rgba(255,255,255,0.85); margin-bottom: 44px; max-width: 600px; }

.stats { padding: 90px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.stats__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.stat__value { font-family: 'Tenor Sans', sans-serif; font-size: 60px; margin-bottom: 8px; }
.stat__label { font-size: 18px; color: var(--text-muted); }

.why__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why__item { padding: 30px; border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; min-height: 200px; display: flex; flex-direction: column; }
.why__item h3 { font-family: 'Tenor Sans', sans-serif; font-size: 17px; margin-bottom: 14px; font-weight: 400; text-transform: uppercase; line-height: 1.4; }
.why__item p { font-size: 14px; color: var(--text-muted); margin-top: auto; }

.services { background: var(--section-bg); }
.services__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service { padding: 38px; border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; display: flex; flex-direction: column; justify-content: space-between; min-height: 260px; }
.service--image-left { grid-row: span 2; padding: 0; overflow: hidden; min-height: 320px; }
.service--image-left .service__image { min-height: 100%; }
.service--right-top, .service--right-bottom { min-height: 160px; }
.service__image { min-height: 100%; }
.service__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.service__content { padding: 38px; display: flex; flex-direction: column; justify-content: center; }
.service h3 { font-family: 'Tenor Sans', sans-serif; font-size: 22px; margin-bottom: 16px; font-weight: 400; text-transform: uppercase; }
.service p { font-size: 15px; color: var(--text-muted); line-height: 1.65; }

.gallery { background: var(--section-bg); }
.gallery__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery__item { display: block; aspect-ratio: 3/4; overflow: hidden; border-radius: 14px; position: relative; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery__item:hover img { transform: scale(1.05); }
.gallery__item--wide { grid-column: span 2; aspect-ratio: 16/9; }

.stages__wrap { max-width: 900px; margin: 0 auto; position: relative; padding-left: 40px; }
.stages__wrap::before { content: ''; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 1px; background: rgba(182,159,109,0.4); }
.stage { position: relative; margin-bottom: 52px; }
.stage::before { content: ''; position: absolute; left: -40px; top: 6px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); transform: translateX(-7px); }
.stage:last-child { margin-bottom: 0; }
.stage h3 { font-family: 'Tenor Sans', sans-serif; font-size: 24px; font-weight: 400; margin-bottom: 8px; text-transform: uppercase; }
.stage p { font-size: 16px; color: var(--text-muted); max-width: 560px; }

.marquee { background: #fff; color: #000; padding: 28px 0; overflow: hidden; white-space: nowrap; }
.marquee__track { display: inline-flex; animation: marquee 18s linear infinite; }
.marquee__track span { font-family: 'Tenor Sans', sans-serif; font-size: 20px; text-transform: uppercase; padding: 0 30px; letter-spacing: 0.05em; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

.cta__form { display: flex; gap: 16px; justify-content: center; max-width: 920px; margin: 0 auto; }
.cta__form input { flex: 1; padding: 18px 22px; border: 1px solid rgba(0,0,0,0.1); border-radius: 8px; background: rgba(255,255,255,0.95); font-size: 15px; }
.cta h2 span { color: var(--accent); }

.faq { background: var(--section-bg); }
.faq__wrap { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: start; }
.faq__image { border-radius: 14px; overflow: hidden; aspect-ratio: 4/3; }
.faq__image img { width: 100%; height: 100%; object-fit: cover; }
.faq__list { display: flex; flex-direction: column; }
.faq__item { border-bottom: 1px solid rgba(255,255,255,0.1); }
.faq__item button { width: 100%; padding: 24px 0; background: none; border: none; color: var(--text); font-family: 'Tenor Sans', sans-serif; font-size: 17px; text-align: left; display: flex; justify-content: space-between; cursor: pointer; text-transform: uppercase; }
.faq__item button::after { content: '+'; font-size: 24px; color: var(--accent); line-height: 1; }
.faq__item.active button::after { content: '−'; }
.faq__answer { max-height: 0; overflow: hidden; transition: max-height .3s; }
.faq__item.active .faq__answer { max-height: 200px; padding-bottom: 20px; }
.faq__answer p { color: var(--text-muted); font-size: 15px; }

.footer { background: #000; padding: 100px 0 30px; }
.footer__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.footer h2 { font-family: 'Tenor Sans', sans-serif; font-size: 38px; font-weight: 400; margin-bottom: 40px; text-transform: uppercase; line-height: 1.25; }
.footer__contacts { display: flex; flex-direction: column; gap: 10px; margin-bottom: 30px; }
.footer__contacts a { color: var(--text); text-decoration: none; font-size: 18px; }
.footer__contacts span { color: var(--text-muted); font-size: 16px; }
.footer__socials { display: flex; gap: 20px; }
.footer__socials a { color: var(--accent); text-transform: uppercase; text-decoration: none; font-size: 14px; font-weight: 700; }
.footer__form form { display: flex; flex-direction: column; gap: 16px; }
.footer__form input, .footer__form textarea { background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,0.3); padding: 18px 0; color: var(--text); font-size: 15px; }
.footer__form input::placeholder, .footer__form textarea::placeholder { color: rgba(255,255,255,0.5); }

@media (max-width: 1024px) {
    .why__grid { grid-template-columns: repeat(2, 1fr); }
    .services__grid { grid-template-columns: 1fr; }
    .service--image-left { grid-row: span 1; }
    .faq__wrap { grid-template-columns: 1fr; }
    .footer__grid { grid-template-columns: 1fr; gap: 50px; }
}
@media (max-width: 768px) {
    .logo__img { width: 42px; }
    .header__phone { font-size: 13px; }
    .nav { display: none; }
    .hero { min-height: auto; padding: 140px 0 80px; }
    .hero__content { padding-left: 0; }
    .hero__title { font-size: 36px; line-height: 1.15; }
    .hero__subtitle { font-size: 18px; line-height: 1.5; }
    .stats__grid, .why__grid { grid-template-columns: 1fr; }
    .stat__value { font-size: 42px; }
    .section__title { font-size: 28px; margin-bottom: 40px; }
    .cta__form { flex-direction: column; }
    .stage h3 { font-size: 20px; }
    .footer h2 { font-size: 28px; }
    .gallery__grid { grid-template-columns: repeat(2, 1fr); }
    .gallery__item--wide { grid-column: span 2; }
}
