:root{--yellow:#ffcc33;--yellow-dark:#cc9f21;--black:#090909;--bg:#1f1f1f;--panel:#262626;--white:#fff;--muted:#ccc;--line:#3a3a3a;--header:rgba(0,0,0,.9)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--bg);color:var(--white);font-family:Roboto,Arial,sans-serif;line-height:1.55;min-width:300px}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}.container{width:min(1160px,calc(100% - 40px));margin:auto}.header{position:fixed;inset:0 0 auto;background:var(--header);z-index:1000}.header__inner{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{width:70px;height:70px;object-fit:contain}.nav{display:flex;align-items:center;justify-content:center;gap:38px;text-transform:uppercase;font-weight:700;letter-spacing:1px}.nav a,.header-cta{transition:.25s}.nav a:hover{color:var(--yellow)}.header-cta{border:2px solid var(--yellow);padding:10px 14px;text-transform:uppercase;font-weight:700;letter-spacing:1px}.header-cta:hover{background:var(--yellow);color:#000}.menu-toggle{display:none;background:none;border:0;color:var(--yellow);width:36px;height:36px;padding:5px}.menu-toggle span{display:block;height:2px;background:currentColor;margin:6px 0}.hero{min-height:760px;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.55) 46%,rgba(0,0,0,.25) 100%),url('https://res.cloudinary.com/dd3fd4eey/image/upload/v1701291900/main_bg.png') top/cover no-repeat}.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(transparent,var(--bg))}.hero__content{position:relative;z-index:1;padding:130px 0 100px}.eyebrow{margin:0 0 12px;color:var(--yellow);font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:3px}.hero h1{font-size:clamp(44px,7vw,82px);line-height:.98;text-transform:uppercase;margin:0 0 28px;letter-spacing:2px;font-weight:900}.hero__lead{max-width:700px;font-size:clamp(20px,3vw,28px);font-weight:500;margin:0 0 12px}.hero__sub{max-width:680px;color:var(--muted);font-size:18px;margin:0 0 34px}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--yellow);color:#000;padding:15px 24px;font-weight:900;text-transform:uppercase;letter-spacing:1px;border:2px solid var(--yellow);transition:.25s}.button:hover{background:transparent;color:var(--yellow)}.button--dark{background:#000;border-color:#000;color:#fff}.button--dark:hover{background:transparent;color:#000;border-color:#000}.scroll-down{position:absolute;bottom:36px;left:50%;z-index:2;color:var(--yellow);font-size:30px}.section{padding:100px 0}.two-col,.contacts__grid,.gallery-wrap{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(0,1.15fr);gap:80px;align-items:start}.section-heading h2,.gallery-copy h2,.center-heading h2,.cta-box h2{margin:0;font-size:clamp(32px,4.5vw,52px);line-height:1.05;text-transform:uppercase;letter-spacing:1px}.section-heading p:last-child,.section-copy>p,.gallery-copy>p,.center-heading>p,.cta-box p{color:var(--muted);font-size:18px}.section-copy>p{margin:0 0 20px}.feature-list{list-style:none;padding:0;margin:0}.feature-list li{padding:14px 0 14px 30px;border-bottom:1px solid var(--line);position:relative;color:#eee}.feature-list li:before{content:'+';position:absolute;left:0;color:var(--yellow);font-size:22px;font-weight:700}.gallery-section{background:#181818}.gallery-wrap{align-items:center}.gallery-main{position:relative}.image-frame:before,.image-frame:after{content:"";position:absolute;background:var(--yellow);z-index:0}.image-frame:before{left:-10px;right:10px;top:-10px;height:10px}.image-frame:after{top:-10px;right:-10px;width:10px;bottom:10px}.gallery-main img{position:relative;z-index:1;width:100%;aspect-ratio:16/10;object-fit:cover}.gallery-arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);border:0;background:rgba(0,0,0,.65);color:var(--yellow);font-size:44px;width:48px;height:62px;line-height:50px;cursor:pointer}.gallery-arrow--prev{left:0}.gallery-arrow--next{right:0}.gallery-dots{position:absolute;z-index:3;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px}.gallery-dots button{width:11px;height:11px;border-radius:50%;padding:0;border:1px solid #fff;background:rgba(0,0,0,.2);cursor:pointer}.gallery-dots button.active{background:var(--yellow)}.text-link{display:inline-block;color:var(--yellow);font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-top:15px}.text-link span{font-size:22px}.center-heading{text-align:center;max-width:760px;margin:0 auto 50px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{background:var(--panel);border-top:3px solid var(--yellow);padding:30px 24px;min-height:250px}.service-number{color:var(--yellow);font-weight:900;font-size:15px}.service-card h3{font-size:21px;text-transform:uppercase;margin:30px 0 15px;line-height:1.15}.service-card p{color:var(--muted);margin:0}.prices{background:#1b1b1b}.price-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:860px;margin:0 auto}.price-card{background:var(--panel);border-top:3px solid var(--yellow);padding:34px 30px}.price-card__label{margin:0 0 10px;color:#fff;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:.7px}.price-card__value{margin:0 0 18px;color:var(--yellow);font-size:clamp(40px,5vw,58px);font-weight:900;line-height:1}.price-card__value span{font-size:.42em;text-transform:uppercase;letter-spacing:1px}.price-card>p:last-child{margin:0;color:var(--muted)}.cta-section{background:var(--yellow);color:#000;padding:55px 0}.cta-box{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-box .eyebrow{color:#000}.cta-box h2{margin-bottom:10px}.cta-box p{color:#171717;margin:0}.contacts{background:var(--bg)}.contact-list{display:flex;flex-direction:column;gap:8px}.contact-item{display:flex;gap:18px;align-items:center;padding:17px 0;border-bottom:1px solid var(--line)}.contact-icon{color:var(--yellow);font-size:25px;width:32px;text-align:center}.contact-item small{display:block;color:#888;text-transform:uppercase;font-size:11px;letter-spacing:2px;font-weight:700}.contact-item strong{display:block;font-size:18px}.primary-contacts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}.primary-contact{border:2px solid var(--yellow);background:var(--yellow);color:#000;padding:18px 20px;transition:.25s}.primary-contact small{display:block;text-transform:uppercase;font-size:11px;letter-spacing:2px;font-weight:700;opacity:.7}.primary-contact strong{display:block;font-size:22px;text-transform:uppercase}.primary-contact:hover{background:transparent;color:var(--yellow)}.contact-item--secondary{opacity:.72}.contact-item--secondary:hover{opacity:1}.cta-actions{display:flex;gap:12px;flex-wrap:wrap}.button--outline-dark{background:transparent;border-color:#000;color:#000}.button--outline-dark:hover{background:#000;color:#fff}.footer{background:#151515;border-top:1px solid #303030}.footer__inner{min-height:120px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#999}.footer__inner img{width:75px;height:75px;object-fit:contain}.footer__inner a:last-child{color:var(--yellow)}
@media(max-width:1199px){.menu-toggle{display:block;order:0}.brand{order:1}.nav{order:3;position:absolute;top:80px;left:0;right:0;background:rgba(0,0,0,.96);display:none;flex-direction:column;padding:20px}.nav.is-open{display:flex}.header-cta{order:2;margin-left:auto}.header__inner{gap:12px}.hero{min-height:680px}.service-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.container{width:min(100% - 30px,1160px)}.header__inner{min-height:72px}.brand img{width:62px;height:62px}.header-cta{font-size:0;border-width:2px;width:43px;height:43px;position:relative}.header-cta:before{content:'✎';font-size:22px;color:var(--yellow);position:absolute;inset:0;display:grid;place-items:center}.header-cta:hover:before{color:#000}.hero{min-height:650px;background-size:cover;background-position:top}.hero__content{padding:120px 0 70px}.hero h1{font-size:45px}.hero__lead{font-size:21px}.hero__sub{font-size:16px}.section{padding:72px 0}.two-col,.contacts__grid,.gallery-wrap{grid-template-columns:1fr;gap:35px}.section-heading h2,.gallery-copy h2,.center-heading h2,.cta-box h2{font-size:34px}.gallery-copy{order:2}.service-grid,.price-grid,.primary-contacts{grid-template-columns:1fr}.service-card{min-height:0}.cta-box{flex-direction:column;align-items:flex-start}.footer__inner{flex-direction:column;padding:25px 0;text-align:center}.scroll-down{bottom:22px}}
