@import"https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@200;300;400;500;600;700&family=Sorts+Mill+Goudy:ital@0;1&family=Poppins:wght@200;300;400;500;600;700&family=Lexend+Mega:wght@400;500;600;700&display=swap";html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}.b2b{font-family:Poppins,system-ui,sans-serif;color:rgb(var(--dark-font-color-rgb));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.b2b h1,.b2b h2,.b2b h3,.b2b h4,.b2b h5,.b2b h6{font-family:Sorts Mill Goudy,Crimson Pro,Georgia,serif;font-weight:300!important}.b2b .font-luxurySerif{font-weight:300!important}.object-cover{-o-object-fit:cover;object-fit:cover}:root{--background-color: #f4f3ee;--secondary-background-color: #f7f7f7;--third-background-color: #f3eee9;--fourth-background-color: #eee7e1;--primary-font: "Crimson Pro", serif;--secondary-font: "Lexend Mega", sans-serif;--third-font: "Sorts Mill Goudy", serif;--poppins: "Poppins", sans-serif;--dark-font-color: #614e39;--light-font-color: #c28223;--second-light-font-color: #9a9a9a;--link-font-color: #766e68;--dark-font-color-rgb: 97 78 57;--light-font-color-rgb: 194 130 35;--second-light-font-color-rgb: 154 154 154;--link-font-color-rgb: 118 110 104;--accent-bg-rgb: 194 130 35;--accent-bg-hover-rgb: 168 108 27;--carousel-button-distance: 0px;--carousel-button-distance-desktop: 15em}*{box-sizing:border-box}body{margin:0}button{cursor:pointer}.SECTION_TITLE{font-size:2.5rem;font-family:var(--primary-font);margin-bottom:3rem;color:var(--dark-font-color);text-align:center}.has-overlay:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000031;z-index:0}.nav{margin:auto;padding:clamp(1rem,2vw,2rem) clamp(1rem,3vw,2rem);display:flex;align-items:center;justify-content:space-between;gap:clamp(1rem,2vw,2.5rem);position:relative;background:linear-gradient(180deg,#ffffff73,#fff0),var(--background-color);border-bottom:1px solid rgba(var(--dark-font-color-rgb),.08);font-family:var(--secondary-font);font-size:.72rem;color:var(--link-font-color);letter-spacing:.14em;text-transform:uppercase;z-index:99}.nav__brandmark{display:flex;align-items:center;flex-shrink:0;text-decoration:none;color:inherit}.nav__logo{max-width:10rem;max-height:7rem;display:block}.nav__logo--wordmark{display:flex;flex-direction:column;gap:.35rem;line-height:1;color:var(--dark-font-color)}.nav__logo__eyebrow{font-size:.56rem;letter-spacing:.42em;color:rgba(var(--dark-font-color-rgb),.55)}.nav__logo__title{font-size:1rem;letter-spacing:.32em}.nav__link__container{display:flex;align-items:center;justify-content:flex-end;gap:clamp(1rem,1.6vw,2rem);flex:1;min-width:0;transition:transform .8s ease}.nav__collection-switcher{display:flex;align-items:center;min-width:0}.nav__collection-switcher__rail{display:flex;align-items:stretch;gap:.45rem;min-width:0;padding:.35rem;border:1px solid rgba(var(--dark-font-color-rgb),.12);border-radius:999px;background:#ffffff7a;box-shadow:0 12px 30px #614e390f,inset 0 1px #ffffffbf;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav__collection-link{position:relative;overflow:hidden;padding:.6rem 1.25rem;border:1px solid transparent;border-radius:999px;display:flex;align-items:center;text-decoration:none;color:var(--dark-font-color);transition:transform .25s ease,border-color .25s ease,background-color .25s ease,color .25s ease,box-shadow .25s ease}.nav__collection-link:after{content:"";position:absolute;left:1rem;right:1rem;bottom:.5rem;height:1px;background:rgba(var(--light-font-color-rgb),.34);transform:scaleX(.35);transform-origin:center;opacity:0;transition:transform .25s ease,opacity .25s ease}.nav__collection-link:hover{background:#ffffffb8;border-color:rgba(var(--light-font-color-rgb),.2);color:var(--light-font-color);transform:translateY(-1px)}.nav__collection-link:hover:after{opacity:1;transform:scaleX(1)}.nav__collection-link--active{background:linear-gradient(180deg,#ffffffd6,#f3eee9f5);border-color:rgba(var(--light-font-color-rgb),.32);box-shadow:inset 0 1px #fffffff2,0 12px 24px #614e3912;pointer-events:none}.nav__collection-link--active:before{content:"";position:absolute;top:50%;right:.85rem;transform:translateY(-50%);width:.34rem;height:.34rem;border-radius:50%;background:rgba(var(--light-font-color-rgb),.82);box-shadow:0 0 0 4px rgba(var(--light-font-color-rgb),.12)}.nav__collection-link__name{font-size:.62rem;letter-spacing:.28em}.nav__section-links{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.25rem}.nav__section-links .nav__link{margin-left:1rem;text-decoration:none;color:var(--dark-font-color);transition:color .3s ease,opacity .3s ease}.nav__section-links .nav__link:hover{color:var(--light-font-color)}.nav__toggle-button,.nav__mobile-close{background:none;border:none;font-size:1.5rem;cursor:pointer;display:none;color:var(--dark-font-color)}@media screen and (max-width: 1180px){.nav__toggle-button{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border:1px solid rgba(var(--dark-font-color-rgb),.14);border-radius:999px;background:#fff9;box-shadow:inset 0 1px #fffc}.nav__link__container{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;padding:5.5rem 1.5rem 2rem;flex-direction:column;align-items:stretch;justify-content:flex-start;background:linear-gradient(180deg,#ffffffbf,#fff0),var(--background-color);transform:translateY(-100%);overflow-y:auto}.nav__link__container.expanded{transform:translateY(0)}.nav__collection-switcher{flex-direction:column;align-items:stretch;gap:.85rem}.nav__collection-switcher__rail{flex-direction:column;border-radius:1.5rem;padding:.7rem}.nav__collection-link{border-radius:1.15rem}.nav__section-links{width:100%;padding-top:1rem;border-top:1px solid rgba(var(--dark-font-color-rgb),.1);flex-direction:column;align-items:flex-start;gap:1rem}.nav__section-links .nav__link{margin-left:0;font-size:.82rem}.nav__mobile-close{display:inline-flex;align-items:center;justify-content:center;position:absolute;top:1rem;right:1rem;width:3rem;height:3rem;border:1px solid rgba(var(--dark-font-color-rgb),.12);border-radius:999px}}@media screen and (max-width: 640px){.nav{padding-inline:1rem}.nav__logo{max-width:8.5rem;max-height:4rem}.nav__logo__title,.nav__collection-link__descriptor{font-size:.86rem}}.button-with-dropdown{position:relative;display:inline-block}.button-with-dropdown__button{display:flex;align-items:center;gap:.5rem;padding:0;border:none;background:none;color:inherit;font:inherit;letter-spacing:inherit;text-transform:uppercase;cursor:pointer;transition:color .2s ease}.button-with-dropdown__button:hover{color:var(--light-font-color)}.button-with-dropdown__chevron{display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}.button-with-dropdown__button[aria-expanded=true] .button-with-dropdown__chevron{transform:rotate(180deg)}.button-with-dropdown__dropdown{position:absolute;top:calc(100% + .9rem);left:50%;transform:translate(-50%);background:linear-gradient(180deg,#fffffff5,#f3eee9f5);border:1px solid rgba(var(--dark-font-color-rgb),.12);border-radius:1rem;box-shadow:0 14px 30px #614e3914,inset 0 1px #fffc;list-style:none;padding:.5rem 0;margin:.25rem 0 0;min-width:200px;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;z-index:999}.button-with-dropdown__dropdown--active{opacity:1;visibility:visible}.button-with-dropdown__item{padding:0}.button-with-dropdown__link{display:block;padding:.85rem 1.5rem;color:var(--dark-font-color);text-decoration:none;transition:background-color .2s ease,color .2s ease}.button-with-dropdown__link:hover{color:var(--light-font-color);background:rgba(var(--light-font-color-rgb),.08)}.footer__section{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:4.5rem 2rem;color:#000;border-top:1px solid #d7d7d7;transition:padding .3s ease-in-out;font-family:var(--poppins);color:var(--second-light-font-color)}.footer__business-info__container{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2rem}.footer__business-info__container img{max-width:200px;margin-bottom:1rem}.footer__contact{transition:transform .3s ease-in-out}.footer__contact>a{text-decoration:none;color:var(--link-font-color)}@media (min-width: 768px){.footer__section{padding:5rem 0}.footer__business-info__container{margin-bottom:3.5rem}}.accordion__container{font-weight:300;padding:6rem 1rem;display:flex;flex-direction:column;align-items:center;max-width:950px;margin:0 auto;color:var(--dark-font-color)!important}.accordion__item__title{font-family:var(--third-font);letter-spacing:1px}.accordion__item{border-bottom:1px solid var(--dark-font-color);color:var(--secondary-background-color);width:100%;max-width:900px;margin:0 auto;padding:0 2.5rem}.accordion__item__text{margin-bottom:2rem;font-weight:200;font-size:.95rem;letter-spacing:1px;color:var(--second-light-font-color)}@media (min-width: 768px){.accordion__container{padding:6rem}.accordion__item{margin:0 auto}}.call-to-action__section{background-size:cover;background-position:right;display:flex;flex-direction:column;align-items:flex-start;box-sizing:border-box;padding:5rem 2rem;border-bottom:2px solid var(--dark-font)}.call-to-action__text__container{display:flex;flex-direction:column;justify-content:center;width:55%}.call-to-action__title{color:var(--dark-font-color);font-size:2em;margin-bottom:20px;font-family:var(--primary-font);font-weight:200}.call-to-action__subtitle{color:var(--second-light-font-color);font-size:1.25em;line-height:2rem;font-family:var(--poppins)}.call-to-action__button__container{display:flex;flex-direction:column;margin-top:80px;width:80vw}.call-to-action__button__container button{height:3em;max-width:20rem;margin:5px 0;font-family:var(--poppins);font-size:1.15rem;padding:0 5px}.call-to-action__button--1{background-color:#fff;border:1px solid var(--dark-font-color);color:var(--dark-font-color)}.call-to-action__button--2{background-color:var(--light-font-color);border:0}.call-to-action__button--2>a{text-decoration:none;color:#fff}@media (min-width: 768px){.call-to-action__section{min-height:80vh;padding:0 4em;justify-content:center;background-size:cover}.call-to-action__text__container{width:60%}.call-to-action__title{font-size:3.25em;margin-top:0}.call-to-action__subtitle{font-size:1.1em}.call-to-action__button__container{flex-direction:row;gap:10px}.call-to-action__button__container button{font-size:.9em;max-width:12em;padding:10px}}@media (min-width: 1300px){.call-to-action__section{align-items:center;justify-content:center}.call-to-action__text__container{align-items:center;text-align:center}.call-to-action__button__container{justify-content:center}.call-to-action__button__container button{font-size:1em;width:30em}}.carousel__section{padding:10rem 0;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.carousel{position:relative;width:100%;max-width:1300px;transition:height .3s ease}.carousel__title{text-align:center;margin-bottom:2rem;padding:0 2rem}.carousel__slide__container{position:relative;width:100%}.carousel__content__container img{max-width:80%;margin:0 auto}.carousel__slide{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;display:flex;justify-content:center;align-items:center}.carousel__slide--active{position:relative;opacity:1;visibility:visible}.carousel__button{display:none}.carousel__button--prev{left:.25rem}.carousel__button--next{right:.25rem}.carousel__button:hover{background:#fff}.carousel__button svg{display:block}.carousel__dot__container{display:flex;justify-content:center;gap:1.5rem;position:absolute;bottom:5rem;left:0;right:0;z-index:3}@media (max-width: 767px){.carousel__dot__container{bottom:4rem}}.carousel__dot{width:14px;height:14px;border-radius:50%;border:none;background-color:var(--background-color);border:2px solid var(--second-light-font-color);box-shadow:0 2px 4px #0000001a;cursor:pointer;transition:all .2s ease}.carousel__dot--active{background-color:var(--light-font-color);border:2px solid var(--light-font-color);transform:scale(1.2);box-shadow:0 2px 6px #0003}.carousel__dot:hover{transform:scale(1.1);background-color:var(--secondary-background-color);border-color:var(--light-font-color)}@media (min-width: 768px){.carousel__section{min-height:80vh;padding:5rem 0}.carousel__dot__container{bottom:-1rem}.carousel__button{display:block;padding:1rem;font-size:2rem;position:absolute;top:50%;transform:translateY(-50%);border:none;cursor:pointer;border-radius:50%;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:2;background:#fff;box-shadow:0 4px 8px #0000001a,0 6px 12px #0000001a,0 8px 16px -2px #0003,inset 0 -2px 4px #ffffff80,inset 0 4px 6px #0000001a;border:1px solid rgba(255,255,255,.2);color:var(--light-font-color)}.carousel__button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;background:linear-gradient(145deg,#fffc,#fff3);opacity:.6;transition:opacity .2s ease}.carousel__button:hover{transform:translateY(-50%) scale(1.05);box-shadow:0 6px 12px #00000026,0 8px 16px #0000001a,0 10px 20px -2px #00000040,inset 0 -2px 4px #ffffff80,inset 0 4px 6px #0000001a}.carousel__button:active{transform:translateY(-50%) translateY(2px);box-shadow:0 2px 4px #0000001a,0 4px 8px #0000001a,inset 0 4px 6px #0000001a,inset 0 -2px 4px #ffffff80}.carousel__button:active:before{opacity:.4}.carousel__button--prev{left:1rem}.carousel__button--next{right:1rem}}.carousel-quote__container{width:70%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin:-10px auto 0}.carousel-quote__quote-symbol{font-size:7rem;font-family:var(--primary-font);color:var(--second-light-font-color);margin-top:-10px;position:relative;z-index:10}.carousel-quote__quote{margin-top:-30px;font-family:var(--poppins);font-weight:300;font-size:1.15rem;color:var(--dark-font-color)}.carousel-quote__source{margin-top:3rem;text-align:center;font-family:var(--secondary-font);font-size:.8rem;text-transform:uppercase;color:var(--dark-font-color)}@media (min-width: 768px){.carousel-quote__container{width:80%;max-width:600px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin-top:-10px;height:40vh}.carousel-quote__quote-symbol{font-size:6rem;color:var(--second-light-font-color)}.carousel-quote__quote{margin-top:-50px;font-family:var(--poppins);font-weight:300;font-size:1.15rem}.carousel-quote__source{margin-top:3rem;text-align:center;font-family:var(--secondary-font);font-size:.8rem;text-transform:uppercase;color:var(--dark-font-color)}}.carousel__image{max-width:70%;margin:2rem auto 0}@media (min-width: 768px){.carousel__image{max-width:none;max-height:450px;margin:3rem auto}}.dynamic-card-bar__section{padding:70px 0 40px;display:flex;flex-direction:column;align-items:center;font-family:var(--primary-font);color:var(--dark-font-color)}.dynamic-card-bar__header{margin-bottom:80px;font-weight:300;font-size:2rem;text-align:center;padding:0 2.5rem;text-wrap:pretty}.dynamic-card-bar__title{text-align:center;padding:0 1em}.dynamic-card-bar__card__container{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.dynamic-card-bar__card{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:90px}.dynamic-card-bar__card__image{width:50vw;max-width:250px;margin-bottom:10px}.dynamic-card-bar__card__text{font-weight:200;font-size:1.5rem;width:70%}@media (min-width: 768px){.dynamic-card-bar__section{padding-bottom:9rem}.dynamic-card-bar__header{font-size:2rem;font-weight:300;width:60%;padding:3rem 0 6rem}.dynamic-card-bar__title{width:70%}.dynamic-card-bar__card__container{flex-direction:row;align-items:flex-start;justify-content:center;padding:0 2rem}.dynamic-card-bar__card{flex:1 1 0}.dynamic-card-bar__card__text{font-size:1.15rem;width:70%}.dynamic-card-bar__card__image{width:200px}}.location-aware-services-menu__section{background-color:var(--secondary-background-color);padding:3rem 0;color:var(--dark-font-color);padding:6rem 0}.location-aware-services-menu__title{text-align:center;font-size:2.5rem;margin:0 auto 80px;width:80%}.location-aware-services-menu__services-list{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem}.location-aware-services-menu__services-list__item img{width:250px;margin-bottom:10px;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border:1px solid black}.location-aware-services-menu__services-list__item p{font-size:1.5rem;font-weight:200;margin-left:1rem}@media (min-width: 768px){.location-aware-services-menu__services-list{flex-direction:row}.location-aware-services-menu__services-list__item{font-size:1.25rem}}.text-with-image-background__section{display:flex;flex-direction:column;justify-content:center;background-size:cover;background-position:center;height:90vh;width:100%;padding-top:3em;border-bottom:2px solid var(--dark-font);position:relative}.text-with-image-background__content{position:relative}.text-with-image-background__title{margin-bottom:20px;font-family:var(--third-font);font-weight:300;font-size:3em;color:var(--background-color);text-align:center}@media (min-width: 679px){.text-with-image-background__section{height:70vh;align-items:center;justify-content:center;background-position:center}.text-with-image-background__content{display:flex;flex-direction:column;align-items:center}.text-with-image-background__title{max-width:100%;text-align:center;font-size:3.5rem;font-family:300}}.hair__page{font-family:var(--primary-font);font-weight:200}.hair-custom-component-one__founder-quote__section{position:relative;background-size:cover;width:90%;margin:0 auto -200px;padding:5rem 4rem 10rem;background-image:linear-gradient(#00000030,#00000080),url(/assets/hair-founder-quote-uJ_BIXsw.webp);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}.hair-custom-component-one__feature-quote__apostrophe{font-size:6rem}.hair-custom-component-one__feature-quote__quote{margin-top:-50px;margin-bottom:3rem;font-size:2rem;font-style:italic;font-weight:200}.hair-custom-component-one__client-quote__section{padding:250px 20% 150px;background-color:#f3eee9}.hair-custom-component-one__client-quote__title{text-align:center;font-size:2rem;color:var(--dark-font-color)}.hair-custom-component-one__client-quote{margin-top:-50px;margin-bottom:3.5rem;font-family:var(--third-font);font-size:1.15rem;color:var(--dark-font-color)}.hair-custom-component-one__client-quote__apostrophe{text-align:center;font-size:6rem;color:var(--second-light-font-color)}.hair-custom-component-one__client-quote__source__container{text-align:center;font-family:var(--poppins);color:var(--dark-font-color);font-weight:300}.beauty__page{font-family:var(--primary-font);font-weight:200}.two-column-list-with-title__section{padding:2.5rem;background-size:cover;min-height:80vh;width:90%;margin:0 auto -200px;position:relative;font-family:var(--third-font)}.two-column-list-with-title__section h2{font-size:2.25rem;font-weight:200;margin-bottom:2rem;margin-top:0}.two-column-list{display:grid;grid-template-columns:1fr;margin:0 auto;padding:0 10px}.two-column-list.single-column .two-column-list__left,.two-column-list.single-column .two-column-list__right{grid-column:1}.two-column-list__item{padding:10px;font-family:var(--primary-font);font-size:1.7rem;font-weight:200;list-style-type:disc;list-style-position:inside}.two-column-list__left,.two-column-list__right{grid-column:1}@media (min-width: 768px){.two-column-list-with-title__section{padding:2.5rem 3rem 5.5rem}.two-column-list:not(.single-column){grid-template-columns:1fr 1fr;width:100%}.two-column-list.single-column{grid-template-columns:1fr;width:100%}.two-column-list__item{font-size:1.5rem}.two-column-list__right{grid-column:2}}.feature-quote__section{background-color:var(--link-font-color);padding:250px 20% 150px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-family:var(--third-font)}.feature-quote__apostrophe{font-size:100px}.feature-quote__section h3{font-size:1.75rem;text-align:center;margin-top:-50px;margin-bottom:40px}.feature-quote__source__container{font-family:var(--secondary-font);text-align:center;font-size:.75rem}.feature-quote__source__container>p:nth-child(1){font-size:17px;margin-bottom:10px}.feature-quote__source__container>p:nth-child(2){font-size:14px}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root,[data-theme]{color:hsl(var(--heroui-foreground));background-color:hsl(var(--heroui-background))}:root,[data-theme=light]{color-scheme:light;--heroui-background: 0 0% 100%;--heroui-foreground-50: 0 0% 98.04%;--heroui-foreground-100: 240 4.76% 95.88%;--heroui-foreground-200: 240 5.88% 90%;--heroui-foreground-300: 240 4.88% 83.92%;--heroui-foreground-400: 240 5.03% 64.9%;--heroui-foreground-500: 240 3.83% 46.08%;--heroui-foreground-600: 240 5.2% 33.92%;--heroui-foreground-700: 240 5.26% 26.08%;--heroui-foreground-800: 240 3.7% 15.88%;--heroui-foreground-900: 240 5.88% 10%;--heroui-foreground: 201.81999999999994 24.44% 8.82%;--heroui-divider: 0 0% 6.67%;--heroui-focus: 212.01999999999998 100% 46.67%;--heroui-overlay: 0 0% 0%;--heroui-content1: 0 0% 100%;--heroui-content1-foreground: 201.81999999999994 24.44% 8.82%;--heroui-content2: 240 4.76% 95.88%;--heroui-content2-foreground: 240 3.7% 15.88%;--heroui-content3: 240 5.88% 90%;--heroui-content3-foreground: 240 5.26% 26.08%;--heroui-content4: 240 4.88% 83.92%;--heroui-content4-foreground: 240 5.2% 33.92%;--heroui-default-50: 0 0% 98.04%;--heroui-default-100: 240 4.76% 95.88%;--heroui-default-200: 240 5.88% 90%;--heroui-default-300: 240 4.88% 83.92%;--heroui-default-400: 240 5.03% 64.9%;--heroui-default-500: 240 3.83% 46.08%;--heroui-default-600: 240 5.2% 33.92%;--heroui-default-700: 240 5.26% 26.08%;--heroui-default-800: 240 3.7% 15.88%;--heroui-default-900: 240 5.88% 10%;--heroui-default-foreground: 0 0% 0%;--heroui-default: 240 4.88% 83.92%;--heroui-primary-50: 212.5 92.31% 94.9%;--heroui-primary-100: 211.84000000000003 92.45% 89.61%;--heroui-primary-200: 211.84000000000003 92.45% 79.22%;--heroui-primary-300: 212.24 92.45% 68.82%;--heroui-primary-400: 212.14 92.45% 58.43%;--heroui-primary-500: 212.01999999999998 100% 46.67%;--heroui-primary-600: 212.14 100% 38.43%;--heroui-primary-700: 212.24 100% 28.82%;--heroui-primary-800: 211.84000000000003 100% 19.22%;--heroui-primary-900: 211.84000000000003 100% 9.61%;--heroui-primary-foreground: 0 0% 100%;--heroui-primary: 212.01999999999998 100% 46.67%;--heroui-secondary-50: 270 61.54% 94.9%;--heroui-secondary-100: 270 59.26% 89.41%;--heroui-secondary-200: 270 59.26% 78.82%;--heroui-secondary-300: 270 59.26% 68.24%;--heroui-secondary-400: 270 59.26% 57.65%;--heroui-secondary-500: 270 66.67% 47.06%;--heroui-secondary-600: 270 66.67% 37.65%;--heroui-secondary-700: 270 66.67% 28.24%;--heroui-secondary-800: 270 66.67% 18.82%;--heroui-secondary-900: 270 66.67% 9.41%;--heroui-secondary-foreground: 0 0% 100%;--heroui-secondary: 270 66.67% 47.06%;--heroui-success-50: 146.66999999999996 64.29% 94.51%;--heroui-success-100: 145.71000000000004 61.4% 88.82%;--heroui-success-200: 146.2 61.74% 77.45%;--heroui-success-300: 145.78999999999996 62.57% 66.47%;--heroui-success-400: 146.01 62.45% 55.1%;--heroui-success-500: 145.96000000000004 79.46% 43.92%;--heroui-success-600: 146.01 79.89% 35.1%;--heroui-success-700: 145.78999999999996 79.26% 26.47%;--heroui-success-800: 146.2 79.78% 17.45%;--heroui-success-900: 145.71000000000004 77.78% 8.82%;--heroui-success-foreground: 0 0% 0%;--heroui-success: 145.96000000000004 79.46% 43.92%;--heroui-warning-50: 54.55000000000001 91.67% 95.29%;--heroui-warning-100: 37.139999999999986 91.3% 90.98%;--heroui-warning-200: 37.139999999999986 91.3% 81.96%;--heroui-warning-300: 36.95999999999998 91.24% 73.14%;--heroui-warning-400: 37.00999999999999 91.26% 64.12%;--heroui-warning-500: 37.02999999999997 91.27% 55.1%;--heroui-warning-600: 37.00999999999999 74.22% 44.12%;--heroui-warning-700: 36.95999999999998 73.96% 33.14%;--heroui-warning-800: 37.139999999999986 75% 21.96%;--heroui-warning-900: 37.139999999999986 75% 10.98%;--heroui-warning-foreground: 0 0% 0%;--heroui-warning: 37.02999999999997 91.27% 55.1%;--heroui-danger-50: 339.13 92% 95.1%;--heroui-danger-100: 340 91.84% 90.39%;--heroui-danger-200: 339.3299999999999 90% 80.39%;--heroui-danger-300: 339.11 90.6% 70.78%;--heroui-danger-400: 339 90% 60.78%;--heroui-danger-500: 339.20000000000005 90.36% 51.18%;--heroui-danger-600: 339 86.54% 40.78%;--heroui-danger-700: 339.11 85.99% 30.78%;--heroui-danger-800: 339.3299999999999 86.54% 20.39%;--heroui-danger-900: 340 84.91% 10.39%;--heroui-danger-foreground: 0 0% 100%;--heroui-danger: 339.20000000000005 90.36% 51.18%;--heroui-divider-weight: 1px;--heroui-disabled-opacity: .5;--heroui-font-size-tiny: .75rem;--heroui-font-size-small: .875rem;--heroui-font-size-medium: 1rem;--heroui-font-size-large: 1.125rem;--heroui-line-height-tiny: 1rem;--heroui-line-height-small: 1.25rem;--heroui-line-height-medium: 1.5rem;--heroui-line-height-large: 1.75rem;--heroui-radius-small: 8px;--heroui-radius-medium: 12px;--heroui-radius-large: 14px;--heroui-border-width-small: 1px;--heroui-border-width-medium: 2px;--heroui-border-width-large: 3px;--heroui-box-shadow-small: 0px 0px 5px 0px rgb(0 0 0 / .02), 0px 2px 10px 0px rgb(0 0 0 / .06), 0px 0px 1px 0px rgb(0 0 0 / .3);--heroui-box-shadow-medium: 0px 0px 15px 0px rgb(0 0 0 / .03), 0px 2px 30px 0px rgb(0 0 0 / .08), 0px 0px 1px 0px rgb(0 0 0 / .3);--heroui-box-shadow-large: 0px 0px 30px 0px rgb(0 0 0 / .04), 0px 30px 60px 0px rgb(0 0 0 / .12), 0px 0px 1px 0px rgb(0 0 0 / .3);--heroui-hover-opacity: .8}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.-bottom-10{bottom:-2.5rem}.-bottom-6{bottom:-1.5rem}.-bottom-8{bottom:-2rem}.-left-6{left:-1.5rem}.-right-4{right:-1rem}.-right-8{right:-2rem}.-top-4{top:-1rem}.bottom-0{bottom:0}.bottom-20{bottom:5rem}.left-0{left:0}.left-10{left:2.5rem}.left-6{left:1.5rem}.right-0{right:0}.right-10{right:2.5rem}.right-6{right:1.5rem}.top-0{top:0}.top-12{top:3rem}.top-20{top:5rem}.top-6{top:1.5rem}.z-10{z-index:10}.z-50{z-index:50}.order-1{order:1}.order-2{order:2}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-16{margin-top:4rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.aspect-\[4\/3\]{aspect-ratio:4/3}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-32{height:8rem}.h-64{height:16rem}.h-72{height:18rem}.h-96{height:24rem}.h-full{height:100%}.max-h-0{max-height:0px}.max-h-96{max-height:24rem}.min-h-screen{min-height:100vh}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-20{width:5rem}.w-64{width:16rem}.w-72{width:18rem}.w-96{width:24rem}.w-auto{width:auto}.w-full{width:100%}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-md{max-width:28rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-fade-in{animation:fadeIn .8s ease-in-out}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.animate-scale-in{animation:scaleIn .5s ease-out}.resize{resize:both}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-20>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-t{border-top-width:1px}.border-luxury-beige{--tw-border-opacity: 1;border-color:rgb(232 223 213 / var(--tw-border-opacity, 1))}.border-luxury-beige\/70{border-color:#e8dfd5b3}.border-luxury-brown{--tw-border-opacity: 1;border-color:rgb(var(--dark-font-color-rgb) / var(--tw-border-opacity, 1))}.border-luxury-sage{--tw-border-opacity: 1;border-color:rgb(var(--accent-bg-rgb) / var(--tw-border-opacity, 1))}.bg-luxury-beige{--tw-bg-opacity: 1;background-color:rgb(232 223 213 / var(--tw-bg-opacity, 1))}.bg-luxury-beige\/50{background-color:#e8dfd580}.bg-luxury-brown-dark{--tw-bg-opacity: 1;background-color:rgb(var(--dark-font-color-rgb) / var(--tw-bg-opacity, 1))}.bg-luxury-brown\/5{background-color:rgb(var(--dark-font-color-rgb) / .05)}.bg-luxury-brown\/50{background-color:rgb(var(--dark-font-color-rgb) / .5)}.bg-luxury-cream{--tw-bg-opacity: 1;background-color:rgb(249 247 244 / var(--tw-bg-opacity, 1))}.bg-luxury-gold{--tw-bg-opacity: 1;background-color:rgb(var(--light-font-color-rgb) / var(--tw-bg-opacity, 1))}.bg-luxury-gold\/10{background-color:rgb(var(--light-font-color-rgb) / .1)}.bg-luxury-gold\/5{background-color:rgb(var(--light-font-color-rgb) / .05)}.bg-luxury-link\/10{background-color:rgb(var(--link-font-color-rgb) / .1)}.bg-luxury-sage{--tw-bg-opacity: 1;background-color:rgb(var(--accent-bg-rgb) / var(--tw-bg-opacity, 1))}.bg-luxury-sage\/10{background-color:rgb(var(--accent-bg-rgb) / .1)}.bg-luxury-sage\/20{background-color:rgb(var(--accent-bg-rgb) / .2)}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/95{background-color:#fffffff2}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-luxury-cream{--tw-gradient-from: #F9F7F4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 247 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-luxury-sage\/20{--tw-gradient-from: rgb(var(--accent-bg-rgb) / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--accent-bg-rgb) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white{--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-white{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-luxury-beige\/30{--tw-gradient-to: rgb(232 223 213 / .3) var(--tw-gradient-to-position)}.to-luxury-gold\/10{--tw-gradient-to: rgb(var(--light-font-color-rgb) / .1) var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.fill-luxury-gold{fill:rgb(var(--light-font-color-rgb))}.object-cover{object-fit:cover}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-28{padding-top:7rem;padding-bottom:7rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-5{padding-left:1.25rem}.pr-4{padding-right:1rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.font-accent{font-family:Lexend Mega,Poppins,system-ui,sans-serif}.font-luxurySans{font-family:Poppins,system-ui,sans-serif}.font-luxurySerif{font-family:Sorts Mill Goudy,Crimson Pro,Georgia,serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-\[0\.9rem\]{font-size:.9rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-loose{line-height:2}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.text-\[var\(--chat-interface-font-color\)\]{color:var(--chat-interface-font-color)}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-luxury-beige{--tw-text-opacity: 1;color:rgb(232 223 213 / var(--tw-text-opacity, 1))}.text-luxury-brown,.text-luxury-brown-dark{--tw-text-opacity: 1;color:rgb(var(--dark-font-color-rgb) / var(--tw-text-opacity, 1))}.text-luxury-cream{--tw-text-opacity: 1;color:rgb(249 247 244 / var(--tw-text-opacity, 1))}.text-luxury-gold,.text-luxury-gold-light{--tw-text-opacity: 1;color:rgb(var(--light-font-color-rgb) / var(--tw-text-opacity, 1))}.text-luxury-sage{--tw-text-opacity: 1;color:rgb(var(--accent-bg-rgb) / var(--tw-text-opacity, 1))}.text-luxury-sage-dark{--tw-text-opacity: 1;color:rgb(var(--accent-bg-hover-rgb) / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-30{opacity:.3}.opacity-5{opacity:.05}.opacity-50{opacity:.5}.opacity-90{opacity:.9}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.light{color-scheme:light;--heroui-background: 0 0% 100%;--heroui-foreground-50: 0 0% 98.04%;--heroui-foreground-100: 240 4.76% 95.88%;--heroui-foreground-200: 240 5.88% 90%;--heroui-foreground-300: 240 4.88% 83.92%;--heroui-foreground-400: 240 5.03% 64.9%;--heroui-foreground-500: 240 3.83% 46.08%;--heroui-foreground-600: 240 5.2% 33.92%;--heroui-foreground-700: 240 5.26% 26.08%;--heroui-foreground-800: 240 3.7% 15.88%;--heroui-foreground-900: 240 5.88% 10%;--heroui-foreground: 201.81999999999994 24.44% 8.82%;--heroui-divider: 0 0% 6.67%;--heroui-focus: 212.01999999999998 100% 46.67%;--heroui-overlay: 0 0% 0%;--heroui-content1: 0 0% 100%;--heroui-content1-foreground: 201.81999999999994 24.44% 8.82%;--heroui-content2: 240 4.76% 95.88%;--heroui-content2-foreground: 240 3.7% 15.88%;--heroui-content3: 240 5.88% 90%;--heroui-content3-foreground: 240 5.26% 26.08%;--heroui-content4: 240 4.88% 83.92%;--heroui-content4-foreground: 240 5.2% 33.92%;--heroui-default-50: 0 0% 98.04%;--heroui-default-100: 240 4.76% 95.88%;--heroui-default-200: 240 5.88% 90%;--heroui-default-300: 240 4.88% 83.92%;--heroui-default-400: 240 5.03% 64.9%;--heroui-default-500: 240 3.83% 46.08%;--heroui-default-600: 240 5.2% 33.92%;--heroui-default-700: 240 5.26% 26.08%;--heroui-default-800: 240 3.7% 15.88%;--heroui-default-900: 240 5.88% 10%;--heroui-default-foreground: 0 0% 0%;--heroui-default: 240 4.88% 83.92%;--heroui-primary-50: 212.5 92.31% 94.9%;--heroui-primary-100: 211.84000000000003 92.45% 89.61%;--heroui-primary-200: 211.84000000000003 92.45% 79.22%;--heroui-primary-300: 212.24 92.45% 68.82%;--heroui-primary-400: 212.14 92.45% 58.43%;--heroui-primary-500: 212.01999999999998 100% 46.67%;--heroui-primary-600: 212.14 100% 38.43%;--heroui-primary-700: 212.24 100% 28.82%;--heroui-primary-800: 211.84000000000003 100% 19.22%;--heroui-primary-900: 211.84000000000003 100% 9.61%;--heroui-primary-foreground: 0 0% 100%;--heroui-primary: 212.01999999999998 100% 46.67%;--heroui-secondary-50: 270 61.54% 94.9%;--heroui-secondary-100: 270 59.26% 89.41%;--heroui-secondary-200: 270 59.26% 78.82%;--heroui-secondary-300: 270 59.26% 68.24%;--heroui-secondary-400: 270 59.26% 57.65%;--heroui-secondary-500: 270 66.67% 47.06%;--heroui-secondary-600: 270 66.67% 37.65%;--heroui-secondary-700: 270 66.67% 28.24%;--heroui-secondary-800: 270 66.67% 18.82%;--heroui-secondary-900: 270 66.67% 9.41%;--heroui-secondary-foreground: 0 0% 100%;--heroui-secondary: 270 66.67% 47.06%;--heroui-success-50: 146.66999999999996 64.29% 94.51%;--heroui-success-100: 145.71000000000004 61.4% 88.82%;--heroui-success-200: 146.2 61.74% 77.45%;--heroui-success-300: 145.78999999999996 62.57% 66.47%;--heroui-success-400: 146.01 62.45% 55.1%;--heroui-success-500: 145.96000000000004 79.46% 43.92%;--heroui-success-600: 146.01 79.89% 35.1%;--heroui-success-700: 145.78999999999996 79.26% 26.47%;--heroui-success-800: 146.2 79.78% 17.45%;--heroui-success-900: 145.71000000000004 77.78% 8.82%;--heroui-success-foreground: 0 0% 0%;--heroui-success: 145.96000000000004 79.46% 43.92%;--heroui-warning-50: 54.55000000000001 91.67% 95.29%;--heroui-warning-100: 37.139999999999986 91.3% 90.98%;--heroui-warning-200: 37.139999999999986 91.3% 81.96%;--heroui-warning-300: 36.95999999999998 91.24% 73.14%;--heroui-warning-400: 37.00999999999999 91.26% 64.12%;--heroui-warning-500: 37.02999999999997 91.27% 55.1%;--heroui-warning-600: 37.00999999999999 74.22% 44.12%;--heroui-warning-700: 36.95999999999998 73.96% 33.14%;--heroui-warning-800: 37.139999999999986 75% 21.96%;--heroui-warning-900: 37.139999999999986 75% 10.98%;--heroui-warning-foreground: 0 0% 0%;--heroui-warning: 37.02999999999997 91.27% 55.1%;--heroui-danger-50: 339.13 92% 95.1%;--heroui-danger-100: 340 91.84% 90.39%;--heroui-danger-200: 339.3299999999999 90% 80.39%;--heroui-danger-300: 339.11 90.6% 70.78%;--heroui-danger-400: 339 90% 60.78%;--heroui-danger-500: 339.20000000000005 90.36% 51.18%;--heroui-danger-600: 339 86.54% 40.78%;--heroui-danger-700: 339.11 85.99% 30.78%;--heroui-danger-800: 339.3299999999999 86.54% 20.39%;--heroui-danger-900: 340 84.91% 10.39%;--heroui-danger-foreground: 0 0% 100%;--heroui-danger: 339.20000000000005 90.36% 51.18%;--heroui-divider-weight: 1px;--heroui-disabled-opacity: .5;--heroui-font-size-tiny: .75rem;--heroui-font-size-small: .875rem;--heroui-font-size-medium: 1rem;--heroui-font-size-large: 1.125rem;--heroui-line-height-tiny: 1rem;--heroui-line-height-small: 1.25rem;--heroui-line-height-medium: 1.5rem;--heroui-line-height-large: 1.75rem;--heroui-radius-small: 8px;--heroui-radius-medium: 12px;--heroui-radius-large: 14px;--heroui-border-width-small: 1px;--heroui-border-width-medium: 2px;--heroui-border-width-large: 3px;--heroui-box-shadow-small: 0px 0px 5px 0px rgb(0 0 0 / .02), 0px 2px 10px 0px rgb(0 0 0 / .06), 0px 0px 1px 0px rgb(0 0 0 / .3);--heroui-box-shadow-medium: 0px 0px 15px 0px rgb(0 0 0 / .03), 0px 2px 30px 0px rgb(0 0 0 / .08), 0px 0px 1px 0px rgb(0 0 0 / .3);--heroui-box-shadow-large: 0px 0px 30px 0px rgb(0 0 0 / .04), 0px 30px 60px 0px rgb(0 0 0 / .12), 0px 0px 1px 0px rgb(0 0 0 / .3);--heroui-hover-opacity: .8}.dark{color-scheme:dark;--heroui-background: 0 0% 0%;--heroui-foreground-50: 240 5.88% 10%;--heroui-foreground-100: 240 3.7% 15.88%;--heroui-foreground-200: 240 5.26% 26.08%;--heroui-foreground-300: 240 5.2% 33.92%;--heroui-foreground-400: 240 3.83% 46.08%;--heroui-foreground-500: 240 5.03% 64.9%;--heroui-foreground-600: 240 4.88% 83.92%;--heroui-foreground-700: 240 5.88% 90%;--heroui-foreground-800: 240 4.76% 95.88%;--heroui-foreground-900: 0 0% 98.04%;--heroui-foreground: 210 5.56% 92.94%;--heroui-focus: 212.01999999999998 100% 46.67%;--heroui-overlay: 0 0% 0%;--heroui-divider: 0 0% 100%;--heroui-content1: 240 5.88% 10%;--heroui-content1-foreground: 0 0% 98.04%;--heroui-content2: 240 3.7% 15.88%;--heroui-content2-foreground: 240 4.76% 95.88%;--heroui-content3: 240 5.26% 26.08%;--heroui-content3-foreground: 240 5.88% 90%;--heroui-content4: 240 5.2% 33.92%;--heroui-content4-foreground: 240 4.88% 83.92%;--heroui-default-50: 240 5.88% 10%;--heroui-default-100: 240 3.7% 15.88%;--heroui-default-200: 240 5.26% 26.08%;--heroui-default-300: 240 5.2% 33.92%;--heroui-default-400: 240 3.83% 46.08%;--heroui-default-500: 240 5.03% 64.9%;--heroui-default-600: 240 4.88% 83.92%;--heroui-default-700: 240 5.88% 90%;--heroui-default-800: 240 4.76% 95.88%;--heroui-default-900: 0 0% 98.04%;--heroui-default-foreground: 0 0% 100%;--heroui-default: 240 5.26% 26.08%;--heroui-primary-50: 211.84000000000003 100% 9.61%;--heroui-primary-100: 211.84000000000003 100% 19.22%;--heroui-primary-200: 212.24 100% 28.82%;--heroui-primary-300: 212.14 100% 38.43%;--heroui-primary-400: 212.01999999999998 100% 46.67%;--heroui-primary-500: 212.14 92.45% 58.43%;--heroui-primary-600: 212.24 92.45% 68.82%;--heroui-primary-700: 211.84000000000003 92.45% 79.22%;--heroui-primary-800: 211.84000000000003 92.45% 89.61%;--heroui-primary-900: 212.5 92.31% 94.9%;--heroui-primary-foreground: 0 0% 100%;--heroui-primary: 212.01999999999998 100% 46.67%;--heroui-secondary-50: 270 66.67% 9.41%;--heroui-secondary-100: 270 66.67% 18.82%;--heroui-secondary-200: 270 66.67% 28.24%;--heroui-secondary-300: 270 66.67% 37.65%;--heroui-secondary-400: 270 66.67% 47.06%;--heroui-secondary-500: 270 59.26% 57.65%;--heroui-secondary-600: 270 59.26% 68.24%;--heroui-secondary-700: 270 59.26% 78.82%;--heroui-secondary-800: 270 59.26% 89.41%;--heroui-secondary-900: 270 61.54% 94.9%;--heroui-secondary-foreground: 0 0% 100%;--heroui-secondary: 270 59.26% 57.65%;--heroui-success-50: 145.71000000000004 77.78% 8.82%;--heroui-success-100: 146.2 79.78% 17.45%;--heroui-success-200: 145.78999999999996 79.26% 26.47%;--heroui-success-300: 146.01 79.89% 35.1%;--heroui-success-400: 145.96000000000004 79.46% 43.92%;--heroui-success-500: 146.01 62.45% 55.1%;--heroui-success-600: 145.78999999999996 62.57% 66.47%;--heroui-success-700: 146.2 61.74% 77.45%;--heroui-success-800: 145.71000000000004 61.4% 88.82%;--heroui-success-900: 146.66999999999996 64.29% 94.51%;--heroui-success-foreground: 0 0% 0%;--heroui-success: 145.96000000000004 79.46% 43.92%;--heroui-warning-50: 37.139999999999986 75% 10.98%;--heroui-warning-100: 37.139999999999986 75% 21.96%;--heroui-warning-200: 36.95999999999998 73.96% 33.14%;--heroui-warning-300: 37.00999999999999 74.22% 44.12%;--heroui-warning-400: 37.02999999999997 91.27% 55.1%;--heroui-warning-500: 37.00999999999999 91.26% 64.12%;--heroui-warning-600: 36.95999999999998 91.24% 73.14%;--heroui-warning-700: 37.139999999999986 91.3% 81.96%;--heroui-warning-800: 37.139999999999986 91.3% 90.98%;--heroui-warning-900: 54.55000000000001 91.67% 95.29%;--heroui-warning-foreground: 0 0% 0%;--heroui-warning: 37.02999999999997 91.27% 55.1%;--heroui-danger-50: 340 84.91% 10.39%;--heroui-danger-100: 339.3299999999999 86.54% 20.39%;--heroui-danger-200: 339.11 85.99% 30.78%;--heroui-danger-300: 339 86.54% 40.78%;--heroui-danger-400: 339.20000000000005 90.36% 51.18%;--heroui-danger-500: 339 90% 60.78%;--heroui-danger-600: 339.11 90.6% 70.78%;--heroui-danger-700: 339.3299999999999 90% 80.39%;--heroui-danger-800: 340 91.84% 90.39%;--heroui-danger-900: 339.13 92% 95.1%;--heroui-danger-foreground: 0 0% 100%;--heroui-danger: 339.20000000000005 90.36% 51.18%;--heroui-divider-weight: 1px;--heroui-disabled-opacity: .5;--heroui-font-size-tiny: .75rem;--heroui-font-size-small: .875rem;--heroui-font-size-medium: 1rem;--heroui-font-size-large: 1.125rem;--heroui-line-height-tiny: 1rem;--heroui-line-height-small: 1.25rem;--heroui-line-height-medium: 1.5rem;--heroui-line-height-large: 1.75rem;--heroui-radius-small: 8px;--heroui-radius-medium: 12px;--heroui-radius-large: 14px;--heroui-border-width-small: 1px;--heroui-border-width-medium: 2px;--heroui-border-width-large: 3px;--heroui-box-shadow-small: 0px 0px 5px 0px rgb(0 0 0 / .05), 0px 2px 10px 0px rgb(0 0 0 / .2), inset 0px 0px 1px 0px rgb(255 255 255 / .15);--heroui-box-shadow-medium: 0px 0px 15px 0px rgb(0 0 0 / .06), 0px 2px 30px 0px rgb(0 0 0 / .22), inset 0px 0px 1px 0px rgb(255 255 255 / .15);--heroui-box-shadow-large: 0px 0px 30px 0px rgb(0 0 0 / .07), 0px 30px 60px 0px rgb(0 0 0 / .26), inset 0px 0px 1px 0px rgb(255 255 255 / .15);--heroui-hover-opacity: .9}.\[color\:var\(--link-font-color\)\]{color:var(--link-font-color)}.\[font-family\:var\(--secondary-font\)\]{font-family:var(--secondary-font)}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-2:hover{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:gap-3:hover{gap:.75rem}.hover\:bg-luxury-beige\/30:hover{background-color:#e8dfd54d}.hover\:bg-luxury-sage:hover{--tw-bg-opacity: 1;background-color:rgb(var(--accent-bg-rgb) / var(--tw-bg-opacity, 1))}.hover\:bg-luxury-sage-dark:hover{--tw-bg-opacity: 1;background-color:rgb(var(--accent-bg-hover-rgb) / var(--tw-bg-opacity, 1))}.hover\:bg-luxury-sage\/5:hover{background-color:rgb(var(--accent-bg-rgb) / .05)}.hover\:text-luxury-sage-dark:hover{--tw-text-opacity: 1;color:rgb(var(--accent-bg-hover-rgb) / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-luxury-sage{--tw-bg-opacity: 1;background-color:rgb(var(--accent-bg-rgb) / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:text-luxury-gold{--tw-text-opacity: 1;color:rgb(var(--light-font-color-rgb) / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-30{opacity:.3}@media (min-width: 640px){.sm\:flex-row{flex-direction:row}}@media (min-width: 768px){.md\:order-1{order:1}.md\:order-2{order:2}.md\:flex{display:flex}.md\:hidden{display:none}.md\:shrink-0{flex-shrink:0}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1024px){.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:mb-24{margin-bottom:6rem}.lg\:block{display:block}.lg\:h-\[600px\]{height:600px}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:gap-10{gap:2.5rem}.lg\:gap-20{gap:5rem}.lg\:gap-24{gap:6rem}.lg\:space-y-32>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(8rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8rem * var(--tw-space-y-reverse))}.lg\:p-10{padding:2.5rem}.lg\:p-12{padding:3rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-32{padding-top:8rem;padding-bottom:8rem}.lg\:py-40{padding-top:10rem;padding-bottom:10rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-hero{font-size:3.5rem;line-height:1.1;letter-spacing:-.02em}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}}.quote-with-image__section{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:var(--background-color);padding:4em 0}.quote-with-image__quote__container{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:3.5rem 4rem}.quote-with-image__title{font-family:var(--primary-font);font-weight:200;line-height:1.25;font-size:2.25rem;margin-bottom:1em;color:var(--dark-font-color)}.quote-with-image__apostrophe{font-size:6rem;margin-top:-3rem;color:var(--second-light-font-color)}.quote-with-image__quote{margin-bottom:1.5em;font-size:.99rem;font-weight:300;margin-top:-3rem;font-family:var(--poppins)}.quote-with-image__source{font-family:var(--poppins)}.quote-with-image__button{margin-bottom:2em}.quote-with-image__image{width:300px;height:450px;border-radius:3%;-o-object-fit:cover;object-fit:cover}@media (min-width: 768px){.quote-with-image__section{flex-direction:row;align-items:center;justify-content:center;padding:4em 0}.quote-with-image__quote__container{width:50%;height:100%;text-align:left}.quote-with-image__title{text-align:left;width:100%}.quote-with-image__image__container{width:50%}.quote-with-image__image{height:100vh;max-height:450px;width:350px;margin-left:auto}}.landing-text-with-image-background__section{display:flex;flex-direction:column;width:100%;text-align:left;background-size:cover;background-position:center;overflow:hidden;background-image:url(/assets/hero-mi9WPMZh.jpg);padding:2em 0}.landing-text-with-image-background__content{margin-left:5vw;width:50%}.landing-text-with-image-background__title{font-size:2em;font-family:var(--primary-font);font-weight:200;color:#fff;max-width:80%;margin:0}.landing-text-with-image-background__subheader{font-family:var(--poppins);font-size:1em;width:90%;color:#fff;margin-right:0}.landing-text-with-image-background__button{height:2.5em;width:60%;max-width:20em;margin:20px 0;font-family:var(--poppins);font-size:.9em;background-color:#fff;border:0}.landing-text-with-image-background__button>a{text-decoration:none;color:var(--dark-font-color)}@media (min-width: 768px){.landing-text-with-image-background__section{padding:20% 0;max-height:80vh}.landing-text-with-image-background__content{width:45%}.landing-text-with-image-background__title{font-size:clamp(2rem,10vh,3rem)}.landing-text-with-image-background__section{justify-content:center}.landing-text-with-image-background__button{padding:8px 3rem;height:auto;margin-top:30px;width:-moz-fit-content;width:fit-content}}.title-with-video__container{display:flex;flex-direction:column;align-items:center;text-align:center;margin:0 auto;padding:3em 0}.title-with-video__title{color:var(--dark-font-color);font-family:var(--primary-font);font-weight:400;font-size:1.75rem;margin-bottom:20px}.title-with-video__subheader{font-family:var(--poppins);font-weight:400;color:var(--second-light-font-color);font-size:1.05em;margin-bottom:40px;padding:0 2rem}.about__video{aspect-ratio:16 / 9;width:100%;margin:0 auto}@media (min-width: 768px){.title-with-video__container{padding:5rem 0 2rem}.title-with-video__subheader{max-width:30em}}.learn-more__text__container{background-color:var(--secondary-background-color);padding:6em 3em 3em}.learn-more__button{height:3em;cursor:pointer;background-color:var(--light-font-color);border:0px;width:10em;font-size:.9em}.learn-more__button>a{text-decoration:none;color:#fff;font-family:var(--poppins)}.three-points__section{display:flex;flex-direction:column;justify-content:center;margin:0 auto;padding:5rem 2rem}.three-points__title{text-align:center;font-size:2.5rem;font-weight:200;font-family:var(--primary-font);color:var(--dark-font-color);margin-bottom:3rem}.three-points__card__container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;background-color:var(--fourth-background-color);border-radius:20px;border:1px solid var(--dark-font-color);padding:2rem 0}.three-points__card{text-align:center;padding:2em;margin:15px 0}.three-points__card__content{margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.three-points__image__container{display:flex;justify-content:center}.three-points__image__container img{height:200px;width:auto;-o-object-fit:contain;object-fit:contain}.three-points__card__heading{font-size:1.75em;font-family:var(--primary-font);color:var(--link-font-color);margin-top:.5rem}.three-points__card__text{font-size:1.25rem;margin-top:.5rem;color:var(--dark-font-color);font-family:var(--third-font);font-weight:300;width:80%}@media (min-width: 768px){.three-points__section{align-items:center;width:100%;padding:3rem 5rem}.three-points__title{text-align:left;width:100%;margin-left:2rem}.three-points__card__container{max-width:none;flex-direction:row}.three-points__card{margin:0 10px;flex:1}.three-points__card__text{font-size:1.1rem}}.product-features__section{padding:5rem 0}.product-features__title{text-align:center;font-size:1.5rem;font-family:var(--third-font);margin-bottom:40px}.product-features__card__container{display:flex;flex-direction:column;width:80vw;overflow:hidden;border-radius:20px;border:1px solid var(--link-font-color);margin:0 auto;background-color:var(--secondary-background-color);color:var(--link-font-color)}.product-features__card__container .product-features__card:nth-child(2){border-top:1px solid #000;border-bottom:1px solid #000}.product-features__card{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 1rem 2rem;transition:transform .3s,box-shadow .3s}.product-features__card:hover{transform:translateY(-5px)}.product-features__card:hover .product-features__text__container{background-image:radial-gradient(ellipse farthest-side at center,#e0b683ab 0%,transparent 70%,transparent 100%)}.product-features__image{aspect-ratio:1 / 1;-o-object-fit:cover;object-fit:cover;border-radius:7%;transition:transform var(--transition-speed);margin-bottom:10px}.product-features__divider{display:none}.product-features__text__container{padding:2rem 0;width:100%}.product-features__text__title{font-size:1.75rem;font-family:var(--third-font);color:var(--dark-font-color);margin-bottom:.5rem}.product-features__text__description{font-size:.85rem;font-family:var(--poppins);margin-bottom:1rem}.product-features__text__link{font-size:.9rem;font-family:var(--poppins);text-decoration:none;transition:color .5s}.product-features__text__link:hover{color:var(--light-font-color)}@media (min-width: 768px){.product-features__card__container{display:flex;flex-direction:row}.product-features__title{font-size:1.75rem}.product-features__card__container .product-features__card:nth-child(2){border-left:1px solid #000;border-right:1px solid #000;border-top:none;border-bottom:none}.product-features__divider{display:block;margin-top:20px;background-color:#000;height:2px;width:100%}}.founder-quote__section{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5rem 1rem;width:100%}.founder-quote__images__container{position:relative;width:100%;height:100%;max-width:400px;margin:0 auto}.founder-quote__primary-photo{position:relative;width:100%;margin:0 auto;aspect-ratio:6/7}.founder-quote__primary-photo img{position:absolute;top:50%;left:50%;transform:translate(-70%,-50%);width:70%;height:auto;aspect-ratio:6/7;-o-object-fit:cover;object-fit:cover;border-radius:8%;border:1px solid black}.founder-quote__secondary-photo{position:absolute;left:55%;top:75%;width:50%;height:auto;z-index:2;aspect-ratio:1/1}.founder-quote__secondary-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8%;border:1px solid black;display:block}.founder-quote__text__container{padding:2rem 1rem;display:flex;flex-direction:column;justify-content:flex-start;margin-top:10rem}.founder-quote__sub-header{font-family:var(--secondary-font);font-size:.9rem;font-weight:400;text-transform:uppercase;text-align:center;letter-spacing:-1px;color:var(--light-font-color);width:80%;margin:0 auto 40px}.founder-quote__title{font-size:3rem;font-weight:600;font-family:var(--third-font);color:var(--dark-font-color);line-height:1.25;margin-bottom:40px;text-align:center}.founder-quote__text{font-family:var(--third-font);font-size:1.25rem;line-height:1.6;color:var(--second-light-font-color);width:80%;margin:0 auto}@media (min-width: 900px){.founder-quote__section{flex-direction:row;padding:5rem;align-items:center;justify-content:center}.founder-quote__images__container{width:50%;padding:0 40px}.founder-quote__primary-photo img{width:100%}.founder-quote__secondary-photo{left:55%;top:85%;width:70%;height:50%}.founder-quote__secondary-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8%;border:1px solid black;display:block}.founder-quote__text__container{width:50%;height:auto;padding:0}.founder-quote__sub-header{font-size:.8rem;margin:0 0 0 -3.5rem;text-align:left}.founder-quote__title{text-align:left;line-height:1.2;margin:2rem 0 2.5rem -3.5rem}.founder-quote__text{margin:0 0 0 4rem}}.iellios__results__title{font-size:3rem;font-family:var(--primary-font);color:var(--dark-font-color);text-align:center;margin-top:2rem}.chat-interface{display:flex;flex-direction:column;height:100vh;width:95%;max-width:1000px;background-color:var(--background-color);margin:0 auto 20px;font-family:var(--primary-font);box-shadow:0 8px 24px #614e391a}.chat-interface__loading{color:#766e68;font-style:italic;padding:10px;font-family:var(--poppins)}.chat-interface__example-prompt__container{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem;margin-bottom:1rem}.chat-interface__example-prompt{padding:.7rem 1.5rem;color:#f4f3ee;background-color:#614e39;border:1px solid #c28223;border-radius:2rem;cursor:pointer;font-size:13px;font-family:var(--poppins);transition:all .3s ease;white-space:nowrap;letter-spacing:.5px}.chat-interface__example-prompt:hover{background-color:#c28223;transform:translateY(-2px);box-shadow:0 4px 12px #c2822333}.chat-interface__example-prompt:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}@media (min-width: 768px){.chat-interface{display:flex;flex-direction:column;height:100vh;max-width:1000px;background-color:var(--background-color);border:1px solid #c28223;border-radius:12px;margin:0 auto 20px;box-shadow:0 10px 30px #614e3926}.chat-interface__example-prompt__container{display:flex;flex-wrap:wrap;gap:.8rem;padding:1.2rem}.chat-interface__example-prompt{padding:.7rem 1.5rem;color:#f4f3ee;background-color:#614e39;border:1px solid #c28223;border-radius:2rem;cursor:pointer;font-size:.875rem;transition:all .3s ease;white-space:nowrap;letter-spacing:.5px}.chat-interface__example-prompt:hover{background-color:#c28223;transform:translateY(-2px);box-shadow:0 4px 12px #c2822333}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}.chat-interface__input__section{background-color:var(--fourth-background-color);box-shadow:0 -2px 15px #614e3914;display:flex;flex-direction:column;padding:24px 24px 18px;border-radius:12px;margin-top:15px;border:1px solid rgba(194,130,35,.2)}.chat-interface__input__container{display:flex;align-items:center;gap:12px}.chat-interface__input__text-area{background-color:var(--third-background-color);color:#614e39!important;min-height:24px;max-height:200px;resize:none;padding:16px;border-radius:8px;border:1px solid rgba(194,130,35,.3);font-family:var(--poppins);transition:border .3s ease;flex-grow:1}.chat-interface__input__text-area:focus{outline:none!important;border:1px solid #c28223;box-shadow:0 0 8px #c2822333}.chat-interface__input__action-bar{width:100%;color:#614e39;display:flex;align-items:center;margin-top:15px}.chat-interface__input__action-bar__reasoning-toggle__container{display:flex;flex-direction:row;align-items:center;gap:12px;font-family:var(--poppins);font-size:.9rem;color:#766e68}.chat-interface__input__reasoning-toggle{color:#614e39}.chat-interface__input__send-button{background-color:#c28223;color:#f4f3ee;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;padding:14px;display:flex;align-items:center;justify-content:center;width:50px;height:50px;box-shadow:0 4px 12px #c2822340;flex-shrink:0}.chat-interface__input__action-bar .chat-interface__input__send-button{margin-left:auto}.chat-interface__input__send-button:hover{background-color:#614e39;transform:translateY(-2px);box-shadow:0 6px 15px #614e394d}.chat-interface__input__send-button:disabled{background-color:#9a9a9a;cursor:not-allowed;transform:none;box-shadow:none}@media (min-width: 768px){.chat-interface__input__section{padding:50px}}.chat-interface__message{padding:20px 10px;border-radius:12px;animation:fadeIn .4s ease-in;margin:12px 0;box-shadow:0 4px 12px #766e6814}.chat-interface__message-card{display:flex;align-items:flex-start;gap:20px}.chat-interface__message-card__icon__container{flex-shrink:0;width:60px;height:60px;border-radius:50%;border:2px solid #c28223;overflow:hidden;padding:6px;background-color:var(--fourth-background-color);margin-top:-5px;box-shadow:0 3px 8px #c2822326;display:flex;align-items:center;justify-content:center}.chat-interface__message-card__icon__image{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;max-height:100%}.chat-interface__message--user{align-self:flex-end;background-color:#614e39;color:#f4f3ee;border-radius:12px 12px 4px;max-width:70%;font-family:var(--poppins)}.chat-interface__message--assistant{align-self:flex-start;background-color:var(--fourth-background-color);color:#614e39;border-radius:12px 12px 12px 4px;border-left:3px solid #c28223;font-family:var(--third-font);margin-left:0}.chat-interface__message-card__text{flex-grow:1;white-space:pre-wrap;line-height:1.6;min-width:0;font-size:1.05rem;letter-spacing:.02em}@media (min-width: 786px){.chat-interface__message{padding:20px 24px;border-radius:12px;animation:fadeIn .4s ease-in;margin:12px 0;box-shadow:0 4px 12px #766e6814}.chat-interface__message-card{display:flex;align-items:flex-start;gap:20px}.chat-interface__message-card__icon__container{flex-shrink:0;width:60px;height:60px;border-radius:50%;border:2px solid #c28223;overflow:hidden;padding:6px;background-color:var(--fourth-background-color);margin-top:-5px;box-shadow:0 3px 8px #c2822326;display:flex;align-items:center;justify-content:center}.chat-interface__message-card__icon__image{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;max-height:100%}.chat-interface__message--user{align-self:flex-end;background-color:#614e39;color:#f4f3ee;border-radius:12px 12px 4px;max-width:70%;font-family:var(--poppins)}.chat-interface__message--assistant{align-self:flex-start;background-color:var(--fourth-background-color);color:#614e39;border-radius:12px 12px 12px 4px;border-left:3px solid #c28223;font-family:var(--third-font);margin-left:20px}.chat-interface__message-card__text{flex-grow:1;white-space:pre-wrap;line-height:1.6;min-width:0;font-size:1.05rem;letter-spacing:.02em}}.chat-interface__chat-window{flex:1;display:flex;flex-direction:column;padding:15px 20px 0 0;height:100%;gap:1.2rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#c28223 var(--background-color)}.chat-interface__chat-window::-webkit-scrollbar{width:6px}.chat-interface__chat-window::-webkit-scrollbar-track{background:var(--background-color);border-radius:10px}.chat-interface__chat-window::-webkit-scrollbar-thumb{background:#c2822366;border-radius:10px}.chat-interface__chat-window::-webkit-scrollbar-thumb:hover{background:#c2822399}.chat__section{padding:8rem 0rem;background-color:var(--background-color);position:relative}.chat__section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(194,130,35,.3),transparent)}.chat__section h2{text-align:center;font-size:2.8rem;font-weight:400;color:#614e39;margin-bottom:3.5rem;font-family:var(--third-font);letter-spacing:1px;position:relative;display:inline-block;width:100%}.chat__section h2:after{content:"";position:absolute;width:80px;height:2px;background-color:#c28223;bottom:-15px;left:50%;transform:translate(-50%)}.chat__section__disclaimer{color:#766e68;text-align:center;width:70%;margin:2rem auto 0;font-size:.85rem;font-family:var(--poppins);font-style:italic;letter-spacing:.02em}@media (min-width: 768px){.chat__section{padding:8rem 5rem;background-color:var(--background-color)}.chat__section h2{text-align:center;font-size:3.2rem;font-weight:400;color:#614e39;margin-bottom:4rem;font-family:var(--third-font)}.chat__section__disclaimer{color:#766e68;text-align:center;width:70%;margin:2.5rem auto 0;font-size:.9rem;font-family:var(--poppins);font-style:italic}}.landing-gateway__page{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,2vw,2rem);overflow-y:auto;background:radial-gradient(ellipse at 50% 0%,rgba(255,255,255,.7),transparent 55%),linear-gradient(180deg,#f6f1ea,#ede4d8 60%,#e2d5c5);z-index:1000}.landing-gateway__page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 50% 100%,rgba(97,78,57,.04),transparent 60%)}.landing-gateway__shell{position:relative;width:min(100%,1440px);display:flex;align-items:center;justify-content:center;padding:clamp(1.5rem,3vw,3rem);margin-top:-10vh}.landing-gateway__content{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,2rem);align-items:start;width:100%;min-height:0}.landing-gateway__gateway{position:relative;min-height:clamp(22rem,60vh,42rem);padding:clamp(2rem,4vw,3.5rem);display:flex;align-items:center;justify-content:center;overflow:hidden;border:none;border-radius:0;background:transparent;color:var(--dark-font-color);cursor:pointer;transition:opacity .6s ease}.landing-gateway__gateway:before{content:"";position:absolute;left:0;top:18%;bottom:18%;width:1px;background:linear-gradient(180deg,transparent,rgba(var(--dark-font-color-rgb),.14) 25%,rgba(var(--dark-font-color-rgb),.14) 75%,transparent);transition:opacity .6s ease}.landing-gateway__gateway:first-child:before{display:none}.landing-gateway__content:hover .landing-gateway__gateway:not(:hover){opacity:.45}.landing-gateway__gateway:focus-visible{outline:none}.landing-gateway__gateway:focus-visible .landing-gateway__gateway__image-container{box-shadow:0 0 0 1px rgba(var(--dark-font-color-rgb),.2)}.landing-gateway__gateway__image-container{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:clamp(1.5rem,4vh,3rem);transition:transform .8s cubic-bezier(.22,1,.36,1)}.landing-gateway__gateway:hover .landing-gateway__gateway__image-container{transform:scale(1.04)}.landing-gateway__gateway__icon{width:min(70%,13rem);max-height:8rem;-o-object-fit:contain;object-fit:contain;filter:saturate(.92)}.landing-gateway__gateway__wordmark{display:flex;flex-direction:column;align-items:center;gap:.65rem;text-align:center;color:var(--dark-font-color)}.landing-gateway__gateway__wordmark-eyebrow{font-family:var(--secondary-font);font-size:.58rem;letter-spacing:.5em;text-transform:uppercase;color:rgba(var(--dark-font-color-rgb),.4)}.landing-gateway__gateway__wordmark-title{font-family:var(--third-font);font-size:clamp(2.4rem,6vw,3.6rem);letter-spacing:.1em;line-height:.95;font-weight:300}@media screen and (max-width: 1079px){.landing-gateway__shell{margin-top:0;align-items:flex-start}.landing-gateway__content{grid-template-columns:1fr;gap:0}.landing-gateway__gateway{min-height:18rem}.landing-gateway__gateway:before{left:18%;right:18%;top:0;bottom:auto;width:auto;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--dark-font-color-rgb),.14) 25%,rgba(var(--dark-font-color-rgb),.14) 75%,transparent)}}@media screen and (max-width: 640px){.landing-gateway__shell{padding:1.5rem 1rem;gap:2rem}.landing-gateway__gateway{min-height:16rem;padding:1.5rem}.landing-gateway__gateway__icon{width:min(75%,11rem)}}.product-category-list-bar{display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:var(--secondary-font);width:100%;background:linear-gradient(135deg,#998e82,#a39589);padding:4rem 1rem;box-shadow:0 4px 20px #00000026,inset 0 1px #ffffff1a;position:relative;overflow:hidden}.product-category-list-bar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center top,rgba(255,255,255,.05) 0%,transparent 70%);pointer-events:none}.product-category-list-bar__title{margin:0 0 2rem;color:var(--secondary-background-color);text-transform:uppercase;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-align:center;position:relative;text-shadow:0 1px 2px rgba(0,0,0,.3)}.product-category-list-bar__title:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%);width:2rem;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent)}.product-category-list-bar__list{display:flex;list-style:none;padding:0;margin:0;gap:.25rem;flex-wrap:wrap;justify-content:center;align-items:center}.product-category-list-bar__item{position:relative}.product-category-list-bar__item--active .product-category-list-bar__button{color:var(--secondary-background-color);background:#ffffff1a;border-color:#ffffff4d;box-shadow:inset 0 1px 3px #0003,0 1px #ffffff1a}.product-category-list-bar__item--active .product-category-list-bar__button:after{transform:scaleX(1);opacity:1}.product-category-list-bar__button{background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:2rem;padding:.75rem 1.5rem;font-size:.8rem;font-weight:500;line-height:1.2;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;color:#ffffffd9;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 1px #ffffff1a,0 1px 3px #0000001a}.product-category-list-bar__button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.product-category-list-bar__button:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#fffc,#fff6);transform:scaleX(0);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-category-list-bar__button:hover{color:var(--secondary-background-color);background:#ffffff14;border-color:#ffffff40;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff26,0 4px 12px #00000026}.product-category-list-bar__button:hover:before{left:100%}.product-category-list-bar__button:hover:after{transform:scaleX(1);opacity:.6}.product-category-list-bar__button:focus-visible{color:var(--secondary-background-color);outline:none;background:#ffffff1a;border-color:#fff6;box-shadow:inset 0 1px #ffffff26,0 0 0 2px #ffffff4d,0 4px 12px #00000026}.product-category-list-bar__button:active{transform:translateY(0);box-shadow:inset 0 2px 4px #0003,0 1px 2px #0000001a}@media (min-width: 768px){.product-category-list-bar{padding:2.5rem 2rem}.product-category-list-bar__title{font-size:.8rem;margin-bottom:2.5rem;letter-spacing:.2em}.product-category-list-bar__list{gap:.5rem}.product-category-list-bar__button{padding:.875rem 2rem;font-size:.85rem}}@media (min-width: 1024px){.product-category-list-bar{padding:3rem 2rem}.product-category-list-bar__title{font-size:.9rem;margin-bottom:3rem}.product-category-list-bar__list{gap:.75rem}.product-category-list-bar__button{padding:1rem 2.5rem;font-size:.9rem}}@media (min-width: 1440px){.product-category-list-bar__list{gap:1rem}}@media (prefers-reduced-motion: reduce){.product-category-list-bar__button{transition:color .2s ease,background-color .2s ease,border-color .2s ease}.product-category-list-bar__button:before,.product-category-list-bar__button:after{transition:none}.product-category-list-bar__button:hover{transform:none}}.product-category-gallery{display:grid;gap:2.5rem}.product-category-gallery__header{display:grid;gap:1rem}.product-category-gallery__eyebrow{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:.55rem .85rem;border:1px solid rgba(88,69,55,.14);border-radius:999px;background:#fffcf7d6;box-shadow:0 18px 40px #36281f14;color:#715840;font-family:var(--secondary-font);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase}.product-category-gallery__header-copy{display:grid;gap:1rem;max-width:48rem}.product-category-gallery__title{margin:0;color:#2e241d;font-family:var(--third-font);font-size:clamp(2.4rem,4vw,4.7rem);line-height:.95;letter-spacing:-.03em}.product-category-gallery__description{margin:0;max-width:36rem;color:#34281fcc;font-family:var(--poppins);font-size:1rem;line-height:1.8}.product-category-gallery__grid{display:grid;gap:1.25rem}.product-category-gallery__card{position:relative;overflow:hidden;border-radius:2rem;background:radial-gradient(circle at 18% 16%,rgba(255,255,255,.92),transparent 44%),linear-gradient(160deg,rgba(255,255,255,.94),var(--category-accent-soft));box-shadow:0 30px 90px #432f221f,inset 0 1px #ffffffc7}.product-category-gallery__card:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:calc(2rem - 1px);border:1px solid rgba(255,255,255,.58);pointer-events:none}.product-category-gallery__card-button{position:relative;z-index:1;display:grid;gap:1.4rem;width:100%;min-height:100%;padding:1.35rem;border:0;background:transparent;text-align:left;cursor:pointer;transition:transform .35s ease,filter .35s ease}.product-category-gallery__card-button:hover,.product-category-gallery__card-button:focus-visible{transform:translateY(-6px)}.product-category-gallery__card-button:focus-visible{outline:2px solid color-mix(in srgb,var(--category-accent) 64%,white);outline-offset:-6px}.product-category-gallery__visual{position:relative;display:flex;justify-content:center;align-items:flex-end;min-height:14rem;padding:1.25rem 1rem .5rem;border-radius:1.5rem;background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.88),transparent 48%),linear-gradient(180deg,#ffffffb8,#ffffff47);overflow:hidden}.product-category-gallery__visual-orb{position:absolute;inset:auto 50% 1.4rem auto;width:min(58vw,14rem);aspect-ratio:1;transform:translate(50%);border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.9) 0%,var(--category-accent) 38%,transparent 74%);filter:blur(.2rem);opacity:.72}.product-category-gallery__image,.product-category-gallery__image-fallback{position:relative;z-index:1}.product-category-gallery__image{width:min(78%,16rem);max-height:17rem;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 22px 28px rgba(35,23,14,.2));transition:transform .35s ease}.product-category-gallery__card-button:hover .product-category-gallery__image,.product-category-gallery__card-button:focus-visible .product-category-gallery__image{transform:translateY(-6px) scale(1.03)}.product-category-gallery__image-fallback{display:grid;place-items:center;width:6rem;aspect-ratio:1;border-radius:1.5rem;background:#fffc;color:var(--category-accent-deep);font-family:var(--third-font);font-size:3rem}.product-category-gallery__body{display:grid;gap:1rem;align-content:space-between;height:100%}.product-category-gallery__meta-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between}.product-category-gallery__count,.product-category-gallery__eyebrow-chip,.product-category-gallery__highlight{display:inline-flex;align-items:center;padding:.55rem .85rem;border-radius:999px;font-family:var(--secondary-font);font-size:.64rem;letter-spacing:.13em;text-transform:uppercase}.product-category-gallery__count{background:#ffffffe6;color:#6d5a48}.product-category-gallery__eyebrow-chip{max-width:16rem;background:color-mix(in srgb,var(--category-accent) 18%,white);color:var(--category-accent-deep)}.product-category-gallery__copy{display:grid;gap:.65rem}.product-category-gallery__card-title{margin:0;color:#2f241d;font-family:var(--third-font);font-size:clamp(1.9rem,3vw,2.8rem);letter-spacing:-.03em}.product-category-gallery__summary{margin:0;color:#34281fcc;font-family:var(--poppins);font-size:.98rem;line-height:1.75}.product-category-gallery__highlights{display:flex;flex-wrap:wrap;gap:.6rem}.product-category-gallery__highlight{background:#ffffffbf;color:#6e5949}.product-category-gallery__footer{display:flex;gap:1rem;align-items:end;justify-content:space-between;padding-top:.35rem;border-top:1px solid rgba(85,67,54,.08)}.product-category-gallery__featured-product{display:grid;gap:.2rem}.product-category-gallery__featured-product span{color:#46362b99;font-family:var(--secondary-font);font-size:.62rem;letter-spacing:.13em;text-transform:uppercase}.product-category-gallery__featured-product strong{color:#2f241d;font-family:var(--primary-font);font-size:1.15rem;font-weight:500;line-height:1.2}.product-category-gallery__cta{display:inline-flex;align-items:center;gap:.5rem;color:var(--category-accent-deep);font-family:var(--secondary-font);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;transition:transform .3s ease}.product-category-gallery__card-button:hover .product-category-gallery__cta,.product-category-gallery__card-button:focus-visible .product-category-gallery__cta{transform:translate(4px)}@media (min-width: 768px){.product-category-gallery{gap:3rem}.product-category-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.product-category-gallery__card-button{padding:1.6rem}}@media (min-width: 1200px){.product-category-gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-category-gallery__card--wide{grid-column:span 2}}@media (prefers-reduced-motion: reduce){.product-category-gallery__card-button,.product-category-gallery__image,.product-category-gallery__cta{transition:none}}.product-category-viewer{width:100%;margin:5rem auto}.product-category-viewer__title{margin:0 0 2rem;color:#2f241d;font-family:var(--third-font);font-size:clamp(2.1rem,4vw,3.4rem);text-align:center;letter-spacing:-.03em}.product-category-viewer__empty{display:flex;align-items:center;justify-content:center;min-height:14rem;padding:2rem;border-radius:1.5rem;background:#ffffffb3;color:#3c2e23b3;font-family:var(--poppins);font-size:1.05rem;text-align:center}.product-category-viewer__list{display:grid;gap:1.4rem}.product-category-viewer__item{position:relative}.product-category-viewer__item-shell{position:relative;display:grid;gap:1rem;padding:1rem;border-radius:2rem;background:radial-gradient(circle at top left,rgba(255,255,255,.74),transparent 28%),linear-gradient(180deg,#ffffffd1,#ffffff9e);border:1px solid rgba(86,64,45,.08);box-shadow:0 24px 60px #48322114,inset 0 1px #ffffffc2}.product-category-viewer__item:nth-child(2n) .product-category-viewer__item-shell{background:radial-gradient(circle at top right,rgba(255,255,255,.74),transparent 30%),linear-gradient(180deg,#ffffffd6,#faf6f0bd)}.product-category-viewer__item-header{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between;padding:0 .5rem}.product-category-viewer__item-kicker,.product-category-viewer__item-category{display:inline-flex;align-items:center;padding:.55rem .8rem;border-radius:999px;background:#ffffffd1;color:#4a382bb3;font-family:var(--secondary-font);font-size:.62rem;letter-spacing:.15em;text-transform:uppercase}@media (min-width: 768px){.product-category-viewer__list{gap:1.75rem}.product-category-viewer__item-shell{padding:1.2rem}}.product-detail-display{width:100%;margin:0 auto;padding:0;display:flex}.product-detail-display__content{display:grid;gap:1.4rem;width:100%}.product-detail-display__left{position:relative;display:flex;align-items:center;padding:1rem;border-radius:1.7rem;background:radial-gradient(circle at 50% 24%,rgba(255,255,255,.92),transparent 44%),linear-gradient(180deg,#ffffffd1,#f7f1e9eb);border:1px solid rgba(91,66,48,.06)}.product-detail-display__right{display:grid;align-content:start;gap:1rem;padding:.5rem 0}.product-detail-display__name{margin:0;color:#2f241d;font-family:var(--third-font);font-size:clamp(2.1rem,4vw,3.1rem);font-weight:400;line-height:.96;letter-spacing:-.03em}.product-detail-display__meta{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.product-detail-display__price,.product-detail-display__volume,.product-detail-display__badge{display:inline-flex;align-items:center;padding:.55rem .85rem;border-radius:999px;background:#ffffffd1;border:1px solid rgba(83,61,43,.1);color:#3e2f24c2;font-family:var(--secondary-font);font-size:.62rem;letter-spacing:.14em;text-transform:uppercase}.product-detail-display__description{display:grid;gap:1rem}.product-detail-display__description p{margin:0;color:#392b21d1;font-family:var(--poppins);font-size:1rem;font-weight:300;line-height:1.85}.product-detail-display__accordion-item__content{font-family:var(--poppins)!important}@media (min-width: 900px){.product-detail-display__content{grid-template-columns:minmax(0,.88fr) minmax(0,1fr);gap:2rem;align-items:start}.product-detail-display__left{padding:1.25rem}.product-detail-display__right{padding:1rem 0}}.product-detail-display__accordion-item li{display:flex;margin-bottom:1rem}.product-detail-display__accordion-item li span{margin-left:1rem}.product-detail-display__accordion-item__content{font-family:var(--poppins);font-size:1rem;font-weight:300;padding:0 0 1rem}.product-detail-display__accordion-item__list__icon{width:24px;height:24px;flex-shrink:0;color:var(--link-font-color);margin-top:3px}:root{--product-carousel-width: 800px;--product-carousel-main-height: 400px;--product-carousel-thumbnail-size: 60px;--product-carousel-thumbnail-gap: 8px;--product-carousel-primary-color: #0070f3;--product-carousel-transition-duration: .3s}.product-carousel{position:relative;width:100%;max-width:var(--product-carousel-width);margin:0 auto}.product-carousel--empty{display:flex;align-items:center;justify-content:center;height:300px;background-color:#f8f8f8;border:1px solid #eee;border-radius:4px}.product-carousel__main{position:relative;display:flex;align-items:center;height:var(--product-carousel-main-height);margin-bottom:12px;border-radius:4px;overflow:hidden;background-color:#f9f9f9}.product-carousel__main-image-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-carousel__main-image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;transition:opacity var(--product-carousel-transition-duration) ease}.product-carousel__main-image--transitioning{opacity:.6}.product-carousel__control{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background-color:#fffc;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;color:#333;z-index:1;transition:all .2s ease}.product-carousel__control:hover{background-color:#fff;box-shadow:0 2px 8px #00000026}.product-carousel__control:focus{outline:2px solid var(--product-carousel-primary-color);outline-offset:2px}.product-carousel__control--prev{left:10px}.product-carousel__control--next{right:10px}.product-carousel__thumbnails-wrapper{position:relative;display:flex;align-items:center;padding:0 30px}.product-carousel__thumbnails{display:flex;gap:var(--product-carousel-thumbnail-gap);overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:4px 0 8px;width:100%;-ms-overflow-style:none;scrollbar-width:none}.product-carousel__thumbnails::-webkit-scrollbar{display:none}.product-carousel__thumbnails-control{flex-shrink:0;width:24px;height:24px;background-color:#fffc;border:1px solid #ddd;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;color:#333;z-index:1;transition:all .2s ease;position:absolute;top:50%;transform:translateY(-50%)}.product-carousel__thumbnails-control:hover{background-color:#fff;box-shadow:0 2px 8px #00000026}.product-carousel__thumbnails-control:focus{outline:2px solid var(--product-carousel-primary-color);outline-offset:2px}.product-carousel__thumbnails-control--prev{left:0}.product-carousel__thumbnails-control--next{right:0}.product-carousel__thumbnail{width:var(--product-carousel-thumbnail-size);height:var(--product-carousel-thumbnail-size);border:2px solid transparent;border-radius:4px;padding:2px;cursor:pointer;background:transparent;transition:all .2s ease;flex-shrink:0}.product-carousel__thumbnail:hover{border-color:#ddd}.product-carousel__thumbnail--active{border-color:var(--product-carousel-primary-color)}.product-carousel__thumbnail-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:2px}@media (max-width: 768px){.product-carousel{--product-carousel-main-height: 300px;--product-carousel-thumbnail-size: 50px}}@media (max-width: 480px){.product-carousel{--product-carousel-main-height: 250px;--product-carousel-thumbnail-size: 45px}.product-carousel__control{width:32px;height:32px;font-size:14px}.product-carousel__thumbnails-control{width:20px;height:20px;font-size:10px}}.product-detail-display__feature-list__container{display:flex;flex-wrap:wrap;gap:.75rem;margin:.35rem 0 .2rem}.product-detail-display__feature-list__feature{display:inline-flex;align-items:center;gap:.55rem;padding:.7rem .9rem;border-radius:1rem;background:#ffffffb3;border:1px solid rgba(87,64,46,.08);box-shadow:inset 0 1px #ffffffb3;color:#3d2e23c7;font-family:var(--poppins);font-size:.83rem;line-height:1.4}.product-detail-display__feature-list__feature__icon{display:inline-flex;align-items:center;justify-content:center;color:#8b6549;font-size:1rem}.product-detail-display__feature-list__feature__icon-svg{font-size:1.05rem}.learn-more__section{padding:0 2em;margin-top:10em;margin-bottom:10em}.learn-more__section__content{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:50em}.learn-more__image__container{margin:0 auto}.learn-more__image__container img{width:250px;transform:translateY(4em)}.learn-more__text__container{background-color:var(--secondary-background-color);margin:0 auto}.learn-more__title{font-size:1.75em;margin-bottom:10px;font-family:var(--primary-font);font-weight:300;color:var(--dark-font-color)}.learn-more__description{font-size:.95em;margin-bottom:20px;font-family:var(--poppins);color:var(--second-light-font-color)}.learn-more__button__container{display:flex;gap:1rem;flex-wrap:wrap}.learn-more__button{cursor:pointer;background-color:var(--light-font-color);border:0px;width:10rem;height:2.75rem;font-size:1.15rem;padding:0;color:#fff;transition:background-color .2s ease;font-family:var(--third-font)}.learn-more__button:hover{background-color:var(--dark-font-color)}.learn-more__button>a{text-decoration:none;color:#fff;font-family:var(--third-font)}@media (min-width: 768px){.learn-more__section{margin-top:20em}.learn-more__section__content{flex-direction:row;background-color:var(--secondary-background-color);margin:10em auto 0;position:relative}.learn-more__image__container img{position:absolute;width:200px;transform:translateY(0);top:-7em;left:2.15em}.learn-more__text__container{margin-left:30%;padding:3em}}.pdf-viewer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000f2;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out}.pdf-viewer-container{background-color:#1a1a1a;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;position:relative;border-radius:4px}.pdf-viewer-controls{position:absolute;top:20px;right:20px;display:flex;align-items:center;gap:15px;background-color:#000c;border-radius:30px;padding:10px 20px;z-index:1001;transition:opacity .3s ease,transform .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pdf-viewer-controls.visible{opacity:1;transform:translateY(0)}.pdf-viewer-controls.hidden{opacity:0;transform:translateY(-10px);pointer-events:none}.pdf-viewer-close{background:none;border:none;font-size:24px;cursor:pointer;color:#fff;padding:5px 10px;border-radius:50%;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.pdf-viewer-close:hover{background-color:#fff3}.pdf-viewer-zoom{display:flex;align-items:center;gap:8px}.pdf-viewer-zoom button{background-color:#ffffff1a;border:none;color:#fff;padding:8px 12px;border-radius:20px;cursor:pointer;font-size:14px;transition:background-color .2s ease;min-width:36px;height:36px;display:flex;align-items:center;justify-content:center}.pdf-viewer-zoom button:hover:not(:disabled){background-color:#fff3}.pdf-viewer-zoom button:disabled{background-color:#ffffff0d;cursor:not-allowed;opacity:.5}.pdf-viewer-zoom-info{font-family:var(--poppins, "Arial", sans-serif);font-size:14px;color:#fff;margin:0 8px;min-width:50px;text-align:center}.pdf-viewer-download{background-color:#ffffff1a;border:none;color:#fff;padding:8px 16px;border-radius:20px;cursor:pointer;font-size:14px;text-decoration:none;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;height:36px}.pdf-viewer-download:hover{background-color:#fff3}.pdf-viewer-content{overflow-y:auto;overflow-x:hidden;display:flex;justify-content:center;background-color:#2a2a2a;padding:0;min-height:400px}.pdf-viewer-document{display:flex;flex-direction:column;align-items:center;padding:20px;gap:20px}.pdf-viewer-document canvas{max-width:90vw;height:auto;box-shadow:0 4px 20px #0000004d;border-radius:2px;margin-bottom:20px}.pdf-viewer-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;color:#fff;height:100vh}.pdf-viewer-spinner{border:3px solid rgba(255,255,255,.1);border-top:3px solid #ffffff;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.pdf-viewer-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;color:#ff6b6b;text-align:center;height:100vh}.pdf-viewer-error button{background-color:#ff6b6b;border:none;color:#fff;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:14px;transition:background-color .2s ease}.pdf-viewer-error button:hover{background-color:#ff5252}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pdf-viewer-content{scroll-behavior:smooth}@media (max-width: 768px){.pdf-viewer-controls{top:10px;right:10px;gap:10px;padding:8px 16px}.pdf-viewer-zoom button,.pdf-viewer-download{padding:6px 10px;font-size:12px;height:32px}.pdf-viewer-close{width:32px;height:32px;font-size:20px}.pdf-viewer-zoom-info{font-size:12px;margin:0 4px;min-width:40px}.pdf-viewer-document{padding:10px;gap:15px}.pdf-viewer-document canvas{margin-bottom:15px}}@media (max-width: 480px){.pdf-viewer-controls{flex-direction:column;gap:8px;padding:10px;top:10px;right:10px;left:10px;border-radius:15px}.pdf-viewer-zoom{order:1;width:100%;justify-content:center}.pdf-viewer-close{order:2;align-self:flex-end}.pdf-viewer-download{order:3;width:100%;justify-content:center}}@media (prefers-reduced-motion: reduce){.pdf-viewer-overlay,.pdf-viewer-controls,.pdf-viewer-content{animation:none;transition:none}}@media (prefers-contrast: high){.pdf-viewer-overlay{background-color:#000}.pdf-viewer-controls{background-color:#000;border:2px solid #ffffff}.pdf-viewer-zoom button,.pdf-viewer-download{border:1px solid #ffffff}}.enliven{--enliven-ink: #2f241d;--enliven-muted: rgba(52, 40, 31, .74);--enliven-surface: #f5efe7;--enliven-surface-strong: #fcf8f2;--enliven-border: rgba(77, 56, 41, .12);--enliven-shadow: rgba(62, 42, 28, .16);background:radial-gradient(circle at top left,rgba(234,222,209,.78),transparent 30%),linear-gradient(180deg,#f2ede6,#f7f2eb 30%,#f3ede4)}.enliven__hero{position:relative;min-height:clamp(38rem,94vh,54rem);display:grid;align-content:center;gap:1.5rem;padding:6rem 1.25rem 2rem;background-position:center;background-size:cover;overflow:hidden;isolation:isolate}.enliven__hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 14% 18%,rgba(255,255,255,.22),transparent 26%),linear-gradient(180deg,#140f0c2e,#140f0c8c 62%,#140f0cbd);z-index:0}.enliven__hero__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#120d0bb8,#120d0b6b 42%,#120d0b29),radial-gradient(circle at bottom right,rgba(196,155,109,.22),transparent 30%);z-index:0}.enliven__hero__content,.enliven__hero__panel{position:relative;z-index:1;width:min(100%,82rem);margin:0 auto}.enliven__hero__content{display:grid;gap:2rem}.enliven__hero__copy{display:grid;gap:1rem;max-width:44rem;margin-left:auto;text-align:right;justify-items:end;justify-self:end}.enliven__hero__copy h1,.enliven__hero__copy h2,.enliven__hero__copy h4{margin:0}.enliven__hero__copy h4{color:#fff7edd1;font-family:var(--secondary-font);font-size:.72rem;letter-spacing:.28em;text-transform:uppercase}.enliven__hero__copy h1{color:#fff7ef;font-family:var(--third-font);font-size:clamp(3.1rem,8vw,6rem);line-height:.92;letter-spacing:-.05em}.enliven__hero__copy h2{max-width:38rem;color:#fff7edd1;font-family:var(--poppins);font-size:clamp(1rem,2.8vw,1.2rem);font-weight:300;line-height:1.8}.enliven__hero__stats{display:grid;gap:.9rem}.enliven__hero__stat{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center;padding:1rem 1.1rem;border:1px solid rgba(255,255,255,.16);border-radius:1.5rem;background:#110c0a38;box-shadow:inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.enliven__hero__stat strong,.enliven__hero__stat span{color:#fff8f0}.enliven__hero__stat strong{font-family:var(--third-font);font-size:1.9rem;font-weight:400;line-height:1}.enliven__hero__stat span{font-family:var(--secondary-font);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase}.enliven__hero__stat--categories{padding:1rem}.enliven__hero__stat--categories span{display:inline-flex;align-items:center;padding:.65rem .9rem;border-radius:999px;background:#ffffff1f}.enliven__hero__panel{display:grid;gap:.6rem;max-width:25rem;padding:1.35rem;border:1px solid rgba(255,255,255,.16);border-radius:1.65rem;background:#110c0a42;box-shadow:0 28px 60px #0000002e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.enliven__hero__panel-label{color:#fff7edad;font-family:var(--secondary-font);font-size:.64rem;letter-spacing:.16em;text-transform:uppercase}.enliven__hero__panel strong{color:#fff7ef;font-family:var(--third-font);font-size:1.7rem;font-weight:400;line-height:1}.enliven__hero__panel p{margin:0;color:#fff7edc2;font-family:var(--poppins);font-size:.96rem;line-height:1.75}.enliven__browse-stage{padding:2rem 1.25rem 0}.enliven__browse-stage-panel,.enliven__collection-stage{width:min(100%,82rem);margin:0 auto}.enliven__collection-stage{display:grid;gap:1.5rem;padding:1rem;border-radius:2rem;background:radial-gradient(circle at top right,rgba(255,255,255,.72),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.9),var(--collection-accent-soft));border:1px solid rgba(78,58,42,.1);box-shadow:0 32px 90px #3f2b1c24,inset 0 1px #ffffffbf}.enliven__collection-hero{display:grid;gap:1rem}.enliven__collection-copy{display:grid;gap:1.25rem;padding:1.2rem;border-radius:1.5rem;background:#ffffff8f;border:1px solid rgba(255,255,255,.68)}.enliven__collection-back-button,.enliven__collection-return-button{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;width:-moz-fit-content;width:fit-content;padding:.9rem 1.15rem;border-radius:999px;border:1px solid rgba(63,46,33,.12);background:#ffffffbd;color:var(--enliven-ink);font-family:var(--secondary-font);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease}.enliven__collection-back-button:hover,.enliven__collection-return-button:hover,.enliven__collection-back-button:focus-visible,.enliven__collection-return-button:focus-visible{transform:translateY(-2px);box-shadow:0 14px 30px #3a2a1e1f}.enliven__collection-back-button:focus-visible,.enliven__collection-return-button:focus-visible{outline:2px solid var(--collection-accent);outline-offset:3px}.enliven__collection-copy-block{display:grid;gap:.8rem}.enliven__collection-eyebrow{margin:0;color:color-mix(in srgb,var(--collection-accent-deep) 82%,white);font-family:var(--secondary-font);font-size:.7rem;letter-spacing:.18em;text-transform:uppercase}.enliven__collection-title{margin:0;color:var(--collection-accent-deep);font-family:var(--third-font);font-size:clamp(2.6rem,5vw,4.8rem);line-height:.94;letter-spacing:-.04em}.enliven__collection-title:focus{outline:none}.enliven__collection-summary{margin:0;max-width:38rem;color:#34281fd1;font-family:var(--poppins);font-size:1rem;line-height:1.85}.enliven__collection-stats{display:grid;gap:.75rem}.enliven__collection-stat{display:grid;gap:.25rem;padding:.95rem 1rem;border-radius:1.2rem;background:#ffffffbd;border:1px solid rgba(68,49,35,.08)}.enliven__collection-stat span{color:#4c3a2ca3;font-family:var(--secondary-font);font-size:.64rem;letter-spacing:.14em;text-transform:uppercase}.enliven__collection-stat strong{color:var(--collection-accent-deep);font-family:var(--primary-font);font-size:1.15rem;font-weight:500;line-height:1.35}.enliven__collection-visual{display:grid;gap:1rem}.enliven__collection-visual-frame{position:relative;display:grid;place-items:center;min-height:19rem;padding:1.5rem;border-radius:1.8rem;background:radial-gradient(circle at 50% 38%,rgba(255,255,255,.86),transparent 44%),linear-gradient(180deg,#ffffffe0,#ffffff7a);overflow:hidden}.enliven__collection-visual-halo{position:absolute;width:17rem;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,var(--collection-accent) 0%,transparent 72%);opacity:.42;filter:blur(.6rem)}.enliven__collection-image,.enliven__collection-image-fallback{position:relative;z-index:1}.enliven__collection-image{width:min(100%,18rem);max-height:23rem;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 26px 30px rgba(47,32,22,.2))}.enliven__collection-image-fallback{display:grid;place-items:center;width:6rem;aspect-ratio:1;border-radius:1.4rem;background:#ffffffbd;color:var(--collection-accent-deep);font-family:var(--third-font);font-size:3rem}.enliven__collection-visual-caption{display:grid;gap:.35rem;padding:1rem 1.1rem;border-radius:1.35rem;background:#ffffffa3;border:1px solid rgba(255,255,255,.72)}.enliven__collection-visual-caption span{color:#4c3a2c99;font-family:var(--secondary-font);font-size:.62rem;letter-spacing:.14em;text-transform:uppercase}.enliven__collection-visual-caption strong{color:var(--collection-accent-deep);font-family:var(--primary-font);font-size:1.2rem;font-weight:500}.enliven__collection-visual-caption p{margin:0;color:#34281fc2;font-family:var(--poppins);font-size:.95rem;line-height:1.7}.enliven__collection-footer-actions{display:flex;justify-content:center;padding-bottom:.5rem}.enliven__learn-more-shell{padding:4rem 0 0}@media (min-width: 768px){.enliven__hero{padding:7rem 2rem 2.5rem}.enliven__hero__stats{grid-template-columns:repeat(3,minmax(0,1fr))}.enliven__browse-stage{padding:2.5rem 2rem 0}.enliven__collection-stage{gap:1.75rem;padding:1.4rem}.enliven__collection-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1024px){.enliven__hero{grid-template-columns:minmax(0,1fr);padding:8rem 3rem 3rem}.enliven__hero__content{grid-template-columns:minmax(0,.92fr) minmax(18rem,.58fr);align-items:end}.enliven__hero__copy{grid-column:2}.enliven__hero__panel{margin-top:-10.5rem;margin-left:auto}.enliven__collection-hero{grid-template-columns:minmax(0,1.1fr) minmax(18rem,.7fr);align-items:stretch}.enliven__collection-copy{padding:1.6rem}.enliven__collection-visual{align-content:stretch}}@media (min-width: 1280px){.enliven__hero{padding-inline:4rem}.enliven__browse-stage{padding-inline:2.5rem}}@media (prefers-reduced-motion: reduce){.enliven__collection-back-button,.enliven__collection-return-button{transition:none}}
