.header{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:20px 40px;background-color:#64564c;z-index:100}.logo{display:flex;align-items:center}.logo img{height:90px;width:auto}.header-right{display:flex;justify-content:flex-end;align-items:center;gap:20px}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger span{width:100%;height:3px;background-color:#fff;border-radius:3px;transition:all .3s ease;transform-origin:center}.hamburger.active span:nth-child(1){transform:translateY(10.5px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.active span:nth-child(3){transform:translateY(-10.5px) rotate(-45deg)}.language-selector{position:relative;display:flex;justify-content:center;align-items:center}.language-toggle{background:transparent;border:2px solid rgba(255,255,255,.3);border-radius:6px;color:#fff;padding:8px 12px;font-size:18px;cursor:pointer;display:flex;align-items:center;gap:5px;transition:all .3s ease;min-width:100px;justify-content:space-between}.language-toggle:hover{border-color:#fff9;background:#ffffff1a}.current-language{font-weight:500}.language-arrow{font-size:10px;transition:transform .3s ease;margin-left:2px}.language-arrow.open{transform:rotate(180deg)}.language-dropdown{position:absolute;top:100%;right:0;background:#4a3f36;border:2px solid rgba(255,255,255,.2);border-radius:8px;min-width:180px;margin-top:10px;overflow:hidden;z-index:1000;box-shadow:0 8px 24px #0003}.language-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 12px;background:transparent;border:none;color:#fff;cursor:pointer;transition:all .2s ease;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.language-option:last-child{border-bottom:none}.language-option:hover{background:#ffffff1a}.language-option.selected{background:#f5e9e01a}.language-option.selected .language-code{color:#f5e9e0;font-weight:600}.language-code{font-weight:500;font-size:16px;min-width:30px}.language-name{font-size:14px;opacity:.9}.language-selector p{display:none}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.language-dropdown{animation:fadeInDown .2s ease-out}@media(max-width:968px){.header{grid-template-columns:1fr auto;gap:0;position:relative;z-index:1001}.header-right{justify-content:flex-end;gap:15px}.hamburger{display:flex;order:-1;position:relative;z-index:1003}.language-dropdown{position:fixed;top:auto;right:20px;left:auto;margin-top:10px}.language-selector{position:static}.language-dropdown{position:fixed;top:100px;right:20px;left:auto;margin-top:0;z-index:1002}}@media(max-width:640px){.header{padding:15px 20px;grid-template-columns:1fr auto;gap:0}.logo img{height:70px}.header-right{gap:12px}.hamburger{width:28px;height:22px}.hamburger span{height:2.5px}.hamburger.active span:nth-child(1){transform:translateY(9.75px) rotate(45deg)}.hamburger.active span:nth-child(3){transform:translateY(-9.75px) rotate(-45deg)}.language-toggle{min-width:80px;padding:6px 12px;font-size:16px}.language-dropdown{top:90px;right:10px;min-width:150px}}.main-nav{background-color:#6b5d54e6;padding:15px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.nav-container{max-width:1200px;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;gap:20px;flex-wrap:nowrap}.main-nav a{color:#fff;text-decoration:none;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;padding:8px 12px;border-radius:4px;transition:all .3s ease;position:relative;flex:0 1 auto;white-space:nowrap}.main-nav a:hover{background-color:#ffffff1a;color:#f5e9e0}.main-nav a:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:0;height:2px;background-color:#f5e9e0;transition:width .3s ease}.main-nav a:hover:after{width:80%}.nav-dropdown{position:relative;display:inline-block;flex:0 1 auto;white-space:nowrap}.nav-dropdown-toggle{background:transparent;border:none;color:#fff;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;padding:8px 12px;cursor:pointer;display:flex;align-items:center;gap:5px;transition:all .3s ease;position:relative}.nav-dropdown-toggle:hover{background-color:#ffffff1a;color:#f5e9e0}.dropdown-arrow{font-size:10px;transition:transform .3s ease;margin-top:1px}.dropdown-arrow.open{transform:rotate(180deg)}.products-dropdown{position:absolute;top:100%;left:0;background:#4a3f36;border:2px solid rgba(255,255,255,.2);border-radius:8px;min-width:280px;max-width:350px;margin-top:8px;overflow:hidden;z-index:1002;box-shadow:0 8px 24px #0003}.products-dropdown .product-category{display:block;padding:12px 16px;color:#fff;text-decoration:none;font-size:16px;font-weight:500;text-transform:none;border-bottom:1px solid rgba(255,255,255,.1);transition:all .2s ease;text-align:left;letter-spacing:.3px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.products-dropdown .product-category:last-child{border-bottom:none}.products-dropdown .product-category:hover{background:#ffffff1a;color:#f5e9e0;padding-left:20px}.language-dropdown,.products-dropdown{animation:fadeInDown .2s ease-out}@media(min-width:1200px){.main-nav a,.nav-dropdown-toggle{font-size:16px;padding:8px 16px}}@media(max-width:968px){.main-nav{position:relative;margin-top:0}.nav-container{position:fixed;inset:0;background:linear-gradient(to bottom,#4a3f36,#5c4e43);flex-direction:column;justify-content:flex-start;align-items:center;gap:0;padding:120px 20px 40px;transform:translate(100%);transition:transform .3s ease-in-out,visibility 0s linear .3s;overflow-y:auto;overflow-x:hidden;z-index:1000;visibility:hidden;box-sizing:border-box;-webkit-overflow-scrolling:touch}.nav-container.mobile-open{transform:translate(0);visibility:visible;transition:transform .3s ease-in-out,visibility 0s linear 0s}.nav-container>*:first-child{margin-top:10px}.main-nav a,.nav-dropdown{width:100%;max-width:400px;text-align:center;opacity:1;visibility:visible;display:block!important}.main-nav a{font-size:16px;padding:16px 24px;border-bottom:1px solid rgba(255,255,255,.1);white-space:normal}.main-nav a:after{display:none}.nav-dropdown{position:static;display:block;width:100%;max-width:400px;white-space:normal}.nav-dropdown-toggle{width:100%;max-width:400px;font-size:16px;padding:16px 24px;justify-content:center;border-bottom:1px solid rgba(255,255,255,.1)}.products-dropdown{position:static;width:100%;max-width:400px;border:none;border-radius:0;background:#0003;box-shadow:none;animation:none;box-sizing:border-box;display:block!important;max-height:none}.product-category{font-size:16px;padding:12px 24px;text-align:center;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;box-sizing:border-box}.product-category:hover{padding-left:24px}}@media(max-width:768px){.nav-container{padding:130px 20px 40px}}@media(max-width:600px){.nav-container{padding:140px 15px 30px}.nav-container>*:first-child{margin-top:20px}}@media(max-width:480px){.nav-container{padding:100px 10px 20px;overflow-x:hidden}.main-nav a,.nav-dropdown,.nav-dropdown-toggle,.products-dropdown{max-width:100%;width:100%;box-sizing:border-box}.main-nav a,.nav-dropdown-toggle{font-size:14px;padding:14px 16px}.product-category{font-size:14px;padding:10px 16px;white-space:normal;word-break:break-word}}.hero-section{padding:80px 40px 60px;margin-top:100px;margin-bottom:200px}.profile-container{display:grid;grid-template-columns:1fr 2fr;gap:60px;max-width:1400px;margin:0 auto}.profile-left{display:flex;justify-content:center}.profile-image-wrapper{width:100%;max-width:400px;aspect-ratio:1 / 1;border-radius:50%;overflow:hidden;border:4px solid #fff;box-shadow:0 10px 30px #0000004d;margin-top:40px}.profile-main-image{width:100%;height:100%;object-fit:cover;object-position:50% 25%;display:block}.profile-right{margin-bottom:30px;display:flex;flex-direction:column;justify-content:flex-end;height:100%}.profile-header{display:flex;align-items:center;gap:20px;margin-bottom:30px}.profile-greeting{font-size:32px;font-weight:400;color:#fff;white-space:nowrap}.profile-name-image{height:50px;width:auto;object-fit:contain;vertical-align:middle;margin:0 12px 8px}.profile-description{padding:10px;border-radius:12px}.profile-description p{font-size:22px;line-height:1.8;margin-bottom:25px;color:#fff;opacity:.95;font-weight:300}.profile-description p:last-child{margin-bottom:0;font-weight:400;color:#fff}@media(max-width:1200px){.profile-container{grid-template-columns:1fr 1.5fr;gap:40px}.profile-description p{font-size:20px;line-height:1.7}.profile-image-wrapper{max-width:350px;margin-top:30px}}@media(max-width:968px){.profile-container{grid-template-columns:1fr;gap:40px}.profile-header{justify-content:center;text-align:center;flex-direction:column;gap:10px}.profile-greeting{font-size:28px}.profile-name-image{height:45px}.profile-description{padding:30px}.profile-description p{font-size:20px;line-height:1.6;margin-bottom:20px}.profile-image-wrapper{max-width:300px;margin:20px auto 0}.profile-left{margin-top:0}}@media(max-width:640px){.hero-section{padding:60px 20px 40px}.profile-container{gap:30px}.profile-greeting{font-size:24px}.profile-name-image{height:40px}.profile-description{padding:25px 20px}.profile-description p{font-size:18px;line-height:1.6;margin-bottom:18px}.profile-image-wrapper{max-width:250px;border-width:3px;margin-top:15px}}.about-section{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:60px 20px;box-sizing:border-box;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.about-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1}.about-section-container{max-width:900px;width:100%;margin:0 auto;position:relative;z-index:2}.aboutus-title{text-align:center;margin-bottom:50px;font-size:clamp(3rem,6vw,5rem)}.about-section-text{text-align:left;width:100%}.about-section-text p{font-size:18px;line-height:1.8;margin-bottom:20px;color:#fff;font-weight:400}.about-section-text ul{margin:20px 0 30px 30px;padding-left:20px;color:#fff}.about-section-text li{font-size:18px;line-height:1.8;margin-bottom:10px;font-weight:400}.about-section-text .closing-text{font-weight:500;margin-top:25px;margin-bottom:0}@media(max-width:768px){.about-section{padding:40px 20px}.about-section-image-swg{margin-bottom:35px}.about-section-text p{font-size:16px;line-height:1.7;margin-bottom:18px}.about-section-text li{font-size:16px;line-height:1.7}.about-section-text ul{margin:15px 0 25px 20px}}@media(max-width:480px){.about-section{padding:30px 15px}.about-section-image-swg{margin-bottom:25px}.about-section-text p{font-size:15px;line-height:1.6;margin-bottom:15px}.about-section-text li{font-size:15px;line-height:1.6}.about-section-text ul{margin:10px 0 20px 15px}}.contact-section{padding:60px 40px;margin-bottom:50px}.contact-content{display:grid;grid-template-rows:auto auto;gap:60px;max-width:800px;margin:0 auto;justify-items:center;align-items:center}.contact-info h2{font-size:42px;margin-bottom:40px;font-weight:700;color:#5c4e43;letter-spacing:1px;text-align:center}.contact-details{font-size:18px;line-height:1.8;color:#4a3f36;text-align:start}.contact-details p{font-weight:500;white-space:pre-wrap}.contact-details strong{font-weight:700;color:#3a3129;font-size:20px}.contact-details br{margin-bottom:15px;display:block;content:""}.contact-image{display:flex;justify-content:center;align-items:center}.contact-image img{width:100%;max-width:300px;height:auto;border-radius:12px;object-fit:cover}.contact-details a{display:inline-flex;align-items:center;gap:8px;font-weight:500;font-size:18px;color:#4a3f36;text-decoration:none;cursor:pointer;justify-content:center}@media(max-width:968px){.contact-content{gap:40px;max-width:600px}.contact-info h2{font-size:36px;margin-bottom:30px}.contact-image img{max-width:400px}}@media(max-width:640px){.contact-section{padding:40px 20px}.contact-content{gap:30px;max-width:100%}.contact-info h2{font-size:32px;margin-bottom:25px}.contact-details{font-size:16px}.contact-details strong{font-size:18px}.contact-image img{max-width:300px}}@media(max-width:480px){.contact-info h2{font-size:28px}.contact-details{font-size:15px}.contact-image img{max-width:250px}}.footer{background-color:#64564c;padding:40px;color:#fff}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px}.footer-content img{max-width:150px;height:auto}.footer-content p{font-size:14px;line-height:1.6;margin:0}.footer-content .copyright{width:100%;text-align:center;color:#bab2b2;margin-top:10px;margin-bottom:20px;opacity:.8}@media(max-width:968px){.footer{padding:30px}.footer-content img{max-width:120px}}@media(max-width:640px){.footer{padding:20px}.footer-content{gap:15px}.footer-content img{max-width:100px}.footer-content .copyright{font-size:12px;margin-top:5px}}@media(max-width:480px){.footer-content img{max-width:80px}.footer-content .copyright{font-size:11px}}.hair-types-section{padding:60px 40px;text-align:center}.hair-types-section h2{font-size:50px;margin-bottom:50px;font-weight:lighter;color:#fff}.hair-types-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:1000px;margin:0 auto}.hair-type-card{background-color:#eae4e1;padding:40px 30px 30px;border-radius:calc(25vw + 50px) calc(25vw + 50px) 0 0;min-height:500px;display:flex;flex-direction:column;justify-content:flex-start;box-shadow:0 10px 30px #0000001a;overflow:hidden;position:relative}.hair-type-card h3{font-size:40px;margin-bottom:20px;color:#73655a;font-weight:500;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;padding-top:60px;padding-left:20px;padding-right:20px}.hair-type-card p{font-size:20px;line-height:1.6;color:#776c65;opacity:.9;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow:hidden;max-width:100%;padding-left:20px;padding-right:20px}@media(max-width:968px){.hair-types-grid{grid-template-columns:1fr;max-width:800px}.hair-type-card{border-radius:calc(30vw + 50px) calc(30vw + 50px) 0 0;padding:35px 25px 25px}.hair-types-section h2{font-size:50px}.hair-type-card h3{font-size:40px;margin-bottom:15px;padding-top:50px;padding-left:15px;padding-right:15px}.hair-type-card p{font-size:20px;line-height:1.5;padding-left:15px;padding-right:15px}}@media(max-width:640px){.hair-types-section{padding:40px 20px}.hair-types-grid{max-width:100%}.hair-type-card{padding:25px 20px 20px;border-radius:calc(35vw + 30px) calc(35vw + 30px) 0 0;min-height:auto}.hair-types-section h2{font-size:40px}.hair-type-card h3{font-size:35px;margin-bottom:12px;padding-top:45px;padding-left:15px;padding-right:15px}.hair-type-card p{font-size:20px;line-height:1.4;padding-left:15px;padding-right:15px}}@media(max-width:480px){.hair-types-section{padding:30px 15px}.hair-type-card{padding:20px 15px 15px;border-radius:calc(40vw + 20px) calc(40vw + 20px) 0 0}.hair-type-card h3{font-size:30px;margin-bottom:10px;padding-top:40px;padding-left:20px;padding-right:20px}.hair-type-card p{font-size:20px;line-height:1.3;padding-left:12px;padding-right:12px}.hair-types-section h2{font-size:35px;margin-bottom:30px}}@media(max-width:360px){.hair-type-card{border-radius:calc(45vw + 10px) calc(45vw + 10px) 0 0}.hair-type-card h3{font-size:25px;padding-top:35px;padding-left:10px;padding-right:10px}.hair-type-card p{font-size:15px;padding-left:10px;padding-right:10px}}.products-section{padding:60px 40px;text-align:center}.products-section h2{font-size:62px;margin-bottom:50px;font-weight:lighter;color:#fff}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto}.products-grid .product-card:last-child:nth-child(3n+1){grid-column:2}.product-card{text-align:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover .product-image,.product-card:focus-visible .product-image{transform:translateY(-4px);box-shadow:0 6px 16px #0000002e}.product-card:focus-visible{outline:2px solid #fff;outline-offset:4px}.product-card .product-image{transition:transform .2s ease,box-shadow .2s ease}.product-image{height:25rem;margin-bottom:15px;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000001a;position:relative;background-color:#e6e0e0}.product-image img{width:100%;height:100%;object-fit:cover;object-position:center}.product-card h3{font-size:25px;font-weight:700;color:#fff}.coming-soon-text{font-size:42px;font-weight:700;color:#5c4e43;text-transform:uppercase;letter-spacing:2px;text-shadow:2px 2px 4px rgba(0,0,0,.1);padding:20px;text-align:center;line-height:1.2}@media(max-width:1100px){.products-grid{grid-template-columns:repeat(2,1fr);max-width:900px}.products-grid .product-card:last-child:nth-child(odd){grid-column:1 / span 2;display:flex;flex-direction:column;align-items:center}.products-grid .product-card:last-child:nth-child(odd) .product-image{width:calc(50% - 15px)}.products-grid .product-card:last-child:nth-child(odd) h3{width:calc(50% - 15px);text-align:center}.product-image{height:22rem}.products-section h2{font-size:56px}}@media(max-width:968px){.products-grid{grid-template-columns:repeat(2,1fr);max-width:800px}.products-grid .product-card:last-child:nth-child(odd){grid-column:1 / span 2;display:flex;flex-direction:column;align-items:center}.products-grid .product-card:last-child:nth-child(odd) .product-image{width:calc(50% - 12.5px)}.products-grid .product-card:last-child:nth-child(odd) h3{width:calc(50% - 12.5px)}.coming-soon-text{font-size:36px}.products-section h2{font-size:52px}.product-image{height:20rem}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);max-width:700px;gap:25px}.products-grid .product-card:last-child:nth-child(odd){grid-column:1 / span 2;display:flex;flex-direction:column;align-items:center}.products-grid .product-card:last-child:nth-child(odd) .product-image{width:calc(50% - 12.5px)}.products-grid .product-card:last-child:nth-child(odd) h3{width:calc(50% - 12.5px)}.product-image{height:18rem}.product-card h3{font-size:22px}.coming-soon-text{font-size:32px}.products-section h2{font-size:48px}}@media(max-width:640px){.products-section{padding:40px 20px}.products-grid{grid-template-columns:repeat(2,1fr);max-width:600px;gap:18px}.products-grid .product-card:last-child:nth-child(odd){grid-column:1 / span 2;display:flex;flex-direction:column;align-items:center}.products-grid .product-card:last-child:nth-child(odd) .product-image{width:calc(50% - 9px)}.products-grid .product-card:last-child:nth-child(odd) h3{width:calc(50% - 9px)}.product-image{height:14rem}.product-card h3{font-size:18px}.coming-soon-text{font-size:24px;letter-spacing:1px;padding:10px}.products-section h2{font-size:44px}}@media(max-width:540px){.products-grid{grid-template-columns:repeat(2,1fr);max-width:500px;gap:15px}.products-grid .product-card:last-child:nth-child(odd){grid-column:1 / span 2;display:flex;flex-direction:column;align-items:center}.products-grid .product-card:last-child:nth-child(odd) .product-image{width:calc(50% - 7.5px)}.products-grid .product-card:last-child:nth-child(odd) h3{width:calc(50% - 7.5px)}.product-image{height:12rem}.product-card h3{font-size:13px}.coming-soon-text{font-size:20px}.products-section h2{font-size:40px}}@media(max-width:480px){.products-grid{grid-template-columns:repeat(2,1fr);max-width:450px;gap:12px}.products-grid .product-card:last-child:nth-child(odd){grid-column:1 / span 2;display:flex;flex-direction:column;align-items:center}.products-grid .product-card:last-child:nth-child(odd) .product-image{width:calc(50% - 6px)}.products-grid .product-card:last-child:nth-child(odd) h3{width:calc(50% - 6px)}.product-image{height:11rem}.product-card h3{font-size:15px}.coming-soon-text{font-size:18px;padding:8px}.products-section h2{font-size:38px}}@media(max-width:400px){.products-grid{grid-template-columns:repeat(2,1fr);max-width:380px;gap:10px}.products-grid .product-card:last-child:nth-child(odd){grid-column:1 / span 2;display:flex;flex-direction:column;align-items:center}.products-grid .product-card:last-child:nth-child(odd) .product-image{width:calc(50% - 5px)}.products-grid .product-card:last-child:nth-child(odd) h3{width:calc(50% - 5px)}.product-image{height:10rem}.product-card h3{font-size:14px}.coming-soon-text{font-size:16px;padding:6px}.products-section h2{font-size:36px}}@media(max-width:360px){.products-section{padding:30px 15px}.products-grid{grid-template-columns:1fr;max-width:300px}.products-grid .product-card:last-child:nth-child(odd){grid-column:1;display:block}.products-grid .product-card:last-child:nth-child(odd) .product-image,.products-grid .product-card:last-child:nth-child(odd) h3{width:100%}.product-image{height:16rem}.product-card h3{font-size:20px}.coming-soon-text{font-size:24px}.products-section h2{font-size:32px}}.before-after-section{padding:60px 40px}.before-after-section h2{font-size:62px;margin-bottom:50px;font-weight:lighter;text-align:center;color:#fff}.before-after-row{max-width:1000px;margin:0 auto 60px;text-align:center}.before-after-row h3{font-size:28px;font-weight:700;margin-bottom:30px;text-align:center;color:#fff;letter-spacing:1px}.before-after-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:800px;margin:0 auto}.ba-image-container{text-align:center}.ba-image{border:10px solid white;background-color:#eae4e1;margin-bottom:15px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;position:relative;height:auto}.ba-image img{width:100%;height:auto;object-fit:contain}.ba-image-container p{font-size:22px;color:#fff;font-weight:500;letter-spacing:.5px}@media(max-width:1100px){.before-after-section h2{font-size:56px}}@media(max-width:968px){.before-after-grid{max-width:700px;gap:30px}.before-after-section h2{font-size:52px}.ba-image-container p{font-size:20px}}@media(max-width:768px){.before-after-grid{max-width:600px;gap:25px}.before-after-section h2{font-size:48px}.ba-image-container p{font-size:19px}}@media(max-width:640px){.before-after-section{padding:40px 20px}.before-after-grid{max-width:550px;gap:20px}.before-after-section h2{font-size:44px;margin-bottom:40px}.before-after-row h3{font-size:26px;margin-bottom:25px}.ba-image-container p{font-size:18px}}@media(max-width:360px){.before-after-grid{grid-template-columns:1fr;max-width:300px;gap:25px}}.scroll-animated{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.scroll-animated.animate{opacity:1;transform:translateY(0)}.nh-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;padding:20px;animation:nh-fadeIn .3s ease-out}@keyframes nh-fadeIn{0%{opacity:0}to{opacity:1}}.nh-modal-content{background-color:#6b5d54;border-radius:12px;width:100%;max-width:1000px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0003;animation:nh-slideUp .4s ease-out;position:relative;padding:20px}@keyframes nh-slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.nh-close-button{position:absolute;top:15px;left:15px;background:none;border:none;font-size:28px;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;z-index:10}.nh-close-button:hover{background-color:#ffffff1a;color:#f0e6d2}.nh-close-icon{line-height:1}.nh-modal-body{display:flex;padding:40px 20px 20px;gap:40px}.nh-left-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;padding-top:10px}.nh-modal-title{display:flex;align-items:center;justify-content:center;width:100%}.nh-title-image{max-height:80px;width:auto;margin:0 auto;display:block}.nh-text-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.nh-text-content p{line-height:1.7;color:#fff;font-size:17px;text-align:center;margin:0;max-width:90%}.nh-right-content{flex:1;display:flex;flex-direction:column;justify-content:center}.nh-image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;width:100%}.nh-grid-item{height:180px;border-radius:8px;overflow:hidden;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.nh-grid-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0003}.nh-grid-item img{width:100%;height:100%;object-fit:cover}@media(max-width:900px){.nh-modal-body{flex-direction:column;padding:40px 20px 20px;gap:40px}.nh-left-content{order:1;gap:30px}.nh-right-content{order:2}.nh-title-image{max-height:70px}.nh-image-grid{grid-template-columns:repeat(3,1fr)}.nh-grid-item{height:150px}}@media(max-width:768px){.nh-modal-content{max-width:95%;padding:15px}.nh-image-grid{grid-template-columns:repeat(2,1fr)}.nh-grid-item{height:110px}.nh-text-content p{font-size:16px}}@media(max-width:480px){.nh-modal-body{padding:30px 10px 15px;gap:30px}.nh-close-button{top:10px;left:10px;width:36px;height:36px;font-size:24px}.nh-title-image{max-height:50px}.nh-image-grid{grid-template-columns:repeat(2,1fr);gap:12px}.nh-grid-item{height:90px}.nh-text-content p{font-size:15px;line-height:1.6;max-width:100%}.nh-left-content{gap:25px}}.ct-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:flex-start;z-index:2000;padding:20px;animation:ct-fadeIn .3s ease-out;overflow-y:auto}@keyframes ct-fadeIn{0%{opacity:0}to{opacity:1}}.ct-modal-content{background-color:#6b5d54;border-radius:12px;width:100%;max-width:1000px;max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 10px 30px #0003;animation:ct-slideUp .4s ease-out;position:relative;padding:20px;margin-top:20px;margin-bottom:20px}@keyframes ct-slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.ct-close-button{position:absolute;top:15px;left:15px;background:none;border:none;font-size:28px;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;z-index:10}.ct-close-button:hover{background-color:#ffffff1a;color:#f0e6d2}.ct-close-icon{line-height:1}.ct-modal-body{display:flex;padding:40px 20px 20px;gap:40px}.ct-left-content{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:25px;padding-top:10px}.ct-modal-title{display:flex;align-items:center;justify-content:center;width:100%}.ct-title-image{max-height:80px;width:auto;margin:0 auto;display:block}.ct-text-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%}.ct-text-content p{line-height:1.6;color:#fff;font-size:17px;text-align:center;margin:0;max-width:90%;white-space:pre-line}.ct-right-content{flex:1;display:flex;flex-direction:column;justify-content:flex-start}.ct-image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;width:100%}.ct-grid-item{height:235px;border-radius:8px;overflow:hidden;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.ct-grid-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0003}.ct-grid-item img{width:100%;height:100%;object-fit:cover}@media(max-width:900px){.ct-modal-content{max-height:calc(100vh - 30px);margin-top:15px;margin-bottom:15px}.ct-modal-body{flex-direction:column;padding:30px 15px 15px;gap:25px}.ct-left-content{order:1;gap:20px}.ct-right-content{order:2}.ct-title-image{max-height:60px}.ct-image-grid{grid-template-columns:repeat(3,1fr)}.ct-grid-item{height:235px}.ct-text-content p{font-size:15px;line-height:1.5;max-width:95%}}@media(max-width:768px){.ct-modal-overlay{padding:10px;align-items:flex-start}.ct-modal-content{max-width:100%;padding:15px;max-height:calc(100vh - 20px);margin-top:10px;margin-bottom:10px}.ct-image-grid{grid-template-columns:repeat(2,1fr)}.ct-grid-item{height:235px}.ct-text-content p{font-size:14px;line-height:1.4}.ct-modal-body{gap:20px;padding:25px 10px 10px}}@media(max-width:480px){.ct-modal-overlay{padding:5px}.ct-modal-content{padding:12px;max-height:calc(100vh - 10px);margin-top:5px;margin-bottom:5px}.ct-modal-body{padding:20px 8px 8px;gap:15px}.ct-close-button{top:10px;left:10px;width:36px;height:36px;font-size:24px}.ct-title-image{max-height:40px}.ct-image-grid{grid-template-columns:repeat(2,1fr);gap:8px}.ct-grid-item{height:235px}.ct-text-content p{font-size:13px;line-height:1.3;max-width:100%}.ct-left-content{gap:15px}}@media(max-width:360px){.ct-modal-content{padding:10px}.ct-modal-body{padding:18px 5px 5px;gap:12px}.ct-grid-item{height:235px}.ct-text-content p{font-size:12px;line-height:1.2}.ct-title-image{max-height:35px}}@media(max-height:700px){.ct-modal-content{max-height:calc(100vh - 20px)}.ct-grid-item{height:235px}.ct-text-content p{font-size:13px;line-height:1.3}}.b-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;padding:20px;animation:b-fadeIn .3s ease-out}@keyframes b-fadeIn{0%{opacity:0}to{opacity:1}}.b-modal-content{background-color:#6b5d54;border-radius:12px;width:100%;max-width:1000px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0003;animation:b-slideUp .4s ease-out;position:relative;padding:20px}@keyframes b-slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.b-close-button{position:absolute;top:15px;left:15px;background:none;border:none;font-size:28px;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;z-index:10}.b-close-button:hover{background-color:#ffffff1a;color:#f0e6d2}.b-close-icon{line-height:1}.b-modal-body{display:flex;padding:40px 20px 20px;gap:40px}.b-left-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;padding-top:10px}.b-modal-title{display:flex;align-items:center;justify-content:center;width:100%}.b-title-image{max-height:80px;width:auto;margin:0 auto;display:block}.b-text-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.b-text-content p{line-height:1.7;color:#fff;font-size:17px;text-align:center;margin:0;max-width:90%}.b-right-content{flex:1;display:flex;flex-direction:column;justify-content:center}.b-image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;width:100%}.b-grid-item{height:200px;border-radius:8px;overflow:hidden;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.b-grid-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0003}.b-grid-item img{width:100%;height:100%;object-fit:cover}@media(max-width:900px){.b-modal-body{flex-direction:column;padding:40px 20px 20px;gap:40px}.b-left-content{order:1;gap:30px}.b-right-content{order:2}.b-title-image{max-height:70px}.b-image-grid{grid-template-columns:repeat(3,1fr)}.b-grid-item{height:190px}}@media(max-width:768px){.b-modal-content{max-width:95%;padding:15px}.b-image-grid{grid-template-columns:repeat(2,1fr)}.b-grid-item{height:180px}.b-text-content p{font-size:16px}}@media(max-width:480px){.b-modal-body{padding:30px 10px 15px;gap:30px}.b-close-button{top:10px;left:10px;width:36px;height:36px;font-size:24px}.b-title-image{max-height:50px}.b-image-grid{grid-template-columns:repeat(2,1fr);gap:12px}.b-grid-item{height:170px}.b-text-content p{font-size:15px;line-height:1.6;max-width:100%}.b-left-content{gap:25px}}.c-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;padding:20px;animation:c-fadeIn .3s ease-out}@keyframes c-fadeIn{0%{opacity:0}to{opacity:1}}.c-modal-content{background-color:#6b5d54;border-radius:12px;width:100%;max-width:1000px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0003;animation:c-slideUp .4s ease-out;position:relative;padding:20px}@keyframes c-slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.c-close-button{position:absolute;top:15px;left:15px;background:none;border:none;font-size:28px;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;z-index:10}.c-close-button:hover{background-color:#ffffff1a;color:#f0e6d2}.c-close-icon{line-height:1}.c-modal-body{display:flex;padding:40px 20px 20px;gap:40px}.c-left-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;padding-top:10px}.c-modal-title{display:flex;align-items:center;justify-content:center;width:100%}.c-title-image{max-height:80px;width:auto;margin:0 auto;display:block}.c-text-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.c-text-content p{line-height:1.7;color:#fff;font-size:17px;text-align:center;margin:0;max-width:90%}.c-right-content{flex:1;display:flex;flex-direction:column;justify-content:center}.c-image-grid{display:grid;grid-template-columns:1fr;gap:20px;width:100%}.c-grid-item{height:335px;border-radius:8px;overflow:hidden;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.c-grid-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0003}.c-grid-item img{width:100%;height:100%;object-fit:cover}@media(max-width:900px){.c-modal-body{flex-direction:column;padding:40px 20px 20px;gap:40px}.c-left-content{order:1;gap:30px}.c-right-content{order:2}.c-title-image{max-height:70px}.c-image-grid{grid-template-columns:repeat(2,1fr)}.c-grid-item{height:280px}}@media(max-width:768px){.c-modal-content{max-width:95%;padding:15px}.c-image-grid{grid-template-columns:1fr}.c-grid-item{height:235px}.c-text-content p{font-size:16px}}@media(max-width:480px){.c-modal-body{padding:30px 10px 15px;gap:30px}.c-close-button{top:10px;left:10px;width:36px;height:36px;font-size:24px}.c-title-image{max-height:50px}.c-image-grid{grid-template-columns:1fr;gap:15px}.c-grid-item{height:200px}.c-text-content p{font-size:15px;line-height:1.6;max-width:100%}.c-left-content{gap:25px}}.it-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;padding:20px;animation:it-fadeIn .3s ease-out}@keyframes it-fadeIn{0%{opacity:0}to{opacity:1}}.it-modal-content{background-color:#6b5d54;border-radius:12px;width:100%;max-width:1000px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0003;animation:it-slideUp .4s ease-out;position:relative;padding:20px}@keyframes it-slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.it-close-button{position:absolute;top:15px;left:15px;background:none;border:none;font-size:28px;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;z-index:10}.it-close-button:hover{background-color:#ffffff1a;color:#f0e6d2}.it-close-icon{line-height:1}.it-modal-body{display:flex;padding:40px 20px 20px;gap:40px}.it-left-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;padding-top:10px}.it-modal-title{display:flex;align-items:center;justify-content:center;width:100%}.it-title-image{max-height:80px;width:auto;margin:0 auto;display:block}.it-text-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.it-text-content p{line-height:1.7;color:#fff;font-size:17px;text-align:center;margin:0;max-width:90%}.it-right-content{flex:1;display:flex;flex-direction:column;justify-content:center}.it-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;width:100%}.it-grid-item{height:150px;border-radius:8px;overflow:hidden;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.it-grid-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0003}.it-grid-item img{width:100%;height:100%}.it-grid-item--cover img{object-fit:cover}.it-grid-item--contain img{object-fit:contain}@media(max-width:900px){.it-modal-body{flex-direction:column;padding:40px 20px 20px;gap:40px}.it-left-content{order:1;gap:30px}.it-right-content{order:2}.it-title-image{max-height:70px}.it-image-grid{grid-template-columns:repeat(3,1fr)}.it-grid-item{height:130px}}@media(max-width:768px){.it-modal-content{max-width:95%;padding:15px}.it-image-grid{grid-template-columns:repeat(2,1fr)}.it-grid-item{height:120px}.it-text-content p{font-size:16px}}@media(max-width:480px){.it-modal-body{padding:30px 10px 15px;gap:30px}.it-close-button{top:10px;left:10px;width:36px;height:36px}.it-title-image{max-height:50px}.it-image-grid{grid-template-columns:repeat(2,1fr);gap:12px}.it-grid-item{height:100px}.it-text-content p{font-size:15px;line-height:1.6;max-width:100%}.it-left-content{gap:25px}}.br-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;padding:20px;animation:br-fadeIn .3s ease-out}@keyframes br-fadeIn{0%{opacity:0}to{opacity:1}}.br-modal-content{background-color:#6b5d54;border-radius:12px;width:100%;max-width:1000px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0003;animation:br-slideUp .4s ease-out;position:relative;padding:20px}@keyframes br-slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.br-close-button{position:absolute;top:15px;left:15px;background:none;border:none;font-size:28px;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;z-index:10}.br-close-button:hover{background-color:#ffffff1a;color:#f0e6d2}.br-close-icon{line-height:1}.br-modal-body{display:flex;padding:40px 20px 20px;gap:40px}.br-left-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;padding-top:10px}.br-modal-title{display:flex;align-items:center;justify-content:center;width:100%}.br-title-image{max-height:80px;width:auto;margin:0 auto;display:block}.br-text-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.br-text-content p{line-height:1.7;color:#fff;font-size:17px;text-align:center;margin:0;max-width:90%}.br-right-content{flex:1;display:flex;flex-direction:column;justify-content:center}.br-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;width:100%}.br-grid-item{height:150px;border-radius:8px;overflow:hidden;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.br-grid-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0003}.br-grid-item img{width:100%;height:100%;object-fit:cover}@media(max-width:900px){.br-modal-body{flex-direction:column;padding:40px 20px 20px;gap:40px}.br-left-content{order:1;gap:30px}.br-right-content{order:2}.br-title-image{max-height:70px}.br-image-grid{grid-template-columns:repeat(3,1fr)}.br-grid-item{height:130px}}@media(max-width:768px){.br-modal-content{max-width:95%;padding:15px}.br-image-grid{grid-template-columns:repeat(2,1fr)}.br-grid-item{height:120px}.br-text-content p{font-size:16px}}@media(max-width:480px){.br-modal-body{padding:30px 10px 15px;gap:30px}.br-close-button{top:10px;left:10px;width:36px;height:36px;font-size:24px}.br-title-image{max-height:50px}.br-image-grid{grid-template-columns:repeat(2,1fr);gap:12px}.br-grid-item{height:100px}.br-text-content p{font-size:15px;line-height:1.6;max-width:100%}.br-left-content{gap:25px}}.k-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:flex-start;z-index:2000;padding:20px;animation:k-fadeIn .3s ease-out;overflow-y:auto}@keyframes k-fadeIn{0%{opacity:0}to{opacity:1}}.k-modal-content{background-color:#6b5d54;border-radius:12px;width:100%;max-width:800px;max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 10px 30px #0003;animation:k-slideUp .4s ease-out;position:relative;padding:20px;margin-top:20px;margin-bottom:20px}@keyframes k-slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.k-close-button{position:absolute;top:15px;left:15px;background:none;border:none;font-size:28px;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;z-index:10}.k-close-button:hover{background-color:#ffffff1a;color:#f0e6d2}.k-close-icon{line-height:1}.k-modal-body{display:flex;flex-direction:column;align-items:center;gap:30px;padding:40px 20px 20px}.k-modal-title{display:flex;align-items:center;justify-content:center;width:100%}.k-title-image{max-height:80px;width:auto;display:block;margin:0 auto 15px}.k-text-content{width:100%;text-align:center}.k-text-content p{color:#fff;font-size:17px;white-space:pre-line}.k-image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;width:100%}.k-grid-item{height:235px;border-radius:8px;overflow:hidden;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.k-grid-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0003}.k-grid-item img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.k-modal-content{max-width:100%;padding:15px;max-height:calc(100vh - 20px);margin-top:10px;margin-bottom:10px}.k-modal-body{padding:30px 15px 15px;gap:25px}.k-title-image{max-height:60px}.k-text-content p{font-size:15px;line-height:1.5}.k-grid-item{height:200px}}@media(max-width:480px){.k-modal-overlay{padding:5px}.k-modal-content{padding:12px;max-height:calc(100vh - 10px);margin-top:5px;margin-bottom:5px}.k-modal-body{padding:20px 8px 8px;gap:20px}.k-close-button{top:10px;left:10px;width:36px;height:36px;font-size:24px}.k-title-image{max-height:40px}.k-image-grid{gap:8px}.k-grid-item{height:160px}.k-text-content p{font-size:13px;line-height:1.4;max-width:100%}}.ch-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;padding:20px;animation:ch-fadeIn .3s ease-out}@keyframes ch-fadeIn{0%{opacity:0}to{opacity:1}}.ch-modal-content{background-color:#6b5d54;border-radius:12px;width:100%;max-width:1200px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0003;animation:ch-slideUp .4s ease-out;position:relative;padding:20px}@keyframes ch-slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.ch-close-button{position:absolute;top:15px;left:15px;background:none;border:none;font-size:28px;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;z-index:10}.ch-close-button:hover{background-color:#ffffff1a;color:#f0e6d2}.ch-close-icon{line-height:1}.ch-modal-body{padding:40px 20px 20px;display:flex;flex-direction:column;gap:30px;flex:1;min-height:0}.ch-title-container{text-align:center;width:100%;flex-shrink:0}.ch-title-image{max-height:80px;width:auto;margin:0 auto;display:block}.ch-images-container{display:flex;flex-direction:row;gap:25px;width:100%;align-items:stretch;justify-content:center;flex:1;min-height:0}.ch-image-item{flex:1;max-width:48%;display:flex;flex-direction:column;gap:15px;min-height:0}.ch-image-wrapper{width:100%;border-radius:8px;overflow:hidden;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:all .3s ease;flex:1;min-height:0}.ch-image-wrapper:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0003}.ch-image{max-width:100%;max-height:100%;width:auto;height:auto;display:block;object-fit:contain}.ch-image-text{color:#fff;font-size:20px;line-height:1.6;text-align:center;padding:10px;border-radius:6px;flex-shrink:0}.ch-image-text p{margin:0;color:#fff}@media(max-width:900px){.ch-modal-body{gap:25px}.ch-title-image{max-height:70px}.ch-image-text{font-size:18px}}@media(max-width:768px){.ch-modal-content{max-width:95%;padding:15px}.ch-modal-body{padding:30px 15px 15px;gap:25px}.ch-images-container{gap:20px}.ch-image-item{max-width:48%}.ch-image-text{font-size:16px;padding:8px}.ch-title-image{max-height:60px}}@media(max-width:700px){.ch-modal-body{padding:30px 15px 15px;gap:20px}.ch-close-button{top:10px;left:10px;width:36px;height:36px;font-size:24px}.ch-images-container{flex-direction:column;gap:25px}.ch-image-item{max-width:100%;width:100%;gap:12px}.ch-image-wrapper{height:auto;min-height:250px}.ch-image-text{font-size:16px;padding:10px}}@media(max-width:480px){.ch-modal-body{padding:30px 10px 15px;gap:15px}.ch-close-button{top:10px;left:10px;width:36px;height:36px;font-size:24px}.ch-title-image{max-height:50px}.ch-images-container{gap:20px}.ch-image-item{gap:10px}.ch-image-wrapper{min-height:200px}.ch-image-text{font-size:14px;padding:8px;line-height:1.5}}.cos-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;padding:20px;animation:cos-fadeIn .3s ease-out}@keyframes cos-fadeIn{0%{opacity:0}to{opacity:1}}.cos-modal-content{background-color:#6b5d54;border-radius:12px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0003;animation:cos-slideUp .4s ease-out;position:relative;padding:20px}@keyframes cos-slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.cos-close-button{position:absolute;top:15px;left:15px;background:none;border:none;font-size:28px;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;z-index:10}.cos-close-button:hover{background-color:#ffffff1a;color:#f0e6d2}.cos-close-icon{line-height:1}.cos-modal-body{padding:40px 20px 20px;display:flex;justify-content:center;align-items:center}.cos-left-content{display:flex;flex-direction:column;align-items:center;gap:40px;max-width:700px;width:100%}.cos-modal-title{display:flex;align-items:center;justify-content:center;width:100%}.cos-title-image{max-height:80px;width:auto;margin:0 auto;display:block}.cos-text-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;text-align:center}.cos-text-content p{line-height:1.7;color:#fff;font-size:17px;text-align:center;margin:0 0 20px;max-width:90%}.cos-text-content p:last-child{margin-bottom:0}.cos-images-container{display:flex;justify-content:center;gap:20px;margin-top:10px;flex-wrap:wrap;width:100%}.cos-product-image{max-width:100%;width:320px;height:280px;object-fit:cover;border-radius:8px;box-shadow:0 4px 8px #0003;transition:transform .2s ease}.cos-product-image:hover{transform:scale(1.02)}@media(max-width:768px){.cos-modal-content{max-width:95%;padding:15px}.cos-modal-body{padding:30px 15px 15px}.cos-left-content{gap:30px}.cos-title-image{max-height:60px}.cos-text-content p{font-size:16px}.cos-images-container{gap:15px}.cos-product-image{width:280px;height:230px}}@media(max-width:480px){.cos-modal-body{padding:30px 10px 15px}.cos-close-button{top:10px;left:10px;width:36px;height:36px;font-size:24px}.cos-title-image{max-height:50px}.cos-text-content p{font-size:15px;line-height:1.6;max-width:100%}.cos-left-content{gap:25px}.cos-images-container{gap:12px;flex-direction:column;align-items:center}.cos-product-image{width:100%;max-width:280px;height:230px}}@font-face{font-family:The Philadelphia Story;src:url(/The%20Philadelphia%20Story.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Clash Display,sans-serif;color:#fff}.main-page-container{background:linear-gradient(to bottom,#6b5d54,#e6e0e0);min-height:100vh}html{scroll-behavior:smooth}.script-title{font-family:The Philadelphia Story,Sacramento,Clash Display,cursive;font-weight:400;color:#fff;line-height:1.1;font-size:clamp(2.5rem,5vw,4rem);text-align:center}.script-name{font-family:The Philadelphia Story,Sacramento,Clash Display,cursive;font-weight:400;color:#fff;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1;display:inline-block;margin:0 12px;vertical-align:baseline}
