:root {
  --yellow: #ffc400;
  --black: #050505;
  --graphite: #222;
  --text: #555;
  --light: #f6f6f6;
  --border: #e5e5e5;
  --white: #fff;
  --max: 1280px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Montserrat, Arial, sans-serif; color: var(--black); background: var(--white); }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.site-header { height: 96px; display: flex; align-items: center; justify-content: space-between; padding: 0 42px; background: rgba(255,255,255,.94); position: sticky; top: 0; z-index: 10; box-shadow: 0 2px 18px rgba(0,0,0,.06); }
.logo, .footer-logo { font-size: 42px; font-weight: 900; letter-spacing: -2px; font-style: italic; }
.logo span, .footer-logo span { color: var(--yellow); font-size: .55em; text-transform: uppercase; letter-spacing: 0; }
.nav { display: flex; gap: 42px; font-size: 13px; text-transform: uppercase; font-weight: 800; }
.nav a:first-child { border-bottom: 3px solid var(--yellow); padding-bottom: 12px; }
.phone { background: var(--yellow); padding: 17px 28px; border-radius: 4px; font-weight: 900; font-size: 20px; }
.hero { min-height: 570px; display: flex; align-items: center; background: linear-gradient(90deg, #fff 0%, #fff 45%, #f4f4f4 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.2fr; align-items: center; gap: 24px; }
.eyebrow { margin: 0 0 10px; font-size: 20px; font-weight: 900; text-transform: uppercase; font-style: italic; }
.eyebrow.yellow { color: var(--yellow); }
h1, h2, h3 { margin: 0; text-transform: uppercase; }
h1 { font-size: clamp(58px, 7vw, 106px); line-height: .88; font-weight: 1000; font-style: italic; letter-spacing: -3px; }
h1 span { display: block; color: var(--yellow); }
.lead { max-width: 520px; font-size: 19px; line-height: 1.55; color: var(--graphite); font-weight: 600; }
.actions { display: flex; gap: 22px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 30px; border-radius: 4px; text-transform: uppercase; font-weight: 900; font-size: 14px; }
.btn.primary { background: var(--yellow); color: var(--black); }
.btn.secondary { background: var(--white); border: 1px solid #aaa; }
.btn.small { min-height: 34px; padding: 0 22px; font-size: 12px; }
.hero-image { min-height: 460px; border-radius: 10px; background: linear-gradient(135deg, #111, #333 45%, #111); box-shadow: inset 0 0 0 10px rgba(255,255,255,.06); }
.brand-strip { height: 98px; background: linear-gradient(90deg, #ffc400, #ffd92e, #ffc400); }
.section { padding: 62px 0; }
.cards-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 18px; }
.service-card { background: var(--white); border: 1px solid var(--border); border-radius: 7px; text-align: center; overflow: hidden; box-shadow: 0 10px 24px rgba(0,0,0,.05); }
.service-card .photo { height: 112px; background: linear-gradient(135deg, #111, #777); }
.service-card .icon { color: var(--yellow); font-size: 34px; margin-top: 18px; }
.service-card h3 { font-size: 15px; line-height: 1.25; margin: 8px 10px; font-weight: 1000; }
.service-card p { color: var(--text); font-size: 13px; line-height: 1.4; padding: 0 12px 22px; margin: 0; }
.center { text-align: center; margin-top: 28px; }
.why { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; background: var(--light); padding: 0; }
.why-image { min-height: 285px; background: linear-gradient(135deg, #111, #888); }
.why-content { padding: 44px 7vw 44px 44px; }
.why-content h2, .realizations h2 { font-size: clamp(30px, 3.2vw, 48px); font-style: italic; }
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 34px; text-align: center; }
.benefits span { color: var(--yellow); font-size: 44px; }
.benefits h3 { font-size: 13px; margin: 12px 0 8px; }
.benefits p { font-size: 12px; color: var(--text); line-height: 1.4; }
.realizations { text-align: center; }
.realizations h2 { display: inline-block; border-bottom: 4px solid var(--yellow); margin-bottom: 28px; }
.gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.gallery div { height: 125px; border-radius: 5px; background: linear-gradient(135deg, #111, #777); }
.voucher { padding: 42px 0; background: linear-gradient(90deg, #eee, #fff, #eee); }
.voucher-grid { display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; gap: 42px; }
.voucher h2 { font-size: 34px; font-style: italic; }
.voucher-card { justify-self: end; width: min(520px, 100%); padding: 44px; border-radius: 14px; background: var(--black); color: var(--yellow); font-size: 62px; line-height: .9; font-weight: 1000; text-transform: uppercase; font-style: italic; border: 3px solid var(--yellow); }
.voucher-card span { color: var(--white); font-size: .45em; }
.site-footer { background: #f5f5f5; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.3fr; gap: 42px; padding: 28px 0; align-items: center; }
.site-footer h3 { font-size: 14px; }
.site-footer p { color: var(--graphite); line-height: 1.5; }
.copyright { margin: 0; text-align: center; background: var(--black); color: var(--white); font-size: 12px; padding: 9px; }
@media (max-width: 1100px) { .nav { gap: 18px; } .cards-grid { grid-template-columns: repeat(4, 1fr); } .benefits { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 748px) { .site-header { height: auto; padding: 18px; flex-wrap: wrap; gap: 16px; } .nav { order: 3; width: 100%; overflow-x: auto; } .phone { font-size: 16px; padding: 12px 16px; } .container { width: min(100% - 28px, var(--max)); } .hero { padding: 44px 0; } .hero-grid, .why, .voucher-grid, .footer-grid { grid-template-columns: 1fr; } .hero-image { min-height: 280px; } .actions { flex-direction: column; } .btn { width: 100%; } .brand-strip { height: 62px; } .cards-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } .gallery { grid-template-columns: 1fr; } .voucher-card { font-size: 44px; padding: 28px; } }
