@charset "UTF-8";.about-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(max-width:1199px){.about-hero{min-height:90vh}}@media(max-width:991px){.about-hero{min-height:85vh}}@media(max-width:767px){.about-hero{min-height:80vh}}@media(max-width:575px){.about-hero{min-height:100vh}}.about-hero__slides{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.about-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1.5s ease-in-out;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#3e3e3e;background-image:linear-gradient(135deg,#3e3e3e,#646464)}.about-hero__slide.active{opacity:1;z-index:1}.about-hero__slide:nth-child(1){background-image:linear-gradient(135deg,#3e3e3e,#764d32)}.about-hero__slide:nth-child(2){background-image:linear-gradient(135deg,#64412a,#3e3e3e)}.about-hero__slide:nth-child(3){background-image:linear-gradient(135deg,#3e3e3e,#865829)}.about-hero__slide:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#3e3e3ed9,#3e3e3eb3,#3e3e3ed9);z-index:1}@media(max-width:767px){.about-hero__slide:before{background:linear-gradient(180deg,#3e3e3ecc,#3e3e3ebf)}}.about-hero__slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="60" height="60" patternUnits="userSpaceOnUse"><path d="M 60 0 L 0 0 0 60" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="60" height="60" fill="url(%23grid)"/></svg>');opacity:.5;z-index:2}@media(max-width:575px){.about-hero__slide:after{opacity:.3}}.about-hero__container{max-width:1280px;margin:0 auto;width:100%;position:relative;z-index:10;padding:4rem 2rem;text-align:center}@media(max-width:1199px){.about-hero__container{padding:3rem 1.5rem}}@media(max-width:991px){.about-hero__container{padding:2rem 1.5rem}}@media(max-width:767px){.about-hero__container{padding:2rem 1rem}}@media(max-width:575px){.about-hero__container{padding:1.5rem 1rem}}.about-hero__content{max-width:1000px;margin:0 auto;animation:fadeInUp 1s ease-out}@media(max-width:767px){.about-hero__content{max-width:100%}}.about-hero__badge{display:inline-block;padding:.75rem 1.75rem;background:#b87d5626;border:2px solid rgba(184,125,86,.6);color:#b87d56;border-radius:8px;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:2.5px;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}@media(max-width:991px){.about-hero__badge{font-size:.875rem;padding:.625rem 1.5rem;letter-spacing:2px;margin-bottom:1.5rem}}@media(max-width:767px){.about-hero__badge{font-size:.875rem;padding:.5rem 1.25rem;letter-spacing:1.5px}}@media(max-width:575px){.about-hero__badge{font-size:.688rem;padding:.5rem 1rem;letter-spacing:1px;margin-bottom:1rem;border-width:1.5px}}.about-hero__badge:hover{background:#b87d5640;border-color:#b87d56;transform:translateY(-2px)}.about-hero__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,6vw,4.5rem);font-weight:700;color:#fff;line-height:1.15;margin-bottom:2rem;letter-spacing:-.02em}@media(max-width:1199px){.about-hero__title{font-size:clamp(1.875rem,5.5vw,4rem);margin-bottom:1.5rem}}@media(max-width:991px){.about-hero__title{font-size:clamp(1.75rem,5vw,3.5rem)}}@media(max-width:767px){.about-hero__title{font-size:clamp(1.625rem,6vw,2.75rem);line-height:1.25;margin-bottom:1.5rem}}@media(max-width:575px){.about-hero__title{font-size:clamp(1.5rem,7vw,2.25rem);line-height:1.3;margin-bottom:1rem}}.about-hero__title span{display:inline-block;background:linear-gradient(135deg,#b87d56,#d4a574);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;position:relative}.about-hero__title span:after{content:"";position:absolute;bottom:-.25rem;left:0;width:100%;height:4px;background:linear-gradient(90deg,#b87d56,#d4a574);border-radius:2px;opacity:.6}@media(max-width:767px){.about-hero__title span:after{height:3px;bottom:-.15rem}}@media(max-width:575px){.about-hero__title span:after{height:2px;bottom:-.1rem}}.about-hero__subtitle{font-size:clamp(1.125rem,2vw,1.5rem);color:#fffffff2;line-height:1.75;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto;font-weight:400}@media(max-width:1199px){.about-hero__subtitle{margin-bottom:3rem;max-width:700px}}@media(max-width:991px){.about-hero__subtitle{font-size:clamp(1rem,1.8vw,1.25rem);margin-bottom:2rem}}@media(max-width:767px){.about-hero__subtitle{font-size:clamp(1rem,3.5vw,1.125rem);line-height:1.65;margin-bottom:2rem;max-width:100%}}@media(max-width:575px){.about-hero__subtitle{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}}.about-hero__cta{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:3rem}@media(max-width:767px){.about-hero__cta{gap:1rem;margin-bottom:2rem}}@media(max-width:575px){.about-hero__cta{flex-direction:column;gap:1rem;width:100%;margin-bottom:1.5rem}}.about-hero__btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border:none;border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.about-hero__btn:disabled{opacity:.5;cursor:not-allowed}.about-hero__btn{padding:1.5rem 4rem;font-size:1.125rem;min-width:200px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:1rem;text-shadow:none!important}.about-hero__btn svg{width:20px;height:20px;fill:currentColor;transition:transform .3s ease}.about-hero__btn:hover svg{transform:translate(4px)}@media(max-width:767px){.about-hero__btn{padding:1rem 2rem}}@media(max-width:575px){.about-hero__btn{min-width:auto;width:100%;padding:1rem 1.5rem;font-size:1rem}.about-hero__btn svg{width:16px;height:16px}}.about-hero__btn--primary{background:linear-gradient(135deg,#b87d56,#d4a574);color:#fff!important;border:2px solid transparent;box-shadow:0 6px 24px #b87d5666}.about-hero__btn--primary:hover{background:linear-gradient(135deg,#d4a574,#b87d56);transform:translateY(-3px);box-shadow:0 10px 32px #d4a57480}.about-hero__btn--outline{background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff!important;border:2px solid rgba(255,255,255,.6)}.about-hero__btn--outline:hover{background-color:#fff;color:#3e3e3e!important;border-color:#fff;transform:translateY(-3px)}.about-hero__controls{position:absolute;bottom:4rem;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:1rem;align-items:center}@media(max-width:991px){.about-hero__controls{bottom:3rem}}@media(max-width:767px){.about-hero__controls{bottom:2rem}}@media(max-width:575px){.about-hero__controls{bottom:1.5rem;gap:.5rem}}.about-hero__dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;border:2px solid transparent;cursor:pointer;transition:all .3s ease}@media(max-width:767px){.about-hero__dot{width:10px;height:10px}}@media(max-width:575px){.about-hero__dot{width:8px;height:8px}}.about-hero__dot:hover{background:#ffffff80;transform:scale(1.2)}.about-hero__dot.active{background:#b87d56;border-color:#ffffff4d;width:40px;border-radius:10px}@media(max-width:767px){.about-hero__dot.active{width:30px}}@media(max-width:575px){.about-hero__dot.active{width:24px}}.about-hero__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:50px;height:50px;border-radius:50%;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff}@media(max-width:991px){.about-hero__nav{width:44px;height:44px}}@media(max-width:767px){.about-hero__nav{width:40px;height:40px}}@media(max-width:575px){.about-hero__nav{display:none}}.about-hero__nav:hover{background:#b87d564d;border-color:#b87d56;transform:translateY(-50%) scale(1.1)}.about-hero__nav--prev{left:2rem}@media(max-width:991px){.about-hero__nav--prev{left:1.5rem}}.about-hero__nav--next{right:2rem}@media(max-width:991px){.about-hero__nav--next{right:1.5rem}}.about-hero__nav svg{width:20px;height:20px;fill:currentColor}@media(max-width:767px){.about-hero__nav svg{width:18px;height:18px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.journey{padding:6rem 0}@media(max-width:767px){.journey{padding:4rem 0}}.journey{background-color:#f8f8f8}.journey__container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.journey__container{padding:0 1rem}}.journey__header{text-align:center;max-width:800px;margin:0 auto 6rem}@media(min-width:768px)and (max-width:991px){.journey__header{margin-bottom:4rem}}@media(max-width:767px){.journey__header{margin-bottom:4rem}}.journey__badge{display:inline-block;padding:.5rem 1.5rem;background-color:#b87d561a;color:#b87d56;border-radius:8px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.journey__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#3e3e3e;line-height:1.2;margin-bottom:1.5rem}.journey__title span{color:#b87d56}.journey__subtitle{font-size:1.125rem;color:#666;line-height:1.6}.journey__timeline{position:relative;max-width:1000px;margin:0 auto}.journey__timeline:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#b87d56,#d4a574);animation:shimmer-line 4s linear infinite}@media(max-width:767px){.journey__timeline:before{left:15px;width:2px}}.journey__timeline:after{content:"";position:absolute;left:28px;top:0;bottom:0;width:7px;background:linear-gradient(to bottom,#b87d564d,#d4a5744d);filter:blur(8px);animation:glow-line 4s ease-in-out infinite}@media(max-width:767px){.journey__timeline:after{left:13.5px;width:5px}}.journey__item{position:relative;padding-left:100px;padding-bottom:4rem}@media(max-width:767px){.journey__item{padding-left:60px;padding-bottom:3rem}}@media(max-width:575px){.journey__item{padding-left:50px;padding-bottom:2rem}}.journey__item:last-child{padding-bottom:0}.journey__marker{position:absolute;left:0;top:0}.journey__marker-icon{width:60px;height:60px;background:linear-gradient(135deg,#b87d56,#d4a574);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 8px #f8f8f8,0 4px 20px #b87d564d;transition:all .3s ease;animation:pulse-marker 3s ease-in-out infinite;position:relative}@media(min-width:768px)and (max-width:991px){.journey__marker-icon{width:52px;height:52px;box-shadow:0 0 0 6px #f8f8f8,0 4px 18px #b87d564d}}@media(max-width:767px){.journey__marker-icon{width:45px;height:45px;box-shadow:0 0 0 5px #f8f8f8,0 4px 15px #b87d564d}}@media(max-width:575px){.journey__marker-icon{width:38px;height:38px;box-shadow:0 0 0 4px #f8f8f8,0 3px 12px #b87d564d}}.journey__marker-icon:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;background:linear-gradient(135deg,#b87d56,#d4a574);opacity:.3;filter:blur(10px);animation:glow-pulse 3s ease-in-out infinite}.journey__marker-icon svg{width:30px;height:30px;fill:#fff;position:relative;z-index:1}@media(min-width:768px)and (max-width:991px){.journey__marker-icon svg{width:27px;height:27px}}@media(max-width:767px){.journey__marker-icon svg{width:24px;height:24px}}@media(max-width:575px){.journey__marker-icon svg{width:20px;height:20px}}.journey__content{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;border:2px solid rgba(184,125,86,.1);position:relative;overflow:hidden}@media(min-width:768px)and (max-width:991px){.journey__content{padding:2rem}}@media(max-width:767px){.journey__content{padding:2rem}}.journey__content:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 40px #b87d5640;border-color:#b87d56}.journey__year{display:inline-block;padding:.5rem 1.5rem;background:linear-gradient(135deg,#b87d56,#d4a574);color:#fff;border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.journey__heading{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.25rem,1.25rem + .25 * (100vw - 320px) / 880,1.5rem);font-weight:700;color:#3e3e3e;margin-bottom:1rem}.journey__text{font-size:1.125rem;color:#666;line-height:1.8}.journey__text strong{color:#b87d56;font-weight:600}.journey__item:hover .journey__marker-icon{transform:scale(1.15) rotate(5deg);box-shadow:0 0 0 8px #f8f8f8,0 8px 30px #d4a57480;animation-play-state:paused}@media(max-width:767px){.journey__item:hover .journey__marker-icon{box-shadow:0 0 0 5px #f8f8f8,0 6px 20px #d4a57480}}@keyframes pulse-marker{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes glow-pulse{0%,to{opacity:.2;filter:blur(8px)}50%{opacity:.4;filter:blur(12px)}}@keyframes shimmer-line{0%{background-position:0% 0%}to{background-position:0% 100%}}@keyframes glow-line{0%,to{opacity:.3}50%{opacity:.6}}.founders{padding:6rem 0}@media(max-width:767px){.founders{padding:4rem 0}}.founders{background-color:#fff}.founders__container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.founders__container{padding:0 1rem}}.founders__header{text-align:center;max-width:800px;margin:0 auto 6rem}@media(min-width:768px)and (max-width:991px){.founders__header{margin-bottom:4rem}}@media(max-width:767px){.founders__header{margin-bottom:4rem}}.founders__badge{display:inline-block;padding:.5rem 1.5rem;background-color:#b87d561a;color:#b87d56;border-radius:8px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.founders__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#3e3e3e;line-height:1.2}.founders__title span{color:#b87d56}.founders__grid{display:grid;grid-template-columns:1fr;gap:6rem;max-width:1100px;margin:0 auto}@media(min-width:768px)and (max-width:991px){.founders__grid{gap:4rem}}@media(max-width:767px){.founders__grid{gap:3rem}}.founders__card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #0000001f;transition:all .3s ease;display:flex;gap:4rem;padding:4rem;border:2px solid rgba(184,125,86,.08);position:relative}@media(min-width:768px)and (max-width:991px){.founders__card{gap:3rem;padding:3rem}}@media(max-width:767px){.founders__card{flex-direction:column;gap:2rem;padding:2rem}}@media(max-width:575px){.founders__card{padding:1.5rem}}.founders__card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#b87d56,#d4a574);opacity:0;transition:opacity .3s ease}.founders__card:hover{transform:translateY(-10px);box-shadow:0 8px 32px #00000029;border-color:#b87d5633}.founders__card:hover:before{opacity:1}.founders__image-wrapper{position:relative;width:220px;height:220px;flex-shrink:0;overflow:hidden;border-radius:12px}@media(min-width:768px)and (max-width:991px){.founders__image-wrapper{width:190px;height:190px}}@media(max-width:767px){.founders__image-wrapper{width:150px;height:150px;margin:0 auto}}@media(max-width:575px){.founders__image-wrapper{width:170px;height:170px}}.founders__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.founders__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(62,62,62,.9) 0%,transparent 50%);opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;justify-content:center;padding:2rem}.founders__social{display:flex;gap:1.5rem;transform:translateY(20px);transition:transform .3s ease}.founders__social-link{width:40px;height:40px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.founders__social-link svg{width:20px;height:20px;fill:#fff}.founders__social-link:hover{background:#b87d56;border-color:#b87d56;transform:translateY(-4px)}.founders__card:hover .founders__image{transform:scale(1.1)}.founders__card:hover .founders__overlay{opacity:1}.founders__card:hover .founders__social{transform:translateY(0)}.founders__content{flex:1;display:flex;flex-direction:column;justify-content:center}.founders__name{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,1.5rem + .5 * (100vw - 320px) / 880,2rem);font-weight:700;color:#3e3e3e;margin-bottom:1rem}.founders__role{font-size:clamp(1rem,1rem + .125 * (100vw - 320px) / 880,1.125rem);color:#b87d56;font-weight:600;margin-bottom:2rem}.founders__bio{font-size:clamp(1rem,1rem + .125 * (100vw - 320px) / 880,1.125rem);color:#666;line-height:1.9;margin-bottom:3rem}@media(max-width:575px){.founders__bio{margin-bottom:2rem}}.founders__bio strong{color:#3e3e3e;font-weight:600}.founders__highlights{display:flex;flex-direction:column;gap:1.5rem}.founders__highlight{display:flex;align-items:flex-start;gap:1.5rem;font-size:1rem;color:#666;line-height:1.6}.founders__highlight svg{width:20px;height:20px;fill:#b87d56;flex-shrink:0;margin-top:2px}.mission-vision{padding:6rem 0}@media(max-width:767px){.mission-vision{padding:4rem 0}}.mission-vision{background:linear-gradient(135deg,#f5f1e8,#faf7f3)}.mission-vision__container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.mission-vision__container{padding:0 1rem}}.mission-vision__header{text-align:center;max-width:800px;margin:0 auto 6rem}@media(min-width:768px)and (max-width:991px){.mission-vision__header{margin-bottom:4rem}}@media(max-width:767px){.mission-vision__header{margin-bottom:4rem}}.mission-vision__badge{display:inline-block;padding:.5rem 1.5rem;background-color:#b87d561a;color:#b87d56;border-radius:8px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.mission-vision__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#3e3e3e;line-height:1.2}.mission-vision__title span{color:#b87d56}.mission-vision__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,450px),1fr));gap:4rem;margin-bottom:6rem}@media(min-width:768px)and (max-width:991px){.mission-vision__grid{gap:3rem;margin-bottom:4rem}}@media(max-width:767px){.mission-vision__grid{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}}.mission-vision__card{background:#fff;padding:4rem;border-radius:16px;box-shadow:0 4px 16px #0000001f;transition:all .3s ease;position:relative;overflow:hidden;border:2px solid rgba(184,125,86,.12)}@media(min-width:768px)and (max-width:991px){.mission-vision__card{padding:3rem}}@media(max-width:767px){.mission-vision__card{padding:3rem}}@media(max-width:575px){.mission-vision__card{padding:2rem}}.mission-vision__card:before{content:"";position:absolute;top:-100px;right:-100px;width:200px;height:200px;border-radius:50%;opacity:.06;transition:all .5s ease}.mission-vision__card:after{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,transparent,#B87D56,#D4A574,transparent);opacity:0;transition:opacity .3s ease}.mission-vision__card--vision:before{background:#b87d56}.mission-vision__card--mission:before{background:#d4a574}.mission-vision__card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 8px 32px #00000029;border-color:#b87d5640}.mission-vision__card:hover:before{transform:scale(1.3);opacity:.1}.mission-vision__card:hover:after{opacity:1}.mission-vision__icon{width:80px;height:80px;background:linear-gradient(135deg,#b87d56,#d4a574);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;box-shadow:0 4px 20px #b87d564d}@media(min-width:768px)and (max-width:991px){.mission-vision__icon{width:70px;height:70px}}@media(max-width:575px){.mission-vision__icon{width:60px;height:60px}}.mission-vision__icon svg{width:40px;height:40px;fill:#fff}@media(min-width:768px)and (max-width:991px){.mission-vision__icon svg{width:35px;height:35px}}@media(max-width:575px){.mission-vision__icon svg{width:30px;height:30px}}.mission-vision__card-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,1.5rem + .5 * (100vw - 320px) / 880,2rem);font-weight:700;color:#3e3e3e;margin-bottom:1.5rem}.mission-vision__description{font-size:clamp(1rem,1rem + .125 * (100vw - 320px) / 880,1.125rem);color:#666;line-height:1.8;margin-bottom:2rem}.mission-vision__description strong{color:#b87d56;font-weight:600}.mission-vision__points{list-style:none}.mission-vision__points li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:1.125rem;color:#666;line-height:1.6}.mission-vision__points li:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;background:#b87d56;border-radius:50%}.mission-vision__points li:last-child{margin-bottom:0}.mission-vision__quote{background:#fff;padding:4rem 6rem;border-radius:16px;box-shadow:0 4px 16px #0000001f;text-align:center;max-width:900px;margin:0 auto;position:relative}@media(min-width:768px)and (max-width:991px){.mission-vision__quote{padding:3rem 4rem}}@media(max-width:767px){.mission-vision__quote{padding:3rem 2rem}}@media(max-width:575px){.mission-vision__quote{padding:2rem 1.5rem}}.mission-vision__quote-icon{width:60px;height:60px;background:linear-gradient(135deg,#b87d56,#d4a574);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.mission-vision__quote-icon svg{width:30px;height:30px;fill:#fff}.mission-vision__quote-text{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.25rem,1.25rem + .25 * (100vw - 320px) / 880,1.5rem);font-style:italic;color:#3e3e3e;line-height:1.6;margin-bottom:1.5rem}.mission-vision__quote-author{font-size:1.125rem;color:#b87d56;font-weight:600}.values{padding:6rem 0}@media(max-width:767px){.values{padding:4rem 0}}.values{background:linear-gradient(135deg,#f8f8f880,#f5f1e84d)}.values__container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.values__container{padding:0 1rem}}.values__header{text-align:center;max-width:800px;margin:0 auto 6rem}@media(min-width:768px)and (max-width:991px){.values__header{margin-bottom:4rem}}@media(max-width:767px){.values__header{margin-bottom:4rem}}.values__badge{display:inline-block;padding:.5rem 1.5rem;background-color:#b87d561a;color:#b87d56;border-radius:8px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.values__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#3e3e3e;line-height:1.2;margin-bottom:1.5rem}.values__title span{color:#b87d56}.values__subtitle{font-size:1.125rem;color:#666;line-height:1.6}.values__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:3rem}@media(min-width:768px)and (max-width:991px){.values__grid{gap:2rem}}@media(max-width:767px){.values__grid{grid-template-columns:1fr;gap:2rem}}.values__card{background:#fff;padding:3rem;border-radius:12px;transition:all .3s ease;border:2px solid rgba(184,125,86,.1);box-shadow:0 2px 8px #00000014}@media(min-width:768px)and (max-width:991px){.values__card{padding:2rem}}@media(max-width:767px){.values__card{padding:2rem}}@media(max-width:575px){.values__card{padding:1.5rem}}.values__card:hover{background:#fff;border-color:#b87d56;box-shadow:0 8px 32px #00000029;transform:translateY(-8px)}.values__card:hover .values__icon{transform:scale(1.15) rotate(5deg);box-shadow:0 8px 30px #b87d5666}.values__icon{width:75px;height:75px;background:linear-gradient(135deg,#b87d56,#d4a574);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;transition:all .3s ease;box-shadow:0 6px 20px #b87d564d;position:relative}@media(min-width:768px)and (max-width:991px){.values__icon{width:65px;height:65px}}@media(max-width:575px){.values__icon{width:60px;height:60px}}.values__icon:before{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;background:linear-gradient(135deg,#b87d56,#d4a574);border-radius:12px;opacity:.3;filter:blur(8px);z-index:-1;transition:opacity .3s ease}.values__icon svg{width:36px;height:36px;fill:#fff}@media(min-width:768px)and (max-width:991px){.values__icon svg{width:32px;height:32px}}@media(max-width:575px){.values__icon svg{width:28px;height:28px}}.values__card:hover .values__icon:before{opacity:.6}.values__name{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.25rem,1.25rem + .25 * (100vw - 320px) / 880,1.5rem);font-weight:700;color:#3e3e3e;margin-bottom:1rem}.values__description{font-size:clamp(1rem,1rem + .125 * (100vw - 320px) / 880,1.125rem);color:#666;line-height:1.8}.values__mission-vision-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:6rem}@media(max-width:767px){.values__mission-vision-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}}.values__card--featured{background:linear-gradient(135deg,#b87d560d,#d4a57408);border-color:#b87d56;box-shadow:0 8px 25px #b87d5626}.values__divider{text-align:center;margin:6rem auto;padding:4rem 0;border-top:2px solid rgba(184,125,86,.2);border-bottom:2px solid rgba(184,125,86,.2)}@media(max-width:767px){.values__divider{margin:4rem auto;padding:3rem 0}}.values__section-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#3e3e3e;margin-bottom:1rem}.values__section-title:after{content:"";display:block;width:80px;height:3px;background:linear-gradient(90deg,#b87d56,#d4a574);margin:1.5rem auto 0}.values__section-subtitle{font-size:1.125rem;color:#666;line-height:1.6;max-width:600px;margin:0 auto}.team{padding:6rem 0}@media(max-width:767px){.team{padding:4rem 0}}.team{background-color:#f8f8f8}.team__container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.team__container{padding:0 1rem}}.team__header{text-align:center;max-width:800px;margin:0 auto 6rem}@media(min-width:768px)and (max-width:991px){.team__header{margin-bottom:4rem}}@media(max-width:767px){.team__header{margin-bottom:4rem}}.team__badge{display:inline-block;padding:.5rem 1.5rem;background-color:#b87d561a;color:#b87d56;border-radius:8px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.team__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#3e3e3e;line-height:1.2;margin-bottom:1.5rem}.team__title span{color:#b87d56}.team__subtitle{font-size:1.125rem;color:#666;line-height:1.6}.team__section{margin-bottom:6rem}.team__section:last-of-type{margin-bottom:4rem}.team__section-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,1.5rem + .5 * (100vw - 320px) / 880,2rem);font-weight:700;color:#3e3e3e;margin-bottom:3rem;text-align:center;position:relative}.team__section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,#b87d56,#d4a574);border-radius:2px}.team__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:3rem}@media(min-width:768px)and (max-width:991px){.team__grid{gap:2rem}}@media(max-width:767px){.team__grid{grid-template-columns:1fr;gap:2rem}}.team__member{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;padding:3rem;text-align:center;border:2px solid rgba(184,125,86,.08);position:relative}@media(min-width:768px)and (max-width:991px){.team__member{padding:2rem}}@media(max-width:767px){.team__member{padding:2rem}}@media(max-width:575px){.team__member{padding:1.5rem}}.team__member:before{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#b87d56,#d4a574);transform:scaleX(0);transition:transform .3s ease}.team__member:hover{transform:translateY(-10px);box-shadow:0 8px 32px #00000029;border-color:#b87d5633}.team__member:hover:before{transform:scaleX(1)}.team__member:hover .team__member-image img{transform:scale(1.1)}.team__member:hover .team__member-overlay{opacity:1}.team__member-image{position:relative;width:120px;height:120px;overflow:hidden;border-radius:50%;margin-bottom:1.5rem;flex-shrink:0}@media(min-width:768px)and (max-width:991px){.team__member-image{width:110px;height:110px}}@media(max-width:767px){.team__member-image{width:100px;height:100px}}@media(max-width:575px){.team__member-image{width:90px;height:90px}}.team__member-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.team__member-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#3e3e3ed9;opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;border-radius:50%}.team__member-social{display:flex;gap:.5rem}.team__member-social a{width:36px;height:36px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.team__member-social a svg{width:18px;height:18px;fill:#fff}.team__member-social a:hover{background:#b87d56;border-color:#b87d56;transform:scale(1.15)}.team__member-info{width:100%}.team__member-name{font-family:Playfair Display,Georgia,serif;font-size:clamp(1rem,1rem + .25 * (100vw - 320px) / 880,1.25rem);font-weight:700;color:#3e3e3e;margin-bottom:.5rem}.team__member-role{font-size:clamp(.688rem,.688rem + .312 * (100vw - 320px) / 880,1rem);color:#b87d56;font-weight:500}.team__cta{background:linear-gradient(135deg,#b87d56,#d4a574);padding:6rem 4rem;border-radius:16px;text-align:center;box-shadow:0 8px 32px #00000029}@media(max-width:767px){.team__cta{padding:4rem 2rem}}.team__cta-title{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}@media(max-width:767px){.team__cta-title{font-size:2rem}}.team__cta-text{font-size:1.25rem;color:#ffffffe6;margin-bottom:2rem}.team__cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border:none;border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.team__cta-btn:disabled{opacity:.5;cursor:not-allowed}.team__cta-btn{padding:1.5rem 4rem;background:#fff;color:#b87d56!important;font-weight:700;font-size:1.125rem}.team__cta-btn:hover{background:#f5f1e8;transform:translateY(-2px);box-shadow:0 8px 30px #ffffff4d}.milestones{padding:6rem 0}@media(max-width:767px){.milestones{padding:4rem 0}}.milestones{background:linear-gradient(135deg,#f5f1e866,#f8f8f899)}.milestones__container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.milestones__container{padding:0 1rem}}.milestones__header{text-align:center;max-width:800px;margin:0 auto 6rem}@media(min-width:768px)and (max-width:991px){.milestones__header{margin-bottom:4rem}}@media(max-width:767px){.milestones__header{margin-bottom:4rem}}.milestones__badge{display:inline-block;padding:.5rem 1.5rem;background-color:#b87d561a;color:#b87d56;border-radius:8px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.milestones__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#3e3e3e;line-height:1.2;margin-bottom:1.5rem}.milestones__title span{color:#b87d56}.milestones__subtitle{font-size:1.125rem;color:#666;line-height:1.6}.milestones__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:3rem;margin-bottom:6rem}@media(min-width:768px)and (max-width:991px){.milestones__grid{gap:2rem;margin-bottom:4rem}}@media(max-width:767px){.milestones__grid{grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}}.milestones__card{background:#fff;padding:3rem;border-radius:12px;text-align:center;transition:all .3s ease;border:2px solid rgba(184,125,86,.15);box-shadow:0 2px 8px #00000014;position:relative;overflow:hidden}@media(min-width:768px)and (max-width:991px){.milestones__card{padding:2rem}}@media(max-width:767px){.milestones__card{padding:2rem}}@media(max-width:575px){.milestones__card{padding:1.5rem}}.milestones__card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(184,125,86,.08) 0%,transparent 70%);opacity:0;transition:opacity .3s ease}.milestones__card--future{background:linear-gradient(135deg,#b87d560d,#d4a5740d);border-color:#b87d56;border-width:3px;box-shadow:0 4px 20px #b87d5626}.milestones__card:hover{background:#fff;border-color:#b87d56;box-shadow:0 8px 32px #00000029;transform:translateY(-8px) scale(1.02)}.milestones__card:hover:before{opacity:1}.milestones__card:hover .milestones__icon{transform:scale(1.15) rotate(10deg)}.milestones__icon{width:85px;height:85px;background:linear-gradient(135deg,#b87d56,#d4a574);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 6px 25px #b87d5659;transition:all .3s ease;position:relative;z-index:1}@media(min-width:768px)and (max-width:991px){.milestones__icon{width:75px;height:75px}}@media(max-width:575px){.milestones__icon{width:65px;height:65px}}.milestones__icon:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;background:linear-gradient(135deg,#b87d56,#d4a574);border-radius:50%;opacity:.3;filter:blur(10px);z-index:-1;transition:opacity .3s ease}.milestones__icon svg{width:42px;height:42px;fill:#fff}@media(min-width:768px)and (max-width:991px){.milestones__icon svg{width:38px;height:38px}}@media(max-width:575px){.milestones__icon svg{width:32px;height:32px}}.milestones__card:hover .milestones__icon:before{opacity:.6}.milestones__year{display:inline-block;padding:.5rem 1.5rem;background:linear-gradient(135deg,#b87d56,#d4a574);color:#fff;border-radius:8px;font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;position:relative;z-index:1}.milestones__title-sm{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;color:#3e3e3e;margin-bottom:1rem;position:relative;z-index:1}@media(min-width:768px)and (max-width:991px){.milestones__title-sm{font-size:1.25rem}}@media(max-width:767px){.milestones__title-sm{font-size:1.25rem}}.milestones__description{font-size:1.125rem;color:#666;line-height:1.8;position:relative;z-index:1}@media(max-width:575px){.milestones__description{font-size:1rem}}.milestones__stats{display:flex;justify-content:center;gap:6rem;padding:6rem;background:linear-gradient(135deg,#f5f1e8,#faf7f3);border-radius:16px;flex-wrap:wrap}@media(min-width:768px)and (max-width:991px){.milestones__stats{gap:4rem;padding:4rem}}@media(max-width:767px){.milestones__stats{gap:2rem;padding:3rem}}@media(max-width:575px){.milestones__stats{gap:1.5rem;padding:2rem}}.milestones__stat{text-align:center}.milestones__stat-number{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:3rem;font-weight:700;color:#b87d56;line-height:1;margin-bottom:1rem}@media(min-width:768px)and (max-width:991px){.milestones__stat-number{font-size:2.5rem}}@media(max-width:767px){.milestones__stat-number{font-size:2.5rem}}@media(max-width:575px){.milestones__stat-number{font-size:2rem}}.milestones__stat-label{font-size:1.125rem;color:#666;font-weight:500}.manufacturing{padding:6rem 0}@media(max-width:767px){.manufacturing{padding:4rem 0}}.manufacturing{background-color:#fff}.manufacturing__container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.manufacturing__container{padding:0 1rem}}.manufacturing__splitscreen{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}@media(max-width:1199px){.manufacturing__splitscreen{gap:4rem}}@media(max-width:991px){.manufacturing__splitscreen{grid-template-columns:1fr;gap:4rem}}.manufacturing__image-column{position:relative}.manufacturing__image-wrapper{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #b87d5633;position:relative;border:3px solid rgba(184,125,86,.1)}.manufacturing__image-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#b87d5626,#d4a5741a);opacity:0;transition:opacity .3s ease;z-index:1}.manufacturing__image-wrapper:hover:before{opacity:1}.manufacturing__image{width:100%;height:500px;object-fit:cover;display:block;transition:transform .5s ease}@media(max-width:1199px){.manufacturing__image{height:450px}}@media(max-width:991px){.manufacturing__image{height:400px}}@media(max-width:767px){.manufacturing__image{height:350px}}.manufacturing__image-wrapper:hover .manufacturing__image{transform:scale(1.05)}.manufacturing__content-column{padding:3rem 0}@media(max-width:991px){.manufacturing__content-column{padding:0}}.manufacturing__badge{display:inline-block;padding:.5rem 1.5rem;background-color:#b87d561a;color:#b87d56;border-radius:8px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.manufacturing__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#3e3e3e;line-height:1.2;margin-bottom:1.5rem}.manufacturing__title span{color:#b87d56}.manufacturing__description{font-size:1.25rem;color:#666;line-height:1.7;margin-bottom:3rem}@media(max-width:767px){.manufacturing__description{font-size:1.125rem;margin-bottom:2rem}}.manufacturing__features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2rem}@media(max-width:767px){.manufacturing__features{gap:1.5rem}}.manufacturing__feature{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#f5f1e84d,#f8f8f833);border-radius:12px;border:2px solid rgba(184,125,86,.1);transition:all .3s ease}@media(max-width:767px){.manufacturing__feature{padding:1rem;gap:1rem}}.manufacturing__feature:hover{background:#b87d560d;border-color:#b87d56;transform:translate(8px)}.manufacturing__feature:hover .manufacturing__feature-icon{background:linear-gradient(135deg,#b87d56,#d4a574);box-shadow:0 4px 15px #b87d5666}.manufacturing__feature:hover .manufacturing__feature-icon svg{fill:#fff}.manufacturing__feature-icon{width:40px;height:40px;background:#b87d561a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}@media(max-width:767px){.manufacturing__feature-icon{width:36px;height:36px}}.manufacturing__feature-icon svg{width:22px;height:22px;fill:#b87d56;transition:fill .3s ease}@media(max-width:767px){.manufacturing__feature-icon svg{width:20px;height:20px}}.manufacturing__feature-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.manufacturing__feature-content strong{font-size:1.125rem;font-weight:700;color:#3e3e3e;display:block}@media(max-width:767px){.manufacturing__feature-content strong{font-size:1rem}}.manufacturing__feature-content span{font-size:1rem;color:#666}@media(max-width:767px){.manufacturing__feature-content span{font-size:.875rem}}.manufacturing [data-animate=fade-right]{opacity:0;transform:translate(-30px);transition:all .8s ease}.manufacturing [data-animate=fade-right].animated{opacity:1;transform:translate(0)}.manufacturing [data-animate=fade-left]{opacity:0;transform:translate(30px);transition:all .8s ease}.manufacturing [data-animate=fade-left].animated{opacity:1;transform:translate(0)}.certifications{padding:6rem 0}@media(max-width:767px){.certifications{padding:4rem 0}}.certifications{background:linear-gradient(135deg,#f8f8f880,#f5f1e84d)}.certifications__container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.certifications__container{padding:0 1rem}}.certifications__header{text-align:center;max-width:800px;margin:0 auto 6rem}@media(min-width:768px)and (max-width:991px){.certifications__header{margin-bottom:4rem}}@media(max-width:767px){.certifications__header{margin-bottom:4rem}}.certifications__badge{display:inline-block;padding:.5rem 1.5rem;background-color:#b87d561a;color:#b87d56;border-radius:8px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.certifications__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#3e3e3e;line-height:1.2;margin-bottom:1.5rem}.certifications__title span{color:#b87d56}.certifications__subtitle{font-size:1.125rem;color:#666;line-height:1.6}.certifications__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:3rem}@media(min-width:768px)and (max-width:991px){.certifications__grid{gap:2rem}}@media(max-width:767px){.certifications__grid{grid-template-columns:1fr;gap:2rem}}.certifications__card{background:#fff;padding:3rem;border-radius:12px;transition:all .3s ease;border:2px solid rgba(184,125,86,.1);box-shadow:0 2px 8px #00000014;text-align:center;position:relative;overflow:hidden}@media(min-width:768px)and (max-width:991px){.certifications__card{padding:2rem}}@media(max-width:767px){.certifications__card{padding:2rem}}@media(max-width:575px){.certifications__card{padding:1.5rem}}.certifications__card>*{position:relative;z-index:1}.certifications__card--featured{background:linear-gradient(135deg,#b87d5614,#d4a5740d);border-color:#b87d56;border-width:3px;box-shadow:0 6px 25px #b87d5633;position:relative}.certifications__card--featured .certifications__featured-badge{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;background:linear-gradient(135deg,#b87d56,#d4a574);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:pulse 2s infinite;z-index:2}.certifications__card--featured .certifications__featured-badge svg{width:24px;height:24px;fill:#fff}.certifications__card:hover{background:#fff;border-color:#b87d56;box-shadow:0 15px 40px #b87d564d;transform:translateY(-12px)}.certifications__card:hover .certifications__badge-icon{transform:scale(1.2) rotate(-10deg)}.certifications__badge-icon{width:80px;height:80px;background:linear-gradient(135deg,#b87d56,#d4a574);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 6px 25px #b87d5659;transition:all .3s ease}@media(min-width:768px)and (max-width:991px){.certifications__badge-icon{width:70px;height:70px}}@media(max-width:575px){.certifications__badge-icon{width:65px;height:65px}}.certifications__badge-icon svg{width:40px;height:40px;fill:#fff}@media(min-width:768px)and (max-width:991px){.certifications__badge-icon svg{width:35px;height:35px}}@media(max-width:575px){.certifications__badge-icon svg{width:32px;height:32px}}.certifications__title-sm{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;color:#3e3e3e;margin-bottom:1rem}@media(min-width:768px)and (max-width:991px){.certifications__title-sm{font-size:1.25rem}}@media(max-width:767px){.certifications__title-sm{font-size:1.25rem}}.certifications__description{font-size:1.125rem;color:#666;line-height:1.8}.certifications__description strong{color:#b87d56;font-weight:600}.certifications__partnership-year{display:inline-block;margin-top:1.5rem;padding:.5rem 1.5rem;background:linear-gradient(135deg,#b87d56,#d4a574);color:#fff;border-radius:8px;font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:700}.why-choose{padding:6rem 0}@media(max-width:767px){.why-choose{padding:4rem 0}}.why-choose{background-color:#f8f8f8}.why-choose__container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.why-choose__container{padding:0 1rem}}.why-choose__header{text-align:center;max-width:800px;margin:0 auto 6rem}@media(min-width:768px)and (max-width:991px){.why-choose__header{margin-bottom:4rem}}@media(max-width:767px){.why-choose__header{margin-bottom:4rem}}.why-choose__badge{display:inline-block;padding:.5rem 1.5rem;background-color:#b87d561a;color:#b87d56;border-radius:8px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.why-choose__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#3e3e3e;line-height:1.2;margin-bottom:1.5rem}.why-choose__title span{color:#b87d56}.why-choose__subtitle{font-size:1.125rem;color:#666;line-height:1.6}.why-choose__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:3rem}@media(min-width:768px)and (max-width:991px){.why-choose__grid{gap:2rem}}@media(max-width:767px){.why-choose__grid{grid-template-columns:1fr;gap:2rem}}.why-choose__card{background:#fff;padding:3rem;border-radius:12px;transition:all .3s ease;border:2px solid rgba(184,125,86,.1);box-shadow:0 2px 8px #00000014;text-align:center}@media(min-width:768px)and (max-width:991px){.why-choose__card{padding:2rem}}@media(max-width:767px){.why-choose__card{padding:2rem}}@media(max-width:575px){.why-choose__card{padding:1.5rem}}.why-choose__card:hover{background:#fff;border-color:#b87d56;box-shadow:0 8px 32px #00000029;transform:translateY(-8px)}.why-choose__card:hover .why-choose__icon{transform:scale(1.15) rotate(5deg);box-shadow:0 8px 30px #b87d5666}.why-choose__icon{width:75px;height:75px;background:linear-gradient(135deg,#b87d56,#d4a574);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;transition:all .3s ease;box-shadow:0 6px 20px #b87d564d;position:relative}@media(min-width:768px)and (max-width:991px){.why-choose__icon{width:65px;height:65px}}@media(max-width:575px){.why-choose__icon{width:60px;height:60px}}.why-choose__icon:before{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;background:linear-gradient(135deg,#b87d56,#d4a574);border-radius:12px;opacity:.3;filter:blur(8px);z-index:-1;transition:opacity .3s ease}.why-choose__icon svg{width:36px;height:36px;fill:#fff}@media(min-width:768px)and (max-width:991px){.why-choose__icon svg{width:32px;height:32px}}@media(max-width:575px){.why-choose__icon svg{width:28px;height:28px}}.why-choose__card:hover .why-choose__icon:before{opacity:.6}.why-choose__title-sm{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;color:#3e3e3e;margin-bottom:1rem}@media(min-width:768px)and (max-width:991px){.why-choose__title-sm{font-size:1.25rem}}@media(max-width:767px){.why-choose__title-sm{font-size:1.25rem}}.why-choose__description{font-size:1.125rem;color:#666;line-height:1.8}@media(max-width:575px){.why-choose__description{font-size:1rem}}.stats{padding:6rem 0}@media(max-width:767px){.stats{padding:4rem 0}}.stats{background:linear-gradient(135deg,#3e3e3e,#585858);position:relative;overflow:hidden}.stats:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(184,125,86,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(212,165,116,.1) 0%,transparent 50%);z-index:1}.stats__container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.stats__container{padding:0 1rem}}.stats__container{position:relative;z-index:2}.stats__wrapper{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.stats__wrapper{padding:0 1rem}}.stats__wrapper{position:relative;z-index:2}.stats--full-width{padding-left:0;padding-right:0}.stats__header{text-align:center;max-width:800px;margin:0 auto 6rem}@media(min-width:768px)and (max-width:991px){.stats__header{margin-bottom:4rem}}@media(max-width:767px){.stats__header{margin-bottom:4rem}}.stats__badge{display:inline-block;padding:.5rem 2rem;background:#b87d5633;border:2px solid #B87D56;color:#b87d56;border-radius:12px;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem}.stats__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;line-height:1.2;margin-bottom:1.5rem}.stats__title span{color:#b87d56;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.stats__subtitle{font-size:1.125rem;color:#ffffffe6;line-height:1.6}@media(max-width:575px){.stats__subtitle{font-size:1rem}}.stats__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem;margin-bottom:6rem}@media(min-width:768px)and (max-width:991px){.stats__grid{gap:2rem;margin-bottom:4rem}}@media(max-width:767px){.stats__grid{gap:2rem;margin-bottom:4rem}}.stats__card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.1);padding:3rem;border-radius:16px;transition:all .3s ease;text-align:center;position:relative;overflow:hidden;flex:0 1 calc(33.333% - 3rem);min-width:280px;max-width:380px}@media(min-width:768px)and (max-width:991px){.stats__card{padding:2rem;flex:0 1 calc(50% - 2rem)}}@media(max-width:767px){.stats__card{padding:2rem;flex:0 1 100%;max-width:100%}}@media(max-width:575px){.stats__card{padding:1.5rem}}.stats__card:before{content:"";position:absolute;top:-100%;left:-100%;width:300%;height:300%;background:radial-gradient(circle,rgba(184,125,86,.2) 0%,transparent 70%);opacity:0;transition:opacity .5s ease}.stats__card--featured{background:linear-gradient(135deg,#b87d5626,#d4a5741a);border-color:#b87d56;box-shadow:0 8px 30px #b87d564d;position:relative}.stats__card--featured .stats__featured-badge{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;background:linear-gradient(135deg,#d4a574,#b87d56);border-radius:50%;display:flex;align-items:center;justify-content:center}.stats__card--featured .stats__featured-badge svg{width:24px;height:24px;fill:#fff}.stats__card:hover{background:#ffffff1a;border-color:#b87d56;box-shadow:0 10px 40px #b87d5666;transform:translateY(-10px) scale(1.03)}.stats__card:hover:before{opacity:1}.stats__card:hover .stats__icon{transform:scale(1.2) rotate(10deg)}.stats__icon{width:70px;height:70px;background:linear-gradient(135deg,#b87d56,#d4a574);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 6px 25px #b87d5666;transition:all .3s ease}.stats__icon svg{width:35px;height:35px;fill:#fff}.stats__number{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:3rem;font-weight:700;color:#b87d56;line-height:1;margin-bottom:1rem}@media(max-width:767px){.stats__number{font-size:2rem}}@media(max-width:575px){.stats__number{font-size:1.5rem}}.stats__label{font-size:1.25rem;color:#fff;font-weight:600;margin-bottom:.5rem}@media(max-width:767px){.stats__label{font-size:1.125rem}}.stats__description{font-size:1rem;color:#fffc;line-height:1.6}.stats__banner{display:flex;justify-content:space-around;align-items:center;gap:4rem;padding:4rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.1);border-radius:16px;flex-wrap:wrap}@media(max-width:767px){.stats__banner{flex-direction:column;gap:2rem;padding:3rem}}.stats__banner-item{text-align:center}.stats__banner-number{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.5rem;font-weight:700;color:#b87d56;line-height:1;margin-bottom:.5rem}@media(max-width:767px){.stats__banner-number{font-size:1.5rem}}@media(max-width:575px){.stats__banner-number{font-size:1.25rem}}.stats__banner-label{font-size:1rem;color:#ffffffe6;font-weight:500}@media(max-width:767px){.stats__banner-label{font-size:.875rem}}.commitments{padding:6rem 0}@media(max-width:767px){.commitments{padding:4rem 0}}.commitments{background:linear-gradient(135deg,#f5f1e8,#faf7f3)}.commitments__container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.commitments__container{padding:0 1rem}}.commitments__header{text-align:center;max-width:800px;margin:0 auto 6rem}@media(min-width:768px)and (max-width:991px){.commitments__header{margin-bottom:4rem}}@media(max-width:767px){.commitments__header{margin-bottom:4rem}}.commitments__badge{display:inline-block;padding:.5rem 1.5rem;background-color:#b87d561a;color:#b87d56;border-radius:8px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.commitments__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#3e3e3e;line-height:1.2;margin-bottom:1.5rem}.commitments__title span{color:#b87d56}.commitments__subtitle{font-size:1.125rem;color:#666;line-height:1.6}.commitments__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:3rem;margin-bottom:6rem}@media(min-width:768px)and (max-width:991px){.commitments__grid{gap:2rem;margin-bottom:4rem}}@media(max-width:767px){.commitments__grid{grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}}.commitments__card{background:#fff;padding:3rem;border-radius:12px;transition:all .3s ease;border:2px solid rgba(184,125,86,.1);box-shadow:0 2px 8px #00000014;position:relative;overflow:hidden}@media(min-width:768px)and (max-width:991px){.commitments__card{padding:2rem}}@media(max-width:767px){.commitments__card{padding:2rem}}@media(max-width:575px){.commitments__card{padding:1.5rem}}.commitments__card>*{position:relative;z-index:1}.commitments__card--featured{background:linear-gradient(135deg,#b87d5614,#d4a5740d);border-color:#b87d56;border-width:3px;box-shadow:0 6px 25px #b87d5633;position:relative}.commitments__card--featured .commitments__featured-icon{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;background:linear-gradient(135deg,#b87d56,#d4a574);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:pulse 2s infinite;z-index:2}.commitments__card--featured .commitments__featured-icon svg{width:24px;height:24px;fill:#fff}.commitments__card:hover{border-color:#b87d56;box-shadow:0 15px 40px #b87d564d;transform:translateY(-12px)}.commitments__card:hover .commitments__icon{transform:scale(1.2) rotate(-10deg)}.commitments__icon{width:70px;height:70px;background:linear-gradient(135deg,#b87d56,#d4a574);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;transition:all .3s ease;box-shadow:0 6px 20px #b87d564d}.commitments__icon svg{width:35px;height:35px;fill:#fff}.commitments__title-sm{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;color:#3e3e3e;margin-bottom:1rem}@media(max-width:767px){.commitments__title-sm{font-size:1.25rem}}.commitments__description{font-size:1.125rem;color:#666;line-height:1.8;margin-bottom:1.5rem}.commitments__description strong{color:#b87d56;font-weight:600}.commitments__highlight{display:inline-block;padding:.5rem 1.5rem;background:linear-gradient(135deg,#b87d561a,#d4a5740d);color:#b87d56;border-radius:8px;font-size:1rem;font-weight:600}.commitments__trust-banner{background:#fff;padding:4rem 6rem;border-radius:16px;box-shadow:0 4px 16px #0000001f;display:flex;align-items:center;gap:4rem;border:2px solid rgba(184,125,86,.15)}@media(max-width:767px){.commitments__trust-banner{flex-direction:column;padding:3rem 2rem;text-align:center}}.commitments__trust-icon{width:80px;height:80px;background:linear-gradient(135deg,#b87d56,#d4a574);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 6px 25px #b87d5666}.commitments__trust-icon svg{width:40px;height:40px;fill:#fff}.commitments__trust-content{flex:1}.commitments__trust-title{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:700;color:#3e3e3e;margin-bottom:1rem}@media(max-width:767px){.commitments__trust-title{font-size:1.5rem}}.commitments__trust-text{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-style:italic;color:#666;line-height:1.6;margin-bottom:1rem}@media(max-width:767px){.commitments__trust-text{font-size:1.125rem}}.commitments__trust-author{font-size:1.125rem;color:#b87d56;font-weight:600}.awards{padding:6rem 0}@media(max-width:767px){.awards{padding:4rem 0}}.awards{background-color:#fff}.awards__container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.awards__container{padding:0 1rem}}.awards__header{text-align:center;max-width:800px;margin:0 auto 6rem}@media(min-width:768px)and (max-width:991px){.awards__header{margin-bottom:4rem}}@media(max-width:767px){.awards__header{margin-bottom:4rem}}.awards__badge{display:inline-block;padding:.5rem 1.5rem;background-color:#b87d561a;color:#b87d56;border-radius:8px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.awards__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#3e3e3e;line-height:1.2;margin-bottom:1.5rem}.awards__title span{color:#b87d56}.awards__subtitle{font-size:1.125rem;color:#666;line-height:1.6}.awards__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:3rem;margin-bottom:6rem}@media(min-width:768px)and (max-width:991px){.awards__grid{gap:2rem;margin-bottom:4rem}}@media(max-width:767px){.awards__grid{grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}}.awards__card{background:linear-gradient(135deg,#f5f1e84d,#f8f8f833);padding:3rem;border-radius:12px;transition:all .3s ease;border:2px solid rgba(184,125,86,.1);box-shadow:0 2px 8px #00000014;text-align:center;position:relative;overflow:hidden}@media(min-width:768px)and (max-width:991px){.awards__card{padding:2rem}}@media(max-width:767px){.awards__card{padding:2rem}}@media(max-width:575px){.awards__card{padding:1.5rem}}.awards__card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(184,125,86,.08) 0%,transparent 70%);opacity:0;transition:opacity .3s ease}.awards__card--featured{background:linear-gradient(135deg,#b87d561a,#d4a57414);border-color:#b87d56;border-width:3px;box-shadow:0 6px 25px #b87d5633;position:relative}.awards__card--featured .awards__featured-badge{position:absolute;top:1.5rem;right:1.5rem;width:45px;height:45px;background:linear-gradient(135deg,#b87d56,#d4a574);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:pulse 2s infinite;box-shadow:0 4px 20px #b87d5666}.awards__card--featured .awards__featured-badge svg{width:26px;height:26px;fill:#fff}.awards__card:hover{background:#fff;border-color:#b87d56;box-shadow:0 8px 32px #00000029;transform:translateY(-10px) scale(1.02)}.awards__card:hover:before{opacity:1}.awards__card:hover .awards__icon{transform:scale(1.2) rotate(15deg)}.awards__icon{width:75px;height:75px;background:linear-gradient(135deg,#b87d56,#d4a574);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 6px 25px #b87d5659;transition:all .3s ease;position:relative;z-index:1}.awards__icon:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;background:linear-gradient(135deg,#b87d56,#d4a574);border-radius:50%;opacity:.3;filter:blur(10px);z-index:-1}.awards__icon svg{width:38px;height:38px;fill:#fff}.awards__title-sm{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;color:#3e3e3e;margin-bottom:1rem;position:relative;z-index:1}@media(max-width:767px){.awards__title-sm{font-size:1.25rem}}.awards__description{font-size:1.125rem;color:#666;line-height:1.8;margin-bottom:1.5rem;position:relative;z-index:1}.awards__description strong{color:#b87d56;font-weight:600}.awards__year{display:inline-block;padding:.5rem 1.5rem;background:linear-gradient(135deg,#b87d56,#d4a574);color:#fff;border-radius:8px;font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:700;position:relative;z-index:1}.awards__showcase{margin:6rem 0}.awards__showcase-title{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:700;color:#3e3e3e;text-align:center;margin-bottom:4rem}@media(max-width:767px){.awards__showcase-title{font-size:1.5rem}}@media(max-width:575px){.awards__showcase-title{font-size:1.25rem}}.awards__showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:2rem}@media(max-width:767px){.awards__showcase-grid{grid-template-columns:1fr;gap:1.5rem}}.awards__showcase-item{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:4/3;box-shadow:0 4px 16px #0000001f;transition:all .3s ease;border:2px solid rgba(184,125,86,.1)}.awards__showcase-item:hover{transform:translateY(-8px);box-shadow:0 15px 40px #b87d564d}.awards__showcase-item:hover .awards__showcase-overlay{opacity:1}.awards__showcase-item:hover img{transform:scale(1.1)}.awards__showcase-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.awards__showcase-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(62,62,62,.9) 0%,transparent 60%);display:flex;align-items:flex-end;justify-content:center;padding:2rem;opacity:0;transition:opacity .3s ease}.awards__showcase-overlay p{color:#fff;font-size:1.25rem;font-weight:600;text-align:center;font-family:Playfair Display,Georgia,serif}.awards__testimonials{margin-top:6rem;padding-top:6rem;border-top:3px solid rgba(184,125,86,.2)}.awards__testimonials-title{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:700;color:#3e3e3e;text-align:center;margin-bottom:4rem}@media(max-width:767px){.awards__testimonials-title{font-size:2rem}}.awards__testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:3rem}@media(max-width:767px){.awards__testimonials-grid{grid-template-columns:1fr;gap:2rem}}.awards__testimonial{background:linear-gradient(135deg,#f5f1e880,#f8f8f84d);padding:3rem;border-radius:12px;border:2px solid rgba(184,125,86,.15);box-shadow:0 2px 8px #00000014;transition:all .3s ease;position:relative}@media(max-width:767px){.awards__testimonial{padding:2rem}}.awards__testimonial:hover{background:#fff;border-color:#b87d56;box-shadow:0 8px 32px #00000029;transform:translateY(-8px)}.awards__quote-icon{width:50px;height:50px;background:linear-gradient(135deg,#b87d56,#d4a574);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 15px #b87d564d}.awards__quote-icon svg{width:26px;height:26px;fill:#fff}.awards__testimonial-text{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-style:italic;color:#666;line-height:1.8;margin-bottom:1.5rem}.awards__testimonial-author{font-size:1rem;color:#b87d56;font-weight:600}.testimonials-marquee{padding:6rem 0;background:linear-gradient(135deg,#f8f8f880,#f5f1e84d);overflow:hidden;position:relative}.testimonials-marquee__wrapper{width:100%}.testimonials-marquee__header{text-align:center;padding:0 2rem;margin-bottom:4rem}@media(max-width:767px){.testimonials-marquee__header{margin-bottom:3rem}}.testimonials-marquee__badge{display:inline-block;padding:.5rem 1.5rem;background-color:#b87d561a;color:#b87d56;border-radius:8px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.testimonials-marquee__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#3e3e3e}.testimonials-marquee__track{display:flex;gap:3rem;animation:marquee 40s linear infinite;will-change:transform}.testimonials-marquee__track:hover{animation-play-state:paused}@media(max-width:767px){.testimonials-marquee__track{animation-duration:30s;gap:2rem}}.testimonials-marquee__item{flex:0 0 auto;width:450px;background:#fff;padding:3rem;border-radius:12px;border:2px solid rgba(184,125,86,.1);box-shadow:0 2px 8px #00000014;transition:all .3s ease}@media(max-width:767px){.testimonials-marquee__item{width:320px;padding:2rem}}@media(max-width:575px){.testimonials-marquee__item{width:280px;padding:1.5rem}}.testimonials-marquee__item:hover{border-color:#b87d56;box-shadow:0 8px 30px #b87d5633;transform:translateY(-5px)}.testimonials-marquee__quote-icon{width:40px;height:40px;background:linear-gradient(135deg,#b87d56,#d4a574);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.testimonials-marquee__quote-icon svg{width:20px;height:20px;fill:#fff}.testimonials-marquee__text{font-size:1.125rem;font-style:italic;color:#666;line-height:1.7;margin-bottom:1.5rem;min-height:100px}@media(max-width:767px){.testimonials-marquee__text{font-size:1rem;min-height:auto}}.testimonials-marquee__author{font-size:1rem;font-weight:600;color:#b87d56}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.showrooms{padding:6rem 0}@media(max-width:767px){.showrooms{padding:4rem 0}}.showrooms{background:#fff}.showrooms__container{max-width:100%;padding:0 3rem}@media(max-width:767px){.showrooms__container{padding:0 1.5rem}}.showrooms__header{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.showrooms__header{padding:0 1rem}}.showrooms__header{text-align:center;margin-bottom:4rem}.showrooms__title{font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:700;color:#3e3e3e;margin-bottom:1.5rem}@media(max-width:767px){.showrooms__title{font-size:2rem}}.showrooms__title span{color:#b87d56}.showrooms__subtitle{font-size:1.125rem;color:#666}.showrooms__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:1199px){.showrooms__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.showrooms__grid{grid-template-columns:1fr;gap:1.5rem}}.showrooms__card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000001f;transition:all .3s ease}.showrooms__card:hover{transform:translateY(-8px);box-shadow:0 8px 32px #00000029}.showrooms__card:hover .showrooms__image{transform:scale(1.05)}.showrooms__image-wrapper{position:relative;height:180px;overflow:hidden}@media(max-width:1199px){.showrooms__image-wrapper{height:200px}}.showrooms__image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.showrooms__badge{position:absolute;top:1.5rem;right:1.5rem;background:linear-gradient(135deg,#b87d56,#d4a574);color:#fff;padding:.5rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.showrooms__content{padding:2rem}@media(max-width:1199px){.showrooms__content{padding:3rem}}@media(min-width:768px)and (max-width:880px){.showrooms__content{padding:1.5rem}}@media(max-width:767px){.showrooms__content{padding:1.5rem}}.showrooms__name{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:700;color:#3e3e3e;margin-bottom:.5rem}@media(max-width:1199px){.showrooms__name{font-size:1.5rem}}.showrooms__location{font-size:1rem;color:#b87d56;font-weight:600;margin-bottom:1.5rem}.showrooms__specialties{list-style:none;margin-bottom:1.5rem}@media(max-width:1199px){.showrooms__specialties{margin-bottom:2rem}}.showrooms__specialty{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#666;margin-bottom:.5rem}@media(max-width:1199px){.showrooms__specialty{font-size:1rem}}.showrooms__specialty:before{content:"•";color:#b87d56;font-weight:700;font-size:1.125rem}.showrooms__address{font-size:1rem;color:#666;line-height:1.6;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:1rem}.showrooms__address svg{width:16px;height:16px;fill:#b87d56;flex-shrink:0;margin-top:2px}.showrooms__contact{display:flex;align-items:center;gap:1rem;font-size:1rem;color:#666;margin-bottom:2rem}.showrooms__contact svg{width:16px;height:16px;fill:#b87d56}.showrooms__contact a{color:#b87d56;font-weight:500}.showrooms__contact a:hover{color:#d4a574}.showrooms__actions{display:flex;gap:1rem}.showrooms__btn{flex:1;padding:1rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;text-align:center;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap}@media(min-width:768px)and (max-width:880px){.showrooms__btn{padding:.5rem .625rem;font-size:.8125rem;gap:.25rem}}@media(max-width:767px){.showrooms__btn{padding:.5rem .75rem;font-size:.75rem;gap:.25rem}}.showrooms__btn svg{width:16px;height:16px;fill:currentColor;transition:fill .3s ease}@media(min-width:768px)and (max-width:880px){.showrooms__btn svg{width:15px;height:15px}}@media(max-width:767px){.showrooms__btn svg{width:14px;height:14px}}.showrooms__btn--primary{background-color:#b87d56;color:#fff}.showrooms__btn--primary:hover{background-color:#d4a574;color:#fff}.showrooms__btn--primary:hover svg{fill:#fff}.showrooms__btn--outline{background-color:transparent;color:#b87d56;border:2px solid #B87D56}.showrooms__btn--outline:hover{background-color:#b87d56;color:#fff}.showrooms__btn--outline:hover svg{fill:#fff}.instagram{padding:4rem 0;background:#fff;overflow:hidden}.instagram__header{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.instagram__header{padding:0 1rem}}.instagram__header{text-align:center;margin-bottom:4rem}.instagram__title{font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:700;color:#3e3e3e;margin-bottom:1.5rem}@media(max-width:767px){.instagram__title{font-size:2rem}}.instagram__handle{color:#b87d56;font-weight:600}.instagram__subtitle{font-size:1.125rem;color:#666;margin-bottom:2rem}.instagram__follow-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border:none;border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.instagram__follow-btn:disabled{opacity:.5;cursor:not-allowed}.instagram__follow-btn{background:linear-gradient(135deg,#833ab4,#fd1d1d,#f77737);color:#fff;display:inline-flex;align-items:center;gap:1rem}.instagram__follow-btn svg{width:20px;height:20px;fill:currentColor}.instagram__follow-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f7773766}.instagram__carousel-wrapper{width:100%;margin-top:4rem;overflow:hidden}.instagram__carousel{width:100%;overflow:visible;padding:1.5rem 0}.instagram__carousel .swiper-wrapper{transition-timing-function:linear;align-items:center}.instagram__carousel .swiper-slide{width:auto;height:auto}.instagram__post{width:280px;height:280px;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000001f;transition:all .3s ease}@media(min-width:768px){.instagram__post{width:240px;height:240px}}@media(max-width:767px){.instagram__post{width:200px;height:200px}}.instagram__post:hover{box-shadow:0 8px 32px #00000029;transform:translateY(-4px)}.instagram__link{display:block;width:100%;height:100%;position:relative}.instagram__link:hover .instagram__image{transform:scale(1.1)}.instagram__link:hover .instagram__overlay{opacity:1}.instagram__image{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.instagram__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#b87d56d9,#d4a574d9);opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;pointer-events:none}.instagram__icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:50%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.instagram__icon svg{width:32px;height:32px;fill:#fff}.cta-banner{padding:6rem 0}@media(max-width:767px){.cta-banner{padding:4rem 0}}.cta-banner{background:linear-gradient(135deg,#3e3e3e,#b87d56);position:relative;overflow:hidden}.cta-banner:before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(212,165,116,.2) 0%,transparent 70%);border-radius:50%}.cta-banner:after{content:"";position:absolute;bottom:-50%;left:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%}.cta-banner__container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.cta-banner__container{padding:0 1rem}}.cta-banner__container{text-align:center;position:relative;z-index:1}.cta-banner__badge{display:inline-block;padding:.5rem 1.5rem;background-color:#fff3;color:#fff;border-radius:8px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1.5rem}.cta-banner__title{font-family:Playfair Display,Georgia,serif;font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 4px 12px rgba(26,26,26,.3)}@media(max-width:767px){.cta-banner__title{font-size:2.5rem}}.cta-banner__subtitle{font-size:1.25rem;color:#fffffff2;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}@media(max-width:767px){.cta-banner__subtitle{font-size:1.125rem}}.cta-banner__features{display:flex;justify-content:center;gap:3rem;margin-bottom:4rem;flex-wrap:wrap}.cta-banner__feature{display:flex;align-items:center;gap:1rem;color:#fff;font-weight:500}.cta-banner__feature svg{width:24px;height:24px;fill:#d4a574}.cta-banner__buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.cta-banner__btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border:none;border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.cta-banner__btn:disabled{opacity:.5;cursor:not-allowed}.cta-banner__btn{padding:1.5rem 3rem;font-size:1.125rem;font-weight:600;min-width:200px;border-radius:8px;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.cta-banner__btn--primary{background-color:#fff;color:#b87d56;border:2px solid #FFFFFF}.cta-banner__btn--primary:hover{background-color:#d4a574;color:#fff;border-color:#d4a574;transform:translateY(-2px);box-shadow:0 8px 24px #1a1a1a4d}.cta-banner__btn--outline{background-color:transparent;color:#fff;border:2px solid #FFFFFF}.cta-banner__btn--outline:hover{background-color:#fff;color:#b87d56;border-color:#fff;transform:translateY(-2px)}.cta-banner__trust{margin-top:3rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.2);display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap;color:#ffffffe6;font-size:1rem}.cta-banner__trust svg{width:20px;height:20px;fill:#d4a574}.cta-banner__trust-item{display:flex;align-items:center;gap:.5rem}
