.animated-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(180deg,#0a0a1a,#1a1a2e 50%,#2563eb);margin:0;padding:0}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.hero-background .hero-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.hero-background .hero-video-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.hero-background .hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translateX(-50%) translateY(-50%);object-fit:cover;opacity:0;transition:opacity .8s ease-in-out;z-index:1;pointer-events:none}.hero-background .hero-video.visible{opacity:1}.hero-overlay{background:linear-gradient(180deg,rgba(10,10,26,.7),rgba(37,99,235,.4));z-index:1}.hero-overlay,.hero-particles{position:absolute;top:0;left:0;width:100%;height:100%}.hero-particles{z-index:2;pointer-events:none;overflow:hidden}.particle{position:absolute;width:4px;height:4px;background:hsla(0,0%,100%,.6);border-radius:50%;animation:float ease-in-out infinite;box-shadow:0 0 10px hsla(0,0%,100%,.5)}@keyframes float{0%,to{transform:translateY(0) translateX(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) translateX(20px);opacity:0}}.hero-content{position:relative;z-index:3;text-align:center;color:#f7f0df;padding:2rem 0;max-width:900px;margin:0 auto}.hero-title{margin-bottom:1.5rem;opacity:0;transform:translateY(50px);transition:all .8s cubic-bezier(.16,1,.3,1)}.hero-title.is-visible{opacity:1;transform:translateY(0)}.hero-title .title-main{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:clamp(3rem,10vw,6rem);font-weight:700;line-height:1.1;margin:0;color:#fff;text-shadow:none;letter-spacing:-.03em}@media(max-width:767px){.hero-title .title-main{font-size:clamp(2rem,10vw,3rem)}}.hero-subtitle{margin-bottom:1.5rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.16,1,.3,1) .2s}.hero-subtitle.is-visible{opacity:1;transform:translateY(0)}.hero-subtitle .subtitle-text{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:500;color:hsla(0,0%,100%,.95);margin:0;line-height:1.5}.hero-description{margin-bottom:2.5rem;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.16,1,.3,1) .3s}.hero-description.is-visible{opacity:1;transform:translateY(0)}.hero-description .description-text{font-size:clamp(1rem,2vw,1.25rem);color:hsla(0,0%,100%,.85);line-height:1.7;max-width:700px;margin:0 auto}.hero-ctas{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.16,1,.3,1) .4s}.hero-ctas.is-visible{opacity:1;transform:translateY(0)}@media(max-width:767px){.hero-ctas{flex-direction:column;align-items:center}}.cta-primary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#2563eb;color:#fff;text-decoration:none;border:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 12px rgba(37,99,235,.3);position:relative;overflow:hidden;cursor:pointer;z-index:1}.cta-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.cta-primary:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,99,235,.5)}.cta-primary:hover:before{left:100%}.cta-primary:hover .cta-icon{transform:translateY(4px)}.cta-primary:active{transform:translateY(0)}.cta-primary .cta-icon{transition:transform .3s ease;font-size:.875rem}.cta-secondary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:hsla(0,0%,100%,.1);color:#f7f0df;text-decoration:none;border:2px solid hsla(0,0%,100%,.3);border-radius:8px;font-weight:600;font-size:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;z-index:1}.cta-secondary:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.5);transform:translateY(-2px);box-shadow:0 8px 24px hsla(0,0%,100%,.2)}.cta-secondary:active{transform:translateY(0)}.articles-list-slice{padding:6rem 0;position:relative}@media(max-width:767px){.articles-list-slice{padding:4rem 0}}.articles-list-slice--light,.articles-list-slice--plain{background:#fff;color:#1a1d22}.articles-list-slice--light{background:#f8f9fa}.articles-list-slice--dark{background:#0a0a1a;color:#f7f0df}.articles-list-slice--dark h1,.articles-list-slice--dark h2,.articles-list-slice--dark h3,.articles-list-slice--dark h4,.articles-list-slice--dark h5,.articles-list-slice--dark h6{color:#f7f0df}.articles-list-slice--dark a,.articles-list-slice--dark p{color:rgba(247,240,223,.9)}.articles-list-slice__loading{text-align:center;padding:2rem;color:#5d6168}.articles-list-slice__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto}@media(max-width:47.99rem){.articles-list-slice__grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:767px){.articles-list-slice__grid{gap:1.5rem}}.articles-list-slice__left-column{display:flex;flex-direction:column;gap:2rem}@media(max-width:767px){.articles-list-slice__left-column{gap:1.5rem}}.articles-list-slice__right-column{display:flex;flex-direction:column}.articles-list-slice__title{margin-bottom:1rem}.articles-list-slice__title h1,.articles-list-slice__title h2{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin:0;color:inherit}@media(max-width:767px){.articles-list-slice__title h1,.articles-list-slice__title h2{font-size:clamp(2rem,8vw,3rem)}}.articles-list-slice__subtitle{margin-bottom:0}.articles-list-slice__subtitle h2{font-size:1.1rem;font-weight:400;color:inherit;opacity:.8;line-height:1.5;margin:0;text-transform:uppercase;letter-spacing:.05em}@media(max-width:767px){.articles-list-slice__subtitle h2{font-size:1rem}}.articles-list-slice__description{font-size:1.125rem;line-height:1.7;color:inherit;opacity:.8;margin-bottom:2rem}@media(max-width:767px){.articles-list-slice__description{font-size:1rem}}.articles-list-slice__description p{margin-bottom:1rem}.articles-list-slice__description p:last-child{margin-bottom:0}.articles-list-slice__articles{display:flex;flex-direction:column;gap:2rem}@media(max-width:767px){.articles-list-slice__articles{gap:1.5rem}}.articles-list-slice__article-card{display:flex;flex-direction:row;gap:1.5rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:1.5rem;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.04)}.articles-list-slice--dark .articles-list-slice__article-card{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.15);box-shadow:0 4px 12px rgba(37,99,235,.15)}@media(max-width:767px){.articles-list-slice__article-card{flex-direction:column;gap:1rem}}.articles-list-slice__article-card:hover{transform:translateY(-4px);border-color:#c7a14a;box-shadow:0 8px 24px rgba(37,99,235,.15)}.articles-list-slice__article-image{flex-shrink:0;width:200px;height:150px;position:relative;overflow:hidden;border-radius:8px}@media(min-width:36rem)and (max-width:47.99rem){.articles-list-slice__article-image{width:180px;height:135px}}@media(max-width:767px){.articles-list-slice__article-image{width:100%;height:200px}}.articles-list-slice__article-image img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .3s ease}.articles-list-slice__article-image:hover img{transform:scale(1.05)}.articles-list-slice__article-content{flex:1 1;display:flex;flex-direction:column;gap:.75rem}.articles-list-slice__article-title{margin:0;font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:1.5rem;font-weight:600;line-height:1.3;color:inherit}@media(min-width:36rem)and (max-width:47.99rem){.articles-list-slice__article-title{font-size:1.375rem}}@media(max-width:767px){.articles-list-slice__article-title{font-size:1.25rem}}.articles-list-slice__article-title a{color:inherit;text-decoration:none;transition:color .3s ease}.articles-list-slice__article-title a:hover{color:#c7a14a}.articles-list-slice__article-excerpt{margin:0;font-size:.95rem;line-height:1.6;color:inherit;opacity:.8;flex:1 1}@media(max-width:767px){.articles-list-slice__article-excerpt{font-size:.9rem}}.articles-list-slice__article-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#c7a14a;text-decoration:none;transition:all .3s ease;margin-top:auto;width:-moz-fit-content;width:fit-content}.articles-list-slice__article-link:hover{color:#e4c980;gap:.75rem}.car-listing-feed{padding:3rem 0;position:relative}.car-listing-feed__header{text-align:center;margin-bottom:3rem;display:flex;align-items:center;justify-content:center;gap:1.5rem}.car-listing-feed__header .car-listing-feed__line{flex:1 1;height:1px;background:#d9cfbb;max-width:100px}.car-listing-feed__header .car-listing-feed__title h2{font-size:1.5rem;color:#1a1d22;margin:0}.car-listing-feed__container{position:relative;width:100%}.car-listing-feed__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:48px;height:48px;border-radius:50%;background:#f8f5ee;border:1px solid #d9cfbb;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 24px rgba(8,10,14,.08)}.car-listing-feed__nav:hover{background:#c7a14a;color:#f7f0df;border-color:#c7a14a}.car-listing-feed__nav--prev{left:1rem}.car-listing-feed__nav--next{right:1rem}.car-listing-feed__track{overflow:hidden}.car-listing-feed__slides{display:flex;gap:1rem;transition:transform .5s cubic-bezier(.4,0,.2,1)}.car-listing-feed__slide{flex-grow:1;flex-shrink:1;flex-basis:calc((100% - 1rem*3)/4);min-width:0}@media(max-width:75rem){.car-listing-feed__slide{flex-basis:calc((100% - 1rem*2)/3)}}@media(max-width:62rem){.car-listing-feed__slide{flex-basis:calc((100% - 1rem)/2)}}@media(max-width:48rem){.car-listing-feed__slide{flex-basis:100%}}.car-listing-feed__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem}@media(max-width:75rem){.car-listing-feed__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:62rem){.car-listing-feed__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:48rem){.car-listing-feed__grid{grid-template-columns:1fr}}.car-listing-feed__grid-item{min-width:0;display:flex}.car-listing-feed__grid-item .car-listing-card,.car-listing-feed__slide .car-listing-card{width:100%}.car-listing-feed__card{display:block;background:#f8f5ee;border-radius:2px;overflow:hidden;box-shadow:0 8px 20px rgba(11,15,22,.08);transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;color:inherit;height:100%}.car-listing-feed__card:hover{transform:translateY(-4px);box-shadow:0 18px 48px rgba(16,21,27,.16)}.car-listing-feed__image-wrapper{position:relative;width:100%;padding-top:66.67%;overflow:hidden;background:#f0eadf}.car-listing-feed__image-wrapper .car-listing-feed__image{object-fit:cover}.car-listing-feed__image-wrapper .car-listing-feed__badge{position:absolute;top:1rem;right:1rem;background:#c7a14a;color:#f7f0df;padding:.25rem .5rem;border-radius:2px;font-size:.875rem;font-weight:600;z-index:2}.car-listing-feed__image-wrapper .car-listing-feed__badge.featured{background:#a9842f}.car-listing-feed__image-wrapper .car-listing-feed__overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);padding:1.5rem;color:#f7f0df}.car-listing-feed__image-wrapper .car-listing-feed__info .car-listing-feed__name{font-size:1.125rem;font-weight:600;margin-bottom:.25rem;color:#f7f0df}.car-listing-feed__image-wrapper .car-listing-feed__info .car-listing-feed__year{display:inline-block;font-size:.875rem;opacity:.9;margin-bottom:.5rem}.car-listing-feed__image-wrapper .car-listing-feed__info .car-listing-feed__price{font-size:1.25rem;font-weight:700;color:#f7f0df}.car-listing-feed__loading{text-align:center;padding:3rem;color:#5d6168}.car-search-slice{position:relative;background:#0a0a0a;padding:1rem 0;background-size:cover;background-position:50%;background-repeat:no-repeat}.car-search-slice__overlay{position:absolute;inset:0;background:rgba(0,0,0,.72);pointer-events:none}.car-search-slice .widthContainer{position:relative;z-index:1}.car-search-slice__heading{text-align:center;margin-bottom:1.75rem}.car-search-slice__title{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:#fff;margin:0 0 .5rem;letter-spacing:-.02em}.car-search-slice__subtitle{color:hsla(0,0%,100%,.72);font-size:1rem;margin:0}.car-search-slice__bar{display:grid;grid-template-columns:2fr 1.5fr 1.5fr 1fr 1fr auto;grid-gap:0;gap:0;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:visible}@media(max-width:1100px){.car-search-slice__bar{grid-template-columns:1fr 1fr 1fr}}@media(max-width:700px){.car-search-slice__bar{grid-template-columns:1fr}}.car-search-slice__btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:0 1.75rem;background:#c7a14a;color:#fff;border:none;font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:.95rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,transform .15s ease;white-space:nowrap;min-height:58px}.car-search-slice__btn:hover{background:#a9842f}.car-search-slice__btn:active{transform:scale(.98)}.car-search-slice__btn svg{flex-shrink:0}@media(max-width:1100px){.car-search-slice__btn{grid-column:1/-1;padding:1rem;min-height:50px}}.car-search-field{position:relative;border-right:1px solid hsla(0,0%,100%,.1)}@media(max-width:700px){.car-search-field{border-right:none;border-bottom:1px solid hsla(0,0%,100%,.1)}}.car-search-field__label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.5);padding:.6rem 1rem 0}.car-search-field__input{display:block;width:100%;padding:.35rem 1rem .7rem;background:rgba(0,0,0,0);border:none;outline:none;font-size:.95rem;color:#fff;font-family:var(--font-manrope),"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.car-search-field__input::placeholder{color:hsla(0,0%,100%,.4)}.car-search-field__input:focus{background:hsla(0,0%,100%,.05)}.car-search-field__input:disabled{opacity:.4;cursor:not-allowed}.car-search-field__input[type=number]{-moz-appearance:textfield}.car-search-field__input[type=number]::-webkit-inner-spin-button,.car-search-field__input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.car-search-autocomplete{position:relative}.car-search-autocomplete__clear{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:hsla(0,0%,100%,.45);cursor:pointer;font-size:.8rem;padding:.2rem;line-height:1;transition:color .15s ease}.car-search-autocomplete__clear:hover{color:hsla(0,0%,100%,.85)}.car-search-autocomplete__list{position:absolute;top:calc(100% + 2px);left:0;right:0;background:#1a1a1a;border:1px solid hsla(0,0%,100%,.15);box-shadow:0 8px 24px rgba(0,0,0,.5);list-style:none;margin:0;padding:.25rem 0;z-index:100;max-height:240px;overflow-y:auto}.car-search-autocomplete__item{padding:.55rem 1rem;font-size:.9rem;color:hsla(0,0%,100%,.85);cursor:pointer;transition:background .12s ease,color .12s ease}.car-search-autocomplete__item:hover{background:rgba(139,0,0,.25);color:#fff}.cta-section{position:relative;padding:6rem 0;margin:0 0 4rem;text-align:center;overflow:hidden;border-radius:0}@media(max-width:767px){.cta-section{padding:4rem 0;margin:2rem 0;border-radius:0}}.cta-section--gradient{background:linear-gradient(135deg,#C7A14A,#E4C980 50%,#A9842F);color:#f7f0df}.cta-section--dark{background:#10151b;color:#f7f0df}.cta-section--light{background:#f8f5ee;color:#1a1d22}.cta-section--image{color:#f7f0df}.cta-background{position:absolute;top:0;left:0;z-index:0;overflow:hidden}.cta-background,.cta-background img{width:100%;height:100%;border-radius:0!important}.cta-background img{object-fit:cover;transform:scale(1.05);transition:transform .6s ease-out}.cta-section:hover .cta-background img{transform:scale(1.1)}.cta-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(120,0,0,.45),rgba(220,30,30,.35) 50%,rgba(120,0,0,.45));z-index:1}.cta-content{position:relative;z-index:2;max-width:800px;margin:0 auto;padding:0 2rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.16,1,.3,1)}.cta-content.is-visible{opacity:1;transform:translateY(0)}@media(max-width:767px){.cta-content{padding:0 1rem}}.cta-title{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:clamp(2rem,6vw,3.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem;color:inherit}@media(max-width:767px){.cta-title{font-size:clamp(1.75rem,6vw,2.5rem)}}.cta-section--gradient .cta-title{text-shadow:0 4px 20px rgba(0,0,0,.2)}.cta-description{font-size:clamp(1rem,2vw,1.25rem);line-height:1.7;margin-bottom:2.5rem;color:inherit;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}@media(max-width:767px){.cta-description{margin-bottom:2rem}}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1.125rem 2.5rem;background:#f7f0df;color:#c7a14a;text-decoration:none;border:none;border-radius:8px;font-weight:700;font-size:1.125rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px rgba(0,0,0,.2);position:relative;overflow:hidden;cursor:pointer}.cta-section--light .cta-button{background:#c7a14a;color:#f7f0df}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(0,0,0,.3)}.cta-section--dark .cta-button:hover,.cta-section--gradient .cta-button:hover,.cta-section--image .cta-button:hover{background:hsla(0,0%,100%,.95);color:#c7a14a}.cta-section--light .cta-button:hover{background:#1e40af;color:#f7f0df}.cta-button:hover:before{left:100%}.cta-button:hover svg{transform:translateX(4px)}.cta-button:active{transform:translateY(0)}.cta-button svg{transition:transform .3s ease;font-size:.875rem}.customer-journey{padding:3rem 0;background:#f8f5ee}.customer-journey--vertical .customer-journey__steps{flex-direction:column;max-width:720px;margin:0 auto}.customer-journey--vertical .journey-step{flex-direction:row;align-items:flex-start;gap:2rem}.customer-journey--vertical .journey-step__number{flex-shrink:0}.customer-journey--vertical .journey-step__connector{display:none}.customer-journey__header{text-align:center;margin-bottom:3rem;max-width:640px;margin-left:auto;margin-right:auto}.customer-journey__header:after{content:"";display:block;width:60px;height:3px;background:#c7a14a;margin:1.5rem auto 0}.customer-journey__title h1,.customer-journey__title h2{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:2.5rem;font-weight:600;color:#1a1d22;margin-bottom:.5rem}.customer-journey__subtitle p{font-size:1.125rem;color:#5d6168;line-height:1.7}.customer-journey__steps{display:flex;gap:2rem;position:relative;transition:opacity .6s ease,transform .6s ease}@media(max-width:48rem){.customer-journey__steps{flex-direction:column}}.customer-journey__cta{text-align:center;margin-top:3rem}.journey-step{position:relative;flex:1 1;display:flex;flex-direction:column;align-items:center;text-align:center;animation:stepFadeIn .5s ease both;animation-delay:var(--step-delay,0s)}@media(max-width:48rem){.journey-step{align-items:flex-start;text-align:left;flex-direction:row}}.journey-step__number{width:52px;height:52px;border-radius:50%;background:#c7a14a;color:#f7f0df;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:800;letter-spacing:.05em;flex-shrink:0;z-index:2;position:relative;box-shadow:0 4px 16px rgba(199,161,74,.35);margin-bottom:1.5rem}@media(max-width:48rem){.journey-step__number{margin-bottom:0;margin-right:0}}.journey-step__connector{position:absolute;top:26px;left:calc(50% + 26px);right:calc(-50% + 26px);height:2px;background:repeating-linear-gradient(90deg,#C7A14A,#C7A14A 8px,transparent 0,transparent 16px);z-index:1}@media(max-width:48rem){.journey-step__connector{display:none}}.journey-step__body{flex:1 1}@media(max-width:48rem){.journey-step__body{padding-left:1rem}}.journey-step__icon{width:56px;height:56px;background:rgba(199,161,74,.08);border-radius:2px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.75rem;border:1px solid rgba(199,161,74,.15)}@media(max-width:48rem){.journey-step__icon{margin:0 0 1rem}}.journey-step__image{position:relative;width:100%;padding-top:66%;border-radius:2px;overflow:hidden;margin-bottom:1rem;background:#f0eadf}.journey-step__content{padding:0 .5rem}.journey-step__title{font-size:1.125rem;font-weight:700;color:#1a1d22;margin-bottom:.5rem}.journey-step__description p{font-size:.875rem;color:#5d6168;line-height:1.7}.journey-step__link{display:inline-block;margin-top:.5rem;font-size:.875rem;font-weight:600;color:#c7a14a;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.journey-step__link:hover{color:#a9842f}@keyframes stepFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer-content-newsletter{width:100%;background:#000;color:#fff;border-top:0 solid #fff;padding:3rem 0}.footer-content-newsletter p{color:#fff!important}.footer-content-newsletter__layout{display:grid;grid-template-columns:1.25fr 1fr;grid-gap:3rem;gap:3rem}@media(max-width:62rem){.footer-content-newsletter__layout{grid-template-columns:1fr;gap:2rem}}.footer-content-newsletter__copy{color:#ddd;line-height:1.6;font-size:.95rem}.footer-content-newsletter__contact-heading{margin-top:1.5rem;margin-bottom:.5rem;color:#fff;font-size:1rem;font-weight:700}.footer-content-newsletter__contact-info{color:#ddd;font-style:normal}.footer-content-newsletter__contact-info p{margin:0 0 .35rem}.footer-content-newsletter__newsletter-heading{color:#fff;margin:0 0 1rem;font-size:1rem;font-weight:700}.footer-content-newsletter__form{display:flex;flex-direction:column;gap:.5rem}.footer-content-newsletter__inputs{display:grid;grid-template-columns:1fr;grid-gap:.5rem;gap:.5rem}.footer-content-newsletter__inputs input{width:100%;background:#000;color:#fff;border:1px solid #666;padding:.6rem .7rem;outline:none}.footer-content-newsletter__inputs input::placeholder{color:#aaa}.footer-content-newsletter__actions{display:flex;align-items:center;gap:1rem;margin-top:.25rem}.footer-content-newsletter__actions button{background:#c30000;color:#fff;border:none;padding:.5rem 1.1rem;cursor:pointer;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em}.footer-content-newsletter__policy{color:#ddd;font-size:.8rem;text-transform:uppercase}.footer-content-newsletter__status{padding:.45rem .55rem;font-size:.8rem}.footer-content-newsletter__status.success{color:#8fe39f}.footer-content-newsletter__status.error{color:#ff9c9c}.footer-partners{width:100%;background:#000;padding:3rem 0;margin-top:30px!important}.footer-partners__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:1rem;gap:1rem}@media(max-width:75rem){.footer-partners__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:62rem){.footer-partners__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:48rem){.footer-partners__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.footer-partners__item{border:2px solid #fff;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;background:#000;overflow:hidden;text-decoration:none}.footer-partners__image{width:100%;height:100%;object-fit:cover;display:block}.hero-advertisements{padding:1.5rem 0 2rem;background:#fff}.hero-advertisements .hero-ads-grid{display:flex;gap:1.25rem;align-items:stretch}@media(min-width:36rem)and (max-width:47.99rem){.hero-advertisements .hero-ads-grid{flex-direction:column}}.hero-advertisements .hero-ads-carousel{flex:1 1;min-width:0;height:518px}@media(min-width:36rem)and (max-width:47.99rem){.hero-advertisements .hero-ads-carousel{height:320px}}@media(max-width:767px){.hero-advertisements .hero-ads-carousel{height:240px}}.hero-advertisements .ad-card{position:relative;overflow:hidden;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04);border-radius:0;color:#fff;text-decoration:none;display:block;height:100%}.hero-advertisements .ad-card:hover{border-color:hsla(0,0%,100%,.18)}.hero-advertisements .ad-card .ad-image{position:absolute;inset:0}.hero-advertisements .ad-card .ad-image img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.02)}.hero-advertisements .ad-card .ad-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.55) 55%,rgba(0,0,0,.85))}.hero-advertisements .ad-card .ad-meta{position:absolute;left:0;right:0;bottom:0;padding:1rem 1rem .9rem;display:grid;grid-gap:.35rem;gap:.35rem}.hero-advertisements .ad-card .ad-label{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.72)}.hero-advertisements .ad-card .ad-title{font-family:var(--font-syne),"Syne",sans-serif;font-size:1.25rem;line-height:1.15;font-weight:700;color:#fff;margin:0}.hero-advertisements .ad-card .ad-subtitle{font-size:.9rem;line-height:1.25;color:hsla(0,0%,100%,.82);margin:0}.hero-advertisements .carousel-stage{position:relative;height:100%}.hero-advertisements .carousel-dots{position:absolute;top:10px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:5;padding:8px 10px;background:rgba(0,0,0,.25);border:1px solid hsla(0,0%,100%,.12);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-advertisements .dot{width:14px!important;max-width:14px!important;height:14px!important;max-height:14px!important;border-radius:50%;border:1px solid hsla(0,0%,100%,.6);background:hsla(0,0%,100%,.15);cursor:pointer;transition:transform .15s ease,background .15s ease}.hero-advertisements .dot.active{background:hsla(0,0%,100%,.9);transform:scale(1.08)}.hero-advertisements .carousel-slide{position:absolute;inset:0;opacity:0;transform:translateY(8px);transition:opacity .35s ease,transform .35s ease;pointer-events:none}.hero-advertisements .carousel-slide.active{opacity:1;transform:translateY(0);pointer-events:auto}.hero-advertisements .hero-ads-right{display:flex;flex-direction:column;gap:1.25rem;width:275px;flex-shrink:0}@media(min-width:36rem)and (max-width:47.99rem){.hero-advertisements .hero-ads-right{flex-direction:row;width:100%}}.hero-advertisements .hero-ads-small{width:275px;height:214px;flex-shrink:0}@media(min-width:36rem)and (max-width:47.99rem){.hero-advertisements .hero-ads-small{width:100%;height:180px}}@media(max-width:767px){.hero-advertisements .hero-ads-small{height:150px}}.hero-advertisements .ad-skeleton{border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04);height:214px}@media(min-width:36rem)and (max-width:47.99rem){.hero-advertisements .ad-skeleton{height:180px}}.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{bottom:0;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));bottom:0;left:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;right:0;top:0;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1 1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-height:100%;max-width:100%;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{height:100%;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:var(--yarl__toolbar_padding,8px);position:absolute;right:0;top:0}[dir=rtl] .yarl__toolbar{bottom:auto;left:0;right:auto;top:0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}.latest-blog-slice{padding:6rem 0;position:relative}@media(max-width:767px){.latest-blog-slice{padding:4rem 0}}.latest-blog-slice--light,.latest-blog-slice--plain{background:#fff;color:#1a1d22}.latest-blog-slice--light{background:#f8f9fa}.latest-blog-slice--dark{background:#0a0a1a;color:#f7f0df}.latest-blog-slice--dark h1,.latest-blog-slice--dark h2,.latest-blog-slice--dark h3,.latest-blog-slice--dark h4,.latest-blog-slice--dark h5,.latest-blog-slice--dark h6{color:#f7f0df}.latest-blog-slice--dark a,.latest-blog-slice--dark p{color:rgba(247,240,223,.9)}.latest-blog-slice__loading{text-align:center;padding:2rem;color:#5d6168}.latest-blog-slice__header{text-align:center;margin-bottom:4rem}@media(max-width:767px){.latest-blog-slice__header{margin-bottom:3rem}}.latest-blog-slice__title{margin-bottom:1rem}.latest-blog-slice__title h1,.latest-blog-slice__title h2{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin:0;color:inherit}@media(max-width:767px){.latest-blog-slice__title h1,.latest-blog-slice__title h2{font-size:clamp(2rem,8vw,3rem)}}.latest-blog-slice__description{font-size:1.125rem;line-height:1.7;color:inherit;opacity:.8;max-width:700px;margin:0 auto}@media(max-width:767px){.latest-blog-slice__description{font-size:1rem}}.latest-blog-slice__description p{margin-bottom:1rem}.latest-blog-slice__description p:last-child{margin-bottom:0}.latest-blog-slice__articles-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}@media(max-width:47.99rem){.latest-blog-slice__articles-grid{grid-template-columns:1fr;gap:1.5rem}}.latest-blog-slice__article-card{display:flex;flex-direction:row;gap:1.5rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:1.5rem;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.04)}.latest-blog-slice--dark .latest-blog-slice__article-card{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.15);box-shadow:0 4px 12px rgba(37,99,235,.15)}@media(max-width:767px){.latest-blog-slice__article-card{flex-direction:column;gap:1rem}}.latest-blog-slice__article-card:hover{transform:translateY(-4px);border-color:#c7a14a;box-shadow:0 8px 24px rgba(37,99,235,.15)}.latest-blog-slice__article-image{flex-shrink:0;width:200px;height:150px;position:relative;overflow:hidden;border-radius:8px}@media(min-width:36rem)and (max-width:47.99rem){.latest-blog-slice__article-image{width:180px;height:135px}}@media(max-width:767px){.latest-blog-slice__article-image{width:100%;height:200px}}.latest-blog-slice__article-image img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .3s ease}.latest-blog-slice__article-image:hover img{transform:scale(1.05)}.latest-blog-slice__article-content{flex:1 1;display:flex;flex-direction:column;gap:.75rem}.latest-blog-slice__article-title{margin:0;font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:1.5rem;font-weight:600;line-height:1.3;color:inherit}@media(min-width:36rem)and (max-width:47.99rem){.latest-blog-slice__article-title{font-size:1.375rem}}@media(max-width:767px){.latest-blog-slice__article-title{font-size:1.25rem}}.latest-blog-slice__article-title a{color:inherit;text-decoration:none;transition:color .3s ease}.latest-blog-slice__article-title a:hover{color:#c7a14a}.latest-blog-slice__article-excerpt{margin:0;font-size:.95rem;line-height:1.6;color:inherit;opacity:.8;flex:1 1}@media(max-width:767px){.latest-blog-slice__article-excerpt{font-size:.9rem}}.latest-blog-slice__article-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#c7a14a;text-decoration:none;transition:all .3s ease;margin-top:auto;width:-moz-fit-content;width:fit-content}.latest-blog-slice__article-link:hover{color:#e4c980;gap:.75rem}.latest-blog-slice__view-all{margin-top:4rem;text-align:center;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.latest-blog-slice--dark .latest-blog-slice__view-all{border-top-color:hsla(0,0%,100%,.15)}@media(max-width:767px){.latest-blog-slice__view-all{margin-top:3rem;padding-top:1.5rem}}.latest-blog-slice__view-all-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;color:#fff;background:#c7a14a;text-decoration:none;border:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px rgba(37,99,235,.3);cursor:pointer;position:relative;overflow:hidden}.latest-blog-slice__view-all-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}@media(max-width:767px){.latest-blog-slice__view-all-button{padding:.875rem 2rem;font-size:.95rem}}.latest-blog-slice__view-all-button .arrow{font-size:1.25rem;transition:transform .3s ease}.latest-blog-slice__view-all-button:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,99,235,.5)}.latest-blog-slice__view-all-button:hover:before{left:100%}.latest-blog-slice__view-all-button:hover .arrow{transform:translateX(4px)}.latest-blog-slice__view-all-button:active{transform:translateY(0)}.media-hero{position:relative;min-height:70vh;display:flex;align-items:center;overflow:hidden}.media-hero--full-bleed{min-height:85vh}.media-hero--split{min-height:60vh}.media-hero--split .media-hero__media{width:55%;right:0;left:auto}.media-hero--split .media-hero__content{max-width:50%;color:#1a1d22}.media-hero--split .media-hero__content .media-hero__title h1,.media-hero--split .media-hero__content h2{color:#1a1d22}.media-hero--split .media-hero__content .media-hero__description p{color:#5d6168}@media(max-width:62rem){.media-hero--split{flex-direction:column}.media-hero--split .media-hero__media{position:relative;width:100%;min-height:50vh}.media-hero--split .media-hero__content{max-width:100%;position:relative;padding:2rem 0}}.media-hero--overlay-light .media-hero__overlay{background:rgba(0,0,0,.3)}.media-hero--overlay-medium .media-hero__overlay{background:linear-gradient(90deg,rgba(16,21,27,.75) 0,rgba(16,21,27,.4) 60%,rgba(16,21,27,.2))}.media-hero--overlay-heavy .media-hero__overlay{background:rgba(16,21,27,.75)}.media-hero--text-center .media-hero__content{text-align:center;align-items:center}.media-hero--text-center .media-hero__overlay{background:rgba(16,21,27,.55)}.media-hero--text-left .media-hero__content{text-align:left;align-items:flex-start}.media-hero__media{position:absolute;inset:0;z-index:0}.media-hero__bg-image{object-fit:cover}.media-hero__overlay{position:absolute;inset:0;z-index:1}.media-hero .widthContainer{position:relative;z-index:2;width:100%;padding-top:3rem;padding-bottom:3rem}.media-hero__content{display:flex;flex-direction:column;max-width:720px;transition:opacity .6s ease,transform .6s ease}.media-hero__eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#c7a14a;background:rgba(199,161,74,.1);padding:4px 14px;border-radius:2px;margin-bottom:1.5rem;border:1px solid rgba(199,161,74,.25);align-self:flex-start}.media-hero--text-center .media-hero__eyebrow{align-self:center}.media-hero__title h1,.media-hero__title h2{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;color:#f7f0df;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 16px rgba(0,0,0,.3)}.media-hero__description{margin-bottom:2rem}.media-hero__description p{font-size:1.125rem;color:rgba(247,240,223,.85);line-height:1.7;max-width:560px}.media-hero__actions{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.media-hero__button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:2px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.03em}.media-hero__button svg{font-size:.875rem;transition:transform .2s}.media-hero__button:hover svg{transform:translateX(4px)}.media-hero__button--primary{background:#c7a14a;color:#f7f0df}.media-hero__button--primary:hover{background:#a9842f;box-shadow:0 8px 32px rgba(199,161,74,.4);transform:translateY(-2px)}.media-hero__button--outline{background:rgba(0,0,0,0);border:2px solid rgba(247,240,223,.6);color:#f7f0df}.media-hero__button--outline:hover{border-color:#c7a14a;background:rgba(199,161,74,.1)}.media-hero__play-button{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;color:#f7f0df;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.media-hero__play-button svg{font-size:2.25rem;color:#c7a14a;transition:transform .3s ease}.media-hero__play-button:hover{color:#c7a14a}.media-hero__play-button:hover svg{transform:scale(1.1)}.media-hero__stats{display:flex;gap:2rem;padding-top:2rem;border-top:1px solid rgba(247,240,223,.15);flex-wrap:wrap}.media-hero__stat{display:flex;flex-direction:column;gap:4px}.media-hero__stat-value{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:2rem;font-weight:700;color:#c7a14a;line-height:1}.media-hero__stat-label{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(247,240,223,.6)}.news-highlights{padding:3rem 0;background:#f8f5ee}.news-highlights--featured .news-highlights__grid{grid-template-columns:2fr 1fr;grid-template-rows:auto}@media(max-width:62rem){.news-highlights--featured .news-highlights__grid{grid-template-columns:1fr}}.news-highlights--featured .news-card--featured{grid-row:span 2}.news-highlights--featured .news-card--featured .news-card__image-wrapper{padding-top:75%}.news-highlights__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #d9cfbb;gap:1.5rem}@media(max-width:48rem){.news-highlights__header{flex-direction:column;align-items:flex-start}}.news-highlights__title h1,.news-highlights__title h2{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:2.25rem;font-weight:600;color:#1a1d22;margin:0}.news-highlights__subtitle p{font-size:1rem;color:#5d6168;margin:0}.news-highlights__grid{display:grid;grid-template-columns:repeat(var(--columns,3),1fr);grid-gap:2rem;gap:2rem;transition:opacity .5s ease,transform .5s ease}@media(max-width:62rem){.news-highlights__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:48rem){.news-highlights__grid{grid-template-columns:1fr}}.news-highlights__footer{text-align:center;margin-top:3rem}.news-highlights__footer .button--outline{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:rgba(0,0,0,0);border:2px solid #c7a14a;color:#c7a14a;text-decoration:none;font-weight:600;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.03em}.news-highlights__footer .button--outline:hover{background:#c7a14a;color:#f7f0df}.news-highlights__footer .button--outline svg{font-size:.875rem;transition:transform .2s ease}.news-highlights__footer .button--outline:hover svg{transform:translateX(4px)}.news-card{display:flex;flex-direction:column;background:#fff;border:1px solid #d9cfbb;border-radius:2px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.news-card:hover{transform:translateY(-4px);box-shadow:0 18px 48px rgba(16,21,27,.16);border-color:#c7a14a}.news-card__image-wrapper{position:relative;width:100%;padding-top:60%;overflow:hidden;background:#f0eadf}.news-card__image-wrapper--placeholder{display:flex;align-items:center;justify-content:center}.news-card__image-link{position:absolute;inset:0}.news-card__image{object-fit:cover;transition:transform .5s ease}.news-card:hover .news-card__image{transform:scale(1.04)}.news-card__placeholder-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem;color:#d9cfbb}.news-card__category{position:absolute;top:1rem;left:1rem;background:#c7a14a;color:#f7f0df;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:2px;z-index:2}.news-card__content{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.news-card__meta{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#5d6168;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.news-card__meta svg{font-size:.7rem;color:#c7a14a}.news-card__title{font-size:1.125rem;font-weight:700;color:#1a1d22;margin-bottom:.5rem;line-height:1.4}.news-card__title a{color:inherit;text-decoration:none;transition:color .2s}.news-card__title a:hover{color:#c7a14a}.news-card__excerpt{flex:1 1;margin-bottom:1rem}.news-card__excerpt p{font-size:.875rem;color:#5d6168;line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-card__read-more{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:#c7a14a;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:auto}.news-card__read-more svg{font-size:.7rem;transition:transform .2s}.news-card__read-more:hover{color:#a9842f}.news-card__read-more:hover svg{transform:translateX(4px)}.our-services-slice{padding:3rem 0;background-color:#f8f5ee}@media(max-width:767px){.our-services-slice{padding:2rem 0}}.our-services-slice--plain{background-color:#fff;color:#1a1d22}.our-services-slice--light{background-color:rgba(0,0,0,.1);color:#1a1d22}.our-services-slice--dark{background-color:#252525;color:#f7f0df}.our-services-slice--dark h1,.our-services-slice--dark h2,.our-services-slice--dark h3,.our-services-slice--dark h4,.our-services-slice--dark h5,.our-services-slice--dark h6{color:#f7f0df}.our-services-slice--dark a,.our-services-slice--dark p{color:rgba(247,240,223,.9)}.our-services-slice--dark .our-services-slice__title h1{color:#f7f0df}.our-services-slice--dark .our-services-slice__subtitle h2{color:rgba(247,240,223,.8)}.our-services-slice--dark .our-services-slice__text{color:rgba(247,240,223,.9)}.our-services-slice__main-grid{display:grid;grid-template-columns:1fr 400px;grid-gap:3rem;gap:3rem;align-items:flex-start}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__main-grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:767px){.our-services-slice__main-grid{grid-template-columns:1fr;gap:1.5rem}}.our-services-slice__left-area{display:flex;flex-direction:column;gap:2rem}@media(max-width:767px){.our-services-slice__left-area{gap:1.5rem}}.our-services-slice__text-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:flex-start}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__text-columns{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:767px){.our-services-slice__text-columns{grid-template-columns:1fr;gap:1.5rem}}.our-services-slice__grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:0;gap:0;align-items:flex-start}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:767px){.our-services-slice__grid{grid-template-columns:1fr;gap:1.5rem}}.our-services-slice__header{margin-bottom:2rem;text-align:left}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__header{margin-bottom:1.5rem}}@media(max-width:767px){.our-services-slice__header{margin-bottom:1rem}}.our-services-slice__main-grid .our-services-slice__header{margin-bottom:0}.our-services-slice__grid~.our-services-slice__header{margin-bottom:2rem}.our-services-slice__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:0 1.5rem 0 0}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__content{padding:0}}@media(max-width:767px){.our-services-slice__content{padding:0}}.our-services-slice__title{margin-bottom:1rem}.our-services-slice__title h1{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:2.5rem;font-weight:700;color:#1a1d22;line-height:1.2;margin:0}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__title h1{font-size:2.25rem}}@media(max-width:767px){.our-services-slice__title h1{font-size:2rem}}.our-services-slice__subtitle{margin-bottom:0}.our-services-slice__subtitle h2{font-family:var(--font-manrope),"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.1rem;font-weight:400;color:#5d6168;line-height:1.5;margin:0;text-transform:uppercase;letter-spacing:.05em}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__subtitle h2{font-size:1.05rem}}@media(max-width:767px){.our-services-slice__subtitle h2{font-size:1rem}}.our-services-slice__text{color:#1a1d22;font-family:var(--font-manrope),"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;line-height:1.7}.our-services-slice__text p{margin-bottom:1rem}.our-services-slice__text p:last-child{margin-bottom:0}@media(max-width:767px){.our-services-slice__text{font-size:.95rem}}.our-services-slice__second-column{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:0 1.5rem 0 0}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__second-column{padding:0}}@media(max-width:767px){.our-services-slice__second-column{padding:0}}.our-services-slice__image-block{position:relative;min-height:400px}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__image-block{min-height:300px}}@media(max-width:767px){.our-services-slice__image-block{min-height:250px}}.our-services-slice__image-wrapper{position:relative;width:100%;height:100%;min-height:400px;overflow:hidden}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__image-wrapper{min-height:300px}}@media(max-width:767px){.our-services-slice__image-wrapper{min-height:250px}}.our-services-slice__image-overlay{position:absolute;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.95);border:1px solid rgba(0,0,0,.1);padding:1.5rem}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__image-overlay{padding:1.25rem}}@media(max-width:767px){.our-services-slice__image-overlay{padding:1rem}}.our-services-slice__image-title{margin-bottom:.5rem}.our-services-slice__image-title h2{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:1.75rem;font-weight:700;color:#1a1d22;margin:0;line-height:1.2}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__image-title h2{font-size:1.6rem}}@media(max-width:767px){.our-services-slice__image-title h2{font-size:1.5rem}}.our-services-slice__image-subtitle h3{font-family:var(--font-manrope),"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.9rem;font-weight:400;color:#5d6168;margin:0;text-transform:uppercase;letter-spacing:.05em}@media(max-width:767px){.our-services-slice__image-subtitle h3{font-size:.85rem}}.our-services-slice__search{position:relative;min-height:400px}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__search{min-height:auto}}@media(max-width:767px){.our-services-slice__search{min-height:auto}}.our-services-slice__search-wrapper{position:relative;width:100%;height:100%;min-height:400px;background-color:#10151b;background-size:cover;background-position:50%;background-repeat:no-repeat;padding:2rem;display:flex;flex-direction:column;justify-content:flex-start}.our-services-slice__search-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(44,44,44,.85);z-index:1}.our-services-slice__search-wrapper>*{position:relative;z-index:2}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__search-wrapper{min-height:350px;padding:1.75rem}}@media(max-width:767px){.our-services-slice__search-wrapper{min-height:auto;padding:1.5rem}}.our-services-slice__search-title{margin-bottom:2rem}.our-services-slice__search-title h2{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:2rem;font-weight:700;color:#f7f0df;margin:0;line-height:1.2}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__search-title h2{font-size:1.875rem;margin-bottom:1.5rem}}@media(max-width:767px){.our-services-slice__search-title h2{font-size:1.75rem;margin-bottom:1.5rem}}.our-services-slice__form{display:flex;flex-direction:column;gap:1rem;flex:1 1}.our-services-slice__field{width:100%}.our-services-slice__input-wrapper{position:relative;display:flex;align-items:center;background-color:#f8f5ee;border-radius:4px;padding:.875rem 1rem;transition:all .3s ease}@media(max-width:767px){.our-services-slice__input-wrapper{padding:.75rem .875rem}}.our-services-slice__input-wrapper:focus-within{box-shadow:0 0 0 2px rgba(3,178,76,.3)}.our-services-slice__icon{color:#5d6168;margin-right:.75rem;font-size:1rem;flex-shrink:0}.our-services-slice__input{flex:1 1;border:none;background:rgba(0,0,0,0);color:#1a1d22;font-size:.95rem;font-family:var(--font-manrope),"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;outline:none;width:100%}@media(max-width:767px){.our-services-slice__input{font-size:.9rem}}.our-services-slice__input::placeholder{color:#5d6168;font-size:.85rem}@media(max-width:767px){.our-services-slice__input::placeholder{font-size:.8rem}}.our-services-slice__button{background-color:var(--brand-primary,#03b24c);color:#f7f0df;border:none;border-radius:4px;padding:1rem 1.5rem;font-size:1rem;font-weight:600;font-family:var(--font-manrope),"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem;text-transform:uppercase;letter-spacing:.05em}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__button{padding:.9rem 1.25rem;font-size:.95rem}}@media(max-width:767px){.our-services-slice__button{padding:.875rem 1rem;font-size:.9rem;width:100%}}.our-services-slice__button:hover{background-color:var(--brand-primary-dark,#028a3d);transform:translateY(-2px);box-shadow:0 4px 12px rgba(3,178,76,.3)}.our-services-slice__button:active{transform:translateY(0)}.our-services-slice__button svg{font-size:1rem}@media(max-width:767px){.our-services-slice__button svg{font-size:.9rem}}.our-services-slice__view-all{margin-top:1rem;text-align:center}.our-services-slice__view-all-link{color:var(--brand-primary,#03b24c);text-decoration:none;font-size:.95rem;font-weight:500;font-family:var(--font-manrope),"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;transition:color .3s ease}@media(max-width:767px){.our-services-slice__view-all-link{font-size:.9rem;display:inline-block;padding:.5rem 0}}.our-services-slice__view-all-link:hover{color:var(--brand-primary-dark,#028a3d);text-decoration:underline}.our-services-slice__help-text{margin-top:1.5rem;color:rgba(247,240,223,.8);font-size:.85rem;font-family:var(--font-manrope),"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.5;text-align:center}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__help-text{font-size:.8rem;margin-top:1.25rem}}@media(max-width:767px){.our-services-slice__help-text{font-size:.75rem;margin-top:1rem}}.our-services-slice__search-wrapper[data-background-image]:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:0;opacity:.3}.our-team-section{padding:6rem 0;position:relative;color:#1a1d22}@media(max-width:767px){.our-team-section{padding:4rem 0}}.our-team-section--light,.our-team-section--plain{background:#fff;color:#1a1d22}.our-team-section--light{background:#f8f9fa}.our-team-section--dark{background:#0a0a1a;color:#f7f0df}.our-team-section--dark h1,.our-team-section--dark h2,.our-team-section--dark h3,.our-team-section--dark h4,.our-team-section--dark h5,.our-team-section--dark h6{color:#f7f0df}.our-team-section--dark a,.our-team-section--dark p{color:rgba(247,240,223,.9)}.our-team-section__header{margin-bottom:1.5rem}@media(max-width:767px){.our-team-section__header{margin-bottom:1rem}}.our-team-section__header h1,.our-team-section__header h2,.our-team-section__header h3{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:inherit;margin:0 0 1rem}@media(max-width:767px){.our-team-section__header h1,.our-team-section__header h2,.our-team-section__header h3{font-size:clamp(2rem,8vw,3rem)}}.our-team-section__description{margin-bottom:3rem;color:#5d6168;font-family:var(--font-manrope),"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.1rem;line-height:1.7}@media(max-width:767px){.our-team-section__description{margin-bottom:2rem;font-size:1rem}}.our-team-section__description p{margin-bottom:1rem}.our-team-section__description p:last-child{margin-bottom:0}.our-team-section__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-top:2rem}@media(min-width:36rem)and (max-width:47.99rem){.our-team-section__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(max-width:767px){.our-team-section__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1.5rem}}@media(max-width:480px){.our-team-section__grid{grid-template-columns:1fr}}.our-team-section__member{max-width:350px;margin:0 auto;width:100%;text-align:center}.our-team-section__image{position:relative;width:200px;height:200px;margin:0 auto 1rem;border-radius:50%;overflow:hidden}@media(max-width:767px){.our-team-section__image{width:180px;height:180px}}.our-team-section__image-img{border-radius:50%;object-fit:cover}.our-team-section__details{text-align:center}.our-team-section__name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1a1d22;font-family:var(--font-manrope),"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}@media(max-width:767px){.our-team-section__name{font-size:1.125rem}}.our-team-section__position{color:#5d6168;margin-bottom:.5rem;font-size:1rem;font-family:var(--font-manrope),"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}@media(max-width:767px){.our-team-section__position{font-size:.95rem}}.our-team-section__phone{color:#c7a14a;text-decoration:none;font-size:1rem;font-family:var(--font-manrope),"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;transition:color .3s ease}@media(max-width:767px){.our-team-section__phone{font-size:.95rem}}.our-team-section__phone:hover{color:hsl(41.76,52.7426160338%,43.5294117647%)}.pricing-plans{padding:3rem 0}.pricing-plans--light{background:#f8f5ee}.pricing-plans--dark{background:#10151b}.pricing-plans--dark .pricing-plans__header h1,.pricing-plans--dark .pricing-plans__header h2,.pricing-plans--dark .pricing-plans__header h3{color:#f7f0df}.pricing-plans--dark .pricing-plans__header p{color:rgba(247,240,223,.7)}.pricing-plans--accent{background:#f0eadf}.pricing-plans__header{text-align:center;margin-bottom:3rem;max-width:640px;margin-left:auto;margin-right:auto}.pricing-plans__header:after{content:"";display:block;width:60px;height:3px;background:#c7a14a;margin:1.5rem auto 0}.pricing-plans__title h1,.pricing-plans__title h2{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:2.5rem;font-weight:600;color:#1a1d22;margin-bottom:1rem;line-height:1.2}.pricing-plans__subtitle p{font-size:1.125rem;color:#5d6168;line-height:1.7}.pricing-plans__grid{display:grid;grid-template-columns:repeat(var(--plan-count,3),1fr);grid-gap:2rem;gap:2rem;align-items:start}@media(max-width:62rem){.pricing-plans__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:48rem){.pricing-plans__grid{grid-template-columns:1fr}}.pricing-plan-card{position:relative;background:#fff;border:2px solid #d9cfbb;border-radius:6px;padding:2rem;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.pricing-plan-card:hover{border-color:#c7a14a;box-shadow:0 18px 48px rgba(16,21,27,.16);transform:translateY(-4px)}.pricing-plan-card--featured{border-color:#c7a14a;box-shadow:0 20px 60px rgba(199,161,74,.15);transform:scale(1.03)}.pricing-plan-card--featured:hover{transform:scale(1.03) translateY(-4px)}.pricing-plan-card__badge{display:flex;align-items:center;justify-content:center;gap:.25rem;background:#c7a14a;color:#f7f0df;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.25rem 1rem;margin:-4rem 1.5rem}.pricing-plan-card__badge svg{font-size:.7rem}.pricing-plan-card__header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #d9cfbb}.pricing-plan-card__name{font-size:1.25rem;font-weight:700;color:#1a1d22;margin-bottom:.25rem}.pricing-plan-card__description{font-size:.875rem;color:#5d6168;line-height:1.6;margin-bottom:1rem}.pricing-plan-card__price{display:flex;align-items:baseline;gap:2px;margin-top:1rem}.pricing-plan-card__currency{font-size:1.25rem;font-weight:600;color:#c7a14a;align-self:flex-start;margin-top:6px}.pricing-plan-card__amount{font-size:3rem;font-weight:800;color:#c7a14a;line-height:1;font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif}.pricing-plan-card__period{font-size:.875rem;color:#5d6168;margin-left:2px}.pricing-plan-card__features{flex:1 1;display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.pricing-plan-card__feature{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#1a1d22;line-height:1.5}.pricing-plan-card__feature--disabled{color:#5d6168;text-decoration:line-through}.pricing-plan-card__feature-icon{flex-shrink:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.65rem;margin-top:1px}.pricing-plan-card__feature .pricing-plan-card__feature-icon{background:rgba(16,185,129,.12);color:#10b981}.pricing-plan-card__feature--disabled .pricing-plan-card__feature-icon{background:rgba(93,97,104,.12);color:#5d6168}.pricing-plan-card__cta{margin-top:auto}.pricing-plan-card__button{display:block;width:100%;text-align:center;padding:1rem 1.5rem;border-radius:2px;font-weight:600;font-size:.875rem;letter-spacing:.03em;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.pricing-plan-card__button--primary{background:#c7a14a;color:#f7f0df}.pricing-plan-card__button--primary:hover{background:#a9842f;transform:translateY(-2px);box-shadow:0 8px 24px rgba(199,161,74,.3)}.pricing-plan-card__button--outline{background:rgba(0,0,0,0);border:2px solid #d9cfbb;color:#1a1d22}.pricing-plan-card__button--outline:hover{border-color:#c7a14a;color:#c7a14a;background:rgba(199,161,74,.04)}.products-feed{padding:3rem 0}.products-feed--light{background:#f0eadf}.products-feed--dark{background:#10151b;color:#f7f0df}.products-feed-header{text-align:center;margin-bottom:3rem}.products-feed-header h2{font-size:2.5rem;color:#c7a14a;margin-bottom:1rem}.products-feed-carousel{position:relative;margin-bottom:2rem}.products-feed-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#c7a14a;color:#f7f0df;border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 24px rgba(8,10,14,.08)}.products-feed-nav:hover{background:#a9842f;transform:translateY(-50%) scale(1.1)}.products-feed-nav--prev{left:-24px}.products-feed-nav--next{right:-24px}@media(max-width:48rem){.products-feed-nav{display:none}}.products-feed-slides{overflow:hidden}.products-feed-slide-container{display:flex;transition:transform .5s ease}.products-feed-slide{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;min-width:100%;flex-shrink:0}@media(max-width:62rem){.products-feed-slide{grid-template-columns:repeat(2,1fr)}}@media(max-width:48rem){.products-feed-slide{grid-template-columns:1fr}}.products-feed-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.products-feed-dot{width:12px;height:12px;border-radius:50%;border:none;background:#d9cfbb;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.products-feed-dot.active{background:#c7a14a;transform:scale(1.2)}.products-feed-dot:hover{background:#a9842f}.products-feed-loading{text-align:center;padding:3rem;color:#5d6168}.product-card{display:flex;flex-direction:column;background:#f8f5ee;border:1px solid #d9cfbb;border-radius:2px;overflow:hidden;text-decoration:none;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 20px rgba(11,15,22,.08)}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 48px rgba(16,21,27,.16);border-color:#c7a14a}.product-card-image-wrapper{position:relative;width:100%;padding-top:66.67%;overflow:hidden;background:#f0eadf}.product-card-image{object-fit:cover}.product-card-badge{position:absolute;top:1rem;right:1rem;background:#c7a14a;color:#f7f0df;padding:.25rem .5rem;border-radius:2px;font-size:.875rem;font-weight:600;z-index:2}.product-card-badge.featured{background:#a9842f}.product-card-content{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.product-card-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#1a1d22}.product-card-category{font-size:.875rem;color:#c7a14a;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.product-card-description{font-size:.875rem;color:#5d6168;margin-bottom:1rem;flex:1 1;line-height:1.5}.product-card-price{font-size:1.25rem;font-weight:700;color:#c7a14a;margin-top:auto}.quote-section{padding:6rem 0;position:relative;color:#1a1d22}@media(max-width:767px){.quote-section{padding:4rem 0}}.quote-section--light,.quote-section--plain{background:#fff;color:#1a1d22}.quote-section--light{background:#f8f9fa}.quote-section--dark{background:#0a0a1a;color:#f7f0df}.quote-section--dark h1,.quote-section--dark h2,.quote-section--dark h3,.quote-section--dark h4,.quote-section--dark h5,.quote-section--dark h6,.quote-section--dark p{color:#f7f0df}.quote-section__container{max-width:48rem;margin:0 auto;text-align:center}.quote-section__text{font-size:1.5rem;font-weight:300;font-style:italic;margin-bottom:2rem;position:relative;line-height:1.6;color:#1a1d22}@media(min-width:36rem)and (max-width:47.99rem){.quote-section__text{font-size:1.375rem}}@media(max-width:767px){.quote-section__text{font-size:1.25rem;margin-bottom:1.5rem}}.quote-section__text p{margin:0;display:inline}.quote-section__quote-mark{position:absolute;font-size:4rem;color:rgba(26,29,34,.2);line-height:1}@media(max-width:767px){.quote-section__quote-mark{font-size:3rem}}.quote-section__quote-mark--left{left:-1rem;top:-1rem}@media(max-width:767px){.quote-section__quote-mark--left{left:-.75rem;top:-.75rem}}.quote-section__quote-mark--right{right:-1rem;bottom:-1rem}@media(max-width:767px){.quote-section__quote-mark--right{right:-.75rem;bottom:-.75rem}}.quote-section__person{display:flex;align-items:center;justify-content:center;gap:1rem}.quote-section__photo{position:relative;width:4rem;height:4rem;flex-shrink:0}@media(max-width:767px){.quote-section__photo{width:3.5rem;height:3.5rem}}.quote-section__photo-img{border-radius:50%;object-fit:cover}.quote-section__name{font-size:1.125rem;font-weight:500;color:#1a1d22}@media(max-width:767px){.quote-section__name{font-size:1rem}}.quote-section__name p{margin:0}.services-feed{padding:3rem 0}.services-feed--light{background:#f0eadf}.services-feed--dark{background:#10151b;color:#f7f0df}.services-feed-header{text-align:center;margin-bottom:3rem}.services-feed-header h2{font-size:2.5rem;color:#c7a14a;margin-bottom:1rem}.services-feed-carousel{position:relative;margin-bottom:2rem}.services-feed-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#c7a14a;color:#f7f0df;border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 24px rgba(8,10,14,.08)}.services-feed-nav:hover{background:#a9842f;transform:translateY(-50%) scale(1.1)}.services-feed-nav--prev{left:-24px}.services-feed-nav--next{right:-24px}@media(max-width:48rem){.services-feed-nav{display:none}}.services-feed-slides{overflow:hidden}.services-feed-slide-container{display:flex;transition:transform .5s ease}.services-feed-slide{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;min-width:100%;flex-shrink:0}@media(max-width:62rem){.services-feed-slide{grid-template-columns:repeat(2,1fr)}}@media(max-width:48rem){.services-feed-slide{grid-template-columns:1fr}}.services-feed-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.services-feed-dot{width:12px;height:12px;border-radius:50%;border:none;background:#d9cfbb;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.services-feed-dot.active{background:#c7a14a;transform:scale(1.2)}.services-feed-dot:hover{background:#a9842f}.services-feed-loading{text-align:center;padding:3rem;color:#5d6168}.service-card{display:flex;flex-direction:column;background:#f8f5ee;border:1px solid #d9cfbb;border-radius:2px;overflow:hidden;text-decoration:none;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 20px rgba(11,15,22,.08)}.service-card:hover{transform:translateY(-4px);box-shadow:0 18px 48px rgba(16,21,27,.16);border-color:#c7a14a}.service-card-image-wrapper{position:relative;width:100%;padding-top:66.67%;overflow:hidden;background:#f0eadf}.service-card-image{object-fit:cover}.service-card-badge{position:absolute;top:1rem;right:1rem;background:#c7a14a;color:#f7f0df;padding:.25rem .5rem;border-radius:2px;font-size:.875rem;font-weight:600;z-index:2}.service-card-badge.featured{background:#a9842f}.service-card-content{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.service-card-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#1a1d22}.service-card-category{font-size:.875rem;color:#c7a14a;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.service-card-description{font-size:.875rem;color:#5d6168;margin-bottom:1rem;flex:1 1;line-height:1.5}.service-card-price{font-size:1.25rem;font-weight:700;color:#c7a14a;margin-top:auto}.stats-counter{padding:6rem 0;position:relative;overflow:hidden}@media(max-width:767px){.stats-counter{padding:4rem 0}}.stats-counter--white{background:#fff;color:#1a1d22}.stats-counter--light{background:linear-gradient(135deg,#f8f9fa,rgba(37,99,235,.05));color:#1a1d22}.stats-counter--dark{background:#0a0a1a;color:#f7f0df}.stats-counter:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 50%,rgba(37,99,235,.1) 0,transparent 50%);pointer-events:none}.stats-header{text-align:center;margin-bottom:4rem}@media(max-width:767px){.stats-header{margin-bottom:3rem}}.stats-header .stats-title{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:1rem;color:inherit;background:linear-gradient(135deg,currentColor,#C7A14A);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-align:center}@media(max-width:767px){.stats-header .stats-title{font-size:clamp(2rem,8vw,3rem)}}.stats-header .stats-subtitle{font-size:1.125rem;color:inherit;opacity:.8;max-width:700px;margin:0 auto;line-height:1.7}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;position:relative;z-index:1;max-width:1200px;margin:0 auto}@media(max-width:767px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}}.stat-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.15);border-radius:12px;padding:2rem;text-align:center;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,border-color .3s ease;opacity:0;transform:translateY(20px)}.stats-counter--light .stat-card{background:hsla(0,0%,100%,.8);border:1px solid rgba(0,0,0,.1);box-shadow:0 8px 24px rgba(0,0,0,.08)}.stats-counter--dark .stat-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);box-shadow:0 8px 24px rgba(37,99,235,.2)}.stat-card.is-visible{opacity:1;transform:translateY(0) scale(1)}.stat-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 40px rgba(37,99,235,.3);border-color:#c7a14a}.stat-card:hover .stat-icon{transform:scale(1.1) rotate(5deg);color:#c7a14a}.stat-icon{width:60px;height:60px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;background:rgba(37,99,235,.1);border-radius:12px;font-size:1.5rem;color:#2563eb;transition:all .3s ease}.stats-counter--light .stat-icon{background:linear-gradient(135deg,rgba(37,99,235,.1),rgba(37,99,235,.15))}.stat-content{display:flex;flex-direction:column;gap:.5rem}.stat-number-wrapper{margin-bottom:.5rem}.stat-number{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:700;line-height:1;color:inherit;display:block}.stats-counter--light .stat-number{color:#1a1d22}.stats-counter--dark .stat-number{color:#f7f0df}.stat-label{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:1rem;font-weight:500;color:inherit;margin:.5rem 0 0;line-height:1.4;opacity:.9}.stats-counter--light .stat-label{color:#1a1d22}.stats-counter--dark .stat-label{color:#f7f0df}.stat-description{font-size:.95rem;color:inherit;opacity:.7;margin:0;line-height:1.6}