.gallery-grid{background:linear-gradient(#1a1a1a 0%,#2d2a24 100%);padding:80px 0;position:relative;overflow:hidden}.container{max-width:var(--container-width);z-index:2;margin:0 auto;padding:0 20px;position:relative}.gallery-grid:before{content:"📸";opacity:.03;pointer-events:none;color:#bc8c4c;font-size:180px;position:absolute;top:50px;left:50px;transform:rotate(-10deg)}.gallery-grid:after{content:"🍓";opacity:.03;pointer-events:none;color:#ff4d4d;font-size:200px;position:absolute;bottom:50px;right:50px;transform:rotate(15deg)}.section-header{text-align:center;margin-bottom:40px}.section-header h2{color:#fff!important}.section-title{font-size:clamp(2rem,5vw,3rem);font-family:var(--font-heading);margin-bottom:20px;display:inline-block;position:relative}.section-title:after{content:"";background:linear-gradient(90deg,#ff4d4d,#bc8c4c);border-radius:3px;width:80px;height:3px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.gold-text{color:#bc8c4c}.section-subtitle{color:#b0b0b0;max-width:600px;margin:0 auto;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6}.gallery-filters{flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:40px;display:flex}.filter-btn{cursor:pointer;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;align-items:center;gap:10px;min-height:50px;padding:14px 30px;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 5px 15px #0000004d}.filter-icon{justify-content:center;align-items:center;display:flex}.filter-icon svg{color:#bc8c4c;width:18px;height:18px}.filter-btn:hover{background:#bc8c4c1a;border-color:#bc8c4c;transform:translateY(-3px);box-shadow:0 8px 25px #bc8c4c33}.filter-btn.active{color:#1a1a1a;background:#bc8c4c;border-color:#bc8c4c;box-shadow:0 5px 20px #bc8c4c66}.filter-btn.active .filter-icon svg{color:#1a1a1a}.gallery-stats{flex-wrap:wrap;justify-content:center;gap:30px;margin-bottom:50px;display:flex}.stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:60px;align-items:center;gap:10px;padding:15px 30px;display:flex;box-shadow:0 5px 20px #0000004d}.stat-icon{color:#bc8c4c;width:24px;height:24px}.stat-value{color:#fff;font-size:1.5rem;font-weight:700;line-height:1}.stat-label{color:#b0b0b0;font-size:.9rem}.gallery-masonry{grid-template-columns:repeat(3,1fr);gap:25px;margin-bottom:50px;display:grid}.gallery-item{aspect-ratio:1;cursor:pointer;opacity:0;border:1px solid #ffffff0d;border-radius:20px;transition:all .4s;animation:.6s forwards fadeIn;position:relative;overflow:hidden;box-shadow:0 15px 30px #0006}.gallery-item:hover{border-color:#bc8c4c4d;transform:translateY(-8px);box-shadow:0 25px 45px #00000080}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.2,.9,.3,1)}.gallery-item:hover img{transform:scale(1.1)}.gallery-item-category{z-index:3;position:absolute;top:15px;left:15px}.category-icon{color:#bc8c4c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1a1a1acc;border:1px solid #bc8c4c4d;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000004d}.gallery-item:hover .category-icon{color:#1a1a1a;background:#bc8c4c;border-color:#0000;transform:rotate(360deg)scale(1.1)}.gallery-item-like{cursor:pointer;z-index:3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1a1a1acc;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex;position:absolute;top:15px;right:15px;box-shadow:0 4px 15px #0000004d}.gallery-item-like svg{color:#fff;width:20px;height:20px;transition:all .3s}.gallery-item-like.liked svg{color:#ff4d4d;fill:#ff4d4d;animation:.4s likePop}@keyframes likePop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.gallery-item-like:hover{background:#ff4d4d;border-color:#ff4d4d;transform:scale(1.1)}.gallery-item-like:hover svg{color:#fff}.gallery-item-overlay{opacity:0;color:#fff;z-index:2;background:linear-gradient(#0000 0%,#0009 50%,#000000f2 100%);flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:25px;transition:opacity .4s;display:flex;position:absolute;top:0;left:0}.gallery-item:hover .gallery-item-overlay{opacity:1}.gallery-item-title{color:#bc8c4c;margin-bottom:8px;font-size:1.2rem;font-weight:600;transition:transform .4s .1s;transform:translateY(20px)}.gallery-item-description{opacity:.9;color:#e0e0e0;margin-bottom:15px;font-size:.9rem;transition:transform .4s .2s;transform:translateY(20px)}.gallery-item:hover .gallery-item-title,.gallery-item:hover .gallery-item-description{transform:translateY(0)}.gallery-item-zoom{cursor:pointer;background:#bc8c4c;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .4s cubic-bezier(.2,.9,.3,1);display:flex;position:absolute;bottom:25px;right:25px;transform:scale(0)rotate(-90deg);box-shadow:0 4px 15px #bc8c4c66}.gallery-item-zoom svg{color:#1a1a1a;width:22px;height:22px}.gallery-item:hover .gallery-item-zoom{transform:scale(1)rotate(0)}.gallery-item-zoom:hover{background:#ff4d4d;transform:scale(1.1)rotate(90deg)!important}.gallery-item-zoom:hover svg{color:#fff}.gallery-action{text-align:center}.gallery-action .btn{color:#1a1a1a;cursor:pointer;background:#bc8c4c;border:none;border-radius:60px;align-items:center;gap:12px;min-height:60px;padding:16px 48px;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 10px 30px #bc8c4c4d}.gallery-action .btn:hover{background:#ff4d4d;transform:translateY(-3px);box-shadow:0 15px 40px #ff4d4d66}.btn-icon{width:20px;height:20px;transition:transform .3s}.gallery-action .btn:hover .btn-icon{transform:translateY(3px)}.gallery-modal{z-index:2000;background:#000000fa;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.3s modalFade;display:flex;position:fixed;top:0;left:0}@keyframes modalFade{0%{opacity:0}to{opacity:1}}.modal-content{background:#1a1a1a;border:1px solid #bc8c4c4d;border-radius:20px;width:100%;max-width:1000px;max-height:90vh;animation:.4s modalZoom;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000080}@keyframes modalZoom{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-close{color:#1a1a1a;cursor:pointer;z-index:10;background:#bc8c4c;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;transition:all .3s;display:flex;position:absolute;top:20px;right:20px;box-shadow:0 4px 15px #0000004d}.modal-close:hover{color:#fff;background:#ff4d4d;transform:rotate(90deg)}.modal-content img{object-fit:contain;width:100%;height:auto;max-height:70vh}.modal-info{background:#1a1a1a;border-top:1px solid #bc8c4c33;padding:25px}.modal-info h3{color:#bc8c4c;margin-bottom:10px;font-size:1.5rem}.modal-info p{color:#b0b0b0;line-height:1.6}@media (min-width:1025px){.gallery-masonry{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.gallery-grid{padding:60px 0}.gallery-masonry{grid-template-columns:repeat(2,1fr);gap:20px}.gallery-stats{gap:20px}.stat-item{padding:12px 25px}}@media (max-width:768px){.gallery-grid{padding:50px 0}.gallery-grid:before,.gallery-grid:after{opacity:.02;font-size:120px}.section-title{font-size:2rem}.section-subtitle{padding:0 20px;font-size:1rem}.gallery-filters{gap:10px;margin-bottom:30px}.filter-btn{background:#ffffff1a;min-height:44px;padding:12px 20px;font-size:.95rem}.filter-icon svg{width:16px;height:16px}.gallery-stats{flex-direction:column;align-items:center;gap:12px;margin-bottom:35px}.stat-item{background:#ffffff1a;justify-content:center;width:100%;max-width:280px}.gallery-masonry{grid-template-columns:1fr;gap:20px;max-width:450px;margin:0 auto 40px}.gallery-item{aspect-ratio:16/9}.category-icon,.gallery-item-like{background:#1a1a1ae6;width:44px;height:44px}.gallery-item-zoom{width:48px;height:48px}.gallery-item-title{font-size:1.1rem}.gallery-item-description{font-size:.85rem}.gallery-action .btn{min-height:56px;padding:14px 40px;font-size:1rem}.modal-content{max-height:95vh}.modal-close{width:44px;height:44px;font-size:1.5rem}.modal-info{padding:20px}.modal-info h3{font-size:1.2rem}}@media (max-width:480px){.gallery-grid{padding:40px 0}.section-title{font-size:1.8rem}.section-subtitle{font-size:.95rem}.filter-btn{padding:10px 16px;font-size:.85rem}.filter-name{display:none}.filter-icon svg{width:20px;height:20px}.stat-value{font-size:1.3rem}.stat-label{font-size:.85rem}.gallery-masonry{gap:15px}.gallery-item{aspect-ratio:1}.gallery-item-zoom{width:44px;height:44px}.gallery-item-zoom svg{width:18px;height:18px}.gallery-action .btn{padding:12px 35px;font-size:.95rem}}@media (max-width:360px){.section-title{font-size:1.5rem}.stat-item{padding:10px 20px}.stat-icon{width:20px;height:20px}.stat-value{font-size:1.2rem}}@media (max-width:850px) and (max-height:500px) and (orientation:landscape){.gallery-masonry{grid-template-columns:repeat(3,1fr)}.gallery-item{aspect-ratio:16/9}.modal-content img{max-height:60vh}}@media (hover:none) and (pointer:coarse){.gallery-item:hover,.gallery-item:hover img{transform:none}.gallery-item:hover .gallery-item-overlay{opacity:0}.gallery-item-zoom{opacity:.9;transform:scale(1)rotate(0)}.filter-btn:active{transform:scale(.95)}}@media (prefers-reduced-motion:reduce){.gallery-item,.gallery-item img,.gallery-item-like,.gallery-item-zoom,.filter-btn,.modal-content,.modal-close{transition:none;animation:none}.gallery-item:hover,.gallery-item:hover img{transform:none}}
.hero{isolation:isolate;cursor:default;width:100%;height:calc(100vh - 80px);min-height:700px;max-height:1080px;margin-top:80px;position:relative;overflow:hidden}.hero-decorations{pointer-events:none;z-index:1;position:absolute;inset:0}.decoration-circle{border-radius:50%;animation:20s ease-in-out infinite floatCircle;position:absolute}.circle-1{width:300px;height:300px;animation-delay:0s;top:-100px;right:-100px}.circle-2{border-color:#ffd7000d;width:200px;height:200px;animation-delay:-7s;bottom:50px;left:-50px}.circle-3{border-color:#ffd70014;width:150px;height:150px;animation-delay:-14s;top:30%;right:10%}@keyframes floatCircle{0%,to{transform:translate(0)scale(1)}25%{transform:translate(20px,-30px)scale(1.05)}50%{transform:translate(-10px,20px)scale(.95)}75%{transform:translate(30px,10px)scale(1.02)}}.hero-video-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-video{width:auto;min-width:100%;height:auto;min-height:100%;transform:translate(-50%,-50%)scale(calc(1 + var(--mouse-x,0)*.02))translate(calc(var(--mouse-x,0)*-20px),calc(var(--mouse-y,0)*-20px));object-fit:cover;will-change:transform;transition:transform .3s ease-out;position:absolute;top:50%;left:50%}.hero-video-background:before{content:"";z-index:-1;background:linear-gradient(135deg,#2d2a24 0%,#1a1a1a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.video-overlay{z-index:1;pointer-events:none;opacity:0;transition:opacity 1.2s;position:absolute;inset:0}.video-overlay.loaded{opacity:1}.overlay-gradient{background:linear-gradient(135deg,#000000b3 0%,#0000004d 30%,#0000001a 60%,#0006 100%);position:absolute;inset:0}.overlay-pattern{mix-blend-mode:overlay;background-image:radial-gradient(circle at 20%,#ffd7000d 0%,#0000 50%),radial-gradient(circle at 80% 80%,#ffd70008 0%,#0000 50%);position:absolute;inset:0}.video-control{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:30px;right:30px}.video-control:hover{background:#ffd7004d;border-color:gold;transform:scale(1.1);box-shadow:0 0 30px #ffd70033}.hero-content{z-index:2;align-items:center;height:100%;display:flex;position:relative}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 40px}.hero-text{max-width:700px}.hero-subtitle{letter-spacing:6px;text-transform:uppercase;color:gold;text-shadow:0 2px 10px #0000004d;align-items:center;gap:20px;margin-bottom:2rem;font-size:.9rem;font-weight:500;display:flex}.subtitle-line{background:linear-gradient(90deg,gold,#0000);flex:0 0 50px;height:2px}.subtitle-line:last-child{background:linear-gradient(90deg,#0000,gold)}.hero-title{letter-spacing:-.02em;color:#fff;text-shadow:0 4px 20px #0006;margin-bottom:1.5rem;font-family:Cormorant Garamond,Playfair Display,Georgia,serif;font-size:clamp(3.5rem,8vw,6rem);font-weight:400;line-height:1.05}.title-gradient{background:linear-gradient(135deg,#fff 0%,gold 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.title-secondary{color:#ffffffe6;-webkit-text-fill-color:#ffffffe6}.hero-description{color:#ffffffd9;text-shadow:0 2px 10px #0000004d;max-width:500px;margin-bottom:2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1rem,1.2vw,1.2rem);font-weight:300;line-height:1.8}.hero-buttons{flex-wrap:wrap;gap:1.5rem;display:flex}.btn{letter-spacing:2px;text-transform:uppercase;cursor:pointer;border:none;border-radius:0;justify-content:center;align-items:center;gap:.8rem;min-width:200px;padding:1.2rem 2.8rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.btn-icon{flex-shrink:0;width:18px;height:18px;transition:transform .3s}.btn-glow{background:radial-gradient(circle at var(--mouse-x,50%)var(--mouse-y,50%),#ffd70033,transparent 60%);opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.btn:hover .btn-glow{opacity:1}.btn-primary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#2d2a24e6;border:1px solid #ffd7004d}.btn-primary:before{content:"";background:#ffd70033;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-primary:hover:before{width:400px;height:400px}.btn-primary:hover{background:#2d2a24;border-color:gold;transform:translateY(-3px);box-shadow:0 8px 30px #0000004d,0 0 30px #ffd7001a}.btn-primary:hover .btn-icon{transform:scale(1.2)rotate(-5deg)}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff14;border:1px solid #ffd70066}.btn-secondary:before{content:"";background:#ffd70026;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-secondary:hover:before{width:400px;height:400px}.btn-secondary:hover{color:#1a1a1a;background:gold;border-color:gold;transform:translateY(-3px);box-shadow:0 8px 30px #ffd7004d}.btn-secondary:hover .btn-icon{transform:scale(1.2)rotate(5deg)}.hero-scroll-indicator{margin-top:3rem}.scroll-btn{color:#fff9;cursor:pointer;letter-spacing:2px;text-transform:uppercase;background:0 0;border:none;align-items:center;gap:12px;padding:10px 0;font-family:Inter,sans-serif;font-size:.8rem;transition:all .3s;display:flex}.scroll-btn:hover{color:gold;transform:translateY(-2px)}.scroll-icon{animation:2s ease-in-out infinite bounceDown}@keyframes bounceDown{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(8px)}}.hero-loader{z-index:10;background:#1a1a1a;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.loader-spinner{border:3px solid #ffd7001a;border-top-color:gold;border-radius:50%;width:60px;height:60px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.hero{min-height:600px;max-height:900px}.hero-text{max-width:600px}.hero-title{font-size:clamp(3rem,6vw,4.5rem)}.btn{min-width:170px;padding:1rem 2rem}}@media (max-width:768px){.hero{height:100vh;min-height:100vh;max-height:100vh;margin-top:70px;position:relative;overflow:hidden}.hero-video-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-video{object-fit:cover;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-overlay{z-index:1;pointer-events:none;position:absolute;inset:0}.overlay-gradient{background:#00000080;position:absolute;inset:0}.overlay-pattern,.hero-decorations{display:none}.video-control{z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffd70033;width:44px;height:44px;font-size:18px;bottom:20px;right:20px}.hero-content{z-index:2;justify-content:center;align-items:center;height:100%;padding:2rem 0;display:flex;position:relative}.container{max-width:100%;padding:0 20px}.hero-text{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:100%;padding:0;display:flex}.hero-subtitle{letter-spacing:4px;justify-content:center;gap:12px;margin-bottom:1.5rem;font-size:.75rem}.subtitle-line{flex:0 0 25px}.hero-title{text-align:center;width:100%;margin-bottom:1rem;font-size:clamp(2.5rem,10vw,3.5rem)}.hero-description{text-align:center;max-width:100%;margin-bottom:2rem;padding:0 1rem;font-size:.95rem;line-height:1.6}.hero-buttons{flex-flow:wrap;justify-content:center;gap:1rem;width:100%;max-width:400px}.btn{letter-spacing:1px;flex:1;gap:.6rem;min-width:140px;padding:.9rem 1.2rem;font-size:.8rem}.btn-primary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26}.btn-icon{width:16px;height:16px}.btn-primary:before,.btn-secondary:before,.btn-glow{display:none}.hero-scroll-indicator{margin-top:2rem}.scroll-btn{justify-content:center;font-size:.7rem}}@media (max-width:480px){.hero{height:100vh;min-height:100vh;max-height:100vh;margin-top:60px}.container{padding:0 16px}.hero-title{font-size:2rem}.hero-description{padding:0 .5rem;font-size:.85rem;line-height:1.5}.btn{min-width:120px;padding:.8rem 1rem;font-size:.75rem}.btn-icon{width:14px;height:14px}.video-control{width:40px;height:40px;font-size:16px;bottom:16px;right:16px}.hero-scroll-indicator{margin-top:1.5rem}.subtitle-line{flex:0 0 20px}}@media (max-width:360px){.hero-title{font-size:1.6rem}.hero-description{font-size:.8rem}.hero-buttons{flex-direction:column;gap:.8rem;max-width:280px}.btn{justify-content:center;min-width:100%;padding:.8rem}}@media (max-width:850px) and (max-height:500px) and (orientation:landscape){.hero{height:100vh;min-height:100vh;max-height:100vh}.hero-content{align-items:center;padding:1rem 0}.hero-text{padding:0 1rem}.hero-title{margin-bottom:.5rem;font-size:2.2rem}.hero-description{margin-bottom:1rem;padding:0;font-size:.8rem}.hero-subtitle{margin-bottom:1rem;font-size:.7rem}.hero-buttons{flex-direction:row;gap:.8rem}.btn{min-width:120px;padding:.6rem 1rem;font-size:.7rem}.hero-scroll-indicator{margin-top:1rem}.scroll-btn{font-size:.6rem}.video-control{width:36px;height:36px;font-size:14px;bottom:12px;right:12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.hero-text{animation:none}}@media (prefers-contrast:high){.hero-subtitle{color:gold}.btn-primary{background:#2d2a24;border-color:gold}.btn-secondary{background:0 0;border-color:gold}.btn-secondary:hover{color:#000;background:gold}}
:root{--container-width:1200px;--gold:#bc8c4c;--gold-dark:#a0753a;--gold-light:#d4a373;--gold-gradient:linear-gradient(135deg,#bc8c4c,#daa520);--red:#ff4d4d;--dark:#2d2a24;--white:#fff;--gray:#666;--light-gray:#f5f5f5;--font-heading:"Georgia",serif;--shadow-gold:0 10px 40px #bc8c4c33;--shadow-dark:0 8px 30px #0000001a}.interior-showcase{background:linear-gradient(#fff 0%,#faf6f1 100%);padding:100px 0 80px;position:relative;overflow:hidden}.interior-showcase:before{content:"";pointer-events:none;background:linear-gradient(#bc8c4c0d 0%,#0000 100%);height:400px;position:absolute;top:0;left:0;right:0}.interior-showcase:after{content:"🍫";opacity:.02;pointer-events:none;font-size:300px;position:absolute;bottom:0;right:0;transform:rotate(-15deg)translate(50px,50px)}.container{max-width:var(--container-width);z-index:2;margin:0 auto;padding:0 20px;position:relative}.section-header{text-align:center;margin-bottom:60px}.section-badge{color:var(--gold);letter-spacing:2px;background:#bc8c4c26;border:1px solid #bc8c4c33;border-radius:50px;margin-bottom:16px;padding:6px 20px;font-size:.8rem;font-weight:500;display:inline-block}.section-title{font-size:clamp(2.5rem,5vw,3.5rem);font-family:var(--font-heading);color:#2d2a24;margin-bottom:16px}.gold-text{color:var(--gold);position:relative}.section-subtitle{color:var(--gray);max-width:600px;margin:0 auto 24px;font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.8}.section-divider{justify-content:center;align-items:center;gap:16px;display:flex}.divider-line{background:var(--gold-gradient);opacity:.3;border-radius:2px;width:60px;height:2px}.divider-icon{font-size:1.5rem}.showcase-grid{grid-template-columns:1fr 1fr;gap:50px;margin-top:40px;display:grid}.interior-column{position:relative}.interior-main{box-shadow:var(--shadow-dark);cursor:pointer;background:#f5f5f5;border-radius:24px;margin-bottom:20px;position:relative;overflow:hidden}.interior-main-image{object-fit:cover;-webkit-user-select:none;user-select:none;width:100%;height:500px;transition:transform .6s cubic-bezier(.2,.9,.3,1);display:block}.interior-main-image.zoomed{cursor:zoom-out;transform:scale(1.8)}.interior-progress{z-index:5;gap:8px;display:flex;position:absolute;bottom:100px;left:50%;transform:translate(-50%)}.progress-dot{cursor:pointer;background:#fff6;border-radius:50%;width:8px;height:8px;transition:all .3s}.progress-dot.active{background:var(--gold);border-radius:4px;width:24px}.interior-controls{z-index:5;gap:10px;display:flex;position:absolute;top:20px;right:20px}.interior-zoom-btn,.interior-autoplay-btn{cursor:pointer;color:#2d2a24;-webkit-backdrop-filter:blur(5px);background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;transition:all .3s;display:flex;box-shadow:0 2px 10px #0000001a}.interior-zoom-btn:hover,.interior-autoplay-btn:hover{background:var(--gold);color:#fff;transform:scale(1.1)}.interior-nav{cursor:pointer;color:#2d2a24;z-index:5;-webkit-backdrop-filter:blur(5px);background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #0000001a}.interior-nav svg{width:24px;height:24px}.interior-nav.prev{left:16px}.interior-nav.next{right:16px}.interior-nav:hover{background:var(--gold);color:#fff;transform:translateY(-50%)scale(1.1)}.interior-caption{color:#fff;background:linear-gradient(#0000 0%,#2d2a24b3 50%,#2d2a24f2 100%);align-items:center;gap:16px;padding:30px 30px 25px;display:flex;position:absolute;bottom:0;left:0;right:0}.interior-caption-icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex;box-shadow:0 4px 15px #0000004d}.interior-caption-text h3{color:#fff;margin-bottom:4px;font-size:1.3rem;font-weight:600}.interior-caption-text p{opacity:.8;color:#f0f0f0;margin:0;font-size:.9rem}.interior-thumbnails{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.thumbnail{cursor:pointer;opacity:.6;border:none;border-radius:12px;height:100px;padding:0;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 10px #0000000d}.thumbnail img{object-fit:cover;width:100%;height:100%;display:block}.thumbnail:hover{opacity:.8;transform:translateY(-3px);box-shadow:0 6px 15px #bc8c4c33}.thumbnail.active{opacity:1;border:3px solid var(--gold);transform:scale(1.02);box-shadow:0 4px 15px #bc8c4c4d}.thumbnail-active-indicator{border:3px solid var(--gold);pointer-events:none;border-radius:10px;position:absolute;inset:0}.boxes-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:30px;display:flex}.boxes-title{font-size:2rem;font-family:var(--font-heading);color:#2d2a24;margin:0}.boxes-subtitle{color:var(--gray);margin:4px 0 0;font-size:.9rem}.boxes-stats{gap:12px;display:flex}.boxes-stats-item{color:#2d2a24;background:#f0f0f0;border-radius:30px;align-items:center;gap:6px;padding:8px 16px;font-size:.9rem;font-weight:600;display:flex}.stats-icon{width:18px;height:18px;color:var(--gold)}.boxes-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.box-card{background:#fff;border:1px solid #bc8c4c0d;border-radius:20px;transition:all .4s cubic-bezier(.2,.9,.3,1);position:relative;overflow:hidden;box-shadow:0 5px 15px #0000000d}.box-card:hover{box-shadow:var(--shadow-gold);border-color:#bc8c4c33}.box-card-badges{z-index:3;flex-direction:column;gap:6px;display:flex;position:absolute;top:12px;left:12px}.box-card-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:30px;align-items:center;gap:4px;padding:4px 14px;font-size:.7rem;font-weight:700;display:flex;box-shadow:0 4px 10px #0003}.box-card-badge.new{background:linear-gradient(135deg,#2ed573,#26de81)}.badge-icon{width:12px;height:12px}.box-card-image{background:#f5f5f5;height:200px;position:relative;overflow:hidden}.box-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,.9,.3,1);display:block}.box-card:hover .box-card-image img{transform:scale(1.1)}.box-card-overlay{-webkit-backdrop-filter:blur(4px);opacity:0;background:#0006;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.overlay-text{color:#fff;border:2px solid #ffffff80;border-radius:30px;padding:10px 24px;font-size:.9rem;font-weight:600;transition:all .3s;transform:translateY(10px)}.box-card:hover .overlay-text{transform:translateY(0)}.box-card-like{cursor:pointer;z-index:4;-webkit-backdrop-filter:blur(5px);background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 10px #0000001a}.box-card-like svg{color:#2d2a24;width:18px;height:18px;transition:all .3s}.box-card-like svg.liked{color:#ff4757;fill:#ff4757}.box-card-like:hover{background:#ff4757;transform:scale(1.1)}.box-card-like:hover svg{color:#fff}.box-card-icons{z-index:4;position:absolute;bottom:12px;left:12px}.box-icon{background:var(--gold-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex;box-shadow:0 4px 10px #0003}.box-card-info{padding:16px 18px 18px}.box-card-name{color:#2d2a24;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0 0 12px;font-size:1.05rem;font-weight:600;display:-webkit-box;overflow:hidden}.box-card-footer{border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding-top:12px;display:flex}.box-card-price-section{align-items:center;gap:4px;display:flex}.price-icon{width:16px;height:16px;color:var(--gold)}.box-card-price{color:var(--red);font-size:1rem;font-weight:700}.box-card-cart{background:var(--gold-gradient);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.2,.9,.3,1);display:flex;box-shadow:0 4px 15px #bc8c4c4d}.box-card-cart:hover{transform:scale(1.05);box-shadow:0 6px 20px #bc8c4c66}.box-card-cart.added{background:#2ed573;box-shadow:0 4px 15px #2ed57366}.cart-icon{color:#1a1a1a;width:20px;height:20px}.box-card-cart.added .cart-icon{color:#fff}.box-card-cart span{color:#fff;font-size:1.2rem;font-weight:700}@media (min-width:1025px){.showcase-grid{grid-template-columns:1fr 1fr}}@media (max-width:1024px){.interior-showcase{padding:60px 0}.showcase-grid{grid-template-columns:1fr;gap:50px;margin-top:30px}.interior-main-image{height:400px}.boxes-grid{max-width:600px;margin:0 auto}}@media (max-width:768px){.interior-showcase{padding:50px 0 40px}.container{padding:0 15px}.interior-showcase:after{opacity:.015;font-size:150px}.section-header{margin-bottom:35px}.section-title{font-size:2rem}.section-subtitle{padding:0 10px;font-size:.95rem}.section-divider{gap:12px}.divider-line{width:40px}.showcase-grid{gap:40px}.interior-main-image{height:320px}.interior-nav{width:40px;height:40px}.interior-nav svg{width:20px;height:20px}.interior-nav.prev{left:10px}.interior-nav.next{right:10px}.interior-controls{gap:8px;top:12px;right:12px}.interior-zoom-btn,.interior-autoplay-btn{width:38px;height:38px;font-size:.9rem}.interior-caption{gap:12px;padding:20px}.interior-caption-icon{width:40px;height:40px;font-size:1.2rem}.interior-caption-text h3{font-size:1.1rem}.interior-caption-text p{font-size:.85rem}.interior-progress{gap:6px;bottom:80px}.progress-dot{width:6px;height:6px}.progress-dot.active{width:20px}.thumbnail{height:80px}.boxes-header{flex-direction:column;align-items:stretch;gap:12px}.boxes-title{font-size:1.6rem}.boxes-stats{gap:10px}.boxes-stats-item{padding:6px 14px;font-size:.85rem}.boxes-grid{grid-template-columns:1fr 1fr;gap:15px;max-width:100%}.box-card-image{height:160px}.box-card-name{font-size:.95rem}.box-card-price{font-size:.9rem}.box-card-cart{width:40px;height:40px}.cart-icon{width:18px;height:18px}.box-card-like{width:36px;height:36px}.box-card-like svg{width:16px;height:16px}.box-icon{width:36px;height:36px;font-size:1rem}.box-card-badge{padding:3px 10px;font-size:.6rem}}@media (max-width:480px){.interior-showcase{padding:40px 0 30px}.container{padding:0 12px}.section-title{font-size:1.6rem}.section-subtitle{font-size:.85rem}.interior-main-image{height:280px}.interior-caption{gap:10px;padding:16px}.interior-caption-icon{width:36px;height:36px;font-size:1rem}.interior-caption-text h3{font-size:1rem}.interior-caption-text p{font-size:.8rem}.interior-nav{width:36px;height:36px}.interior-nav svg{width:18px;height:18px}.interior-zoom-btn,.interior-autoplay-btn{width:34px;height:34px;font-size:.8rem}.interior-progress{bottom:70px}.thumbnail{height:70px}.boxes-grid{grid-template-columns:1fr;gap:15px;max-width:340px;margin:0 auto}.box-card-image{height:180px}.box-card-name{font-size:1rem}.box-card-price{font-size:.95rem}.box-card-cart{width:44px;height:44px}.box-card-info{padding:14px}.box-card-footer{padding-top:10px}}@media (max-width:360px){.container{padding:0 8px}.section-title{font-size:1.4rem}.interior-main-image{height:240px}.interior-caption{padding:14px}.interior-caption-icon{width:32px;height:32px;font-size:.9rem}.interior-caption-text h3{font-size:.9rem}.interior-caption-text p{font-size:.75rem}.thumbnail{height:60px}.boxes-grid{max-width:300px}.box-card-image{height:160px}}@media (max-width:850px) and (max-height:500px) and (orientation:landscape){.interior-showcase{padding:30px 0}.showcase-grid{gap:30px;margin-top:20px}.interior-main-image{height:280px}.interior-thumbnails{gap:10px}.thumbnail{height:70px}.boxes-grid{grid-template-columns:repeat(2,1fr);gap:12px}.box-card-image{height:140px}.box-card-info{padding:12px}.box-card-name{margin-bottom:8px;font-size:.9rem}.section-header{margin-bottom:25px}}@media (hover:none) and (pointer:coarse){.interior-main:hover .interior-main-image:not(.zoomed),.box-card:hover,.box-card:hover .box-card-image img{transform:none}.box-card-overlay{display:none}.interior-nav:hover{color:#2d2a24;background:#fffffff2}.box-card-like:active,.box-card-cart:active{transform:scale(.9)}.thumbnail:active{transform:scale(.95)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.interior-main-image,.box-card-image img,.box-card,.interior-nav,.interior-zoom-btn,.box-card-like,.box-card-cart{transition:none!important}.interior-main:hover .interior-main-image:not(.zoomed),.box-card:hover{transform:none!important}}@media (prefers-contrast:high){.box-card{border:2px solid var(--gold)}.box-card-badge{color:#000!important;background:gold!important}.box-card-cart{color:#000;background:gold}.box-card-price{color:red}.thumbnail.active{border:3px solid gold}}button:focus-visible,a:focus-visible{outline-offset:2px;outline:3px solid gold}
