:root{--bg: #1e1c1c;--cream: #f4ede5}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg)}section{background:transparent}img{max-width:100%;display:block}.container{max-width:1280px;width:calc(100% - 40px);margin:0 auto}section{padding-top:123.44px;padding-bottom:150px}@media (max-width: 768px){section{padding-top:80px;padding-bottom:80px}}.sec-title,.sec-title--center,.sec-title--left{font-size:32px;font-weight:700;letter-spacing:2px;color:var(--cream)}.sec-title--center{text-align:center;margin-bottom:40px}.sec-title--left{text-align:left;margin-bottom:50px}@media (max-width: 768px){.sec-title,.sec-title--center,.sec-title--left{font-size:24px;margin-bottom:40px}}.site-header__bar{background:#ffe5a6;padding-top:25px;padding-bottom:25px;box-shadow:0 4px 8px #0000004d;position:relative;z-index:100}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.site-header__logo{flex-shrink:0}.site-header__logo img{width:200px;height:auto;display:block}.site-header__burger{display:none;flex-direction:column;gap:4px;background:transparent;border:none;cursor:pointer;padding:8px;border-radius:4px;transition:background .2s ease}.site-header__burger span{width:24px;height:3px;background:#000;border-radius:2px;transition:all .3s ease}.site-header__burger:hover{background:#0000001a}.site-header__nav{display:flex;align-items:center;gap:20px}.site-header__link{font-size:16px;color:#000;text-decoration:none;padding:8px 20px;transition:background-color .2s ease;white-space:nowrap;border:1px solid transparent;border-radius:999px}.site-header__link:hover,.site-header__link.is-active{background:#fff;border-color:#000}@media (max-width: 768px){.site-header__burger{display:flex}.site-header__nav{position:absolute;left:0;right:0;top:100%;background:#ffe5a6;padding:16px;display:none;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:12px;box-shadow:0 4px 8px #0003}.site-header.is-open .site-header__nav{display:flex}.site-header__link{padding:16px 20px;text-align:center;background:#ffe5a6;flex:0 1 calc(33.33% - 8px);min-width:0;font-size:20px}.site-header__link:hover,.site-header__link.is-active{background:#000;color:#fff;border-color:#000}.site-header.is-open .site-header__burger span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.site-header.is-open .site-header__burger span:nth-child(2){opacity:0}.site-header.is-open .site-header__burger span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}}.sec-hero{position:relative;width:100%;aspect-ratio:16/9;display:flex;align-items:center;overflow:hidden;color:#fff;padding:0}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:fill;z-index:0}.hero__overlay{display:none}.sec-hero .container{position:relative;z-index:3}.hero__title{position:relative;z-index:4}@media (min-width: 769px){.hero__content{display:none}}.hero__content{max-width:600px;text-align:left}.hero__title{font-size:4rem;font-weight:800;margin:0 0 1rem;text-shadow:2px 2px 4px rgba(0,0,0,.45)}.hero__subtitle{font-size:1.2rem;margin:0 0 2rem;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.45)}.hero__cta{display:flex;gap:1rem;flex-wrap:wrap}.hero-icons{position:fixed;right:24px;bottom:24px;display:flex;flex-direction:column;gap:12px;z-index:1000}.hero-icons a{width:48px;height:48px;display:grid;place-items:center;background:transparent;border:0;border-radius:50%;transition:all .3s ease;overflow:hidden}.hero-icons a:first-child{background:#000!important;box-shadow:inset 0 0 0 1px #000}.hero-icons a:hover{background:#ffe5a6}.hero-icons img{width:100%;height:100%;object-fit:contain;display:block;transition:filter .3s ease}.hero-icons a:hover img{filter:invert(1) hue-rotate(180deg)}@media (max-width: 768px){.sec-hero{aspect-ratio:4/3;justify-content:center;text-align:center}.hero__content{display:none!important;text-align:center;max-width:90%;padding:2rem 0}.hero__title{font-size:2.5rem}.hero__subtitle{font-size:1rem}.hero__cta{justify-content:center}.hero-icons{right:16px;bottom:16px;gap:8px}.hero-icons a{width:40px;height:40px}}.sec-expo{padding-top:123.44px;padding-bottom:150px}.sec-expo .sec-title{font-size:32px;font-weight:700;text-align:center;margin-bottom:80px;color:var(--cream)}.expo__container{display:flex;justify-content:center;align-items:flex-start;gap:20px;max-width:1240px;margin:0 auto}.expo__card{position:relative}.expo__radio{display:none}.expo__label{display:block;width:400px;height:450px;border-radius:15px;overflow:hidden;cursor:pointer;transition:width .6s cubic-bezier(.25,.1,.25,1);box-shadow:0 8px 25px #00000026;position:relative}.expo__image{position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--bg-img);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:15px;z-index:1;transition:background-size .5s cubic-bezier(.25,.1,.25,1)}.expo__panel{position:absolute;top:0;right:0;width:50%;height:100%;background-color:#ea6d8de6;display:flex;align-items:center;justify-content:center;opacity:0;transform:translate(100%);transition:all .6s cubic-bezier(.25,.1,.25,1);transition-delay:.1s;border-radius:0 20px 20px 0;z-index:2;overflow:hidden}.expo__panel-content{padding:20px}.expo__dots{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr) auto;gap:32px 40px;justify-items:center;align-items:center}.expo__dot{width:64px;height:64px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:14px;font-weight:500;color:#333;line-height:1.2;padding:8px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease}.expo__dot:nth-child(5){grid-column:1 / -1;justify-self:center}.expo__radio:checked+.expo__label{width:800px}.expo__radio:checked+.expo__label .expo__image{background-size:110%}.expo__radio:checked+.expo__label .expo__panel{opacity:1;transform:translate(0)}.expo__radio:checked+.expo__label .expo__dot{transform:scale(1.05)}.expo__radio:focus+.expo__label{outline:2px solid var(--cream);outline-offset:3px}@media (hover: hover){.expo__label:hover{transform:translateY(-2px);box-shadow:0 12px 35px #0003}.expo__radio:checked+.expo__label:hover .expo__dot{transform:scale(1.1)}}@media screen and (max-width: 1280px){.expo__container{gap:15px;padding:0 20px}.expo__label{width:350px;height:400px}.expo__radio:checked+.expo__label{width:700px}}@media screen and (max-width: 900px){.expo__container{flex-direction:column;align-items:center;gap:20px;max-width:100%;padding:0 20px;width:100%}.expo__card{width:100%;max-width:400px;position:relative}.expo__label{width:100%;height:140px;transition:height .6s cubic-bezier(.25,.1,.25,1);display:block}.expo__radio:checked+.expo__label{width:100%!important;max-width:400px!important;height:auto;min-height:350px}.expo__panel{top:auto;bottom:0;right:0;width:100%;height:auto;min-height:200px;border-radius:0 0 20px 20px;transform:translateY(100%);opacity:0;padding:20px;transition:all .6s cubic-bezier(.25,.1,.25,1);transition-delay:.1s}.expo__radio:checked+.expo__label .expo__panel{opacity:1;transform:translateY(12px);transition:all .6s cubic-bezier(.25,.1,.25,1);transition-delay:.1s}.expo__dots{gap:20px 24px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr) auto}.expo__dot{width:56px;height:56px;font-size:12px}}@media screen and (max-width: 600px){.sec-expo{padding-top:80px;padding-bottom:80px}.sec-expo .sec-title{font-size:24px;margin-bottom:60px}.expo__container{padding:0 15px;gap:15px}.expo__card{width:100%;max-width:350px}.expo__label{height:120px}.expo__radio:checked+.expo__label{width:100%!important;max-width:350px!important;min-height:320px}.expo__panel{min-height:180px;padding:15px}.expo__dots{gap:16px 20px}.expo__dot{width:48px;height:48px;font-size:11px;padding:6px}}.sec-artist{padding:0}.artist__banner{position:relative;min-height:65vh;overflow:hidden;display:flex;align-items:center}.artist__layer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none}.artist__panel{position:absolute;left:0;width:60%;top:25%;height:80%;z-index:20}.artist__panel .artist__layer--1{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:left center}.artist__layer--1{z-index:20;left:0;right:auto;bottom:0;width:60%;top:20%;height:100%;object-fit:contain;object-position:left center;transform:none}.artist__layer--2{z-index:15;top:10%;bottom:0;left:50%;right:auto;width:50%;height:90%;object-fit:contain;object-position:left center;transform:none}.artist__layer--3{z-index:12;position:absolute;left:34%;top:60%;width:60%;height:75%;transform:translateY(-50%);object-fit:contain;object-position:left center;opacity:.92}.artist__layer--4{z-index:0;top:1%;bottom:0;left:50%;right:auto;width:70%;height:100%;object-fit:contain;object-position:left center;transform:scale(1);transform-origin:left center;opacity:.9}.artist__panel .artist__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;padding-top:110px;padding-bottom:50px;padding-left:20%;padding-right:clamp(140px,14vw,260px);color:#fff}.artist__panel .artist__content>*{max-width:520px}.artist__title{font-size:32px;font-weight:700;margin:0 0 70px;text-shadow:2px 2px 4px rgba(0,0,0,.6)}.artist__desc{font-size:16px;line-height:1.7;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.6)}@media (max-width: 1024px){.artist__banner{min-height:55vh}.artist__title{font-size:2.5rem}.artist__desc{font-size:1rem}.artist__layer--1{transform:translate(-4%) scale(1.02)}.artist__layer--2{transform:translate(4%) scale(1.02)}.artist__layer--3{transform:translate(7%,-44%) scale(1.03)}.artist__layer--4{transform:translate(0) scale(1.03)}}@media (max-width: 768px){.artist__banner{min-height:50vh;justify-content:center;text-align:center}.artist__content{max-width:92%}.artist__title{font-size:2rem;margin-bottom:1rem}.artist__desc{display:none}.artist__layer--1{transform:translate(-2%) scale(1.02)}.artist__layer--2{transform:translate(2%) scale(1.02)}.artist__layer--3{transform:translate(4%,-46%) scale(1.03);opacity:.9}.artist__layer--4{transform:translate(0) scale(1.03)}}@media (max-width: 480px){.artist__banner{min-height:46vh}.artist__title{font-size:1.75rem}.artist__desc{font-size:.9rem}.artist__layer--1{transform:translate(-1%) scale(1.02)}.artist__layer--2{transform:translate(1%) scale(1.02)}.artist__layer--3{transform:translate(3%,-47%) scale(1.03);opacity:.88}.artist__layer--4{transform:translate(0) scale(1.03)}}footer{background-color:var(--text-color);color:#fff;text-align:center;padding:2rem 0}.sec-news{color:#fff;overflow:hidden;padding-top:123.44px;padding-bottom:150px}.sec-news .sec-title{margin-bottom:80px}.news{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.news__viewport{width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding:0;scrollbar-width:none;-ms-overflow-style:none}.news__viewport::-webkit-scrollbar{display:none}.news__track{display:flex;gap:24px;justify-content:flex-start;padding:0 calc(50vw - 300px)}.news__slide{flex:0 0 clamp(400px,55vw,600px);scroll-snap-align:center;opacity:.4;transition:opacity .3s ease}.news__slide.is-active{opacity:1}.news__card{display:flex;height:120px;background:#fff;border-radius:15px;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 20px #00000026}.news__card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0003}.news__media{width:120px;height:100%;background:linear-gradient(135deg,#ff6b6b,#d63384);flex-shrink:0}.news__body{flex:1;padding:20px 24px;display:flex;flex-direction:column;justify-content:center;background:#f8f9fa}.news__body h3{font-size:1rem;font-weight:600;margin:0 0 4px;color:#212529;line-height:1.3}.news__body time{color:#6c757d;font-size:.875rem;margin:0}.news__nav{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;border:3px solid #fff;background:#000;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:15}.news__nav--prev{left:max(20px,min(calc(50vw - 315px),calc(22.5vw - 30px)))}.news__nav--next{right:max(20px,min(calc(50vw - 315px),calc(22.5vw - 30px)))}.news__nav:hover{background:#333;transform:translateY(-50%) scale(1.05)}.news__nav:active{transform:translateY(-50%) scale(.95)}.news__nav:disabled{opacity:.4;cursor:not-allowed;transform:translateY(-50%)}@media (max-width: 768px){.news__viewport{padding:0;max-width:100%}.news__slide{flex:0 0 clamp(280px,80vw,350px)}.news__track{gap:16px}.news__card{height:100px;border-radius:15px}.news__media{width:60px}.news__body{padding:16px 20px}.news__body h3{font-size:.9rem}.news__body time{font-size:.8rem}.news__nav{width:44px;height:44px;font-size:1.2rem}.news__nav--prev{left:20px}.news__nav--next{right:20px}}.sec-tickets{margin:0;padding:0 20px}.tickets__banner{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.tickets__banner img{width:100%;height:auto;display:block}.tickets__content{position:absolute;top:85%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;gap:40px}.btn-ticket{display:inline-block;width:200px;height:60px;background-color:var(--cream);border:1.5px solid #000;border-radius:30px;color:#000;text-decoration:none;font-size:16px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;position:relative;transition:background-color .3s ease,opacity .3s ease;cursor:pointer}.btn-ticket:after{content:"›";font-size:40px;font-weight:400;position:absolute;right:20px;padding-bottom:10px}.btn-ticket:hover{background-color:#e8ddd4;opacity:.9}@media (max-width: 768px){.sec-tickets{margin:0 10px}.tickets__banner{min-height:400px}.tickets__content{padding:40px 15px;gap:30px}.btn-ticket{width:180px;height:50px;font-size:14px}}.sec-guests{padding-bottom:0}.guests__stage{position:relative;max-width:1100px;margin:0 auto;height:380px}.guests__img{position:absolute;top:50%;transform:translateY(-50%);object-fit:contain;border-radius:15px;box-shadow:0 8px 32px #0000001a}.guests__img--center{width:74%;height:100%;left:50%;transform:translate(-50%);top:calc(50% + 46px);transform:translate(-50%,-50%);z-index:3;object-fit:contain;clip-path:polygon(8% 0,100% 0,92% 100%,0 100%)}.guests__img--left{width:50%;height:100%;left:-1.5%;z-index:1;object-fit:contain;clip-path:polygon(0 0,92% 0,100% 100%,0 100%)}.guests__img--right{width:50%;height:100%;right:-3.5%;z-index:2;object-fit:contain;clip-path:polygon(8% 0,100% 0,100% 100%,0 100%)}@media (max-width: 1024px){.guests__stage{height:320px;max-width:95vw}.guests__img--center{width:76%;top:calc(50% + 60px)}.guests__img--left,.guests__img--right{width:52%}}@media (max-width: 768px){.guests__stage{height:280px;max-width:90vw}.guests__img--center{width:80%;top:calc(50% + 40px);height:85%}.guests__img--left,.guests__img--right{width:58%;height:82%;left:2%}.guests__img--right{right:2%;left:auto}}@media (max-width: 480px){.guests__stage{height:220px}.guests__img--center{width:85%;top:calc(50% + 20px);height:80%}.guests__img--left,.guests__img--right{opacity:.8;width:60%;height:78%;left:5%}.guests__img--right{right:5%;left:auto}}.sec-ceremony{margin:0;padding:160px 20px 0}.ceremony__banner{position:relative;display:flex;align-items:center;justify-content:center;width:100%;border-radius:15px;overflow:hidden}.ceremony__img{width:100%;height:auto;display:block}@media (max-width: 768px){.sec-ceremony{margin:0 10px;padding-left:0;padding-right:0}.ceremony__banner{min-height:400px}}.sec-related{overflow:hidden}.related{display:flex;align-items:center;gap:16px;max-width:1100px;margin:0 auto;padding:0 20px;box-sizing:border-box}.related__track{display:flex;gap:15px;overflow:hidden;flex:1;padding:0 10px;min-width:0}.related__item{display:block;border-radius:15px;overflow:hidden;flex:0 0 calc((100% - 45px)/4);height:130px;filter:grayscale(100%);transition:filter .2s ease,transform .2s ease,opacity .2s ease;opacity:.75;text-decoration:none;position:relative;min-width:0}.related__item:hover{filter:grayscale(0%);opacity:1;transform:translateY(-2px)}.related__img{width:100%;height:100%;object-fit:cover;display:block}.related__nav{width:50px;height:50px;border:3px solid #fff;background:#000;border-radius:50%;display:grid;place-items:center;cursor:pointer;transition:all .2s ease;outline:none}.related__nav:hover{background:#333;transform:scale(1.05)}.related__nav:active{transform:scale(.95)}.related__arrow{color:#fff;font-size:30px;line-height:1;font-weight:700;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.related{gap:12px}.related__item{flex:0 0 240px;height:110px;scroll-snap-align:start}.related__nav{width:44px;height:44px;border-width:2px}.related__arrow{font-size:24px}.related__track{padding:0 5px;gap:15px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}}.sec-shop{background-color:var(--bg);background-image:url(/assets/shop/SHOP_01.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding-top:0}.sec-shop .sec-title{color:#000}.shop__logo{display:block;margin:0 auto 20px;padding-top:80px;padding-bottom:20px}.shop__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;row-gap:50px;margin-top:40px}.shop__item{text-align:center}.shop__thumb{position:relative;background:#111;aspect-ratio:1/1;border-radius:15px;overflow:hidden;margin-bottom:23px}.shop__detail{position:absolute;left:50%;bottom:20px;transform:translate(-50%);width:160px;background:#f3b2c1;border:1.5px solid #000;padding:15px;border-radius:15px;font-weight:500;cursor:pointer;opacity:0;transition:opacity .2s ease}.shop__detail:after{content:"›";font-size:35px;font-weight:400;position:absolute;right:15px;top:50%;transform:translateY(-50%);padding-bottom:5px}.shop__item:hover .shop__detail{opacity:1}.shop__name{font-size:16px;font-weight:500;margin-bottom:10px}.shop__price{font-size:14px;font-weight:500;color:#333}.shop__more{margin-top:50px;text-align:center}.btn-more{width:200px;height:60px;background:var(--cream);border:1.5px solid #000;font-size:16px;font-weight:500;cursor:pointer;border-radius:15px;position:relative;padding-right:50px;align-items:center;justify-content:center}.btn-more:after{content:"›";position:absolute;right:10px;top:50%;transform:translateY(-50%);width:30px;height:30px;background:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:400}.btn-more:hover{background:#e5d6c8}@media (max-width: 1024px){.shop__grid{grid-template-columns:repeat(2,1fr);gap:20px;row-gap:40px}.shop__logo{padding-top:60px}}@media (max-width: 600px){.shop__grid{grid-template-columns:1fr;gap:15px;row-gap:30px}.shop__logo{padding-top:40px;margin-bottom:15px}.shop__more{margin-top:40px}.btn-more{width:180px;height:50px;font-size:14px}.shop__detail{width:140px;padding:12px;font-size:14px}}.sec-qa{color:#fff}.qa{display:flex;flex-direction:column;gap:20px}.qa__item{border-radius:15px;overflow:hidden}.qa__head{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:15px 18px;border:0;background:#f4ede5;cursor:pointer;transition:background .3s ease}.qa__q{font-size:18px;font-weight:600;color:#333}.qa__icon{font-size:24px;line-height:1;color:#333;font-weight:700}.qa__body{padding:12px 18px 15px;display:none;background:transparent}.qa__body p{margin:0;font-size:14px;line-height:1.6;color:#333}.qa__item.is-open{background:linear-gradient(90deg,#f0afbe,#ea6d8d)}.qa__item.is-open .qa__head{background:transparent}.qa__item.is-open .qa__body{display:block;background:transparent;border-top:1px solid rgba(255,255,255,.25)}.qa__item.is-open .qa__icon{color:#fff}.qa__item.is-open .qa__q,.qa__item.is-open .qa__body p{color:#333}@media (max-width: 768px){.qa{gap:16px}.qa__q{font-size:16px}.qa__icon{font-size:20px}.qa__body p{font-size:13px;line-height:18px}}.sec-cta{background:linear-gradient(135deg,#ffeef7,#f8d7da,#f4c2c2);padding:80px 0}.cta__inner{display:flex;align-items:center;gap:24px}.cta__text{font-size:24px;font-weight:700;letter-spacing:2px;margin:0;color:#000;white-space:nowrap}.cta__line{flex:1;height:1px;background:#000;opacity:1}.cta__btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;background:var(--cream);border:1.5px solid #000;border-radius:999px;color:#000;text-decoration:none;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;font-size:16px;font-weight:600}.cta__btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px #0000002e;background:#f0e7df}@media (max-width: 768px){.cta__inner{flex-direction:column;align-items:center;text-align:center;gap:20px}.cta__text{white-space:normal;font-size:20px;letter-spacing:1px;text-align:center}.cta__line{width:120px;flex:0 0 auto}.cta__btn{padding:14px 24px;font-size:16px}}.site-footer{background:#ffe5a6;color:#000;padding-bottom:0}.site-footer__main{padding:4rem 0}.site-footer__inner{display:grid;grid-template-columns:320px minmax(0,1fr);gap:64px;align-items:start}.footer-right{display:flex;flex-direction:column;gap:32px}.footer-units{display:flex;flex-direction:column;gap:32px;justify-self:start}.footer-brand{align-self:start;margin-top:100px}.footer-brand__logo{width:260px;max-width:100%;height:auto;display:block}.footer-contact__title{font-size:16px;font-weight:600;margin:0;display:block}.footer-contact__mail{display:inline-block;margin-top:5px;font-size:14px;color:#000;text-decoration:none}.footer-unit{justify-self:start}.footer-unit+.footer-unit{margin-top:10px}.footer-unit__title{font-size:16px;font-weight:600;margin:0;text-align:left}.footer-unit__grid{margin-top:16px;display:grid;gap:16px}.footer-unit__grid--organizers{display:grid;grid-template-columns:repeat(3,140px);gap:24px}.footer-unit__grid--partners{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,140px));gap:14px;max-width:760px}.footer-unit__logo{width:120px;height:32px;background:#c93b4a;border-radius:2px}.site-footer__bottom{border-top:1px solid #000}.site-footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0}.site-footer__copy{margin:0;font-size:14px}.site-footer__links{display:flex;align-items:center;gap:16px;font-size:14px}.site-footer__link{color:#000;text-decoration:none}.site-footer__social{display:flex;align-items:center;gap:15px;padding-right:15px}.site-footer__social-btn{width:40px;height:40px;border:0;border-radius:0;padding:0;background:transparent;display:inline-flex;align-items:center;justify-content:center}.site-footer__social-btn img{width:40px;height:40px;display:block}.footer-contact{align-self:start}@media (max-width: 768px){.site-footer__inner{grid-template-columns:1fr;gap:28px}.footer-unit__grid--organizers,.footer-unit__grid--partners{grid-template-columns:repeat(2,minmax(120px,1fr))}.site-footer__bottom-inner{flex-direction:column;gap:12px;text-align:center}.site-footer__social{padding-right:0;justify-content:center}}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}.modal.is-open{display:flex;align-items:center;justify-content:center}.modal__backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;cursor:pointer}.modal__dialog{position:relative;width:min(800px,92vw);height:min(880px,92vh);background:#f3b2c1;border-radius:15px;overflow:auto;z-index:1001;box-shadow:0 10px 30px #0000004d;max-height:92vh;max-width:92vw;display:flex;flex-direction:column}.modal__topbar{flex-shrink:0;height:60px;background:var(--cream);border-radius:15px 15px 0 0;position:relative;display:flex;align-items:center;justify-content:flex-end;padding:0 20px}.modal__close{background:#000;color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;line-height:1;transition:background .2s ease}.modal__close:hover{background:#333}.modal__content{flex:1;overflow-y:auto;padding:32px}.biz-head{display:grid;grid-template-columns:auto 1fr;column-gap:48px;align-items:start;margin-bottom:32px}.biz-head__left{display:flex;flex-direction:column;align-items:flex-start}.biz-head__logo{width:170px;height:auto;display:block;flex-shrink:0;margin-bottom:15px}.biz-head__contact{font-size:32px;font-weight:700;letter-spacing:1px;line-height:1;color:#000}.biz-head__text{padding-top:2px}.biz-head__title{font-size:32px;font-weight:700;margin:0 0 15px;color:#000;line-height:1.2}.biz-head__meta{font-size:14px;font-weight:500;margin:0;color:#000;line-height:1.6}.biz-form{max-width:700px;margin:0 auto}.biz-field{margin-bottom:20px}.biz-field__label{display:block;font-size:16px;font-weight:600;margin-bottom:10px;color:#000}.biz-field__input,.biz-field__textarea{width:100%;max-width:700px;height:50px;background:var(--cream);border:1px solid #000;border-radius:15px;padding:15px;font-size:16px;font-family:inherit;color:#000;transition:border-color .2s ease}.biz-field__input:focus,.biz-field__textarea:focus{outline:none;border-color:#333}.biz-field__textarea{height:220px;resize:vertical;min-height:200px;max-height:240px}.biz-actions{text-align:center;margin:30px 0}.biz-actions__submit{width:200px;height:60px;background:var(--cream);border:1.5px solid #000;border-radius:999px;font-size:16px;font-weight:600;color:#000;cursor:pointer;transition:all .2s ease}.biz-actions__submit:hover{background:#fff;transform:translateY(-2px)}body.is-modal-open{overflow:hidden}@media (max-width: 900px){.modal__dialog{width:calc(100% - 40px);height:calc(100vh - 40px)}.biz-field__input,.biz-field__textarea{width:100%}.biz-head{grid-template-columns:1fr;row-gap:18px}.biz-head__text{padding-top:0}.modal__content{padding:20px}.biz-head__title{font-size:24px}}@media (max-width: 480px){.modal__dialog{width:calc(100% - 20px);height:calc(100vh - 20px)}.modal__content{padding:16px}.biz-actions__submit{width:100%;max-width:200px}}
