.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;background:linear-gradient(135deg,#2d2a24 0%,#1a1a1a 100%);width:100%;height:calc(100vh - 80px);min-height:600px;max-height:1080px;margin-top:80px;position:relative;overflow:hidden}.hero-video-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-video{object-fit:cover;opacity:1;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-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;background:linear-gradient(90deg,#0006 0%,#0003 50%,#0000001a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.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 20px}.hero-text{max-width:700px;animation:.6s ease-out fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{letter-spacing:6px;text-transform:uppercase;color:gold;text-shadow:0 1px 5px #0003;margin-bottom:1.5rem;font-size:.95rem;font-weight:500;display:inline-block;position:relative}.hero-subtitle:before{content:"";background:gold;width:60px;height:2px;position:absolute;bottom:-10px;left:0}.hero-title{letter-spacing:-.02em;color:#fff;text-rendering:optimizeLegibility;text-shadow:0 2px 10px #0000004d;margin-bottom:1.5rem;font-family:Cormorant Garamond,Playfair Display,Georgia,serif;font-size:clamp(3rem,6vw,5.5rem);font-weight:400;line-height:1.1}.hero-description{color:#ffffffe6;text-shadow:0 1px 5px #0003;max-width:500px;margin-bottom:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:300;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:1.2rem;display:flex}.btn{letter-spacing:2px;text-transform:uppercase;cursor:pointer;border:none;border-radius:0;justify-content:center;align-items:center;gap:.8rem;padding:1.1rem 2.8rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.2,.9,.3,1);display:inline-flex;position:relative;overflow:hidden}.btn-icon{width:18px;height:18px;transition:transform .3s}.btn-primary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#2d2a24e6;border:1px solid #ffd7004d}.btn-primary:before{content:"";background:#ffd7004d;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:300px;height:300px}.btn-primary:hover{background:#2d2a24;border-color:gold;transform:translateY(-2px)}.btn-primary:hover .btn-icon{transform:scale(1.1)}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff1a;border:1px solid #ffd70080}.btn-secondary: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-secondary:hover:before{width:300px;height:300px}.btn-secondary:hover{color:#2d2a24;background:gold;border-color:gold;transform:translateY(-2px)}.btn-secondary:hover .btn-icon{transform:scale(1.1)}@media (max-width:1024px){.hero{max-height:900px}.hero-text{max-width:600px}.hero-title{font-size:clamp(2.5rem,5vw,4rem)}.btn{padding:1rem 2.2rem}}@media (max-width:768px){.hero{height:auto;min-height:100vh;margin-top:70px}.hero-video-background{width:100%;height:100%;position:absolute;top:0;left:0}.hero-video{object-fit:cover;width:100%;height:100%}.video-overlay{background:linear-gradient(#0003 0%,#0006 60%,#000000b3 100%)}.hero-content{justify-content:center;align-items:center;padding:0}.hero-text{text-align:center;background:0 0;flex-direction:column;align-items:center;max-width:100%;margin:0 auto;padding:2rem 1.5rem;display:flex}.hero-subtitle{letter-spacing:4px;text-align:center;font-size:.85rem}.hero-subtitle:before{width:40px;left:50%;transform:translate(-50%)}.hero-title{text-align:center;margin-bottom:1rem;font-size:clamp(2rem,8vw,3rem)}.hero-description{text-align:center;max-width:100%;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:.95rem;line-height:1.5}.hero-buttons{justify-content:center;gap:1rem;width:100%;max-width:400px}.btn{letter-spacing:1px;flex:1;gap:.5rem;min-width:140px;padding:.9rem 1rem;font-size:.85rem}.btn-primary{background:#000c}.btn-secondary{background:#fff3}.btn-icon{width:16px;height:16px}}@media (max-width:480px){.hero-content{align-items:center}.hero-text{padding:1.5rem 1rem}.hero-title{font-size:1.8rem}.hero-description{font-size:.9rem}.btn{min-width:120px;padding:.8rem;font-size:.8rem}.btn-icon{width:14px;height:14px}.video-overlay{background:linear-gradient(#0000004d 0%,#00000080 50%,#000c 100%)}}@media (max-width:360px){.hero-title{font-size:1.6rem}.hero-description{font-size:.85rem}.btn{min-width:100%}.hero-buttons{flex-direction:column;gap:.8rem;max-width:280px}}@media (max-width:850px) and (max-height:500px) and (orientation:landscape){.hero{height:auto;min-height:100vh}.hero-content{align-items:center;padding:2rem 0}.hero-text{text-align:center;padding:1rem}.hero-subtitle:before{left:50%;transform:translate(-50%)}.hero-buttons{justify-content:center}.btn{min-width:140px}}@media (prefers-reduced-motion:reduce){.hero-text{animation:none}}
.interior-showcase{background:linear-gradient(135deg,#fff 0%,#faf6f1 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}.interior-showcase:before{content:"";pointer-events:none;background:linear-gradient(135deg,#d4af370d 0%,#0000 50%);height:300px;position:absolute;top:0;left:0;right:0}.interior-showcase:after{content:"🍫";opacity:.03;pointer-events:none;font-size:150px;position:absolute;bottom:50px;right:50px;transform:rotate(-15deg)}.section-header{text-align:center;margin-bottom:50px}.section-header h2{color:#2d2a24!important}.section-title{font-size:clamp(2rem,5vw,3rem);font-family:var(--font-heading);margin-bottom:20px;display:inline-block;position:relative;color:#2d2a24!important}.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;display:inline-block;position:relative}.section-subtitle{color:#666;max-width:600px;margin:0 auto;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6}.showcase-grid{grid-template-columns:1fr 1fr;gap:40px;margin-top:50px;display:grid}.interior-column{position:relative}.interior-main{cursor:pointer;border-radius:24px;margin-bottom:20px;position:relative;overflow:hidden;box-shadow:0 15px 30px #0000001a}.interior-main-image{object-fit:cover;width:100%;height:450px;transition:transform .6s cubic-bezier(.2,.9,.3,1)}.interior-main-image.zoomed{cursor:zoom-out;transform:scale(1.5)}.interior-main:hover .interior-main-image:not(.zoomed){transform:scale(1.05)}.interior-zoom-btn{cursor:pointer;color:#2d2a24;z-index:5;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:20px;right:20px;box-shadow:0 2px 10px #0000001a}.interior-zoom-btn svg{width:20px;height:20px}.interior-zoom-btn:hover{color:#fff;background:#bc8c4c;transform:scale(1.1)}.interior-nav{cursor:pointer;color:#2d2a24;z-index:5;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;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:20px}.interior-nav.next{right:20px}.interior-nav:hover{color:#fff;background:#bc8c4c;transform:translateY(-50%)scale(1.1)}.interior-caption{color:#fff;background:linear-gradient(#0000 0%,#2d2a24b3 50%,#2d2a24f2 100%);align-items:center;gap:15px;padding:30px;transition:transform .3s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(0)}.interior-caption-icon{color:#2d2a24;background:#bc8c4c;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex;box-shadow:0 4px 15px #bc8c4c66}.interior-caption-text h3{color:#bc8c4c;margin-bottom:5px;font-size:1.3rem}.interior-caption-text p{opacity:.9;color:#f0f0f0;font-size:.95rem}.interior-thumbnails{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.thumbnail{cursor:pointer;opacity:.7;border:none;border-radius:12px;height:90px;padding:0;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 10px #0000000d}.thumbnail img{object-fit:cover;width:100%;height:100%}.thumbnail:hover{opacity:.9;transform:translateY(-3px);box-shadow:0 6px 15px #bc8c4c33}.thumbnail.active{opacity:1;border:3px solid #bc8c4c;transform:scale(1.02);box-shadow:0 4px 15px #bc8c4c4d}.boxes-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;margin-bottom:30px;display:flex}.boxes-title{font-size:2rem;font-family:var(--font-heading);color:#2d2a24;padding-bottom:10px;position:relative}.boxes-title:after{content:"";background:#bc8c4c;border-radius:3px;width:60px;height:3px;position:absolute;bottom:0;left:0}.boxes-stats{gap:15px;display:flex}.boxes-stats-item{color:#2d2a24;background:#f0f0f0;border-radius:30px;align-items:center;gap:6px;padding:8px 15px;font-size:.95rem;font-weight:600;display:flex}.stats-icon{color:#bc8c4c;width:18px;height:18px}.boxes-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.box-card{background:#fff;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{transform:translateY(-8px);box-shadow:0 15px 30px #0000001a}.box-card-badge{color:#2d2a24;z-index:3;text-transform:uppercase;letter-spacing:.5px;background:#bc8c4c;border-radius:30px;padding:5px 15px;font-size:.8rem;font-weight:700;position:absolute;top:15px;left:15px;box-shadow:0 4px 10px #bc8c4c4d}.box-card-image{background:#f5f5f5;height:180px;position:relative;overflow:hidden}.box-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,.9,.3,1)}.box-card:hover .box-card-image img{transform:scale(1.15)}.box-card-like,.box-card-quick{cursor:pointer;z-index:4;-webkit-backdrop-filter:blur(5px);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;box-shadow:0 2px 10px #0000001a}.box-card-like{top:15px;right:15px}.box-card-quick{bottom:15px;right:15px}.box-card-like svg,.box-card-quick svg{color:#2d2a24;width:18px;height:18px}.box-card-like svg.liked{color:#ff4d4d;fill:#ff4d4d}.box-card-like:hover,.box-card-quick:hover{background:#bc8c4c;transform:scale(1.1)}.box-card-like:hover svg,.box-card-quick:hover svg{color:#fff}.box-card-icons{z-index:4;position:absolute;bottom:15px;left:15px}.box-icon{color:#2d2a24;background:#bc8c4c;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:18px}.box-card-name{color:#2d2a24;margin-bottom:12px;font-size:1.1rem;font-weight:600}.box-card-details{gap:12px;margin-bottom:15px;display:flex}.box-card-detail{color:#666;background:#f5f5f5;border-radius:20px;padding:4px 10px;font-size:.8rem}.box-card-footer{border-top:1px solid #eee;justify-content:space-between;align-items:center;padding-top:15px;display:flex}.box-card-price-section{align-items:center;gap:5px;display:flex}.price-icon{color:#bc8c4c;width:16px;height:16px}.box-card-price{color:#ff4d4d;font-size:1rem;font-weight:700}.box-card-cart{cursor:pointer;color:#fff;background:#ff4d4d;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.box-card-cart:hover{color:#2d2a24;background:#bc8c4c;transform:rotate(90deg)scale(1.1)}.cart-icon{width:18px;height:18px}@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:40px}.interior-main-image{height:400px}.boxes-grid{max-width:600px;margin:0 auto}}@media (max-width:768px){.interior-showcase{padding:50px 0}.interior-showcase:after{font-size:100px;bottom:30px;right:30px}.section-header{margin-bottom:35px}.section-title{font-size:2rem}.section-subtitle{padding:0 20px;font-size:1rem}.interior-main-image{height:300px}.interior-caption{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-nav{width:40px;height:40px}.interior-nav svg{width:20px;height:20px}.interior-zoom-btn{width:40px;height:40px;top:15px;right:15px}.thumbnail{height:70px}.boxes-header{flex-direction:column;align-items:flex-start;gap:10px}.boxes-title{font-size:1.8rem}.boxes-grid{grid-template-columns:1fr;gap:20px;max-width:400px}.box-card-image{height:200px}.box-card-name{font-size:1.2rem}.box-card-price{font-size:1.1rem}.box-card-like,.box-card-quick{width:44px;height:44px}.box-card-like svg,.box-card-quick svg{width:20px;height:20px}.box-card-cart{width:44px;height:44px}.cart-icon{width:20px;height:20px}}@media (max-width:480px){.interior-showcase{padding:40px 0}.interior-showcase:after{opacity:.02;font-size:80px;bottom:20px;right:20px}.section-title{font-size:1.8rem}.section-subtitle{padding:0 15px;font-size:.95rem}.interior-main-image{height:250px}.interior-caption{gap:10px;padding:15px}.interior-caption-icon{width:35px;height:35px;font-size:1rem}.interior-caption-text h3{font-size:1rem}.interior-caption-text p{font-size:.8rem}.interior-nav{width:36px;height:36px}.interior-thumbnails{gap:10px}.thumbnail{height:60px}.boxes-title{font-size:1.5rem}.boxes-grid{gap:15px}.box-card-image{height:180px}.box-card-name{font-size:1.1rem}.box-card-detail{font-size:.75rem}.box-card-price{font-size:1rem}}@media (max-width:360px){.section-title{font-size:1.5rem}.interior-main-image{height:200px}.interior-caption{padding:12px}.interior-caption-icon{width:30px;height:30px;font-size:.9rem}.interior-caption-text h3{font-size:.9rem}.interior-caption-text p{font-size:.75rem}.thumbnail{height:50px}.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}.interior-main-image{height:250px}.boxes-grid{grid-template-columns:repeat(2,1fr)}.box-card-image{height:150px}}@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}.interior-nav:hover{color:#2d2a24;background:#fffffff2;transform:translateY(-50%)}.box-card-like:active,.box-card-quick:active,.box-card-cart:active{transform:scale(.9)}}@media (prefers-reduced-motion:reduce){.interior-main-image,.box-card-image img,.box-card,.interior-nav,.interior-zoom-btn,.box-card-like,.box-card-quick,.box-card-cart{transition:none;animation:none}.interior-main:hover .interior-main-image:not(.zoomed),.box-card:hover{transform:none}}.box-card-cart{cursor:pointer;background:linear-gradient(135deg,#bc8c4c 0%,gold 100%);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;position:relative;overflow:hidden}.box-card-cart:before{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.box-card-cart:hover:before{width:100px;height:100px}.box-card-cart:hover{transform:scale(1.05);box-shadow:0 5px 15px #bc8c4c66}.box-card-cart.added{background:#4caf50;animation:.5s cartSuccess}.cart-icon{color:#1a1a1a;width:20px;height:20px;transition:all .3s}.box-card-cart:hover .cart-icon{transform:scale(1.1)}.box-card-cart.added .cart-icon{color:#fff}.cart-check{font-size:1.2rem;animation:.3s checkMark;position:absolute}@keyframes cartSuccess{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes checkMark{0%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}
