@font-face{font-family:"Thmanyah Serif Display";src:url("/media/fonts/thmanyahserifdisplay-Light.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Thmanyah Serif Display";src:url("/media/fonts/thmanyahserifdisplay-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Thmanyah Serif Display";src:url("/media/fonts/thmanyahserifdisplay-Medium.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Thmanyah Serif Display";src:url("/media/fonts/thmanyahserifdisplay-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Thmanyah Serif Display";src:url("/media/fonts/thmanyahserifdisplay-Black.woff2") format("woff2");font-weight:900;font-style:normal;font-display:swap}*{box-sizing:border-box;padding:0;margin:0;outline:0}html,body{font-size:14px;padding:0;margin:0;color:#667e9b;height:100%;width:100%;font-family:"Thmanyah Serif Display"}a:hover{text-decoration:none}img{max-width:100%}@media(max-width: 991px){.container{max-width:100%}}button{font-family:"Alexandria",sans-serif}.empty-state-container{text-align:center;padding:40px;border-radius:10px;margin-top:40px;margin-bottom:40px}.empty-state-container h2{font-size:24px;font-weight:600;direction:rtl}.empty-state-container .add-rental-btn{background:#2d9cdb;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;display:inline-block;margin-top:16px}.black-img{filter:brightness(0%) !important}.w-10{width:10px !important}.site-header{width:100%;background:#f7f7f7;padding:48px 56px;direction:rtl}@media(max-width: 575px){.site-header{padding:20px 16px}}@media(max-width: 1299px){.site-header{padding:20px 16px}}.site-header .header-container{width:100%;display:flex;align-items:center;justify-content:space-between;gap:48px}@media(max-width: 575px){.site-header .header-container{gap:12px;flex-wrap:nowrap}}.site-header .header-logo{display:inline-flex;align-items:center;flex-shrink:0}.site-header .header-logo svg{display:block;width:129px;height:auto;max-width:100%}@media(max-width: 575px){.site-header .header-logo svg{width:110px}}.site-header .header-logo img{display:block;width:170px;height:auto}@media(max-width: 575px){.site-header .header-logo img{width:130px}}.site-header .header-nav--desktop{flex:1;display:flex;justify-content:center}@media(max-width: 575px){.site-header .header-nav--desktop{display:none}}.site-header .header-nav--desktop ul{display:flex;align-items:center;justify-content:center;gap:33px;margin:0;padding:0;list-style:none}.site-header .header-nav--desktop ul li{margin:0;padding:0}.site-header .header-nav--desktop ul li a{display:inline-flex;align-items:center;color:#777;font-size:15px;font-weight:500;line-height:1.4;text-decoration:none;white-space:nowrap;transition:color .25s ease}.site-header .header-nav--desktop ul li a:hover,.site-header .header-nav--desktop ul li a:focus{color:#1c9ed6;outline:none}.site-header .header-nav--desktop ul li a.active{color:#1c9ed6;font-weight:700}.site-header .header-actions{display:flex;align-items:center;gap:26px;flex-shrink:0}@media(max-width: 575px){.site-header .header-actions{display:none}}.site-header .header-menu-toggle{display:none;flex-shrink:0;width:44px;height:44px;padding:0;border:0;border-radius:8px;background:#e9f7fd;color:#1687bb;cursor:pointer;transition:background .25s ease}@media(max-width: 575px){.site-header .header-menu-toggle{display:inline-flex;align-items:center;justify-content:center}}.site-header .header-menu-toggle:hover,.site-header .header-menu-toggle:focus{background:#d9f0fa;outline:none}.site-header .header-menu-toggle:focus-visible{outline:2px solid #1c9ed6;outline-offset:2px}.site-header .header-menu-toggle__icon{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:20px;height:16px}.site-header .header-menu-toggle__bar{display:block;width:100%;height:2px;border-radius:999px;background:currentColor;transition:transform .25s ease,opacity .25s ease}.site-header.is-menu-open .header-menu-toggle__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header.is-menu-open .header-menu-toggle__bar:nth-child(2){opacity:0}.site-header.is-menu-open .header-menu-toggle__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header .header-mobile-menu{position:fixed;inset:0;z-index:1000000000;pointer-events:none;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}@media(min-width: 576px){.site-header .header-mobile-menu{display:none}}.site-header.is-menu-open .header-mobile-menu{pointer-events:auto;visibility:visible;opacity:1}.site-header .header-mobile-menu__backdrop{position:absolute;inset:0;border:0;padding:0;background:rgba(0,0,0,.52);cursor:pointer}.site-header .header-mobile-menu__panel{position:absolute;top:0;right:0;width:min(320px,88vw);height:100%;display:flex;flex-direction:column;padding:20px 20px 28px;background:#fff;box-shadow:-12px 0 40px rgba(0,0,0,.14);transform:translateX(100%);transition:transform .3s ease;direction:rtl}.site-header.is-menu-open .header-mobile-menu__panel{transform:translateX(0)}.site-header .header-mobile-menu__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;padding-bottom:16px;border-bottom:1px solid #eee}.site-header .header-mobile-menu__title{color:#111;font-size:18px;font-weight:700;line-height:1.2}.site-header .header-mobile-menu__close{width:40px;height:40px;border:0;border-radius:8px;background:#f3f3f3;color:#333;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:28px;line-height:1;transition:background .25s ease,color .25s ease}.site-header .header-mobile-menu__close:hover,.site-header .header-mobile-menu__close:focus{background:#e9f7fd;color:#1687bb;outline:none}.site-header .header-mobile-menu__nav{flex:1;overflow-y:auto}.site-header .header-mobile-menu__nav ul{margin:0;padding:0;list-style:none}.site-header .header-mobile-menu__nav li+li{margin-top:4px}.site-header .header-mobile-menu__nav a{display:flex;align-items:center;min-height:52px;padding:10px 4px;color:#555;font-size:17px;font-weight:500;line-height:1.4;text-decoration:none;transition:color .25s ease}.site-header .header-mobile-menu__nav a:hover,.site-header .header-mobile-menu__nav a:focus{color:#1c9ed6;outline:none}.site-header .header-mobile-menu__nav a.active{color:#1c9ed6;font-weight:700}.site-header .header-mobile-menu__footer{margin-top:24px;padding-top:20px;border-top:1px solid #eee}.site-header .login-btn--mobile{display:flex;align-items:center;justify-content:center;width:100%;min-height:50px;padding:14px 20px;text-align:center}.site-header .icon-button,.site-header .language-button{width:48px;height:48px;border:0;border-radius:50%;background:#e9f7fd;color:#1687bb;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .25s ease,background .25s ease}@media(max-width: 575px){.site-header .icon-button,.site-header .language-button{width:40px;height:40px}}.site-header .icon-button:hover,.site-header .icon-button:focus,.site-header .language-button:hover,.site-header .language-button:focus{background:#d9f0fa;transform:translateY(-1px);outline:none}@media(max-width: 575px){.site-header .icon-button:hover,.site-header .icon-button:focus,.site-header .language-button:hover,.site-header .language-button:focus{transform:none}}.site-header .icon-button img,.site-header .language-button img{width:24px;height:24px;object-fit:contain}@media(max-width: 575px){.site-header .icon-button img,.site-header .language-button img{width:20px;height:20px}}.site-header .language-button{font-size:17px;font-weight:600}@media(max-width: 575px){.site-header .language-button{font-size:14px}}.site-header .user-menu{display:flex;align-items:center;gap:10px;direction:rtl}@media(max-width: 575px){.site-header .user-menu{gap:7px}}.site-header .user-menu.user-menu--desktop{position:relative}.site-header .user-menu.user-menu--mobile{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #eee}.site-header .user-menu.user-menu--mobile .user-info{display:flex}.site-header .user-menu .user-avatar{width:47px;height:47px;border-radius:50%;object-fit:cover;flex-shrink:0}@media(max-width: 575px){.site-header .user-menu .user-avatar{width:42px;height:42px}}.site-header .user-menu .user-info{display:flex;flex-direction:column;align-items:flex-start;gap:0}@media(max-width: 575px){.site-header .user-menu .user-info{display:none}}.site-header .user-menu .user-info .user-greeting{color:#777;font-size:14px;font-weight:500;line-height:1.1}.site-header .user-menu .user-info .user-name{color:#111;font-size:14px;font-weight:800;line-height:1.1}.site-header .user-menu .dropdown-button{width:32px;height:32px;border:0;background:rgba(0,0,0,0);color:#111;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .25s ease,transform .25s ease}@media(max-width: 575px){.site-header .user-menu .dropdown-button{width:26px;height:26px}}.site-header .user-menu .dropdown-button:hover,.site-header .user-menu .dropdown-button:focus{color:#1c9ed6;outline:none}.site-header .user-menu .dropdown-button span{font-size:22px;line-height:1}@media(max-width: 575px){.site-header .user-menu .dropdown-button span{font-size:18px}}.site-header .user-menu.is-open .dropdown-button{color:#1c9ed6;transform:rotate(180deg)}.site-header .user-menu .user-dropdown{position:absolute;top:calc(100% + 12px);left:0;z-index:100;min-width:260px;padding:8px 0;background:#fff;border-radius:8px;box-shadow:0 8px 28px rgba(0,0,0,.12);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;pointer-events:none;padding-top:0px}.site-header .user-menu.is-open .user-dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.site-header .user-menu .user-dropdown__stats{display:flex;flex-direction:column;margin-bottom:10px}.site-header .user-menu .user-dropdown__stat{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 14px;background:#d6eff7;border-radius:4px;direction:rtl}.site-header .user-menu .user-dropdown__stat-label{color:#333;font-size:14px;font-weight:500;line-height:1.4}.site-header .user-menu .user-dropdown__stat-value{display:inline-flex;align-items:center;gap:4px;direction:rtl;color:#111;font-size:14px;font-weight:700;line-height:1.4;white-space:nowrap}.site-header .user-menu .user-dropdown__stat-value .user-menu-stat__currency-icon{width:13px;height:14px;flex-shrink:0;object-fit:contain}.site-header .user-menu .user-dropdown__list{margin:0;padding:0;list-style:none}.site-header .user-menu .user-dropdown__item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 20px;color:#333;font-size:15px;font-weight:500;line-height:1.4;text-align:right;text-decoration:none;transition:background .2s ease,color .2s ease}.site-header .user-menu .user-dropdown__item-icon{width:20px;height:20px;flex-shrink:0;object-fit:contain}.site-header .user-menu .user-dropdown__item-text{flex:1}.site-header .user-menu .user-dropdown__item:hover,.site-header .user-menu .user-dropdown__item:focus{background:#f5fbfe;color:#1c9ed6;outline:none}.site-header .user-menu .user-dropdown__item--disabled{cursor:default;color:#777}.site-header .user-menu .user-dropdown__item--disabled:hover,.site-header .user-menu .user-dropdown__item--disabled:focus{background:rgba(0,0,0,0);color:#777}.site-header .user-menu .user-dropdown__item--logout{display:flex;align-items:center;justify-content:center;margin:8px 12px 4px;padding:11px 20px;border:1px solid #e25155;border-radius:3px;background:rgba(0,0,0,0);color:#e25155;font-weight:600;text-align:center;transition:background .2s ease,color .2s ease,border-color .2s ease;width:90%;margin:15px auto}.site-header .user-menu .user-dropdown__item--logout:hover,.site-header .user-menu .user-dropdown__item--logout:focus{background:rgba(226,81,85,.06);color:#e25155;border-color:#e25155;outline:none}.site-header .user-menu .user-dropdown__divider{height:1px;margin:6px 16px;background:#eee}.site-header .user-mobile-links__stats{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.site-header .user-mobile-links__stat{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 14px;background:#d6eff7;border-radius:4px;direction:rtl}.site-header .user-mobile-links__stat-label{color:#333;font-size:15px;font-weight:500;line-height:1.4}.site-header .user-mobile-links__stat-value{display:inline-flex;align-items:center;gap:4px;direction:rtl;color:#111;font-size:15px;font-weight:700;line-height:1.4;white-space:nowrap}.site-header .user-mobile-links__stat-value .user-menu-stat__currency-icon{width:13px;height:14px;flex-shrink:0;object-fit:contain}.site-header .user-mobile-links ul{margin:0;padding:0;list-style:none}.site-header .user-mobile-links li+li{margin-top:2px}.site-header .user-mobile-links__item{display:flex;align-items:center;gap:10px;min-height:48px;padding:8px 4px;color:#555;font-size:16px;font-weight:500;line-height:1.4;text-decoration:none;transition:color .25s ease}.site-header .user-mobile-links__item .user-dropdown__item-icon{width:20px;height:20px;flex-shrink:0;object-fit:contain}.site-header .user-mobile-links__item .user-dropdown__item-text{flex:1}.site-header .user-mobile-links__item:hover,.site-header .user-mobile-links__item:focus{color:#1c9ed6;outline:none}.site-header .user-mobile-links__item--disabled{cursor:default;color:#999}.site-header .user-mobile-links__item--disabled:hover,.site-header .user-mobile-links__item--disabled:focus{color:#999}.site-header .user-mobile-links__item--logout{display:flex;align-items:center;justify-content:center;margin-top:12px;padding:12px 20px;border:1px solid #e25155;border-radius:3px;background:rgba(0,0,0,0);color:#e25155;font-weight:600;min-height:auto;transition:background .2s ease,color .2s ease,border-color .2s ease}.site-header .user-mobile-links__item--logout:hover,.site-header .user-mobile-links__item--logout:focus{background:rgba(226,81,85,.06);color:#e25155;border-color:#e25155;outline:none}.site-header a.login-btn,.site-header button.login-btn{background:#2ba7df;padding:13px 20px;border:0;border-radius:3px;text-decoration:none;color:#fff;font-weight:600;font-family:inherit;font-size:inherit;cursor:pointer;transition:background .25s ease}.site-header a.login-btn.login-btn--desktop,.site-header button.login-btn.login-btn--desktop{display:inline-block}.site-header a.login-btn.login-btn--mobile,.site-header button.login-btn.login-btn--mobile{display:flex}.site-header a.login-btn:hover,.site-header a.login-btn:focus,.site-header button.login-btn:hover,.site-header button.login-btn:focus{background:#1995cf;color:#fff;outline:none}body.header-menu-open{overflow:hidden}.index .site-header .user-menu .dropdown-button{color:#fff}.site-footer{position:relative;background-color:#050505;background-image:url("../images/footer-pattern.png");background-repeat:no-repeat;background-position:left top;background-size:contain;padding:70px 80px 30px;color:#fff;overflow:hidden}@media(max-width: 1299px){.site-footer{padding:35px 20px}}@media(max-width: 1199px){.site-footer{padding:60px 40px 30px}}@media(max-width: 991px){.site-footer{padding:50px 20px 25px}}.site-footer .footer-container{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:60px;align-items:start;padding-bottom:40px;border-bottom:1px solid hsla(0,0%,100%,.08);max-width:1240px;margin:0 auto}@media(max-width: 1199px){.site-footer .footer-container{gap:40px}}@media(max-width: 991px){.site-footer .footer-container{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.site-footer .footer-container{grid-template-columns:1fr;gap:45px}}.site-footer .footer-brand{text-align:right}@media(max-width: 767px){.site-footer .footer-brand{text-align:center}}.site-footer .footer-brand .footer-logo{display:block;max-width:170px;margin-bottom:28px;margin-inline-start:auto}@media(max-width: 767px){.site-footer .footer-brand .footer-logo{margin-inline:auto}}.site-footer .footer-brand .footer-description{font-size:13px;line-height:1.9;color:hsla(0,0%,100%,.72);margin:0;margin-top:15px}@media(max-width: 767px){.site-footer .footer-brand .footer-description{font-size:16px;line-height:1.8}}@media(max-width: 767px){.site-footer .footer-links,.site-footer .footer-contact{text-align:center}}.site-footer .footer-links h3,.site-footer .footer-contact h3{font-size:17px;font-weight:700;margin:0 0 35px;color:#fff;font-style:normal}@media(max-width: 767px){.site-footer .footer-links h3,.site-footer .footer-contact h3{font-size:22px;margin-bottom:25px}}.site-footer .footer-links ul{display:flex;flex-direction:column;gap:15px;margin:0;padding:0;list-style:none}@media(max-width: 767px){.site-footer .footer-links ul{gap:18px}}.site-footer .footer-links a{font-size:15px;color:hsla(0,0%,100%,.68);text-decoration:none;transition:.3s ease}@media(max-width: 767px){.site-footer .footer-links a{font-size:16px}}.site-footer .footer-links a:hover{color:#fff}.site-footer .footer-contact ul{margin:0;padding:0;list-style:none}.site-footer .footer-contact li{display:flex;align-items:center;justify-content:flex-start;gap:14px;margin-bottom:22px;color:hsla(0,0%,100%,.7);font-size:16px;line-height:27px}@media(max-width: 1299px){.site-footer .footer-contact li{font-size:16px;margin-bottom:10px}}@media(max-width: 767px){.site-footer .footer-contact li{justify-content:center;font-size:16px}}.site-footer .footer-contact li img{width:22px;height:22px;object-fit:contain;flex-shrink:0}.site-footer .footer-contact a,.site-footer .footer-contact span{color:hsla(0,0%,100%,.7);text-decoration:none;transition:.3s ease}.site-footer .footer-contact a:hover{color:#fff}.site-footer .footer-social{display:flex;align-items:center;gap:14px;margin-top:35px !important}@media(max-width: 767px){.site-footer .footer-social{justify-content:center;flex-wrap:wrap}}.site-footer .footer-social li{margin:0}.site-footer .footer-social a{width:42px;height:42px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;transition:.3s ease}@media(max-width: 767px){.site-footer .footer-social a{width:38px;height:38px}}.site-footer .footer-social a:hover{transform:translateY(-3px)}.site-footer .footer-social a img{width:18px;height:18px}@media(max-width: 767px){.site-footer .footer-social a img{width:16px;height:16px}}.site-footer .footer-bottom{padding-top:28px;text-align:center}.site-footer .footer-bottom p{margin:0;font-size:13px;color:hsla(0,0%,100%,.75)}@media(max-width: 767px){.site-footer .footer-bottom p{font-size:15px}}.site-footer .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.site-footer address{font-style:normal}.studio-gallery-section{direction:ltr;background:#000;color:#fff;padding:42px 40px 38px}@media(max-width: 575px){.studio-gallery-section{padding:28px 16px}}.studio-gallery-section .container{max-width:1240px;margin:0 auto}.studio-gallery-section .studio-gallery-header{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;margin-bottom:34px}@media(max-width: 575px){.studio-gallery-section .studio-gallery-header{flex-direction:column-reverse;gap:26px;margin-bottom:24px}}.studio-gallery-section .studio-gallery-header .studio-gallery-brand{padding-top:36px}@media(max-width: 575px){.studio-gallery-section .studio-gallery-header .studio-gallery-brand{padding-top:0;width:100%}}.studio-gallery-section .studio-gallery-header .studio-gallery-brand h2{margin:0;font-size:48px;font-weight:800;line-height:1;color:rgba(0,0,0,0);-webkit-text-stroke:1px #008fd3;letter-spacing:-1px}@media(max-width: 1299px){.studio-gallery-section .studio-gallery-header .studio-gallery-brand h2{font-size:30px}}@media(max-width: 575px){.studio-gallery-section .studio-gallery-header .studio-gallery-brand h2{font-size:36px;text-align:start}}.studio-gallery-section .studio-gallery-header .studio-gallery-info{text-align:right}@media(max-width: 575px){.studio-gallery-section .studio-gallery-header .studio-gallery-info{width:100%;text-align:right}}.studio-gallery-section .studio-gallery-header .studio-gallery-info .studio-title{margin:0 0 8px;font-size:42px;font-weight:800;line-height:1.2;color:#f4f4f4;letter-spacing:-0.8px}@media(max-width: 1299px){.studio-gallery-section .studio-gallery-header .studio-gallery-info .studio-title{font-size:25px}}@media(max-width: 575px){.studio-gallery-section .studio-gallery-header .studio-gallery-info .studio-title{font-size:30px;line-height:1.25}}.studio-gallery-section .studio-gallery-header .studio-gallery-info .studio-location{display:flex;align-items:center;justify-content:flex-start;flex-direction:row-reverse;gap:7px;margin-bottom:14px;color:#9c9c9c;font-size:16px;font-weight:500}@media(max-width: 1299px){.studio-gallery-section .studio-gallery-header .studio-gallery-info .studio-location{font-size:14px}}@media(max-width: 575px){.studio-gallery-section .studio-gallery-header .studio-gallery-info .studio-location{font-size:17px;margin-bottom:12px;justify-content:flex-end;gap:6px}}.studio-gallery-section .studio-gallery-header .studio-gallery-info .studio-location img{width:18px;height:18px;object-fit:contain;opacity:.7}@media(max-width: 575px){.studio-gallery-section .studio-gallery-header .studio-gallery-info .studio-location img{width:15px;height:15px}}.studio-gallery-section .studio-gallery-header .studio-gallery-info .studio-meta{display:flex;align-items:center;justify-content:flex-end;gap:8px}@media(max-width: 575px){.studio-gallery-section .studio-gallery-header .studio-gallery-info .studio-meta{justify-content:flex-end;flex-wrap:wrap;gap:8px}}.studio-gallery-section .studio-gallery-header .studio-gallery-info .studio-meta .studio-meta-item{display:inline-flex;align-items:center;flex-direction:row-reverse;gap:6px;padding:7px 13px;border-radius:999px;background:#2a2a2a;color:#e5e5e5;font-size:14px;font-weight:500;line-height:1;white-space:nowrap}@media(max-width: 1299px){.studio-gallery-section .studio-gallery-header .studio-gallery-info .studio-meta .studio-meta-item{font-size:10px}}@media(max-width: 575px){.studio-gallery-section .studio-gallery-header .studio-gallery-info .studio-meta .studio-meta-item{padding:8px 12px;font-size:13px}}.studio-gallery-section .studio-gallery-header .studio-gallery-info .studio-meta .studio-meta-item img{width:15px;height:15px;object-fit:contain;opacity:.85}@media(max-width: 575px){.studio-gallery-section .studio-gallery-header .studio-gallery-info .studio-meta .studio-meta-item img{width:14px;height:14px}}.studio-gallery-section .studio-gallery-content{display:grid;grid-template-columns:1fr 1.9fr;gap:24px;align-items:stretch;direction:ltr}@media(max-width: 575px){.studio-gallery-section .studio-gallery-content{grid-template-columns:1fr;gap:16px}}.studio-gallery-section .studio-gallery-content .studio-gallery-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:24px}@media(max-width: 575px){.studio-gallery-section .studio-gallery-content .studio-gallery-grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:12px}}.studio-gallery-section .studio-gallery-content .studio-gallery-grid .gallery-card{position:relative;overflow:hidden;border-radius:8px;background:#111}@media(max-width: 575px){.studio-gallery-section .studio-gallery-content .studio-gallery-grid .gallery-card{border-radius:8px}}.studio-gallery-section .studio-gallery-content .studio-gallery-grid .gallery-card .studio-gallery-lightbox{display:block;width:100%;height:100%}.studio-gallery-section .studio-gallery-content .studio-gallery-grid .gallery-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.studio-gallery-section .studio-gallery-content .studio-gallery-grid .gallery-card:hover img{transform:scale(1.04)}@media(max-width: 575px){.studio-gallery-section .studio-gallery-content .studio-gallery-grid .gallery-card:hover img{transform:none}}.studio-gallery-section .studio-gallery-content .studio-gallery-grid .gallery-card.gallery-card-count .gallery-image-counter{position:absolute;right:50%;bottom:34px;transform:translateX(50%);display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border-radius:12px;background:rgba(0,0,0,.86);color:#fff;font-size:18px;font-weight:600;line-height:1;z-index:2;pointer-events:none}@media(max-width: 575px){.studio-gallery-section .studio-gallery-content .studio-gallery-grid .gallery-card.gallery-card-count .gallery-image-counter{bottom:14px;padding:8px 10px;border-radius:10px;font-size:14px;gap:6px}}.studio-gallery-section .studio-gallery-content .studio-gallery-grid .gallery-card.gallery-card-count .gallery-image-counter img{width:21px;height:21px;object-fit:contain}@media(max-width: 575px){.studio-gallery-section .studio-gallery-content .studio-gallery-grid .gallery-card.gallery-card-count .gallery-image-counter img{width:17px;height:17px}}.studio-gallery-section .studio-gallery-content .studio-gallery-featured{overflow:hidden;border-radius:8px;background:#111;min-height:530px}@media(max-width: 575px){.studio-gallery-section .studio-gallery-content .studio-gallery-featured{min-height:auto;aspect-ratio:1.25/1;border-radius:8px;order:-1}}.studio-gallery-section .studio-gallery-content .studio-gallery-featured .studio-gallery-lightbox{display:block;width:100%;height:100%;min-height:inherit}.studio-gallery-section .studio-gallery-content .studio-gallery-featured img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.studio-gallery-section .studio-gallery-content .studio-gallery-featured:hover img{transform:scale(1.02)}@media(max-width: 575px){.studio-gallery-section .studio-gallery-content .studio-gallery-featured:hover img{transform:none}}.studio-gallery-section .studio-gallery-content .studio-gallery-lightbox-hidden{position:absolute;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none}.mfp-bg{background:rgba(0,0,0,.92)}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;opacity:.9}.mfp-arrow{opacity:.9}.event-hero{position:relative;width:100%;min-height:420px;overflow:hidden;background:#0b0b0b;color:#fff}@media(max-width: 1299px){.event-hero{min-height:340px}}@media(max-width: 575px){.event-hero{min-height:300px}}.event-hero__media{position:absolute;inset:0}.event-hero__image{width:100%;height:100%;object-fit:cover;display:block}.event-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.18) 42%, rgba(0, 0, 0, 0.72) 100%)}.event-hero__content{position:relative;z-index:2;min-height:420px;max-width:1240px;margin:0 auto;padding:48px 40px 34px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;direction:ltr}@media(max-width: 1299px){.event-hero__content{min-height:340px;padding:36px 24px 28px}}@media(max-width: 575px){.event-hero__content{min-height:300px;flex-direction:column;align-items:stretch;justify-content:flex-end;padding:28px 16px 22px;gap:18px}}.event-hero__badge{margin:0;flex:0 0 auto;align-self:flex-end;font-size:clamp(34px,5vw,56px);font-weight:800;line-height:1;letter-spacing:-1px;color:rgba(0,0,0,0);-webkit-text-stroke:1px #008fd3;text-stroke:1px #008fd3;user-select:none}@media(max-width: 575px){.event-hero__badge{order:2;align-self:flex-start;font-size:34px}}.event-hero__info{flex:1 1 auto;min-width:0;text-align:right}@media(max-width: 575px){.event-hero__info{order:1}}.event-hero__title{margin:0 0 12px;font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.2;color:#fff;letter-spacing:-0.6px}@media(max-width: 575px){.event-hero__title{margin-bottom:10px;font-size:28px}}.event-hero__location,.event-hero__date{display:flex;align-items:center;justify-content:flex-start;flex-direction:row-reverse;gap:8px;margin:0;color:hsla(0,0%,100%,.88);font-size:16px;font-weight:500;line-height:1.5}@media(max-width: 1299px){.event-hero__location,.event-hero__date{font-size:14px}}.event-hero__location svg,.event-hero__date svg{flex:0 0 auto;opacity:.9}.event-hero__location{margin-bottom:8px}.space-detail--event .studio-details-section{padding-top:0}.studio-details-section button{font-family:"Alexandria",sans-serif}.studio-details-section{direction:rtl;padding:24px 28px 48px;background-color:#f7f7f7;color:#111;padding-top:65px}@media(max-width: 575px){.studio-details-section{padding:18px 14px 36px}}.studio-details-section .studio-details-container{display:grid;grid-template-columns:minmax(0, 1fr) 405px;gap:72px;align-items:start;max-width:1240px;margin:0 auto}@media(max-width: 575px){.studio-details-section .studio-details-container{grid-template-columns:1fr;gap:24px}}.studio-details-section .studio-details-content{display:flex;flex-direction:column;gap:0}.studio-details-section .studio-details-content .studio-description{max-width:690px;color:#5b6580;font-size:15px;font-weight:500;line-height:1.9}@media(max-width: 575px){.studio-details-section .studio-details-content .studio-description{max-width:100%;font-size:14px;line-height:1.8}}.studio-details-section .studio-details-content .studio-description.is-collapsed{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}.studio-details-section .studio-details-content .studio-description.is-expanded{display:block;overflow:visible;-webkit-line-clamp:unset}.studio-details-section .studio-details-content .studio-description-toggle{display:inline-flex;align-items:center;justify-content:center;margin-top:16px;padding:0;border:0;background:rgba(0,0,0,0);font-family:inherit;font-size:15px;font-weight:700;line-height:1;color:#2a98c7;cursor:pointer;transition:color .25s ease}@media(max-width: 575px){.studio-details-section .studio-details-content .studio-description-toggle{font-size:14px}}.studio-details-section .studio-details-content .studio-description-toggle:hover{color:#328da9}@media(max-width: 575px){.studio-details-section .studio-details-content{order:2}}.studio-details-section .studio-details-content .studio-info-block{padding:0 0 28px;margin-bottom:30px;border-bottom:1px solid #e7e7e7}@media(max-width: 575px){.studio-details-section .studio-details-content .studio-info-block{padding-bottom:24px;margin-bottom:24px}}.studio-details-section .studio-details-content .studio-info-block:last-child{margin-bottom:0;border-bottom:0}.studio-details-section .studio-details-content .studio-info-block h2{position:relative;width:fit-content;margin:0 0 28px;padding-bottom:12px;font-size:27px;font-weight:800;line-height:1.35;color:#101010}@media(max-width: 1299px){.studio-details-section .studio-details-content .studio-info-block h2{font-size:18px}}@media(max-width: 575px){.studio-details-section .studio-details-content .studio-info-block h2{margin-bottom:20px;font-size:22px}}.studio-details-section .studio-details-content .studio-info-block h2::after{content:"";position:absolute;right:0;bottom:0;width:72px;height:3px;border-radius:999px;background-color:#2f9bc3}@media(max-width: 575px){.studio-details-section .studio-details-content .studio-info-block h2::after{width:58px}}.studio-details-section .studio-details-content .studio-info-block p{max-width:690px;margin:0 0 24px;font-size:17px;font-weight:500;line-height:1.9;color:#a2a2a2}@media(max-width: 575px){.studio-details-section .studio-details-content .studio-info-block p{max-width:100%;margin-bottom:18px;font-size:15px;line-height:1.8}}.studio-details-section .studio-details-content .studio-info-block .btn{font-family:"Alexandria",sans-serif}.studio-details-section .studio-features-list{display:grid;grid-template-columns:repeat(3, minmax(120px, 1fr));gap:24px 52px;max-width:620px;padding:0;margin:0 0 32px;list-style:none}@media(max-width: 575px){.studio-details-section .studio-features-list{grid-template-columns:repeat(2, minmax(0, 1fr));gap:18px 20px;max-width:100%;margin-bottom:26px}}.studio-details-section .studio-features-list li{display:inline-flex;align-items:center;gap:9px;min-width:0;font-size:16px;font-weight:600;color:#8b8b8b}@media(max-width: 575px){.studio-details-section .studio-features-list li{gap:8px;font-size:14px}}.studio-details-section .studio-features-list li img{width:18px;height:18px;object-fit:contain;flex:0 0 auto;opacity:.75}@media(max-width: 575px){.studio-details-section .studio-features-list li img{width:16px;height:16px}}.studio-details-section .studio-features-list li span{display:inline-block}.studio-details-section .studio-tags-list{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none}@media(max-width: 575px){.studio-details-section .studio-tags-list{gap:8px}}.studio-details-section .studio-tags-list li{display:inline-flex;align-items:center;justify-content:center;min-height:33px;padding:6px 18px;border:1px solid #e1e1e1;border-radius:999px;background-color:#fafafa;font-size:14px;font-weight:600;line-height:1.4;color:#9a9a9a;white-space:nowrap}@media(max-width: 575px){.studio-details-section .studio-tags-list li{min-height:30px;padding:5px 12px;font-size:12px;white-space:normal}}.studio-details-section .studio-sidebar{display:flex;flex-direction:column;gap:20px}@media(max-width: 575px){.studio-details-section .studio-sidebar{order:1;gap:16px}}.studio-details-section .studio-sidebar article{border:1px solid #eee;border-radius:14px;background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.04)}@media(max-width: 575px){.studio-details-section .studio-sidebar article{border-radius:12px}}.studio-details-section .studio-sidebar h3{position:relative;width:fit-content;margin:0 0 26px;padding-bottom:11px;font-size:26px;font-weight:800;line-height:1.25;color:#111}@media(max-width: 1299px){.studio-details-section .studio-sidebar h3{font-size:18px}}@media(max-width: 575px){.studio-details-section .studio-sidebar h3{margin-bottom:18px;font-size:21px}}.studio-details-section .studio-sidebar h3::after{content:"";position:absolute;right:0;bottom:0;width:70px;height:3px;border-radius:999px;background-color:#2f9bc3}@media(max-width: 575px){.studio-details-section .studio-sidebar h3::after{width:54px}}.studio-details-section .studio-sidebar .studio-details-empty{margin:0;color:#667e9b;font-size:14px;font-weight:500;line-height:1.6}.studio-details-section .studio-sidebar .studio-description{color:#5b6580;font-size:15px;font-weight:500;line-height:1.9}.studio-details-section .studio-sidebar .studio-description p{margin:0 0 14px}.studio-details-section .studio-sidebar .studio-description p:last-child{margin-bottom:0}.studio-details-section .studio-sidebar .host-card{display:flex;align-items:flex-start;gap:22px;padding:26px 24px;direction:ltr;text-align:right;justify-content:space-between}@media(max-width: 575px){.studio-details-section .studio-sidebar .host-card{gap:16px;padding:20px 16px}}.studio-details-section .studio-sidebar .host-card .host-image{flex:0 0 auto}.studio-details-section .studio-sidebar .host-card .host-image img{display:block;width:72px;height:72px;border-radius:50%;object-fit:cover}@media(max-width: 575px){.studio-details-section .studio-sidebar .host-card .host-image img{width:58px;height:58px}}.studio-details-section .studio-sidebar .host-card .host-info{min-width:0}.studio-details-section .studio-sidebar .host-card .host-info h3{max-width:220px;margin-bottom:22px;font-size:19px}@media(max-width: 575px){.studio-details-section .studio-sidebar .host-card .host-info{max-width:100%;margin-bottom:14px;font-size:19px}}.studio-details-section .studio-sidebar .host-card p{margin:0 0 6px;font-size:16px;font-weight:600;line-height:1.6;color:#8f8f8f}@media(max-width: 575px){.studio-details-section .studio-sidebar .host-card p{margin-bottom:4px;font-size:14px}}.studio-details-section .studio-sidebar .host-card p:last-child{margin-bottom:0}.studio-details-section .price-card{padding:26px 26px 22px}@media(max-width: 575px){.studio-details-section .price-card{padding:22px 16px 18px}}.studio-details-section .price-card .price-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px;direction:ltr}@media(max-width: 575px){.studio-details-section .price-card .price-row{gap:12px;margin-bottom:12px}}.studio-details-section .price-card .price-row strong{font-size:25px;font-weight:800;line-height:1.3;color:#2f9bc3}@media(max-width: 575px){.studio-details-section .price-card .price-row strong{font-size:22px}}.studio-details-section .price-card .price-row span{font-size:16px;font-weight:600;color:#8c8c8c}@media(max-width: 575px){.studio-details-section .price-card .price-row span{font-size:14px}}.studio-details-section .price-card .btn{margin-top:8px;text-decoration:none}@media(max-width: 575px){.studio-details-section .price-card .btn{margin-top:10px}}.studio-details-section .visit-card{padding:28px 22px 22px;text-align:center}@media(max-width: 575px){.studio-details-section .visit-card{padding:24px 16px 18px}}.studio-details-section .visit-card h3{font-size:26px;margin-bottom:24px;font-size:21px;line-height:34px;font-weight:400;text-align:right}@media(max-width: 575px){.studio-details-section .visit-card h3{margin-bottom:16px;font-size:21px}}.studio-details-section .visit-card h3::after{right:50%;transform:translateX(50%)}.studio-details-section .visit-card p{margin:0 0 22px;font-size:16px;font-weight:600;color:#9a9a9a}@media(max-width: 575px){.studio-details-section .visit-card p{margin-bottom:18px;font-size:14px}}.studio-details-section .visit-card button{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 28px;border-radius:6px;border:1px solid rgba(0,0,0,0);font-size:16px;font-weight:700;line-height:1.4;text-align:center;cursor:pointer;transition:color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}@media(max-width: 575px){.btn{width:100%;min-height:44px;padding:11px 18px;font-size:14px}}.btn:hover{transform:translateY(-1px)}@media(max-width: 575px){.btn:hover{transform:none}}.btn:focus-visible{outline:3px solid rgba(47,155,195,.22);outline-offset:2px}.btn.btn-primary{width:100%;background-color:#2f9bc3;border-color:#2f9bc3;color:#fff}.btn.btn-primary:hover{background-color:#248caf;border-color:#248caf}.btn.btn-outline{background-color:#fff;border-color:#6db9d6;color:#2f9bc3}.btn.btn-outline:hover{background-color:#f0fbff;border-color:#2f9bc3}.studio-info-section{direction:rtl;padding:12px 10px 42px;background-color:#f7f7f7}@media(max-width: 575px){.studio-info-section{padding:10px 14px 28px}}.studio-info-section .studio-info-container{width:100%;max-width:1240px;margin:0 auto}.studio-info-section .studio-address{padding:36px 0 34px;border-top:1px solid #dedede;border-bottom:1px solid #dedede;text-align:right}@media(max-width: 575px){.studio-info-section .studio-address{padding:26px 0 24px}}.studio-info-section .studio-address .studio-address-title{margin:0 0 24px;font-size:25px;font-weight:800;line-height:1.3;color:#111}@media(max-width: 575px){.studio-info-section .studio-address .studio-address-title{margin-bottom:14px;font-size:21px}}.studio-info-section .studio-address .studio-address-text{margin:0;font-size:19px;font-weight:500;line-height:1.6;color:#8b8b8b}@media(max-width: 575px){.studio-info-section .studio-address .studio-address-text{font-size:16px}}.studio-info-section .studio-notes{padding-top:36px}@media(max-width: 575px){.studio-info-section .studio-notes{padding-top:28px}}.studio-info-section .studio-notes .studio-notes-title{margin:0 0 34px;font-size:25px;font-weight:800;line-height:1.3;text-align:right;color:#111}@media(max-width: 575px){.studio-info-section .studio-notes .studio-notes-title{margin-bottom:22px;font-size:21px}}.studio-info-section .studio-notes .studio-notes-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:20px}@media(max-width: 575px){.studio-info-section .studio-notes .studio-notes-grid{grid-template-columns:1fr;gap:16px}}.studio-info-section .studio-notes .studio-note-card{min-height:204px;padding:24px 18px 22px;background-color:#fff;border:1px solid #e7e7e7;border-radius:14px;box-shadow:0 1px 5px rgba(0,0,0,.04);text-align:right;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;position:relative;padding-bottom:55px}@media(max-width: 575px){.studio-info-section .studio-notes .studio-note-card{min-height:auto;padding:22px 18px;border-radius:12px}}.studio-info-section .studio-notes .studio-note-card:hover{border-color:rgba(86,164,190,.35);box-shadow:0 10px 26px rgba(0,0,0,.06);transform:translateY(-2px)}@media(max-width: 575px){.studio-info-section .studio-notes .studio-note-card:hover{transform:none}}.studio-info-section .studio-notes .studio-note-card .studio-note-header{display:flex;align-items:center;justify-content:flex-start;gap:8px;margin-bottom:18px}@media(max-width: 575px){.studio-info-section .studio-notes .studio-note-card .studio-note-header{margin-bottom:14px}}.studio-info-section .studio-notes .studio-note-card .studio-note-header .studio-note-icon{width:17px;height:17px;object-fit:contain;flex:0 0 auto}@media(max-width: 575px){.studio-info-section .studio-notes .studio-note-card .studio-note-header .studio-note-icon{width:16px;height:16px}}.studio-info-section .studio-notes .studio-note-card .studio-note-header .studio-note-title{margin:0;font-size:19px;font-weight:800;line-height:1.35;color:#3a3a3a}@media(max-width: 575px){.studio-info-section .studio-notes .studio-note-card .studio-note-header .studio-note-title{font-size:18px}}.studio-info-section .studio-notes .studio-note-card .studio-note-body{display:flex;flex-direction:column;align-items:flex-start}.studio-info-section .studio-notes .studio-note-card .studio-note-description{width:100%;max-width:310px;margin:0 auto 0;font-size:16px;font-weight:500;line-height:1.55;text-align:right;color:#858585}@media(max-width: 575px){.studio-info-section .studio-notes .studio-note-card .studio-note-description{max-width:100%;font-size:15px;line-height:1.7}}.studio-info-section .studio-notes .studio-note-card .studio-note-description.is-collapsed{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.studio-info-section .studio-notes .studio-note-card .studio-note-description.is-expanded{display:block;overflow:visible;-webkit-line-clamp:unset}.studio-info-section .studio-notes .studio-note-card .studio-note-link{display:inline-flex;margin-top:16px;align-items:center;justify-content:center;gap:8px;margin-right:42px;padding:0;border:0;background:rgba(0,0,0,0);font-family:inherit;font-size:15px;font-weight:700;line-height:1;text-decoration:none;color:#5aaec7;cursor:pointer;transition:color .25s ease,gap .25s ease;position:absolute;bottom:16px;right:0}@media(max-width: 575px){.studio-info-section .studio-notes .studio-note-card .studio-note-link{margin-right:0;font-size:14px}}.studio-info-section .studio-notes .studio-note-card .studio-note-link:hover{gap:11px;color:#328da9}@media(max-width: 575px){.studio-info-section .studio-notes .studio-note-card .studio-note-link:hover{gap:8px}}.studio-info-section .studio-notes .studio-note-card .studio-note-link:focus{outline:2px solid rgba(90,174,199,.35);outline-offset:4px;border-radius:6px}.studio-info-section .studio-notes .studio-note-card .studio-note-link .studio-note-link-icon{width:14px;height:14px;object-fit:contain;flex:0 0 auto}@media(max-width: 575px){.studio-info-section .studio-notes .studio-note-card .studio-note-link .studio-note-link-icon{width:13px;height:13px}}.tour-request-modal{position:fixed;inset:0;z-index:1100;display:none;align-items:center;justify-content:center;padding:24px}.tour-request-modal[hidden]{display:none !important}.tour-request-modal.is-open{display:flex}@media(max-width: 575px){.tour-request-modal{padding:16px}}.tour-request-modal__overlay{position:absolute;inset:0;background:rgba(17,41,59,.55)}.tour-request-modal__dialog{position:relative;z-index:1;width:min(520px,100%);max-height:calc(100vh - 48px);overflow-y:auto;padding:32px 28px 28px;background:#fff;border:1px solid #e6e6e6;border-radius:20px;box-shadow:0 24px 48px rgba(15,23,42,.16);direction:rtl}@media(max-width: 575px){.tour-request-modal__dialog{padding:24px 20px 20px;border-radius:16px}}.tour-request-modal__dismiss{position:absolute;top:18px;left:18px;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:10px;background:#f3f6f9;color:#5b6580;cursor:pointer;transition:background .2s ease,color .2s ease}@media(max-width: 575px){.tour-request-modal__dismiss{top:14px;left:14px;width:32px;height:32px}}.tour-request-modal__dismiss:hover{background:#e8f4fa;color:#2d7ca7}.tour-request-modal__title{margin:0 0 8px;padding-left:40px;color:#111;font-size:22px;font-weight:800;line-height:1.3;text-align:right}@media(max-width: 575px){.tour-request-modal__title{font-size:20px;padding-left:36px}}.tour-request-modal__subtitle{margin:0 0 24px;color:#667e9b;font-size:14px;font-weight:500;line-height:1.6;text-align:right}@media(max-width: 575px){.tour-request-modal__subtitle{margin-bottom:20px;font-size:13px}}.tour-request-modal__form{display:flex;flex-direction:column;gap:18px}@media(max-width: 575px){.tour-request-modal__form{gap:14px}}.tour-request-modal__row{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:14px}@media(max-width: 575px){.tour-request-modal__row{grid-template-columns:1fr;gap:14px}}.tour-request-modal__field{display:flex;flex-direction:column;gap:8px;text-align:right}.tour-request-modal__field label{color:#111;font-size:13px;font-weight:600}.tour-request-modal__field input{width:100%;height:50px;padding:0 16px;border:1px solid #e6e6e6;border-radius:10px;background:#fff;color:#111;font-size:14px;font-weight:500;font-family:"Alexandria",sans-serif;transition:border-color .2s ease,box-shadow .2s ease}@media(max-width: 575px){.tour-request-modal__field input{height:46px;font-size:13px}}.tour-request-modal__field input::placeholder{color:#9a9aa5}.tour-request-modal__field input:focus{border-color:#39a8d8;box-shadow:0 0 0 3px rgba(57,168,216,.15);outline:0}.tour-request-modal__field input.is-invalid{border-color:#d64545;box-shadow:0 0 0 3px rgba(214,69,69,.12)}.tour-request-modal__field input[type=date],.tour-request-modal__field input[type=time]{color:#111}.tour-request-modal__field textarea{width:100%;min-height:130px;padding:14px 16px;border:1px solid #e6e6e6;border-radius:10px;background:#fff;color:#111;font-size:14px;font-weight:500;font-family:"Alexandria",sans-serif;line-height:1.7;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease}@media(max-width: 575px){.tour-request-modal__field textarea{min-height:110px;font-size:13px}}.tour-request-modal__field textarea::placeholder{color:#9a9aa5}.tour-request-modal__field textarea:focus{border-color:#39a8d8;box-shadow:0 0 0 3px rgba(57,168,216,.15);outline:0}.tour-request-modal__field textarea.is-invalid{border-color:#d64545;box-shadow:0 0 0 3px rgba(214,69,69,.12)}.tour-request-modal__file-box{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:96px;padding:16px;border:2px dashed #39a8d8;border-radius:12px;background:#fff;text-align:center;cursor:pointer;transition:border-color .2s ease,background .2s ease}@media(max-width: 575px){.tour-request-modal__file-box{min-height:84px;padding:14px}}.tour-request-modal__file-box input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.tour-request-modal__file-box:hover{background:#f8fcff}.tour-request-modal__file-box.is-selected{border-style:solid;border-color:#27ae60;background:#f0faf4}.tour-request-modal__file-box.is-selected .tour-request-modal__file-title{color:#1d6b42}.tour-request-modal__file-box.is-selected .tour-request-modal__file-hint{color:#5a9e76}.tour-request-modal__file-box.is-invalid{border-color:#d64545;background:#fff7f7}.tour-request-modal__file-title{color:#39a8d8;font-size:15px;font-weight:700;line-height:1.4}@media(max-width: 575px){.tour-request-modal__file-title{font-size:14px}}.tour-request-modal__file-hint{color:#9a9aa5;font-size:12px;font-weight:500;line-height:1.5}.tour-request-modal__actions{display:flex;align-items:center;gap:12px;margin-top:4px}@media(max-width: 575px){.tour-request-modal__actions{flex-direction:column-reverse;gap:10px}}.tour-request-modal__submit,.tour-request-modal__cancel{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:12px;font-size:15px;font-weight:600;font-family:"Alexandria",sans-serif;cursor:pointer;transition:all .2s ease}@media(max-width: 575px){.tour-request-modal__submit,.tour-request-modal__cancel{width:100%;min-height:44px;font-size:14px}}.tour-request-modal__submit{flex:1;border:0;background:#2f9bc3;color:#fff}.tour-request-modal__submit:hover{background:#2689ad}.tour-request-modal__cancel{border:1px solid #d5dde6;background:#fff;color:#5b6580}.tour-request-modal__cancel:hover{border-color:#39a8d8;color:#39a8d8}body.tour-request-modal-open{overflow:hidden}.studio-description-toggle-icon{margin-right:5px}/*# sourceMappingURL=space-detail.css.map */