.admin-shell{min-height:100vh;display:grid;grid-template-columns:220px 1fr;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#111;background:#f5f5f7}.admin-sidebar{background:#111;color:#fff;padding:24px 18px;display:flex;flex-direction:column;gap:6px}.admin-sidebar h1{font-size:16px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 20px}.admin-sidebar a,.admin-sidebar button{display:block;color:#ddd;text-decoration:none;padding:10px 12px;border-radius:4px;font-size:14px;background:transparent;border:0;text-align:left;cursor:pointer;width:100%}.admin-sidebar a:hover,.admin-sidebar button:hover{background:#222;color:#fff}.admin-sidebar a.active{background:#e1001a;color:#fff}.admin-sidebar .spacer{flex:1}.admin-sidebar .user-email{font-size:12px;color:#888;padding:10px 12px}.admin-main{padding:32px 40px;overflow-x:auto}.admin-main h2{margin:0 0 20px;font-size:24px;font-weight:600}.admin-main h3{margin:24px 0 10px;font-size:16px;font-weight:600}.admin-card{background:#fff;border:1px solid #e4e4e7;border-radius:6px;padding:24px;margin-bottom:20px}.admin-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e4e4e7;border-radius:6px;overflow:hidden}.admin-table th,.admin-table td{padding:10px 14px;text-align:left;border-bottom:1px solid #eee;font-size:14px}.admin-table th{background:#fafafa;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#555}.admin-table tr:last-child td{border-bottom:0}.admin-table td img{width:44px;height:44px;object-fit:cover;border-radius:4px}.admin-form{display:grid;gap:14px;max-width:900px}.admin-form .row-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.admin-form .row-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.admin-form label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:500;color:#333}.admin-form input[type=text],.admin-form input[type=email],.admin-form input[type=password],.admin-form input[type=number],.admin-form input[type=url],.admin-form textarea,.admin-form select{font:inherit;padding:9px 12px;border:1px solid #d4d4d8;border-radius:4px;background:#fff;font-size:14px}.admin-form textarea{min-height:84px;resize:vertical}.admin-form .checkbox{flex-direction:row;align-items:center;gap:8px}.admin-btn{padding:9px 18px;border:0;border-radius:4px;background:#111;color:#fff;font-size:14px;cursor:pointer;font-weight:500}.admin-btn:hover{background:#000}.admin-btn.primary{background:#e1001a}.admin-btn.primary:hover{background:#b8000f}.admin-btn.secondary{background:#fff;color:#111;border:1px solid #d4d4d8}.admin-btn.secondary:hover{background:#f4f4f5}.admin-btn.danger{background:#b91c1c}.admin-btn.danger:hover{background:#991b1b}.admin-btn:disabled{opacity:.5;cursor:not-allowed}.admin-actions{display:flex;gap:8px;flex-wrap:wrap}.admin-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:12px}.admin-error{color:#b91c1c;font-size:13px;margin-top:6px}.admin-muted{color:#666;font-size:13px}.admin-image-preview{width:120px;height:120px;object-fit:cover;border-radius:4px;border:1px solid #d4d4d8;background:#fafafa}.admin-gallery{display:flex;gap:10px;flex-wrap:wrap}.admin-gallery-item{position:relative;cursor:grab;border-radius:4px;transition:transform .1s,box-shadow .1s}.admin-gallery-item:active{cursor:grabbing}.admin-gallery-item--drop{box-shadow:0 0 0 2px #e1001a;transform:scale(1.03)}.admin-gallery-item button{position:absolute;top:4px;right:4px;background:#000000b3;color:#fff;border:0;border-radius:50%;width:22px;height:22px;cursor:pointer;font-size:14px;line-height:1}.datefield{position:relative;display:inline-block;width:100%}.datefield__trigger{display:flex;align-items:center;gap:10px;width:100%;font:inherit;padding:9px 12px;border:1px solid #d4d4d8;border-radius:4px;background:#fff;font-size:14px;cursor:pointer;text-align:left;color:#111;transition:border-color .15s,box-shadow .15s}.datefield__trigger:hover:not(:disabled){border-color:#a1a1aa}.datefield--open .datefield__trigger{border-color:#e1001a;box-shadow:0 0 0 3px #e1001a1f}.datefield__trigger:disabled{background:#f5f5f7;cursor:not-allowed;color:#999}.datefield__icon{color:#666;flex-shrink:0}.datefield__value{flex:1;font-variant-numeric:tabular-nums;letter-spacing:.02em}.datefield__placeholder{flex:1;color:#999}.datefield__clear{background:transparent;border:0;color:#999;font-size:18px;line-height:1;cursor:pointer;padding:0 4px;border-radius:3px}.datefield__clear:hover{background:#f4f4f5;color:#111}.datefield__popover{position:absolute;top:calc(100% + 6px);left:0;z-index:50;width:288px;background:#fff;border:1px solid #e4e4e7;border-radius:8px;box-shadow:0 10px 30px #0000001f,0 2px 6px #0000000f;padding:14px;animation:datefield-in .12s ease-out}@keyframes datefield-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.datefield__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.datefield__title{font-weight:600;font-size:14px;color:#111;font-variant-numeric:tabular-nums}.datefield__nav{width:28px;height:28px;border-radius:4px;border:0;background:transparent;cursor:pointer;font-size:18px;line-height:1;color:#555;display:grid;place-items:center}.datefield__nav:hover{background:#f4f4f5;color:#111}.datefield__weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px}.datefield__weekdays>div{text-align:center;font-size:11px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.05em;padding:4px 0}.datefield__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.datefield__day{aspect-ratio:1 / 1;border:0;background:transparent;border-radius:4px;font:inherit;font-size:13px;color:#111;cursor:pointer;font-variant-numeric:tabular-nums;transition:background .1s}.datefield__day:hover{background:#f4f4f5}.datefield__day--today{font-weight:700;color:#e1001a}.datefield__day--selected,.datefield__day--selected:hover{background:#e1001a;color:#fff}.datefield__footer{display:flex;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:1px solid #f0f0f0}.datefield__footer-btn{background:transparent;border:0;font-size:12px;color:#555;cursor:pointer;padding:4px 8px;border-radius:3px;font-weight:500}.datefield__footer-btn:hover{background:#f4f4f5;color:#111}.admin-login-shell{min-height:100vh;display:grid;place-items:center;background:#f5f5f7}.admin-login-card{width:min(100%,380px);background:#fff;border:1px solid #e4e4e7;border-radius:8px;padding:32px}.admin-login-card h1{font-size:20px;margin:0 0 6px;letter-spacing:.08em;text-transform:uppercase}.admin-login-card p{color:#666;font-size:13px;margin:0 0 20px}:root{--color-primary: #E63946;--color-secondary: #5DADE2;--color-cyan-border: #5DADE2;--color-dark: #1a1a1a;--color-light: #ffffff;--color-gray: #f0f0f0;--color-gray-dark: #666666;--color-beige: #d4cfc4;--font-family: "Jura", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:auto}body{font-family:var(--font-family);color:var(--color-dark);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto}button{cursor:pointer;font-family:inherit}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;padding:0 80px;height:100px;display:flex;align-items:center;transition:background .3s ease,box-shadow .3s ease}.header--scrolled{background:#fff;box-shadow:0 1px #00000014}.header__container{display:flex;align-items:center;justify-content:space-between;width:100%;position:relative}.header__left{display:flex;align-items:center;gap:2.5rem}.header__menu-btn{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:9px;background:none;border:none;padding:0;cursor:pointer;flex-shrink:0;width:78px;height:36px}.header__menu-btn span{display:block;width:78px;height:4px;background:var(--color-primary);border-radius:10px}.header__nav-left{display:flex;align-items:center;gap:2.5rem}.header__nav-left a,.header__nav-right a{font-size:1.3rem;font-weight:700;letter-spacing:0;color:#fff;transition:color .2s ease;text-transform:uppercase}.header--scrolled .header__nav-left a,.header--scrolled .header__nav-right a{color:var(--color-dark)}.header__nav-left a:hover,.header__nav-right a:hover{color:var(--color-primary)}.header__products-wrapper{position:relative}.header__center{position:absolute;left:50%;transform:translate(-50%)}.header__logo{display:flex;align-items:center;pointer-events:none}.header__logo-img{height:72px;width:auto;opacity:0;transition:opacity .3s ease}.header--scrolled .header__logo-img{opacity:1}.header--scrolled .header__logo{pointer-events:auto}.header__right,.header__nav-right{display:flex;align-items:center;gap:2.5rem}.header__actions{display:flex;align-items:center;gap:.75rem}.header__search-btn{background:none;border:none;color:#fff;display:flex;align-items:center;padding:0;cursor:pointer;transition:color .3s ease}.header--scrolled .header__search-btn{color:var(--color-dark)}.header__lang-btn{background:none;border:none;font-family:var(--font-family);font-size:1.3rem;font-weight:700;color:#fff;letter-spacing:0;padding:0;cursor:pointer;transition:color .3s ease}.header--scrolled .header__lang-btn{color:var(--color-dark)}.products-dropdown{position:absolute;top:calc(100% + 24px);left:0;background:#f5f5f5;padding:2rem 2.5rem;min-width:520px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:998}.products-dropdown--open{opacity:1;visibility:visible;transform:translateY(0)}.products-dropdown__title{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-dark);margin-bottom:1.5rem;text-decoration:none}.products-dropdown__title:hover{color:var(--color-primary)}.products-dropdown__grid{display:grid;grid-template-columns:1fr 1fr;gap:.35rem 3rem}.products-dropdown__item{font-size:.82rem;font-weight:400;color:#444;padding:.3rem 0;text-decoration:none;letter-spacing:.03em;transition:color .2s ease;display:block}.products-dropdown__item:hover{color:var(--color-dark)}.header__products-wrapper>a{display:inline-block}.header__products-dropdown{position:absolute;top:calc(100% + 12px);left:-16px;min-width:320px;background:#fff;padding:18px 24px;display:flex;flex-direction:column;gap:2px;box-shadow:0 12px 30px #0000001f;border-radius:4px;z-index:998}.header__products-dropdown:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}.header__products-dropdown-item{font-size:15px;font-weight:500;color:#1a1a1a!important;text-transform:none!important;padding:8px 4px;text-decoration:none;line-height:1.2;border-bottom:1px solid transparent;transition:color .15s ease,border-color .15s ease}.header__products-dropdown-item:hover{color:var(--color-primary)!important;border-bottom-color:var(--color-primary)}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:2000;display:flex;justify-content:center;align-items:flex-start;padding:120px 20px 40px;animation:searchOverlayFade .18s ease}@keyframes searchOverlayFade{0%{opacity:0}to{opacity:1}}.search-overlay__card{background:#fff;width:100%;max-width:720px;border-radius:8px;box-shadow:0 24px 60px #00000040;max-height:calc(100vh - 160px);display:flex;flex-direction:column;overflow:hidden;animation:searchOverlaySlide .22s ease}@keyframes searchOverlaySlide{0%{transform:translateY(-12px);opacity:0}to{transform:translateY(0);opacity:1}}.search-overlay__input-row{display:flex;align-items:center;gap:12px;padding:18px 22px;border-bottom:1px solid #eee}.search-overlay__icon{color:#555;flex-shrink:0}.search-overlay__input{flex:1;border:none;outline:none;font-size:18px;background:transparent;color:#111;font-family:inherit}.search-overlay__input::placeholder{color:#888}.search-overlay__close{background:none;border:none;padding:6px;cursor:pointer;color:#555;display:flex;align-items:center;justify-content:center;border-radius:4px}.search-overlay__close:hover{color:var(--color-primary);background:#f4f4f5}.search-overlay__results{overflow-y:auto;max-height:60vh}.search-overlay__hint{padding:30px 22px;color:#666;font-size:15px;text-align:center}.search-overlay__result{display:flex;align-items:center;gap:14px;padding:12px 22px;text-decoration:none;color:#111;border-bottom:1px solid #f4f4f5;transition:background .15s ease}.search-overlay__result:last-child{border-bottom:none}.search-overlay__result:hover{background:#fafafa}.search-overlay__result-img{width:54px;height:54px;object-fit:cover;border-radius:4px;background:#f4f4f5;flex-shrink:0}.search-overlay__result-text{flex:1;min-width:0}.search-overlay__result-title{font-weight:600;font-size:15px;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-overlay__result-desc{font-size:13px;color:#666;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-overlay{position:fixed;top:100px;left:80px;width:452px;height:552px;background:#fff;z-index:999;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.nav-overlay--open{opacity:1;visibility:visible}.nav-overlay__left{width:100%;height:100%;padding:55px 20px 40px 40px;transform:translateY(-8px);transition:transform .2s ease}.nav-overlay--open .nav-overlay__left{transform:translateY(0)}.nav-overlay__right{position:fixed;top:100px;left:413.31px;width:863px;height:552px;background:#e4e4e4;border-radius:5px;padding:116px 68px;z-index:1000;opacity:0;visibility:hidden;transform:translate(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.nav-overlay--expanded .nav-overlay__right{opacity:1;visibility:visible;transform:translate(0)}.nav-overlay__sub-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:40px;width:100%;height:100%;align-items:flex-start}.nav-overlay__sub-col{display:flex;flex-direction:column;gap:16px}.nav-overlay__sub-cat{display:flex;flex-direction:column}.nav-overlay__sub-item{display:inline-flex;align-items:center;align-self:flex-start;font-size:20px;font-weight:400;color:#000;text-decoration:none;font-family:var(--font-family);line-height:1;transition:font-weight .15s ease}.nav-overlay__sub-cat:hover>.nav-overlay__sub-item,.nav-overlay__sub-cat--open>.nav-overlay__sub-item{font-weight:700;color:#000}.nav-overlay__sub-list{display:flex;flex-direction:column;gap:8px;margin-top:10px;background-color:#9a9a9a;padding:14px 22px;border-radius:2px;align-self:stretch}.nav-overlay__sub-link{font-size:15px;font-weight:400;color:#fff;text-decoration:none;font-family:var(--font-family);line-height:1.1;transition:color .15s ease}.nav-overlay__sub-link:hover{color:#fff;text-decoration:underline}.nav-overlay__main{display:flex;flex-direction:column}.nav-overlay__item{display:block;font-size:32px;font-weight:400;letter-spacing:0;color:#000;padding:14px 0;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:color .15s ease;border:none;background:none;font-family:var(--font-family);text-align:left;width:100%;line-height:1}.nav-overlay__item:hover{color:var(--color-primary)}.nav-overlay__item--active,.nav-overlay__item--active:hover{font-weight:700;color:#000}.nav-overlay__item-arrow{font-weight:400}@media (max-width: 900px){.header{padding:0 1.5rem;height:72px}.header__menu-btn span{width:28px;height:3px}.header__nav-left,.header__nav-right{display:none}.nav-overlay{top:72px;left:0;width:100vw;height:auto}.nav-overlay__left{padding:1.5rem 1.5rem 2rem;height:auto}.nav-overlay__right{position:fixed;top:72px;left:0;width:100vw;height:auto;border-radius:0;padding:2rem 1.5rem}.nav-overlay__sub-grid{grid-template-rows:none;grid-template-columns:1fr 1fr;grid-auto-flow:row;height:auto}.nav-overlay__sub-item{padding:.75rem 0}}.hero{position:relative}.hero__image-wrap{position:relative;width:100%;height:870px;overflow:hidden}.hero__image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000073,#0003 60%,#0000001a);pointer-events:none}.hero__image{width:100%;height:100%;object-fit:cover;display:block}.hero__tagline{background:#f1f1f1;height:230px;display:flex;align-items:center;padding:0 145px}.hero__tagline span{font-size:50px;font-weight:400;letter-spacing:0;color:#000;text-transform:uppercase}.about{display:flex;align-items:flex-start;gap:min(136px,7.1vw);padding:min(161px,8.4vw) min(62px,3.2vw) min(100px,5.2vw) min(163px,8.5vw);background:#fff}.about__image-col{flex-shrink:0}.about__image{width:min(765px,39.8vw);height:min(765px,39.8vw);object-fit:cover;border-radius:5px;display:block}.about__content-col{flex:1;min-width:0;padding-top:9px;display:flex;flex-direction:column}.about__label{font-size:18px;font-weight:700;letter-spacing:0;color:#000;text-transform:uppercase;margin-bottom:17px;display:block}.about__title{font-size:48px;font-weight:700;line-height:1;color:#000;margin-bottom:28px}.about__text{font-size:min(28px,1.46vw);font-weight:400;line-height:1.27;color:#000;margin-bottom:127px}.about__arrow{display:inline-flex;align-items:center;justify-content:center;width:89px;height:88px;border:5px solid #E1001A;color:#e1001a;font-size:2rem;text-decoration:none;transition:background .2s,color .2s}.about__arrow:hover{background:#e1001a;color:#fff}.collection{padding:min(80px,4.2vw) 0;background:#f1f1f1;overflow:hidden}.collection__header{display:flex;flex-direction:column;margin-bottom:min(60px,3.13vw);padding-left:min(227px,11.83vw);padding-right:min(62px,3.23vw)}.collection__label{font-size:18px;font-weight:400;letter-spacing:0;color:#000;text-transform:uppercase;margin-bottom:17px;display:block}.collection__title{font-size:36px;font-weight:400;line-height:1;color:#000}.collection__grid{display:grid;grid-auto-flow:column;grid-auto-columns:min(500px,26vw);gap:min(40px,2.08vw);padding-left:min(75px,3.9vw)}.collection__marquee{overflow:hidden;width:100%}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.collection__marquee-track{display:flex;gap:min(40px,2.08vw);padding-left:min(40px,2.08vw);animation:marquee-scroll 20s linear infinite;width:max-content}.collection__marquee-track:hover{animation-play-state:paused}.collection__item{position:relative;overflow:hidden;flex-shrink:0;width:min(500px,26vw);aspect-ratio:1;display:block}.collection__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.collection__item:hover img{transform:scale(1.05)}.collection__desc{font-size:18px;font-weight:400;line-height:1.27;color:#000;margin-left:min(227px,11.83vw);width:min(990px,51.56vw);margin-top:min(60px,3.13vw)}.services{background:#fff;overflow:hidden;padding-top:min(160px,8.33vw);padding-bottom:min(160px,8.33vw)}.services__list{list-style:none;padding:0;margin:0}.services__item{font-size:min(83.1px,4.33vw);font-weight:700;line-height:1.15;letter-spacing:.12em;color:#cbcbcb;white-space:nowrap;display:block;will-change:transform}.projects-banner{position:relative;height:min(1080px,56.25vw);overflow:hidden}.projects-banner__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.projects-banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000001a}.projects-banner__cta{position:absolute;bottom:min(62px,3.23vw);right:min(82px,4.27vw);display:flex;align-items:center;gap:min(39px,2.03vw);color:#fff;font-size:min(28px,1.46vw);font-weight:400;text-decoration:none;z-index:1;transition:opacity .2s}.projects-banner__cta:hover{opacity:.8}.projects-banner__arrow{display:inline-flex;align-items:center;justify-content:center;width:min(40px,2.08vw);height:min(40px,2.08vw);border:min(2px,.1vw) solid #ffffff;font-size:1.2rem;flex-shrink:0}.projects-banner__card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.85);width:min(380px,20vw);aspect-ratio:3 / 4;background:#b85c38;display:flex;align-items:center;justify-content:center;z-index:2;opacity:0;overflow:hidden;transition:opacity .7s ease,transform .7s ease,background .8s ease}.projects-banner__card--visible{opacity:1;transform:translate(-50%,-50%) scale(1)}.projects-banner__card-img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .6s ease}.projects-banner__card span{font-size:min(36px,1.875vw);font-weight:400;color:#fff;letter-spacing:.08em;transition:opacity .6s ease}.clients{background:#fff;padding-top:min(60px,3.125vw);padding-bottom:min(100px,5.21vw);overflow:hidden}.clients__label{display:block;font-size:18px;font-weight:700;line-height:100%;letter-spacing:0;color:#000;margin-left:min(165px,8.59vw);margin-bottom:min(40px,2.08vw)}.clients__headline{font-size:min(36px,1.875vw);font-weight:400;line-height:100%;letter-spacing:0;color:#000;margin-left:min(165px,8.59vw);width:min(890px,46.35vw);margin-bottom:min(45px,2.34vw)}.clients__logos{display:flex;align-items:center;justify-content:space-evenly;padding:min(40px,2.08vw) min(100px,5.21vw);border-top:1px solid #e0e0e0}.clients__logo{font-size:min(16px,.833vw);font-weight:700;letter-spacing:.06em;color:#aaa}.clients__marquee{overflow:hidden;border-top:1px solid #e0e0e0;padding:min(40px,2.08vw) 0}@keyframes clients-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.clients__marquee-track{display:flex;align-items:center;gap:min(80px,4.17vw);animation:clients-scroll 18s linear infinite;width:max-content}.clients__marquee .clients__logo{font-size:min(18px,.9375vw);flex-shrink:0}.clients__logo-img{height:min(56px,2.92vw);max-width:min(180px,9.4vw);object-fit:contain;flex-shrink:0;filter:grayscale(1);opacity:.75;transition:filter .2s,opacity .2s}.clients__logo-link{display:inline-flex;align-items:center;text-decoration:none}.clients__logo-link:hover .clients__logo-img{filter:none;opacity:1}.footer{background:var(--color-gray);padding:4rem 3rem 2rem}.footer__container{width:100%}.footer__top{display:grid;grid-template-columns:1.8fr 1fr 1.2fr 1fr 1.5fr;gap:2rem;padding-bottom:2.5rem;border-bottom:1px solid #ddd}.footer__brand{display:flex;align-items:flex-start;gap:1.25rem}.footer__logo-img{height:60px;width:auto;flex-shrink:0}.footer__tagline{padding-top:.25rem}.footer__tagline h3{font-size:1.5rem;font-weight:500;color:var(--color-dark);line-height:1.2}.footer__tagline p{font-size:1.25rem;font-weight:300;color:var(--color-gray-dark)}.footer__column h4{font-size:.8rem;font-weight:600;color:var(--color-primary);margin-bottom:1rem;text-transform:lowercase}.footer__column p,.footer__column a{font-size:.7rem;color:var(--color-gray-dark);line-height:1.7;display:block}.footer__column a:hover{color:var(--color-primary)}.footer__store{margin-bottom:1.25rem}.footer__store h5{font-size:.7rem;font-weight:600;color:var(--color-dark);margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em}.footer__social{display:flex;gap:.75rem;margin-top:.75rem}.footer__social a{color:var(--color-dark);transition:color .3s ease;display:flex;align-items:center}.footer__social a:hover{color:var(--color-primary)}.footer__newsletter{display:flex;flex-direction:column;gap:.75rem}.footer__newsletter input[type=email]{padding:.6rem .75rem;border:1px solid var(--color-primary);font-size:.7rem;width:100%;background:#fff}.footer__newsletter input::placeholder{color:#999}.footer__newsletter label{display:flex;align-items:flex-start;gap:.5rem;font-size:.6rem;color:var(--color-gray-dark);cursor:pointer;line-height:1.4}.footer__newsletter input[type=checkbox]{width:auto;margin-top:1px;accent-color:var(--color-primary)}.footer__bottom{display:flex;justify-content:flex-start;gap:2.5rem;padding-top:1.25rem}.footer__bottom a{font-size:.65rem;color:var(--color-gray-dark);text-transform:uppercase;letter-spacing:.05em}.footer__bottom a:hover{color:var(--color-dark)}.product-detail{margin-top:70px;padding:3rem;min-height:calc(100vh - 70px);background:#f5f5f5}.product-detail__container{width:100%}.product-detail__content{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start;padding-bottom:4rem}.product-detail__info{padding-top:1rem}.product-detail__breadcrumb{font-size:.85rem;color:var(--color-gray-dark);margin-bottom:1rem}.product-detail__breadcrumb a{color:var(--color-gray-dark);transition:color .2s ease}.product-detail__breadcrumb a:hover{color:var(--color-dark)}.product-detail__breadcrumb-separator{margin:0 .5rem}.product-detail__name{font-size:2.5rem;font-weight:400;font-style:italic;color:var(--color-dark);margin-bottom:2rem;letter-spacing:.02em}.product-detail__specs{margin-bottom:1.5rem}.product-detail__spec-row{margin-bottom:.5rem}.product-detail__spec-label{font-size:.8rem;font-weight:500;color:var(--color-dark);text-transform:uppercase;letter-spacing:.05em}.product-detail__spec-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.8rem;font-weight:600;color:var(--color-dark);text-transform:uppercase;letter-spacing:.05em;text-decoration:underline;text-underline-offset:3px;margin-top:.5rem;transition:color .2s ease}.product-detail__spec-link:hover{color:var(--color-primary)}.product-detail__arrow{font-size:.9rem}.product-detail__description{font-size:.85rem;color:var(--color-gray-dark);line-height:1.7;margin-bottom:1.5rem;max-width:400px}.product-detail__colors{display:flex;gap:.5rem;margin-bottom:1.5rem}.product-detail__color-swatch{width:24px;height:24px;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.product-detail__color-swatch:first-child{position:relative}.product-detail__color-swatch:first-child:before{content:"✱";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:14px;color:#fff}.product-detail__color-swatch:hover{transform:scale(1.1)}.product-detail__color-swatch--active{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--color-dark)}.product-detail__cta{display:inline-block;padding:.65rem 1.75rem;background:transparent;border:2px solid var(--color-primary);color:var(--color-primary);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-bottom:1.5rem}.product-detail__cta:hover{background:var(--color-primary);color:#fff}.product-detail__badge{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--color-gray-dark)}.product-detail__badge-icon{font-size:.9rem}.product-detail__image{display:flex;justify-content:flex-end;align-items:flex-start}.product-detail__image img{max-width:100%;height:auto;max-height:500px;object-fit:contain}.product-detail__related{padding:3rem 0;border-top:1px solid #ddd}.product-detail__carousel{position:relative;display:flex;align-items:center;gap:1rem}.product-detail__carousel-btn{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:3rem;color:var(--color-primary);cursor:pointer;transition:transform .3s ease,opacity .3s ease;font-weight:300}.product-detail__carousel-btn:hover:not(:disabled){transform:scale(1.1)}.product-detail__carousel-btn:disabled{opacity:.3;cursor:not-allowed}.product-detail__carousel-track{flex:1;overflow:hidden}.product-detail__carousel-slides{display:flex;gap:1rem;transition:transform .4s ease}.product-detail__carousel-item{flex:0 0 calc(20% - .8rem);aspect-ratio:1.3;overflow:hidden;background:#fff}.product-detail__carousel-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-detail__carousel-item:hover img{transform:scale(1.05)}@media (max-width: 1200px){.product-detail__content{grid-template-columns:1fr 1fr;gap:2rem}.product-detail__carousel-item{flex:0 0 calc(25% - .75rem)}}@media (max-width: 1024px){.product-detail{padding:2rem 1.5rem}.product-detail__carousel-item{flex:0 0 calc(33.333% - .67rem)}}@media (max-width: 768px){.product-detail{padding:1.5rem 1rem}.product-detail__content{grid-template-columns:1fr;gap:2rem}.product-detail__image{order:-1;justify-content:center}.product-detail__name{font-size:2rem}.product-detail__carousel-item{flex:0 0 calc(50% - .5rem)}.product-detail__carousel-btn{display:none}.product-detail__carousel-track{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-detail__carousel-track::-webkit-scrollbar{display:none}}.page{padding:7rem 3rem 4rem;margin-top:70px}.page__container{width:100%}.page__title{font-size:2.5rem;font-weight:700;margin-bottom:2rem}.products-page{padding:2rem 70px 5rem;margin-top:90px;background:#fff;min-height:calc(100vh - 90px)}.products-page__container{width:100%}.products-page__breadcrumb{font-family:Jura,sans-serif;font-size:18px;font-weight:400;color:#000;letter-spacing:0;margin-bottom:.75rem}.products-page__breadcrumb a{color:#000;text-decoration:none}.products-page__breadcrumb a:hover{opacity:.6}.products-page__title{font-family:Jura,sans-serif;font-size:42px;font-weight:400;color:#000;margin-bottom:.5rem;text-transform:lowercase}.products-page__subtitle{font-family:Jura,sans-serif;font-size:21px;font-weight:400;color:#000;max-width:877px;line-height:1.19;margin-bottom:3rem}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.products-grid__item{cursor:pointer;background:#fff;display:flex;flex-direction:column}.products-grid__image-wrap{position:relative;aspect-ratio:1;overflow:hidden;border-radius:5px;margin:14px 14px 0}.products-grid__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.products-grid__label{font-family:Jura,sans-serif;font-size:24px;font-weight:500;color:#000;text-align:center;text-transform:lowercase;letter-spacing:.05em;margin:0 14px 8px;padding:27px 0;box-sizing:border-box}.products-grid__item:hover .products-grid__image{transform:scale(1.05)}.products-rows{display:flex;flex-direction:column}.products-rows>div{display:flex;flex-direction:column}.products-grid__active-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffc7;pointer-events:none}.products-grid__label--active{background:var(--color-primary);color:#fff;border-radius:5px}.products-expand{position:relative;background:#f1f1f1;padding:60px 70px;margin:0 -70px}.products-expand__close{position:absolute;top:32px;right:32px;width:30.7px;height:30.7px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.products-expand__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.products-expand__item{cursor:pointer;display:flex;flex-direction:column;align-items:center;padding-top:7.3%;box-sizing:border-box}.products-expand__image-wrap{position:relative;width:77.3%;aspect-ratio:1;background:#fff;border-radius:8px;padding:4.5%;box-sizing:border-box}.products-expand__image-inner{width:100%;height:100%;overflow:hidden;border-radius:5px}.products-expand__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.products-expand__item:hover .products-expand__image{transform:scale(1.05)}.products-expand__label{font-family:Jura,sans-serif;font-size:24px;font-weight:500;color:#000;text-align:center;text-transform:lowercase;letter-spacing:.05em;padding-top:10%;width:100%}.projects-page{padding:2rem 70px 5rem;margin-top:90px;background:#fff}.projects-page__container{width:100%}.projects-page__breadcrumb{font-family:Jura,sans-serif;font-size:18px;font-weight:400;color:#000;margin-bottom:2rem}.projects-page__breadcrumb a{color:#000;text-decoration:none}.projects-page__breadcrumb a:hover{text-decoration:underline}.projects-page__title{font-family:Jura,sans-serif;font-size:42px;font-weight:400;color:#000;text-transform:lowercase;margin:0 0 1rem;letter-spacing:.02em}.projects-page__subtitle{font-family:Jura,sans-serif;font-size:21px;font-weight:400;color:#000;line-height:1.19;max-width:877px;margin:0 0 3rem}.projects-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.projects-grid__item{display:flex;flex-direction:column;text-decoration:none;color:inherit;cursor:pointer}.projects-grid__image-wrap{position:relative;aspect-ratio:1;overflow:hidden;border-radius:5px;margin:14px 14px 0}.projects-grid__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.projects-grid__item:hover .projects-grid__image{transform:scale(1.05)}.projects-grid__label{font-family:Jura,sans-serif;font-size:24px;font-weight:500;color:#000;text-align:center;text-transform:lowercase;letter-spacing:.05em;margin:0 14px 8px;padding:27px 0;box-sizing:border-box}@media (max-width: 1024px){.projects-page{padding:2rem 40px 4rem}.projects-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.projects-page{padding:1.5rem 24px 3rem;margin-top:70px}.projects-page__title{font-size:32px}.projects-page__subtitle{font-size:16px}.projects-grid{grid-template-columns:repeat(2,1fr);gap:16px}.projects-grid__label{font-size:18px;padding:16px 0}}.project-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#f1f1f1;overflow-y:auto}.project-modal__content{position:relative;width:100%;min-height:100%;background:#f1f1f1;display:flex;flex-direction:column}.project-modal__main{display:flex;flex-direction:column;height:100vh;width:100%}.project-modal__header{position:relative;display:grid;grid-template-columns:1fr 2fr;gap:60px;padding:28px 90px 20px 70px;align-items:center;flex-shrink:0}.project-modal__title{font-family:Jura,sans-serif;font-size:22px;font-weight:500;color:#000;margin:0;letter-spacing:.01em}.project-modal__description{font-family:Jura,sans-serif;font-size:14px;font-weight:400;color:#000;line-height:1.5;margin:0}.project-modal__close{position:absolute;top:24px;right:32px;width:30.7px;height:30.7px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.project-modal__hero{width:100%;flex:1 1 auto;min-height:0;overflow:hidden;background:#000}.project-modal__hero-image{width:100%;height:100%;object-fit:cover;display:block}.project-modal__thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:18px 40px 24px;flex-shrink:0;height:18vh;max-height:180px;box-sizing:border-box}.project-modal__thumbnail{height:100%;overflow:hidden;border-radius:4px;cursor:pointer;transition:opacity .2s ease,transform .2s ease;opacity:.6}.project-modal__thumbnail:hover{opacity:.9;transform:translateY(-2px)}.project-modal__thumbnail--active{opacity:1;outline:2px solid #CB2027;outline-offset:2px}.project-modal__thumbnail img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 768px){.project-modal{padding:20px}.project-modal__header{grid-template-columns:1fr;gap:12px;padding:24px 60px 16px 20px}.project-modal__close{top:20px;right:20px}.project-modal__thumbnails{grid-template-columns:repeat(2,1fr);padding:16px 20px 24px;gap:10px}}.products-sub-page{padding:2rem 70px 5rem;margin-top:90px;background:#fff}.products-sub-page__container{width:100%}.products-sub-page__breadcrumb{font-family:Jura,sans-serif;font-size:18px;font-weight:400;color:#000;margin-bottom:1.5rem}.products-sub-page__breadcrumb a{color:#000;text-decoration:none}.products-sub-page__breadcrumb a:hover{text-decoration:underline}.products-sub-page__title{font-family:Jura,sans-serif;font-size:42px;font-weight:400;color:#000;text-transform:lowercase;margin:0 0 1rem;letter-spacing:.02em;display:flex;align-items:center;gap:10px}.products-sub-page__title-arrow{font-size:30px;color:#000;font-weight:700;line-height:1}.products-sub-page__subtitle{font-family:Jura,sans-serif;font-size:17px;font-weight:400;color:#000;line-height:1.55;max-width:1100px;margin:0 0 3.5rem}.products-sub-page__empty{font-family:Jura,sans-serif;font-size:18px;color:#666;text-align:center;padding:4rem 0}.products-sub-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px 28px}.products-sub-grid__item{display:flex;flex-direction:column;text-decoration:none;color:inherit;cursor:pointer}.products-sub-grid__name{font-family:Jura,sans-serif;font-size:28px;font-weight:600;line-height:1;color:var(--color-primary);text-align:center;margin:0 0 10px;letter-spacing:0}.products-sub-grid__image-wrap{width:100%;aspect-ratio:388 / 358;background:#fff;border-radius:5px;padding:2.58% 13.14% 28.6% 10.57%;box-sizing:border-box;overflow:hidden}.products-sub-grid__image{width:100%;height:100%;object-fit:contain;display:block;transition:transform .3s ease}.products-sub-grid__item:hover .products-sub-grid__image{transform:scale(1.03)}@media (max-width: 1024px){.products-sub-page{padding:2rem 40px 4rem}.products-sub-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.products-sub-page{padding:1.5rem 24px 3rem;margin-top:70px}.products-sub-page__title{font-size:32px}.products-sub-grid{grid-template-columns:repeat(2,1fr);gap:24px 16px}}.product-page{padding:2rem 70px 5rem;margin-top:90px;background:#fff}.product-page__container{width:100%}.product-page__breadcrumb{font-family:Jura,sans-serif;font-size:18px;font-weight:400;color:#000;margin-bottom:1.5rem}.product-page__breadcrumb a{color:#000;text-decoration:none}.product-page__breadcrumb a:hover{text-decoration:underline}.product-page__title{font-family:Jura,sans-serif;font-size:42px;font-weight:400;color:#000;text-transform:uppercase;margin:0 0 3rem;letter-spacing:.02em;display:flex;align-items:center;gap:12px}.product-page__back{font-size:30px;color:var(--color-primary);text-decoration:none;line-height:1}.product-page__content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;margin-bottom:6rem}.product-page__image-frame{position:relative;width:100%;aspect-ratio:865 / 697}.product-page__image-frame:before{content:"";position:absolute;top:0;left:0;width:92.49%;height:91.82%;background:#f1f1f1;border-radius:5px}.product-page__image-wrap{position:absolute;top:8.18%;left:7.51%;width:92.49%;height:91.82%;background:#fff;border-radius:5px;box-shadow:0 0 10px #00000040;padding:6%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:zoom-in}.product-page__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:#0000008c;border:none;color:#fff;border-radius:50%;cursor:pointer;opacity:0;transition:opacity .2s ease,background .2s ease;display:flex;align-items:center;justify-content:center;padding:0}.product-page__image-wrap:hover .product-page__nav,.product-page__image-wrap:focus-within .product-page__nav{opacity:1}.product-page__nav:hover{background:#000c}.product-page__nav--prev{left:18px}.product-page__nav--next{right:18px}.product-gallery{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;background:#000000b3;display:flex;align-items:center;justify-content:center;padding:60px 80px}.product-gallery__image-wrap{display:flex;align-items:center;justify-content:center;max-width:100%;max-height:100%}.product-gallery__image{max-width:100%;max-height:85vh;object-fit:contain;display:block;box-shadow:0 0 40px #0006}.product-gallery__close{position:absolute;top:24px;right:32px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.product-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;background:#00000040;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}.product-gallery__nav:hover{background:#ffffff26}.product-gallery__nav--prev{left:32px}.product-gallery__nav--next{right:32px}.product-gallery__counter{position:absolute;bottom:28px;left:50%;transform:translate(-50%);font-family:Jura,sans-serif;font-size:15px;color:#fff;letter-spacing:.1em}@media (max-width: 768px){.product-gallery{padding:60px 16px}.product-gallery__nav{width:44px;height:44px}.product-gallery__nav--prev{left:8px}.product-gallery__nav--next{right:8px}}.product-page__image{width:100%;height:100%;object-fit:contain;display:block}.product-page__info{padding-top:20px}.product-page__description{font-family:Jura,sans-serif;font-size:15px;font-weight:400;color:#000;line-height:1.6;margin:0 0 3rem}.product-page__accordion{display:flex;flex-direction:column;margin-bottom:3rem}.product-page__accordion-item{border-bottom:1px solid #000}.product-page__accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;padding:16px 0;font-family:Jura,sans-serif;font-size:17px;font-weight:400;color:#000;text-align:left;cursor:pointer;letter-spacing:.01em}.product-page__accordion-trigger:hover{color:var(--color-primary)}.product-page__accordion-icon{font-size:22px;font-weight:300;color:var(--color-primary);line-height:1;width:22px;text-align:center}.product-page__accordion-content{font-family:Jura,sans-serif;font-size:14px;color:#333;line-height:1.6;padding:0 0 20px}.product-page__list{margin:0;padding-left:18px;list-style:disc}.product-page__list li{margin-bottom:4px}.product-page__list a{color:#000;text-decoration:underline}.product-page__cta{font-family:Jura,sans-serif;font-size:15px;font-weight:500;color:#fff;background:#222;border:none;padding:14px 36px;cursor:pointer;letter-spacing:.04em;transition:background .2s ease}.product-page__cta:hover{background:var(--color-primary)}.product-similar{border-top:1px solid #E5E5E5;padding-top:3rem}.product-similar__title{font-family:Jura,sans-serif;font-size:22px;font-weight:400;color:#000;text-align:center;margin:0 0 2.5rem;letter-spacing:.02em}.product-similar__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1100px;margin:0 auto}.product-similar__item{display:block;text-decoration:none;color:inherit}.product-similar__image-wrap{aspect-ratio:1;background:#fff;border:1px solid #E5E5E5;border-radius:4px;padding:14% 18%;box-sizing:border-box;overflow:hidden;transition:border-color .2s ease}.product-similar__item:hover .product-similar__image-wrap{border-color:#999}.product-similar__image{width:100%;height:100%;object-fit:contain;display:block;transition:transform .3s ease}.product-similar__item:hover .product-similar__image{transform:scale(1.03)}@media (max-width: 1024px){.product-page{padding:2rem 40px 4rem}.product-page__content{grid-template-columns:1fr;gap:40px}}@media (max-width: 768px){.product-page{padding:1.5rem 24px 3rem;margin-top:70px}.product-page__title{font-size:32px}.product-similar__grid{grid-template-columns:1fr;gap:20px}}.faq-page{padding:2rem 70px 5rem;margin-top:90px;background:#fff}.faq-page__container{width:100%}.faq-page__breadcrumb{font-family:Jura,sans-serif;font-size:18px;font-weight:400;color:#000;margin-bottom:2rem}.faq-page__breadcrumb a{color:#000;text-decoration:none}.faq-page__breadcrumb a:hover{text-decoration:underline}.faq-page__title{font-family:Jura,sans-serif;font-size:42px;font-weight:400;color:#000;text-transform:lowercase;margin:0 0 1rem;letter-spacing:.02em}.faq-page__subtitle{font-family:Jura,sans-serif;font-size:21px;font-weight:400;color:#000;line-height:1.5;max-width:877px;margin:0 0 4rem}.faq-sections{display:flex;flex-direction:column;gap:40px}.faq-section{display:grid;grid-template-columns:2fr 1fr;gap:50px;align-items:start}.faq-section--image-left{grid-template-columns:1fr 2fr}.faq-section--image-left .faq-section__image-wrap{order:0}.faq-section--image-left .faq-section__items,.faq-section--image-right .faq-section__image-wrap{order:1}.faq-section--image-right .faq-section__items{order:0}.faq-section__image-wrap{width:100%;max-width:340px;aspect-ratio:4 / 3;overflow:hidden;border-radius:5px;position:sticky;top:120px;margin-left:auto}.faq-section--image-left .faq-section__image-wrap{margin-left:0;margin-right:auto}.faq-section__image{width:100%;height:100%;object-fit:cover;display:block}.faq-section__items{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid #000}.faq-item__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;background:none;border:none;padding:18px 0;font-family:Jura,sans-serif;font-size:18px;font-weight:400;color:#000;text-align:left;cursor:pointer;letter-spacing:.01em}.faq-item__question:hover{color:var(--color-primary)}.faq-item__icon{flex-shrink:0;font-size:22px;font-weight:300;color:var(--color-primary);line-height:1;width:22px;text-align:center}.faq-item__answer{font-family:Jura,sans-serif;font-size:15px;font-weight:400;color:#333;line-height:1.6;padding:0 0 22px}.faq-item--open .faq-item__question{color:#000;font-weight:500}@media (max-width: 1024px){.faq-page{padding:2rem 40px 4rem}.faq-section{grid-template-columns:1fr;gap:24px}.faq-section--image-left .faq-section__image-wrap,.faq-section--image-right .faq-section__image-wrap{order:0;position:relative;top:0}.faq-section--image-left .faq-section__items,.faq-section--image-right .faq-section__items{order:1}}@media (max-width: 768px){.faq-page{padding:1.5rem 24px 3rem;margin-top:70px}.faq-page__title{font-size:32px}.faq-page__subtitle{font-size:16px;margin-bottom:2.5rem}.faq-sections{gap:48px}.faq-item__question{font-size:16px}}.company-page{padding:2rem 70px 0;margin-top:90px;background:#fff}.company-page__container{width:100%}.company-page__breadcrumb{font-family:Jura,sans-serif;font-size:18px;font-weight:400;color:#000;margin-bottom:2rem}.company-page__breadcrumb a{color:#000;text-decoration:none}.company-page__breadcrumb a:hover{text-decoration:underline}.company-page__title{font-family:Jura,sans-serif;font-size:42px;font-weight:400;color:#000;text-transform:lowercase;margin:0 0 3.5rem;letter-spacing:.02em}.company-philosophy{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;padding-bottom:5rem}.company-philosophy__image-wrap{width:100%;aspect-ratio:4 / 5;overflow:hidden;border-radius:5px}.company-philosophy__image{width:100%;height:100%;object-fit:cover}.company-philosophy__content{padding-top:20px}.company-philosophy__label{display:block;font-family:Jura,sans-serif;font-size:14px;font-weight:500;color:var(--color-primary);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1.25rem}.company-philosophy__heading{font-family:Jura,sans-serif;font-size:34px;font-weight:500;color:#000;text-transform:lowercase;line-height:1.25;margin:0 0 2rem;letter-spacing:.01em}.company-philosophy__paragraph{font-family:Jura,sans-serif;font-size:16px;font-weight:400;color:#000;line-height:1.6;margin:0 0 1.25rem}.company-philosophy__dna{font-family:Jura,sans-serif;font-size:16px;font-weight:500;color:#000;line-height:1.6;margin:2rem 0 0}.company-inspire{display:grid;grid-template-columns:35% 65%;background:#2b2b2b;margin:0 -70px;min-height:1080px}.company-inspire__text{padding:80px 70px;color:#fff;display:flex;flex-direction:column;justify-content:center}.company-inspire__heading{font-family:Jura,sans-serif;font-size:32px;font-weight:500;color:#fff;text-transform:lowercase;line-height:1.25;margin:0 0 2rem;letter-spacing:.01em}.company-inspire__paragraph{font-family:Jura,sans-serif;font-size:15px;font-weight:400;color:#fff;line-height:1.6;margin:0 0 1rem}.company-inspire__image-wrap{width:100%;height:100%;overflow:hidden;min-height:1080px}.company-inspire__image{width:100%;height:100%;object-fit:cover;display:block}.company-closing{background:#fff;padding:90px 70px 100px;text-align:center}.company-closing__top{display:flex;flex-direction:column;gap:6px}.company-closing__line{font-family:Jura,sans-serif;font-size:52px;font-weight:700;color:#000;line-height:1.5;letter-spacing:.03em}.company-closing__bottom{font-family:Jura,sans-serif;font-size:52px;font-weight:700;color:#000;margin:3rem 0 0;line-height:1.5;letter-spacing:.03em}.company-closing__image-wrap{margin:3rem auto 0;max-width:400px}.company-closing__image{width:100%;height:auto;display:block;border-radius:8px}@media (max-width: 1024px){.company-page{padding:2rem 40px 0}.company-philosophy{grid-template-columns:1fr;gap:40px}.company-philosophy__heading{font-size:28px}.company-inspire{grid-template-columns:1fr;min-height:auto}.company-inspire__text{padding:60px 40px}.company-inspire__image-wrap{min-height:400px}.company-closing{padding:60px 40px 70px}}@media (max-width: 768px){.company-page{padding:1.5rem 24px 0;margin-top:70px}.company-page__title{font-size:32px}.company-philosophy__heading,.company-inspire__heading{font-size:24px}.company-inspire__text{padding:40px 24px}.company-closing{padding:50px 24px 60px}.company-closing__line,.company-closing__bottom{font-size:28px}}.category-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;background:#00000080;padding:2rem}.category-modal__content{position:relative;background:#fff;padding:3rem;max-width:900px;width:100%;max-height:80vh;overflow-y:auto}.category-modal__close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:var(--color-primary);padding:.5rem;transition:transform .3s ease}.category-modal__close:hover{transform:scale(1.1)}.category-modal__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem}.category-modal__item{display:flex;flex-direction:column;text-decoration:none;transition:transform .3s ease}.category-modal__item:hover{transform:translateY(-4px)}.category-modal__image{width:100%;aspect-ratio:1.2;object-fit:cover;border:2px solid transparent;transition:border-color .3s ease}.category-modal__item:hover .category-modal__image{border-color:var(--color-primary)}.category-modal__label{font-size:.9rem;font-weight:500;color:var(--color-dark);margin-top:.75rem;text-align:center}@media (max-width: 1200px){.about{gap:60px;padding:80px 60px}.about__image{width:500px;height:500px}.footer__top,.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.header{padding:.75rem 2rem}.hero{padding:0}.about{flex-direction:column;padding:3rem 2rem;gap:2rem}.about__image{width:100%;height:400px}.about__content-col{padding-right:0}.footer__top{grid-template-columns:repeat(2,1fr);gap:2rem}.products-page{padding:6rem 2rem 3rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.category-modal__content{padding:2rem}.footer{padding:3rem 2rem 2rem}}@media (max-width: 768px){.header{padding:.75rem 1.5rem}.header__nav-left,.header__nav-right{display:none}.header__center{position:relative;left:auto;transform:none}.hero__image{height:35vh;min-height:250px}.about{padding:2rem 1.5rem}.about__title{font-size:2rem}.about__text{margin-bottom:3rem}.hero{padding:0}.collection{padding:2rem 1.5rem}.collection__wrapper{padding:0}.collection__grid{grid-template-columns:1fr}.collection__nav-btn{display:none}.footer{padding:2rem 1.5rem}.footer__top{grid-template-columns:1fr;gap:2rem}.footer__brand{flex-direction:column}.page,.products-page{padding:5rem 1.5rem 2rem}.products-page__title{font-size:2rem}.products-page__subtitle{font-size:.85rem;margin-bottom:2rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.products-grid__label{font-size:1rem}.category-modal{padding:1rem}.category-modal__content{padding:1.5rem}.category-modal__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.offers-page{background:#fff;min-height:100vh;padding-top:150px;padding-bottom:120px}.offers-page__container{max-width:1600px;margin:0 auto;padding:0 min(165px,8.59vw)}.offers-page__breadcrumb{font-family:Jura,sans-serif;font-size:13px;letter-spacing:.1em;color:#888;margin-bottom:28px}.offers-page__breadcrumb a{color:#888;text-decoration:none;transition:color .2s}.offers-page__breadcrumb a:hover{color:#000}.offers-page__title{font-family:Jura,sans-serif;font-weight:700;font-size:min(72px,4.5vw);line-height:1;margin:0 0 22px;color:#000}.offers-page__subtitle{font-family:Jura,sans-serif;font-size:min(24px,1.4vw);color:#444;max-width:760px;margin:0 0 60px;line-height:1.4}.offers-page__empty{font-family:Jura,sans-serif;color:#777;padding:60px 0;font-size:18px}.offers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:min(70px,3.6vw) min(60px,3.1vw)}.offers-grid__item{display:flex;flex-direction:column;text-decoration:none;color:inherit;cursor:pointer}.offers-grid__image-wrap{position:relative;aspect-ratio:1 / 1;width:100%;background:#f5f5f5;overflow:hidden;border-radius:4px}.offers-grid__image{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.offers-grid__item:hover .offers-grid__image{transform:scale(1.04)}.offers-grid__badge{position:absolute;top:16px;left:16px;background:#e1001a;color:#fff;font-family:Jura,sans-serif;font-weight:700;font-size:18px;letter-spacing:.03em;padding:8px 14px;border-radius:2px;box-shadow:0 4px 10px #e1001a40}.offers-grid__body{padding:20px 4px 0;display:flex;flex-direction:column;gap:10px}.offers-grid__name{font-family:Jura,sans-serif;font-size:22px;font-weight:500;color:#000;letter-spacing:.02em}.offers-grid__prices{display:flex;align-items:baseline;gap:14px}.offers-grid__price-original{font-family:Jura,sans-serif;font-size:16px;color:#888;text-decoration:line-through}.offers-grid__price-discount{font-family:Jura,sans-serif;font-size:24px;font-weight:700;color:#e1001a}@media (max-width: 1100px){.offers-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.offers-page{padding-top:110px;padding-bottom:60px}.offers-page__container{padding:0 24px}.offers-page__title{font-size:48px}.offers-grid{grid-template-columns:1fr;gap:40px}}.project-detail-page{background:#fff;min-height:100vh;padding-top:150px;padding-bottom:100px}.project-detail-page__container{max-width:1400px;margin:0 auto;padding:0 min(165px,8.59vw)}.project-detail-page__breadcrumb{font-family:Jura,sans-serif;font-size:13px;letter-spacing:.1em;color:#888;margin-bottom:28px}.project-detail-page__breadcrumb a{color:#888;text-decoration:none}.project-detail-page__breadcrumb a:hover{color:#000}.project-detail-page__title{font-family:Jura,sans-serif;font-weight:700;font-size:min(64px,4vw);line-height:1.05;margin:0 0 20px;color:#000}.project-detail-page__description{font-family:Jura,sans-serif;font-size:min(20px,1.2vw);color:#444;max-width:820px;line-height:1.5;margin:0 0 32px}.project-detail-page__meta{display:flex;flex-wrap:wrap;gap:24px;font-family:Jura,sans-serif;font-size:14px;color:#444;margin-bottom:40px}.project-detail-page__meta .label{font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#888;margin-right:6px}.project-detail-page__hero{width:100%;aspect-ratio:16 / 9;background:#f0f0f0;margin-bottom:20px;border-radius:4px;overflow:hidden}.project-detail-page__hero img{width:100%;height:100%;object-fit:cover;display:block}.project-detail-page__thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.project-detail-page__thumb{aspect-ratio:4 / 3;border:2px solid transparent;background:transparent;padding:0;cursor:pointer;overflow:hidden;border-radius:4px;transition:border-color .15s}.project-detail-page__thumb img{width:100%;height:100%;object-fit:cover;display:block}.project-detail-page__thumb:hover{border-color:#ccc}.project-detail-page__thumb--active{border-color:#e1001a}@media (max-width: 640px){.project-detail-page{padding-top:110px;padding-bottom:60px}.project-detail-page__container{padding:0 24px}.project-detail-page__title{font-size:40px}}
