*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Inter",sans-serif;line-height:1.6;overflow-x:hidden}body ::selection{background:#ffb347;color:#000;text-shadow:none}body ::-moz-selection{background:#ffb347;color:#000;text-shadow:none}body.no-scroll{overflow:hidden;height:100vh}@font-face{font-family:inter;src:url(../fonts/Inter_18pt-Medium.ttf)}@font-face{font-family:oswald;src:url(../fonts/Oswald-Medium.ttf)}@font-face{font-family:russoone;src:url(../fonts/RussoOne-Regular.ttf)}@font-face{font-family:CutiveMono;src:url(../fonts/CutiveMono-Regular.ttf)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#050505}::-webkit-scrollbar-thumb{background:linear-gradient(180deg, #fff4c8 0%, #efe2b2 35%, #d6b13f 70%, #8f6f1f 100%);border-radius:20px;border:2px solid #050505}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg, #fff7d8 0%, #f6e6b0 30%, #e1be55 65%, #9f7d28 100%)}*{scrollbar-width:thin;scrollbar-color:#d6b13f #050505}html,body{margin:0;padding:0;overflow-x:hidden;background:#000}body{padding-top:74px}body.menu-open{overflow:hidden}.header{position:fixed;top:0;left:0;z-index:1500;width:100%;padding:0 32px;background:rgba(5,5,5,.34);backdrop-filter:blur(10px);transition:transform .35s ease,background .35s ease}.header.scrolled{background:rgba(5,5,5,.72)}.header.header--hidden{transform:translateY(-100%)}.header__container{display:grid;width:100%;max-width:1720px;height:74px;grid-template-columns:1fr auto 1fr;align-items:center;margin:0 auto}.header__logo{justify-self:start;color:#d6b13f;font-family:serif;font-size:25px;letter-spacing:.22em;text-decoration:none;text-transform:uppercase}.header__nav ul{display:flex;gap:44px;margin:0;padding:0;list-style:none}.header__nav a{color:rgba(247,242,232,.82);font-family:inter;font-size:15px;font-weight:600;text-decoration:none;transition:color .25s ease}.header__nav a:hover{color:#d6b13f}.header__btn{justify-self:end;padding:14px 22px;border:1px solid #d6b13f;color:#d6b13f;font-size:13px;font-weight:700;letter-spacing:.12em;text-decoration:none;text-transform:uppercase;transition:color .25s ease,background .25s ease}.header__btn:hover{background:#d6b13f;color:#050505}.header__burger{display:none}.mobile-menu-overlay{position:fixed;inset:0;z-index:1400;background:rgba(0,0,0,.62);opacity:0;visibility:hidden;pointer-events:none;transition:.3s ease}.mobile-menu-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu{position:fixed;top:0;left:0;z-index:1450;width:100%;padding:96px 24px 30px;border-bottom:1px solid rgba(239,226,178,.24);background:rgba(5,5,5,.97);transform:translateY(-100%);transition:transform .38s ease}.mobile-menu.active{transform:translateY(0)}.mobile-menu ul{display:grid;max-width:1720px;gap:22px;margin:0 auto;padding:0;list-style:none}.mobile-menu li{border-bottom:1px solid rgba(255,255,255,.06)}.mobile-menu li a{display:block;padding-bottom:18px;color:#f7f2e8;font-size:18px;letter-spacing:.08em;text-decoration:none;text-transform:uppercase;transition:color .25s ease}.mobile-menu li a:hover{color:#d6b13f}.mobile-menu__actions{display:grid;width:100%;max-width:1720px;grid-template-columns:1fr 1fr;gap:12px;margin:28px auto 0}.mobile-menu__btn{display:flex;align-items:center;justify-content:center;padding:16px 18px;border:1px solid #d6b13f;font-size:13px;font-weight:700;line-height:1;letter-spacing:.12em;text-align:center;text-decoration:none;text-transform:uppercase;transition:.25s ease}.mobile-menu__btn--call{background:rgba(0,0,0,0);color:#d6b13f}.mobile-menu__btn--call:hover{background:#d6b13f;color:#050505}.mobile-menu__btn--signup{background:#d6b13f;color:#050505}.mobile-menu__btn--signup:hover{background:#f0d98a}@media(max-width: 1024px){body{padding-top:70px}.header{padding:0 24px}.header__container{display:flex;height:70px;justify-content:space-between}.header__nav--desktop,.header__btn{display:none}.header__burger{display:flex;width:42px;height:42px;flex-direction:column;justify-content:center;gap:6px;border:1px solid rgba(239,226,178,.24);background:rgba(255,255,255,.03);cursor:pointer}.header__burger span{width:18px;height:1px;margin:0 auto;background:#d6b13f;transition:.3s ease}.header__burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__burger.active span:nth-child(2){opacity:0}.header__burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}}@media(max-width: 576px){body{padding-top:64px}.header{padding:0 16px}.header__container{height:64px}.header__logo{font-size:19px;letter-spacing:.18em}.mobile-menu{padding:90px 16px 28px}.mobile-menu__actions{grid-template-columns:1fr}}.footer{width:100%;padding:70px 32px 34px;border-top:1px solid rgba(255,255,255,.08);background:#050505}.footer__container{width:100%;max-width:1720px;margin:0 auto}.footer__top{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}.footer__logo{color:#d6b13f;font-family:serif;font-size:52px;font-weight:400;letter-spacing:.12em;text-decoration:none;text-transform:uppercase}.footer__socials{display:flex;align-items:center;gap:12px}.footer__socials a{display:flex;width:46px;height:46px;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:50%;color:#f7f2e8;text-decoration:none;transition:border-color .25s ease,transform .25s ease}.footer__socials a:hover{border-color:#d6b13f;transform:translateY(-2px)}.footer__socials a img{display:block;width:100%;height:100%;object-fit:contain}.footer__bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:48px;padding-top:34px}.footer__legal{display:grid;max-width:900px;gap:12px}.footer .footer__legal-link{text-decoration:none;color:rgba(247,242,232,.48)}.footer .footer__legal-link:hover{color:#d6b13f}.footer__legal p,.footer__copyright{margin:0;color:rgba(247,242,232,.48);font-size:12px;line-height:1.65}.footer__links{display:flex;align-items:center;justify-content:flex-end;gap:32px;flex-wrap:wrap}.footer__links a{color:rgba(247,242,232,.48);font-size:12px;font-weight:700;letter-spacing:.12em;text-decoration:none;text-transform:uppercase;transition:color .25s ease}.footer__links a:hover{color:#d6b13f}@media(max-width: 1024px){.footer{padding:56px 24px 32px}.footer__bottom{flex-direction:column;gap:30px}.footer__links{justify-content:flex-start}}@media(max-width: 576px){.footer{padding:48px 16px 28px}.footer__top{padding-bottom:34px}.footer__logo{font-size:36px}.footer__bottom{gap:26px;padding-top:28px}.footer__links{align-items:flex-start;flex-direction:column;gap:14px}}.floating-call{position:fixed;right:22px;bottom:calc(22px + env(safe-area-inset-bottom));z-index:1000;display:inline-flex;align-items:center;gap:12px;padding:14px 18px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(20,20,20,.82);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);color:#fff;text-decoration:none;box-shadow:0 10px 35px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.03) inset;transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease}.floating-call svg{width:18px;height:18px;fill:#d6b13f;flex-shrink:0}.floating-call span{font-size:14px;font-weight:700;letter-spacing:.01em;line-height:1;white-space:nowrap}.floating-call:hover{transform:translateY(-3px);background:rgba(28,28,28,.92);border-color:rgba(214,177,63,.22);box-shadow:0 16px 40px rgba(0,0,0,.42),0 0 30px rgba(214,177,63,.12)}.floating-call:active{transform:scale(0.97)}@media(max-width: 576px){.floating-call{right:14px;bottom:calc(14px + env(safe-area-inset-bottom));padding:13px 16px}.floating-call span{font-size:13px}}.portfolio-page{min-height:100vh;color:#f7f2e8;background:#050505}.portfolio-page__container{width:100%;max-width:1720px;margin:0 auto;padding:0 32px}.portfolio-page__eyebrow{margin:0 0 20px;color:#d6b13f;font-size:12px;font-weight:700;letter-spacing:.26em;text-transform:uppercase}.portfolio-page__button{display:inline-flex;min-width:214px;min-height:62px;align-items:center;justify-content:center;padding:20px 28px;border:1px solid #d6b13f;background:#d6b13f;color:#f7f2e8;font-size:13px;font-weight:700;line-height:1;letter-spacing:.18em;text-align:center;text-decoration:none;text-transform:uppercase;transition:.3s ease}.portfolio-page__button:hover{border-color:#f0d98a;background:#f0d98a}.portfolio-hero{padding:118px 0 94px;border-bottom:1px solid rgba(239,226,178,.18);background:#050505}.portfolio-hero h1{max-width:1180px;margin:0;font-family:serif;font-size:clamp(62px,8vw,138px);font-weight:400;line-height:.9;letter-spacing:-0.055em}.portfolio-hero .portfolio-page__container>p:last-child{max-width:760px;margin:34px 0 0;color:rgba(247,242,232,.62);font-size:clamp(17px,1.4vw,22px);line-height:1.6}.portfolio-list{padding:100px 0 120px}.portfolio-list__title{margin:0 0 42px;font-family:serif;font-size:clamp(40px,4vw,68px);font-weight:400;line-height:1}.portfolio-list__grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:20px}.portfolio-list__loading,.portfolio-list__empty{grid-column:1/-1;margin:0;padding:56px 32px;border:1px solid rgba(239,226,178,.18);color:rgba(247,242,232,.62);text-align:center}.portfolio-card{min-width:0;border:1px solid rgba(239,226,178,.18);background:#0b0a08}.portfolio-card__link{display:block;height:100%;color:inherit;text-decoration:none}.portfolio-card__image{aspect-ratio:4/3;overflow:hidden;border-bottom:1px solid rgba(239,226,178,.18);background:#000}.portfolio-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.portfolio-card__link:hover .portfolio-card__image img{transform:scale(1.035)}.portfolio-card__content{min-height:250px;padding:30px 28px}.portfolio-card__category{margin:0 0 14px;color:#d6b13f;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.portfolio-card h2{margin:0;font-family:serif;font-size:clamp(28px,2.2vw,40px);font-weight:400;line-height:1.05}.portfolio-card__description{margin:18px 0 0;color:rgba(247,242,232,.62);line-height:1.65}.portfolio-card__action{display:inline-block;margin-top:26px;color:#d6b13f;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.portfolio-cta{padding:82px 0;border-top:1px solid rgba(239,226,178,.18);background:#0b0a08}.portfolio-cta p{margin:0 0 14px;color:#d6b13f;font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.portfolio-cta h2{margin:0;font-family:serif;font-size:clamp(40px,4vw,68px);font-weight:400;line-height:1}.portfolio-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:40px}@media(max-width: 1100px){.portfolio-list__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 1024px){.portfolio-page__container{padding-right:24px;padding-left:24px}}@media(max-width: 680px){.portfolio-page__button{width:100%;min-width:0;min-height:56px;padding:18px 20px;font-size:12px}.portfolio-hero{padding:82px 0 62px}.portfolio-list{padding:66px 0 78px}.portfolio-list__grid{grid-template-columns:1fr}.portfolio-card__content{min-height:0;padding:26px 24px}.portfolio-cta{padding:64px 0}.portfolio-cta__inner{align-items:flex-start;flex-direction:column}}@media(max-width: 576px){.portfolio-page__container{padding-right:16px;padding-left:16px}}
