@charset "UTF-8";.main-header-exp{position:fixed;top:1rem;left:1.8rem;right:1.8rem;z-index:120;display:flex;justify-content:space-between;align-items:center;gap:12px;pointer-events:none}.header-exp-left-island,.header-exp-right-island{pointer-events:auto}.header-exp-surface{display:flex;align-items:center;gap:6px;padding:6px;background:#0000000d;backdrop-filter:blur(16.5px);-webkit-backdrop-filter:blur(16.5px);border-radius:999px}.header-exp-logo-link{display:inline-flex;align-items:center;justify-content:center;padding:4px;border-radius:999px;background:#fffcf8;box-shadow:0 4px 4px #0000001a}.header-exp-logo-link img{display:block;width:42px;height:42px}.header-exp-divider,.header-exp-nav-link,.header-exp-super-btn{font-size:clamp(14px,1vw,16px);font-family:Roboto,sans-serif;font-weight:400;line-height:1.2}.header-exp-divider{color:#00000080}.header-exp-nav{display:flex;align-items:stretch;gap:1px;padding:4px;border-radius:999px;background:#fffcf8;box-shadow:0 4px 4px #0000001a}.header-exp-nav-link{display:inline-flex;align-items:center;min-height:40px;box-sizing:border-box;text-decoration:none;color:#000000d9;padding:10px 14px;border-radius:999px;transition:background-color .2s ease,color .2s ease}.header-exp-nav-link.is-active{background:#f2efe8;color:#8c8783}.header-exp-super-btn{border:0;cursor:pointer;display:inline-flex;align-items:center;padding:4px;background:#fffcf8;color:#000000d9;border-radius:999px;box-shadow:0 4px 4px #0000001a}.header-exp-super-btn-inner{display:inline-flex;align-items:center;min-height:40px;box-sizing:border-box;gap:10px;padding:10px 14px;border-radius:999px}@media (max-width: 900px){.main-header-exp{top:10px;left:10px;right:10px}.header-exp-nav-link,.header-exp-super-btn-inner{padding:8px 12px;min-height:36px}}@media (max-width: 700px){.main-header-exp{top:0;left:0;right:0;bottom:0;height:100dvh;padding:max(10px,env(safe-area-inset-top)) 10px max(12px,env(safe-area-inset-bottom));box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:0}.header-exp-left-island{align-self:center;max-width:calc(100% - 20px)}.header-exp-right-island{position:fixed;bottom:max(12px,env(safe-area-inset-bottom));left:50%;transform:translate(-50%)}.header-exp-logo-link{padding:4px}.header-exp-logo-link img{width:38px;height:38px}}.superform-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;opacity:0;transition:opacity .32s ease;background:linear-gradient(to right,#1000 50%,#37302d40);-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);pointer-events:none}.superform-overlay.open{opacity:1;pointer-events:none}.superform-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,0) 50%,rgba(0,0,0,.15) 58%,rgba(0,0,0,.35) 70%,rgba(0,0,0,.6) 85%,rgb(0,0,0) 100%);mask-image:linear-gradient(to right,#0000 50%,#00000026 58%,#00000059 70%,#0009,#000)}.superform-panel{position:fixed;top:20px;right:20px;bottom:20px;width:420px;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);background:#fff;border-radius:32px;box-shadow:0 8px 24px #0000001f;padding:0;overflow:hidden;transform:translate(110%);transition:transform .36s cubic-bezier(.2,.9,.25,1);box-sizing:border-box;z-index:9999;pointer-events:auto}.superform-content{height:100%;overflow-y:auto;padding:62px 28px 160px;box-sizing:border-box;border-radius:16px;background:#fff}.superform-overlay.open .superform-panel{transform:translate(0)}.superform-header{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;z-index:10000;background:#fff;padding:20px 30px 10px}.superform-header:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:20px;background:linear-gradient(to bottom,#fff,#fff0);pointer-events:none}.superform-header h2{margin:0;font-size:20px;font-weight:600}.superform-header .superform-close{background:transparent;border:none;font-size:26px;line-height:1;cursor:pointer;padding:4px}.form{display:flex;flex-direction:column;gap:1.2rem;font-size:15px;box-sizing:border-box}.form .form-fields{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.about-project-input{margin-bottom:.8rem}.form label{display:flex;flex-direction:column;gap:.4rem}.form label>span,.form label>.radio-label{font-weight:400!important;color:#000}.form input,.form textarea{padding:.8rem 1rem;background:#f8f8f8;border:none;border-radius:10px;font-size:inherit;box-sizing:border-box;margin-top:2px}.form input:focus,.form textarea:focus{outline:none;box-shadow:0 0 0 4px #f67b551f}.field-hint{display:flex;flex-direction:row;gap:4px;align-items:center;text-align:center;font-size:14px;color:#00000073;margin-top:2px;font-style:italic}.superform-submit{position:absolute;bottom:32px;left:88px;right:88px;background:#f67b55;color:#fff;border:1px solid #fff;border-radius:12px;padding:1rem;font-size:15px;font-weight:400;cursor:pointer;z-index:10005;box-sizing:border-box;transition:transform .12s ease,background .12s ease}.superform-submit:hover{transform:translateY(-2px)}.superform-submit:disabled{background:#ddd;color:#888;cursor:not-allowed;transform:none}.radio-group{margin-top:.2rem;display:flex;flex-direction:column;gap:.6rem}.person-data-label{display:flex;flex-direction:column;margin-top:.5rem;gap:.75rem}#description-label,#contact-label{margin-top:.5rem}.custom-radio{display:block;cursor:pointer}.custom-radio input[type=radio]{display:none}.custom-radio .radio-content{display:flex;align-items:center;gap:.75rem;padding:.8rem 1rem;border:1.5px solid #e0e0e0;border-radius:10px;background:#fff;transition:border-color .15s ease,background .15s ease}.custom-radio .radio-label{font-size:15px;color:#666;font-weight:400}.custom-radio .radio-icon{width:22px;height:22px;display:inline-block;flex-shrink:0;background-color:#d9d9d9;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-repeat:no-repeat;mask-position:center;mask-size:contain}.custom-radio .radio-icon.icon-design{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.07812%209.7C1.07812%209.58954%201.16767%209.5%201.27813%209.5H8.87813C8.98858%209.5%209.07812%209.58954%209.07812%209.7V17.3C9.07812%2017.4105%208.98858%2017.5%208.87812%2017.5H1.27812C1.16767%2017.5%201.07813%2017.4105%201.07813%2017.3L1.07812%209.7Z'%20fill='black'/%3e%3cpath%20d='M4.89695%200.822045C4.97377%200.68329%205.1738%200.684868%205.24841%200.824818L8.8432%207.5673C8.91423%207.70052%208.81769%207.86139%208.66672%207.86139L1.33932%207.86139C1.18696%207.86139%201.09055%207.69783%201.16434%207.56453L4.89695%200.822045Z'%20fill='black'/%3e%3crect%20x='10.5781'%20y='9.5'%20width='8'%20height='8'%20rx='4'%20fill='black'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.07812%209.7C1.07812%209.58954%201.16767%209.5%201.27813%209.5H8.87813C8.98858%209.5%209.07812%209.58954%209.07812%209.7V17.3C9.07812%2017.4105%208.98858%2017.5%208.87812%2017.5H1.27812C1.16767%2017.5%201.07813%2017.4105%201.07813%2017.3L1.07812%209.7Z'%20fill='black'/%3e%3cpath%20d='M4.89695%200.822045C4.97377%200.68329%205.1738%200.684868%205.24841%200.824818L8.8432%207.5673C8.91423%207.70052%208.81769%207.86139%208.66672%207.86139L1.33932%207.86139C1.18696%207.86139%201.09055%207.69783%201.16434%207.56453L4.89695%200.822045Z'%20fill='black'/%3e%3crect%20x='10.5781'%20y='9.5'%20width='8'%20height='8'%20rx='4'%20fill='black'/%3e%3c/svg%3e")}.custom-radio .radio-icon.icon-company{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.37061%208.78298C1.80646%206.16507%203.5%204.59433%205.00805%204.59433C6.07975%204.59433%206.5%206.40568%206.5%208.5C7.5359%205.88209%2011.1983%202.49999%2013.5%202.5C15.1983%202.5%2017.5078%202.88248%2018%206.16507C18.5%209.50001%2014%2016.3442%2010.2063%2017.1603C7.30512%2017.7844%204.54836%2017.6438%202.40891%2015.5895C0.507434%2013.7638%200.940558%2011.3661%201.37061%208.78298Z'%20fill='black'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.37061%208.78298C1.80646%206.16507%203.5%204.59433%205.00805%204.59433C6.07975%204.59433%206.5%206.40568%206.5%208.5C7.5359%205.88209%2011.1983%202.49999%2013.5%202.5C15.1983%202.5%2017.5078%202.88248%2018%206.16507C18.5%209.50001%2014%2016.3442%2010.2063%2017.1603C7.30512%2017.7844%204.54836%2017.6438%202.40891%2015.5895C0.507434%2013.7638%200.940558%2011.3661%201.37061%208.78298Z'%20fill='black'/%3e%3c/svg%3e")}.custom-radio input[type=radio]:checked+.radio-content{border-color:#fbc1af;background:#fff}.custom-radio input[type=radio]:checked+.radio-content .radio-icon{background-color:#fbc1af}.custom-radio input[type=radio]:checked+.radio-content .radio-label{color:#ff693b;font-weight:400}.success-message{display:none;text-align:center;padding:40px 20px;font-style:italic}.success-message:not(.hidden){display:flex;flex-direction:column;align-items:center}.success-illustration{width:300px;height:auto;margin-top:24px}.input-error{border:2px solid #ff5555!important;animation:shake .35s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.hidden{display:none!important}@media (max-width: 640px){.superform-panel{top:12px;right:12px;bottom:12px;left:12px;width:auto;max-width:none;max-height:calc(100vh - 24px);border-radius:22px}.superform-content{border-radius:12px;padding:60px 32px 20px}.superform-submit{left:80px;right:80px;bottom:32px;border-radius:16px}}.contacts-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;opacity:0;transition:opacity .32s ease;background:linear-gradient(to right,#1000 50%,#37302d40);-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);pointer-events:none}.contacts-overlay.open{opacity:1;pointer-events:none}.contacts-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,0) 50%,rgba(0,0,0,.15) 58%,rgba(0,0,0,.35) 70%,rgba(0,0,0,.6) 85%,rgb(0,0,0) 100%);mask-image:linear-gradient(to right,#0000 50%,#00000026 58%,#00000059 70%,#0009,#000)}.contacts-panel{position:fixed;top:20px;right:20px;bottom:20px;width:420px;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);background:#fff;border-radius:32px;box-shadow:0 8px 24px #0000001f;padding:0;overflow:hidden;transform:translate(110%);transition:transform .36s cubic-bezier(.2,.9,.25,1);box-sizing:border-box;z-index:9999;pointer-events:auto}.contacts-content{height:100%;overflow-y:auto;padding:62px 28px 40px;box-sizing:border-box;border-radius:16px;background:#fff}.contacts-overlay.open .contacts-panel{transform:translate(0)}.contacts-header{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;z-index:10000;background:#fff;padding:20px 30px 10px}.contacts-header:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:20px;background:linear-gradient(to bottom,#fff,#fff0);pointer-events:none}.contacts-header h2{margin:0;font-size:20px;font-weight:600}.contacts-header .contacts-close{background:transparent;border:none;font-size:26px;line-height:1;cursor:pointer;padding:4px}.contacts-body{display:flex;flex-direction:column;gap:1.75rem;margin-top:2rem}.contact-item{display:flex;flex-direction:column;gap:.4rem}.contact-label{font-size:15px;font-weight:400;color:#000}.contact-link{font-size:15px;color:#c5461f;text-decoration:underline;text-decoration-color:#c5461f4d;text-decoration-thickness:1px;text-underline-offset:4px;transition:all .2s ease}.contact-link:hover{color:#a63818;text-decoration-color:#c5461f80}.contact-message{margin-top:3rem;font-size:15px;color:#352e26;opacity:.5;font-style:italic;line-height:1}.contact-message p{margin:0 0 .5rem}.contact-message p:last-child{margin-bottom:0}@media (max-width: 640px){.contacts-panel{top:12px;right:12px;bottom:12px;left:12px;width:auto;max-width:none;max-height:calc(100vh - 24px);border-radius:22px}.contacts-content{border-radius:12px;padding:60px 32px 20px}}body{margin:0;font-family:Roboto,sans-serif;background:#d8d3ca;color:#000000b3}.projects{display:flex;flex-direction:column;gap:8rem;padding:2.2rem 65px;padding-bottom:120px;box-sizing:border-box}.project-row{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;width:100%;box-sizing:border-box}.project-row:has(>.project-card:only-child){justify-content:center}.project-row:has(>.project-card:only-child) .project-card{flex:1 1 100%;max-width:100%}.project-card{position:relative;display:flex;flex-direction:column;text-decoration:none;color:#000000b3;cursor:pointer;transition:color .2s ease;opacity:1;transform:translateY(0);transition:opacity .4s ease,transform .4s ease}.project-card.fade-in{opacity:1;transform:translateY(0)}.project-card.fade-out{opacity:0;transform:translateY(10px)}.project-card .project-image{display:block;height:auto;width:auto;max-width:100%;transform-origin:center center;will-change:transform;transition:transform .35s cubic-bezier(.22,1,.36,1),color .2s ease}.project-card .project-image:hover{transform:scale(1.012)}.project-card .project-title{margin-top:.75rem;font-size:1rem;line-height:1.4;display:block;font-weight:450;font-stretch:semi-condensed}.project-card .project-title .title{display:inline;line-height:1.85;color:#000000b3;text-decoration-line:underline;text-decoration-color:#00000026;text-decoration-thickness:.8px;text-underline-offset:8px;transition:color .2s ease,text-decoration-color .2s ease}.project-card:hover .project-title .title{color:#ce2e12;text-decoration-color:#c5461f40}.project-card.special .badge{position:absolute;top:-36px;right:-30px;width:100px;height:100px;z-index:2}.project-card.special .badge img{width:100%;height:100%;object-fit:contain}@media (min-width: 1600px){.badge{width:170px!important;height:170px!important}.badge img{width:100%;height:100%;object-fit:contain}}@media (max-width: 1200px){.project-row{flex-wrap:wrap;justify-content:center}.project-card.large{flex:1 1 100%;max-width:100%}.project-card.small{flex:1 1 calc(45% - 1rem);max-width:calc(45% - 1rem)}}@media (max-width: 700px){.project-card{flex:1 1 100%;max-width:100%}.projects{gap:5.5rem}section.filters .filters-wrapper{padding:10px 0;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}section.filters .filter-buttons{flex-wrap:nowrap;justify-content:flex-start;width:max-content;padding:0 16px 8px;gap:12px}section.filters .filter-btn{white-space:nowrap;flex-shrink:0}section.filters .filters-wrapper::-webkit-scrollbar{display:none}section.filters .filters-wrapper{scrollbar-width:none}}section.filters{text-align:center;margin-bottom:2rem}section.filters .filters-title{font-family:"Noto Serif",serif;font-variation-settings:"wdth" 75;font-weight:384;font-optical-sizing:75;font-size:clamp(24px,2vw,44px);letter-spacing:-2%;color:#6e6a65;margin-bottom:.8rem;margin-top:6rem}section.filters .filters-wrapper{display:inline-block}section.filters .filter-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;padding:.6rem;background-color:#0000000a;border:2px solid rgba(0,0,0,.05);border-radius:2rem;position:relative}section.filters .filter-btn{position:relative;border:none;border-radius:22px;padding:.95rem 1.1rem;font-family:Roboto,sans-serif;font-size:clamp(14px,1vw,16px);font-weight:400;cursor:pointer;transition:all .25s ease;outline:none;background:#fff6;color:#00000094;box-shadow:0 2px 6.7px #0000002b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}section.filters .filter-btn:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:2px solid transparent;border-radius:22px;transition:border-color .25s ease,opacity .25s ease;pointer-events:none;opacity:0}section.filters .filter-btn.active{background:#00000005;color:#00000061;box-shadow:none;pointer-events:none}section.filters .filter-btn.active:before{border-color:#00000026;opacity:1}section.filters .filter-btn:not(.active):hover:before{border-color:#fff9;opacity:1}section.filters .filter-btn:after{content:attr(data-count);position:absolute;top:-8px;right:-8px;min-width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#0000004d;border:2px solid rgba(255,255,255,.55);font-family:Roboto,sans-serif;font-weight:500;font-size:13px;color:#fff;text-shadow:0 1px .2px rgba(146,150,159,.5);box-shadow:0 3px 4px #00000047;transition:all .2s ease}section.filters .filter-btn .dot,section.filters .filter-btn .count{display:none}section.filters .filters-tags{width:fit-content;margin:1rem auto 0;padding:.45rem;border-radius:999px;background:#ffffff1a;box-shadow:0 1px 5.7px #0000001c}section.filters .filters-tags-head{display:inline-flex;align-items:center;gap:.4rem}section.filters .filters-tags-current,section.filters .filters-tags-toggle{border:none;display:flex;align-items:center;justify-content:center;background:#66656217;border-radius:999px;transition:background-color .2s ease;cursor:pointer}section.filters .filters-tags-current:hover,section.filters .filters-tags-toggle:hover{background:#66656214}section.filters .filters-tags-current{padding:.8rem 1rem}section.filters .filters-tags-toggle{height:auto;padding:.93rem 1.1rem}section.filters .filters-tags-label{font-family:Roboto,sans-serif;font-size:clamp(12px,1vw,14px);font-weight:500;font-style:italic;color:#83817d}section.filters .filters-tags-icon{border-radius:50%;display:inline-flex;align-items:center;justify-content:center}section.filters .filters-tags-panel{margin-top:.6rem;display:none;grid-template-columns:repeat(3,minmax(160px,1fr));column-gap:.85rem;row-gap:.22rem}section.filters .filters-tags[data-expanded=true]{border-radius:50px;padding:1rem 2rem}section.filters .filters-tags[data-expanded=true] .filters-tags-head{display:none}section.filters .filters-tags[data-expanded=true] .filters-tags-panel{display:grid;max-height:380px;opacity:1;transform:translateY(0);pointer-events:auto}section.filters .filters-tags[data-expanded=true] .filters-tags-collapse{display:inline-flex;opacity:1;transform:translateY(0)}section.filters .filters-tags-item{border:none;text-align:left;border-radius:14px;padding:.65rem .9rem;background:#1e7ed800;font-family:Roboto,sans-serif;font-size:clamp(12px,1vw,14px);font-weight:500;font-style:italic;color:#3776c7;cursor:pointer;transition:background-color .2s ease,color .2s ease;display:inline-flex;align-items:center;gap:.25rem}section.filters .filters-tags-item:hover{background:#0f82e014}section.filters .filters-tags-item.active{pointer-events:none;background:#0f82e000;color:#00000061}section.filters .filters-tags-item-hash{opacity:.7}section.filters .filters-tags-item-count{font:inherit;color:inherit;opacity:.55;margin-left:.08rem}section.filters .filters-tags-collapse{display:none;border:none;margin:1.5rem auto .4rem;padding:1.2rem 15rem;border-radius:999px;background:#66656214;flex-direction:row;gap:.48rem;align-items:center;justify-content:center;cursor:pointer;opacity:0}section.filters .filters-tags-collapse:hover{background:#6665621f}section.filters .filters-tags-collapse-icon{display:flex;align-items:center;justify-content:center;margin-bottom:0}section.filters .filters-tags-collapse-icon img{transform:rotate(180deg)}section.filters .filters-tags-collapse-label{font-family:Roboto,sans-serif;font-size:clamp(12px,1vw,14px);font-weight:400;color:#00000080;line-height:1}
