:root{--gold: #C9A96E;--gold-deep: #946420;--black-light: #1E1E1E;--black-dark: #000;--white: #FFF;--beige: #FAF9F7;--beige-dark: rgba(234, 224, 206, .40);--font-display: 'Antic Didone', Georgia, 'Times New Roman', serif;--font-body: 'Montserrat', -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;--fs-h1: 2rem;--fs-h2: 1.625rem;--fs-h3: 1.375rem;--fs-h4: 1.125rem;--fs-h5: 1rem;--fs-h6: 0.9375rem;--fs-menu: 0.9375rem;--fs-sentence: 1.25rem;--fs-body: 0.9375rem;--fs-button: 0.875rem;--fs-description: 0.75rem;--wrap: none;--gutter: 1.25rem;--ease: cubic-bezier(.22, .61, .36, 1)}@media (min-width: 62em){:root{--fs-h1: 4rem;--fs-h2: 2.75rem;--fs-h3: 2.125rem;--fs-h4: 1.625rem;--fs-h5: 1.25rem;--fs-h6: 1rem;--fs-menu: 1.125rem;--fs-sentence: 1.625rem;--fs-body: 1rem;--fs-button: 0.9375rem;--fs-description: 0.8125rem;--gutter: 4rem}}*, *::before, *::after{box-sizing: border-box}html{-webkit-text-size-adjust: 100%;scroll-behavior: smooth}body{margin: 0;background: var(--white);color: var(--black-light);font-family: var(--font-body);font-size: var(--fs-body);line-height: 1.7;-webkit-font-smoothing: antialiased;text-rendering: optimizeLegibility}img, svg{max-width: 100%;height: auto}a{color: inherit}@media (prefers-reduced-motion: reduce){html{scroll-behavior: auto}*{animation: none !important;transition: none !important}}h1, h2, h3, h4, h5, h6{font-family: var(--font-display);font-weight: 400;line-height: 1.12;margin: 0 0 .6em;letter-spacing: .005em}h1{font-size: var(--fs-h1)}h2{font-size: var(--fs-h2)}h3{font-size: var(--fs-h3)}h4{font-size: var(--fs-h4)}h5{font-size: var(--fs-h5)}h6{font-size: var(--fs-h6)}p{font-size: var(--fs-body);margin: 0 auto 1.1em;max-width: 58rem}.main p{margin-inline: auto}.page-title{font-family: var(--font-display);font-weight: 400;font-size: var(--fs-h1);line-height: normal;text-align: center;color: var(--black-dark)}.section-title{font-weight: 500;font-size: var(--fs-h2);color: var(--black-light);margin-bottom: 2.5rem}.section-title__accent{color: var(--gold-deep)}.eyebrow{margin: 0 0 .4rem;color: var(--gold-deep);font-size: var(--fs-description);letter-spacing: .22em;text-transform: uppercase}.main{padding: 1.5rem 3rem;text-align: center}body:has(dialog:modal){overflow: hidden}@media (min-width: 62em){.main{padding: 3rem 6rem}}.btn{display: inline-block;font-family: var(--font-display);font-weight: 400;font-style: normal;font-size: 1rem;line-height: 1.75;letter-spacing: .02em;text-decoration: none;padding: 0 2.25rem;margin-bottom: 2.5rem;border: 1px solid transparent;transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);cursor: pointer}.btn--gold{background: var(--gold-deep);color: var(--white);border-color: var(--gold-deep)}.btn--gold:hover, .btn--gold:focus-visible{background: transparent;color: var(--gold-deep);border-color: var(--gold-deep)}@media (min-width: 62em){.btn{font-size: 1.25rem;margin-bottom: 3.5rem}}.site-header{position: fixed;inset: 0 0 auto 0;z-index: 1000;height: 3rem;background: var(--white);color: var(--black-light)}.site-main{padding-top: 3rem}.site-header__inner{display: flex;align-items: center;justify-content: center;height: 100%;padding-inline: var(--gutter)}.site-branding{text-align: center}.jcp-logo{display: inline-flex;align-items: center;text-decoration: none}.jcp-logo__img{display: block;width: auto;height: auto}.jcp-logo__img--main{display: none}.jcp-logo__img--bar{height: 2.9rem;margin-top: .3rem}.jcp-logo--footer .jcp-logo__img{height: 3rem}.nav-toggle{position: fixed;top: 0;left: 0;z-index: 1003;width: 3rem;height: 3rem;display: inline-flex;align-items: center;justify-content: center;background: transparent;border: 0;color: var(--black-dark);cursor: pointer}.nav-toggle__bar, .nav-toggle__bar::before, .nav-toggle__bar::after{content: "";display: block;width: 22px;height: 1.5px;background: currentColor;transition: transform .25s var(--ease), opacity .25s var(--ease)}.nav-toggle__bar{position: relative}.nav-toggle__bar::before{position: absolute;top: -6px;left: 0}.nav-toggle__bar::after{position: absolute;top: 6px;left: 0}[aria-expanded="true"] .nav-toggle__bar{background: transparent}[aria-expanded="true"] .nav-toggle__bar::before{transform: translateY(6px) rotate(45deg)}[aria-expanded="true"] .nav-toggle__bar::after{transform: translateY(-6px) rotate(-45deg)}.site-nav{display: none}.site-nav--gauche{grid-column: 1}.site-nav--droite{grid-column: 3}.jcp-menu{display: flex;align-items: center;gap: 1.75rem;margin: 0;padding: 0;list-style: none}.jcp-menu a{text-decoration: none;font-family: var(--font-display);font-size: var(--fs-menu);font-weight: 400;line-height: normal;color: var(--black-light);padding: .35rem 0;position: relative;transition: color .2s var(--ease)}.jcp-menu a:hover, .jcp-menu .current-menu-item > a, .jcp-menu .current_page_item > a, .jcp-menu .current-menu-ancestor > a{color: var(--gold-deep)}.jcp-menu a::after{content: "";position: absolute;left: 0;bottom: 0;width: 0;height: 1px;background: var(--gold);transition: width .25s var(--ease)}.jcp-menu a:hover::after{width: 100%}.mobile-nav{position: fixed;top: 0;bottom: 0;left: 0;z-index: 1000;width: min(82vw, 360px);background: var(--white);padding: 4.5rem 1.5rem 2.5rem;overflow-y: auto;transform: translateX(-100%);transition: transform .35s var(--ease);box-shadow: 0 0 40px rgba(0, 0, 0, .18)}body.nav-open .mobile-nav{transform: translateX(0)}.mobile-nav__backdrop{position: fixed;inset: 0;z-index: 999;background: rgba(0, 0, 0, .45);opacity: 0;pointer-events: none;transition: opacity .35s var(--ease)}body.nav-open .mobile-nav__backdrop{opacity: 1;pointer-events: auto}.mobile-nav nav{display: flex;flex-direction: column;align-items: center}.jcp-menu--mobile{flex-direction: column;align-items: center;gap: 0;width: 100%}.jcp-menu--mobile li{width: 100%}.jcp-menu--mobile a{display: block;text-align: center;padding: 1.05rem 0;font-family: var(--font-display);font-size: var(--fs-menu);font-weight: 400;line-height: normal;color: var(--black-light)}.jcp-menu--mobile a::after{display: none}.jcp-menu--mobile a:hover, .jcp-menu--mobile .current-menu-item > a, .jcp-menu--mobile .current_page_item > a{color: var(--gold-deep)}body.nav-open{overflow: hidden}@media (min-width: 62em){.site-header{position: relative;height: auto;background: var(--white)}.site-main{padding-top: 0}.site-header__inner{display: grid;grid-template-columns: 1fr auto 1fr;align-items: center;gap: 1rem;padding-block: 1.75rem;padding-top: 4rem;max-width: var(--wrap);margin-inline: auto;padding-inline: var(--gutter)}.site-branding{grid-column: 2}.jcp-logo__img--main{display: block}.jcp-logo__img--bar{display: none}.jcp-logo--header .jcp-logo__img--main{height: 10.875rem}.site-nav{display: flex;align-items: center}.site-nav .menu-item--home{display: none}.site-nav .jcp-menu{width: 100%;gap: clamp(1.75rem, 3vw, 3rem)}.site-nav--gauche .jcp-menu{justify-content: flex-end}.site-nav--droite .jcp-menu{justify-content: flex-start}.nav-toggle, .mobile-nav, .mobile-nav__backdrop{display: none}.jcp-dark-hero .site-header{position: absolute;inset: 0 0 auto 0;z-index: 10;background: transparent}.jcp-dark-hero .jcp-menu a{color: var(--white)}.jcp-dark-hero .jcp-menu a:hover, .jcp-dark-hero .jcp-menu .current-menu-item > a, .jcp-dark-hero .jcp-menu .current_page_item > a{color: var(--gold)}.jcp-dark-hero .lang-switch__link{color: var(--white)}.jcp-dark-hero .lang-switch__current{color: var(--gold)}.jcp-dark-hero .lang-switch__link:hover, .jcp-dark-hero .lang-switch__link:focus-visible{color: var(--gold)}}.lang-switch__list{display: flex;align-items: center;gap: .75rem;margin: 0;padding: 0;list-style: none}.lang-switch__item{display: flex}.lang-switch__link, .lang-switch__current{display: inline-flex;align-items: center;text-decoration: none}.lang-switch__code{font-family: var(--font-display);font-size: var(--fs-description);line-height: 1;letter-spacing: .08em;text-transform: uppercase}.lang-switch__current{color: var(--gold-deep);font-weight: 700}.lang-switch__link{color: var(--black-light);opacity: 1;transition: color .25s var(--ease)}.lang-switch__link:hover, .lang-switch__link:focus-visible{color: var(--gold-deep)}.lang-switch--header{position: absolute;top: 0;right: 1rem;z-index: 1003;height: 3rem;display: flex;align-items: center}@media (min-width: 62em){.lang-switch--header{top: 1rem;right: 6rem;height: auto}}.site-footer{background: var(--beige);color: var(--black-light);border-top: 1px solid var(--black-dark)}.site-footer__top{border-top: 1px solid var(--beige-dark);padding: 3.5rem 2rem 3rem}.footer-title{font-weight: 500;font-size: var(--fs-h3);margin-bottom: 1.5rem}.boutiques{list-style: none;margin: 0 0 2rem;padding: 0;display: grid;grid-template-columns: 1fr;gap: 2.5rem}.boutique__name{color: var(--gold-deep);font-weight: 500;font-size: var(--fs-h4);margin-bottom: .65rem}.boutique__address{font-style: normal;font-size: var(--fs-description);line-height: 1.55;margin-bottom: 1rem}.boutique__meta{margin: 0;display: flex;flex-wrap: wrap;gap: 1.5rem 2.5rem}.boutique__row{margin: 0}.boutique__row dt{font-family: var(--font-display);font-size: var(--fs-h6);margin-bottom: .2rem}.boutique__row dd{margin: 0;font-size: var(--fs-description);line-height: 1.5}.boutique__row dd a{text-decoration: none}.boutique__row dd a:hover{color: var(--gold-deep)}.footer-bottom-row{margin-top: 2.5rem;display: flex;flex-direction: column;align-items: center;gap: 2.5rem}.footer-social{text-align: center}.footer-social__title{font-weight: 500;font-size: var(--fs-h5);margin-bottom: 1.2rem}.footer-social__list{list-style: none;margin: 0;padding: 0;display: flex;justify-content: center;gap: 1rem}.footer-social__list a{display: inline-flex;transition: opacity .25s var(--ease)}.footer-social__list a:hover{opacity: .7}.footer-social__list img{display: block;width: 40px;height: 40px;object-fit: contain}.footer-logo .jcp-logo__img{height: 3.25rem}.site-footer__bottom{border-top: 1px solid var(--beige-dark);padding: 1.25rem 2rem;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;gap: .75rem 1.5rem}.copyright{margin: 0;font-size: var(--fs-description);color: var(--black-light);letter-spacing: .02em}.footer-legal{display: flex;flex-wrap: wrap;gap: .4rem 1.25rem}.footer-legal a{font-size: var(--fs-description);color: var(--black-light);text-decoration: none;letter-spacing: .02em;transition: color .2s var(--ease)}.footer-legal a:hover{color: var(--gold-deep)}@media (min-width: 48em){.boutiques{grid-template-columns: repeat(3, 1fr)}}@media (min-width: 62em){.site-footer__top{padding: 4rem 6rem}.site-footer__bottom{padding-inline: 6rem}.footer-title{margin-bottom: 1.75rem}.footer-bottom-row{flex-direction: row;justify-content: space-between;align-items: flex-end;margin-top: 2rem}.footer-social{text-align: left}.footer-social__list{justify-content: flex-start}.footer-logo{margin-left: auto}.footer-logo .jcp-logo__img{height: 7.4375rem}}.media-row{display: grid;grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));gap: 1rem;list-style: none;margin: 0 auto 3rem;max-width: 58rem;padding: 0}.media{display: block;width: 100%;aspect-ratio: 5 / 4;overflow: hidden;background: var(--beige)}.media > img, img.media{display: block;width: 100%;height: 100%;object-fit: cover}.media-tile{display: block;text-decoration: none}.media-tile:hover .media{opacity: .92}.media-tile__label{display: block;margin-top: 1.1rem;color: var(--gold-deep);font-size: var(--fs-body);letter-spacing: .12em;text-transform: uppercase;transition: color .2s var(--ease)}.media-tile:hover .media-tile__label{color: var(--black-light)}.media-feature{display: grid;gap: 1.75rem;align-items: center;padding-block: 2.5rem}.media-feature__media .media{aspect-ratio: var(--media-feature-ratio, 4 / 3);background: var(--black-dark)}.media-feature__body > :last-child{margin-bottom: 0}.media-feature__text{font-size: var(--fs-body);line-height: 1.75;max-width: 40rem}@media (min-width: 62em){.media-feature{--media-feature-max-h: 38rem;grid-template-columns: 1fr 1fr;gap: 0;padding-block: 3.5rem}.media-feature__media .media{max-height: var(--media-feature-max-h, 38rem)}.media-feature{max-width: calc(var(--media-feature-max-h, 38rem) * (var(--media-feature-ratio, 4 / 3)) * 2);margin-inline: auto}.media-feature--img-left .media-feature__body{padding-left: 3rem}.media-feature--img-right .media-feature__body{padding-right: 3rem}.media-feature--img-left .media-feature__media{order: 1}.media-feature--img-left .media-feature__body{order: 2}.media-feature--img-right .media-feature__media{order: 2}.media-feature--img-right .media-feature__body{order: 1}.media-feature--img-left .media-feature__body{text-align: left}.media-feature--img-right .media-feature__body{text-align: right}.media-feature--img-left .media-feature__text{margin-inline: 0 auto}.media-feature--img-right .media-feature__text{margin-inline: auto 0}}.pull-quote{padding-block: 3.5rem;text-align: center}.pull-quote__figure{margin: 0 auto;max-width: 80rem}.pull-quote__text{position: relative;margin: 0;padding: 2.5rem 3rem;font-family: var(--font-display);font-size: var(--fs-sentence);line-height: 1.3}.pull-quote__text::before, .pull-quote__text::after{content: "";position: absolute;width: 2rem;height: 2rem;background: url('../../img/sentence.webp') center / contain no-repeat}.pull-quote__text::before{top: 0;left: 0}.pull-quote__text::after{bottom: 0;right: 0;transform: rotate(180deg)}.pull-quote__cite{color: var(--gold-deep);font-size: var(--fs-description);letter-spacing: .22em;text-transform: uppercase}.pull-quote__cite cite{font-style: normal}@media (min-width: 62em){.pull-quote{padding-block: 2.5rem;margin-bottom: 2rem}.pull-quote__text{padding: 2.5rem 4.5rem}.pull-quote__text::before, .pull-quote__text::after{width: 3.5rem;height: 3.5rem}}.page-header--dark{position: relative;min-height: 16.1875rem;display: grid;place-items: center;text-align: center;color: var(--white);padding: 6rem var(--gutter);background-color: var(--black-dark);background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), var(--hero-img, none);background-size: cover;background-position: center;background-repeat: no-repeat}.page-header--dark .page-title{color: var(--white);transform: translateY(-2rem)}.page-header--video{overflow: hidden}.page-header__video{position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;z-index: 0;pointer-events: none}.page-header--video::after{content: "";position: absolute;inset: 0;z-index: 1;background: rgba(0, 0, 0, .35)}.page-header--video .page-title{position: relative;z-index: 2}@media (min-width: 62em){.page-header--dark{min-height: 67rem}.page-header--dark .page-title{transform: translateY(-8rem)}}.feature-row{list-style: none;margin: 3rem 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 0}.feature-row__item{padding: 1.5rem}.feature-row__item + .feature-row__item{border-top: 2px solid var(--gold)}.feature-row__title{font-weight: 400;font-size: var(--fs-h3);margin: .8rem 0 .6rem}.feature-row__item > p:last-child{margin: 0;color: var(--black-light);line-height: 1.6}@media (min-width: 62em){.feature-row{grid-template-columns: repeat(var(--feature-cols, 4), 1fr)}.feature-row__item{padding: 0 2rem}.feature-row__item + .feature-row__item{border-top: 0;border-left: 2px solid var(--gold)}}.breadcrumb{margin-bottom: 1rem;display: flex;align-items: center;gap: .75rem}.breadcrumb__arrow{flex: none;color: var(--gold-deep);display: inline-flex}.breadcrumb__arrow svg{display: block;width: 1.5rem;height: auto}.breadcrumb__list{list-style: none;margin: 0;padding: 0;display: flex;flex-wrap: wrap;align-items: center;gap: .5rem;font-size: var(--fs-description);letter-spacing: .04em;text-transform: uppercase;color: var(--gold-deep)}.breadcrumb__list li{display: flex;align-items: center;gap: .5rem}.breadcrumb__list li + li::before{content: "/";color: var(--gold-deep)}.breadcrumb a{color: var(--gold-deep);text-decoration: none;position: relative;transition: color .2s var(--ease)}.breadcrumb a::after{content: "";position: absolute;left: 0;bottom: 0;width: 0;height: 1px;background: var(--gold);transition: width .25s var(--ease)}.breadcrumb a:hover::after{width: 100%}.breadcrumb [aria-current="page"]{color: var(--gold-deep);font-weight: 700}@media (min-width: 62em){.breadcrumb__arrow svg{width: 2rem}}.product-card{position: relative;display: flex;flex-direction: column;text-align: left}.product-card__media{display: block;overflow: hidden;background: var(--beige)}.product-card__media img, .product-card__media .media{display: block;width: 100%;aspect-ratio: 1 / 1;object-fit: cover}.product-card__body{padding-top: 1.1rem}.product-card__cat{margin: 0 0 .35rem}.product-card__title{font-weight: 500;font-size: var(--fs-h4);margin: 0 0 .4rem}.product-card__title a{color: inherit;text-decoration: none}.product-card__title a::after{content: "";position: absolute;inset: 0}.product-card__meta{display: flex;align-items: flex-end;justify-content: space-between;gap: 1rem;margin: 0;color: var(--black-light);font-size: var(--fs-description)}.product-card__arrow{flex: none;color: var(--gold-deep)}.product-card__arrow svg{display: block;width: 1.5rem;height: auto}@media (min-width: 62em){.product-card__arrow svg{width: 2rem}}.gallery-carousel{margin-block: 3rem}.gallery-carousel__title{margin-bottom: 3rem}.gallery-carousel__viewport{--gap: 1.5rem;position: relative;margin-inline: -3rem;overflow: hidden;height: min(calc((100vw - 2 * var(--gap)) * 3 / 7 * 9 / 16), 26rem)}.gallery-carousel__track{display: flex;gap: var(--gap);height: 100%;margin: 0;padding: 0;list-style: none;will-change: transform;transition: transform .6s var(--ease)}.gallery-carousel__slide{flex: 0 0 min(calc((100vw - 2 * var(--gap)) * 3 / 7), calc(26rem * 16 / 9));height: 100%;cursor: pointer}.gallery-carousel__figure{margin: 0;width: 100%;height: 100%;overflow: hidden;background: var(--beige)}.gallery-carousel__figure img{display: block;width: 100%;height: 100%;object-fit: cover;transition: transform .4s var(--ease)}.gallery-carousel__slide:hover .gallery-carousel__figure img{transform: scale(1.25)}@media (min-width: 62em){.gallery-carousel__viewport{--gap: 2rem;margin-inline: -6rem}}.carousel{--carousel-height: clamp(14rem, 40vh, 24rem);max-width: 58rem;margin: 0 auto 3rem}.carousel__viewport{overflow: hidden;background: var(--beige);border-bottom: 2px solid var(--gold)}.carousel__track{display: flex;margin: 0;padding: 0;list-style: none;transform: translateX(calc(var(--i, 0) * -100%));transition: transform .5s var(--ease)}.carousel__slide{flex: 0 0 100%;min-width: 0;margin: 0}.carousel__slide img{display: block;width: 100%;height: var(--carousel-height);object-fit: cover}.carousel__labels{display: grid;grid-auto-flow: column;grid-auto-columns: 1fr}.carousel__label{appearance: none;-webkit-appearance: none;border: 0;border-left: 1px solid var(--gold);border-right: 1px solid var(--gold);border-bottom: 1px solid var(--gold);cursor: pointer;padding: 1rem .5rem;font-family: var(--font-display);font-size: var(--fs-h5);line-height: 1.1;text-align: center;background: var(--beige);color: var(--gold-deep);transition: background .25s var(--ease), color .25s var(--ease)}.carousel__label.is-active{background: var(--gold-deep);color: var(--white)}@media (min-width: 62em){.carousel{--carousel-height: clamp(22rem, 52vh, 38rem)}}.viewer3d{margin: 3rem 0 2rem}.viewer3d__labels{display: flex;flex-wrap: wrap;justify-content: center;gap: 2rem;margin-bottom: 2.5rem}.viewer3d__label{appearance: none;-webkit-appearance: none;cursor: pointer;border: 1px solid var(--gold);min-width: 16rem;padding: .5rem 1.25rem;font-family: var(--font-display);font-size: var(--fs-h3);line-height: 1.1;text-align: center;white-space: nowrap;background: var(--white);color: var(--gold-deep);transition: background .25s var(--ease), color .25s var(--ease)}.viewer3d__label.is-active{background: var(--gold-deep);color: var(--white)}.viewer3d__viewport{overflow: hidden}.viewer3d__track{display: flex;transform: translateX(calc(var(--i, 0) * -100%))}.viewer3d__slide{flex: 0 0 100%;min-width: 0}.viewer3d__media{position: relative;width: 100%;aspect-ratio: var(--viewer3d-ratio, 16 / 9);background: var(--black-dark);border: 1px solid var(--gold)}.viewer3d__video{position: absolute;inset: 0;width: 100%;height: 100%;border: 0;display: block;object-fit: contain;background: var(--black-dark)}.viewer3d__panel{border: 1px solid var(--gold);padding: 3rem 2rem;margin-top: -1px;text-align: left}.viewer3d__title{color: var(--gold-deep);font-size: var(--fs-h2);margin: 0 0 1rem}.viewer3d__desc{font-size: var(--fs-body);line-height: 1.75;margin: 0 0 1.5rem}.viewer3d__specs{margin: 0}.viewer3d__spec{display: grid;grid-template-columns: 33% 66%;align-items: baseline;gap: 1rem;padding: .85rem 0;border-bottom: 1px solid var(--gold)}.viewer3d__spec:last-child{border-bottom: 0}.viewer3d__spec-label{margin: 0}.viewer3d__spec-value{margin: 0;font-size: var(--fs-body);color: var(--black-light);line-height: 1.5}@media (min-width: 62em){.viewer3d__label{min-width: 22rem}.viewer3d__media, .viewer3d__panel{max-width: 58rem;margin-inline: auto}}.home-evm__visual{display: block;width: 100%;max-width: 58rem;margin: 0 auto 3rem;aspect-ratio: 856 / 456;object-fit: cover}.page-header--creations{background: var(--white);text-align: center;padding: 1.5rem 3rem 1.5rem}.page-header--creations .page-title + p{margin-top: 2.5rem}.creations__row{grid-template-columns: 1fr 1fr;gap: 1rem}.creations__row .media{aspect-ratio: 1 / 1}@media (min-width: 62em){.page-header--creations{padding: 2rem 6rem 3rem}.creations__row{grid-template-columns: repeat(3, 1fr);gap: 2.5rem;max-width: 66rem;margin-inline: auto}}.page-header--contact{background: var(--white);text-align: center;padding: 1.5rem 3rem 1.5rem}.page-header--contact .page-title{margin-bottom: 1.4rem}.page-header--contact .page-title__accent{color: var(--gold-deep)}.page-header--contact .page-lead{font-size: var(--fs-body);line-height: 1.75;margin: 0 auto}.contact__grid{display: grid;gap: 3rem;max-width: 58rem;margin-inline: auto}.contact__form-col{text-align: left}.contact__col-title{font-weight: 500;font-size: var(--fs-h2);margin-bottom: 2rem;text-align: center}.jcp-field{display: block;margin-bottom: 1.5rem}.contact .jcp-field{max-width: none;margin-inline: 0}.jcp-field--consent .wpcf7-list-item{margin: 0}.jcp-field--consent label{display: flex;align-items: flex-start;gap: .6rem;cursor: pointer;font-size: var(--fs-description);line-height: 1.5}.jcp-field--consent input[type="checkbox"]{margin-top: .15rem;flex: none}.jcp-field--consent a{color: var(--gold-deep)}.jcp-field > label{display: block;margin-bottom: .4rem;padding-left: .5rem;color: var(--gold-deep);font-size: var(--fs-description);letter-spacing: .22em;text-transform: uppercase}.jcp-form-row{display: grid;gap: 1.5rem}.jcp-form-row--2{grid-template-columns: 1fr 1fr}.jcp-field--submit{position: relative;display: flex;justify-content: center;align-items: center}.contact .wpcf7-spinner{position: absolute;right: 1rem;top: 50%;transform: translateY(-50%);margin: 0}.contact .wpcf7-form-control-wrap{display: block}.contact .wpcf7-form-control:not(.wpcf7-submit){width: 100%;height: 3rem;font-family: var(--font-body);font-size: var(--fs-body);color: var(--black-light);background: var(--beige);border: 1px solid var(--black-dark);border-radius: 1rem;padding: .55rem 1rem;transition: border-color .2s var(--ease)}.contact .wpcf7-form-control:not(.wpcf7-submit):focus-visible{outline: none;border-color: var(--gold)}.contact .wpcf7-form-control::placeholder{color: var(--black-light);opacity: .55}.contact textarea.wpcf7-form-control{height: auto;min-height: 12rem;resize: vertical}.contact select.wpcf7-form-control{appearance: none;cursor: pointer}.contact select.wpcf7-form-control:has(option[value=""]:checked){color: color-mix(in srgb, var(--black-light) 55%, transparent)}.contact .wpcf7-submit.btn{appearance: none;-webkit-appearance: none;width: auto}.contact .wpcf7-not-valid-tip{display: block;margin-top: .4rem;font-size: var(--fs-description);color: #b3261e}.contact .wpcf7-form-control.wpcf7-not-valid{border-color: #b3261e}.contact .wpcf7-response-output{margin: 1.5rem 0 0;padding: .9rem 1.1rem;border: 1px solid var(--black-dark);border-radius: 1rem;font-size: var(--fs-description)}@media (min-width: 62em){.page-header--contact{padding: 2rem 6rem 3rem}.jcp-field > label{padding-left: 1rem}.contact .wpcf7-form-control:not(.wpcf7-submit){height: 3.5rem;border-radius: 1.125rem;padding: .7rem 1.25rem}}.about-precision{margin-top: 2.5rem}.about-precision__text{margin: 0 0 2.5rem;font-size: var(--fs-body);line-height: 1.75}.about-precision__media{display: block;width: 100%;max-width: 58rem;margin-inline: auto;aspect-ratio: 856 / 456;object-fit: cover;background: var(--black-dark)}.about-cta{text-align: center;margin-top: 3rem}.evm-badge{display: flex;align-items: center;justify-content: center;gap: 1.25rem;margin: 0 0 2.5rem}.evm-badge__seal{flex: none;width: 2.75rem;height: auto}.evm-badge__label{border: 1px solid var(--gold);padding: .2rem .5rem;color: var(--gold-deep);font-weight: 500;font-size: var(--fs-h3);line-height: 1.15}@media (min-width: 62em){.evm-badge__seal{width: 4rem}}.evm-innovation{margin-bottom: 3rem}@media (min-width: 62em){.evm-innovation{margin-bottom: 4.5rem}}.evm-placeholder{display: block;width: 100%;max-width: 58rem;aspect-ratio: 856 / 456;margin: 0 auto 3rem;object-fit: cover;background: var(--black-dark)}.evm-salon{margin-top: 2.5rem;margin-bottom: 3rem}.evm-salon .section-title{margin-top: .5rem}.evm-salon__media{display: block;width: 100%;max-width: 58rem;aspect-ratio: 856 / 456;margin: 0 auto 2.5rem;object-fit: cover;background: var(--black-dark)}.evm-salon__text{margin: 0;font-size: var(--fs-body);line-height: 1.75}@media (min-width: 62em){.evm-salon{margin-bottom: 4.5rem}}.evm-feature__icon{display: block;margin-bottom: .8rem}.evm-feature__icon img{display: inline-block;width: 3rem;height: 3rem;object-fit: contain}@media (min-width: 62em){.evm-features{text-align: center}.evm-feature__icon img{width: 4rem;height: 4rem}}.evm-spec-cards{display: grid;grid-template-columns: 1fr;gap: .5rem;margin-inline: -3rem;margin-bottom: 3rem}.evm-card{background: var(--beige);border: 1px solid var(--black-dark);padding: 2rem;text-align: left}.evm-card__title{margin: 0 0 1rem}.evm-card__figure{font-size: var(--fs-body);line-height: 1;margin: 0 0 1rem}.evm-card__num{font-family: var(--font-display);font-size: var(--fs-h1);line-height: 1;color: var(--gold-deep)}.evm-card__desc{font-size: var(--fs-body);margin: 0}.main .evm-card p{max-width: none;margin-inline: 0}@media (min-width: 62em){.evm-spec-cards{grid-template-columns: 1fr 1fr;grid-template-rows: auto auto auto auto;column-gap: 1.5rem;row-gap: 0;margin-inline: -6rem;margin-bottom: 4.5rem}.evm-card{display: grid;grid-row: span 4;grid-template-rows: subgrid}}.evm-b2b{background: var(--beige-dark);border-top: 1px solid var(--black-dark);text-align: left;margin-inline: -3rem;margin-bottom: -1.5rem;padding: 3rem}.evm-b2b__grid{display: grid;grid-template-columns: 1fr;gap: 2.5rem}.evm-b2b__text{font-size: var(--fs-body)}.main .evm-b2b p{max-width: none;margin-inline: 0}.evm-b2b__sep{height: 2px;background: linear-gradient(var(--gold), var(--gold)) no-repeat center;background-size: 80% 100%}.evm-b2b__resources{display: grid;gap: 2rem}.evm-b2b__item-title{font-size: var(--fs-h3);margin: 0 0 .5rem}.evm-b2b__desc{font-size: var(--fs-description);margin: 0 0 .75rem}.evm-b2b__link{display: inline-block;color: var(--gold-deep);font-size: var(--fs-description);text-decoration: underline;text-underline-offset: .2em}.evm-b2b__link--doc, .evm-b2b__link--partner{display: block;width: fit-content}.evm-b2b__link--doc + .evm-b2b__link--doc, .evm-b2b__link--partner + .evm-b2b__link--partner{margin-top: .5rem}@media (min-width: 62em){.evm-b2b{margin-inline: -6rem;margin-bottom: -3rem;padding: 4rem 6rem}.evm-b2b__grid{grid-template-columns: 1fr 2px 1fr;gap: 4rem;align-items: stretch}.evm-b2b__sep{height: auto;background-size: 100% 80%}}.atelier-process .section-title{font-size: var(--fs-h2);margin-bottom: 1.5rem;margin-top: 2.5rem}@media (min-width: 62em){.atelier-process .section-title{font-size: var(--fs-h2);margin-bottom: 1.5rem;margin-top: 4.5rem}}.atelier-steps{text-align: left}.atelier-step__num{display: block;font-family: var(--font-display);font-size: 3.0625rem;line-height: 1;color: var(--gold-deep)}.atelier-step{display: grid;grid-template-columns: auto 1fr;column-gap: .75rem;align-items: baseline}.atelier-step > p{grid-column: 1 / -1}.atelier-step .feature-row__title{margin-top: 0}@media (min-width: 62em){.atelier-step{display: block}.atelier-step .feature-row__title{margin-top: .8rem}.atelier-step__num{font-size: var(--fs-h2)}}.atelier-services{margin-top: 2.5rem}.atelier-services__grid{display: grid;grid-template-columns: 1fr;gap: 2.5rem}.atelier-services__sep{display: none}.atelier-service{text-align: center}.atelier-service__title{font-size: var(--fs-h2);margin-bottom: 1.5rem}.atelier-service__media{margin-bottom: 1.5rem}.atelier-service__media img{display: block;width: 100%;height: auto}.atelier-service__media .media{display: block;width: 100%;aspect-ratio: 16 / 9}.atelier-service__text{font-size: var(--fs-body);line-height: 1.7;margin: 0 0 1.5rem}.atelier-service__cta{margin: 0;text-align: center}@media (min-width: 62em){.atelier-services__grid{grid-template-columns: 1fr 2px 1fr;gap: 4rem;align-items: stretch}.atelier-services__sep{display: block;background: var(--gold)}.atelier-service{text-align: left;display: flex;flex-direction: column}.atelier-service__title{min-height: 2.24em}.atelier-service__text{margin-bottom: 3.5rem}.atelier-service__cta{text-align: center;margin-top: auto}}.atelier-gallery{margin-top: 2.5rem}.atelier-gallery__text{margin: 2.5rem 0 0;font-size: var(--fs-body);line-height: 1.75}.atelier-gallery__cta{margin-top: 2.5rem}.media-intro{margin: 2.5rem 0 3.5rem;font-size: var(--fs-body);line-height: 1.75}.media-switch__tabs{display: flex;flex-wrap: wrap;justify-content: center;gap: 2rem;margin-bottom: 3.5rem}.media-switch__btn{appearance: none;-webkit-appearance: none;cursor: pointer;border: 1px solid var(--gold);min-width: 14rem;padding: .5rem 1.25rem;font-family: var(--font-display);font-size: var(--fs-h4);line-height: 1.1;text-align: center;white-space: nowrap;background: var(--white);color: var(--gold-deep);transition: background .25s var(--ease), color .25s var(--ease)}.media-switch__btn.is-active{background: var(--gold-deep);color: var(--white)}.media-panel[hidden]{display: none}.media-panel__title{text-align: center;color: var(--gold-deep);font-family: var(--font-display);font-weight: 400;font-size: var(--fs-h2);margin: 0 0 2.5rem}.media-grid{list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 3rem}.media-card{display: flex;flex-direction: column;border: 1px solid var(--gold);background: var(--white);text-align: left}.media-card--video, .media-card--clickable{cursor: pointer}.media-card__media{position: relative;display: block;width: 100%;padding: 0;border: 0;margin: 0;aspect-ratio: 1 / 1;background: var(--black-dark);overflow: hidden;cursor: pointer}.media-card__thumb{width: 100%;height: 100%;object-fit: cover;display: block}.media-card__media--placeholder{background: linear-gradient(160deg, #2a2118 0%, var(--black-dark) 70%)}.media-card__play{position: absolute;inset: 0;margin: auto;width: 4.5rem;height: 4.5rem;color: var(--white);opacity: .9;transition: opacity .2s var(--ease), transform .2s var(--ease)}.media-card__play svg{display: block;width: 100%;height: 100%}.media-card--video:hover .media-card__play{opacity: 1;transform: scale(1.06)}.media-card__body{display: flex;flex-direction: column;flex: 1 1 auto;padding: 1.25rem}.media-card p{margin-inline: 0}.media-card__eyebrow{display: block;margin: 0 0 .6rem}.media-card__title{margin: 0 0 .75rem;font-family: var(--font-display);font-weight: 400;font-size: var(--fs-h4);line-height: 1.15;color: var(--gold-deep)}.media-card__desc{margin: 0 0 1.5rem;font-size: var(--fs-description);line-height: 1.6;color: var(--black-light)}.media-card__cta{margin-top: auto;align-self: flex-end;display: inline-flex;align-items: center;gap: .5rem;color: var(--gold-deep);font-size: var(--fs-description);font-weight: 700;letter-spacing: .12em;text-transform: uppercase;text-decoration: none;appearance: none;-webkit-appearance: none;background: none;border: 0;padding: 0;font-family: inherit;cursor: pointer}.media-card__arrow{width: 2.25rem;height: auto;flex: none}.video-modal{position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);width: min(92vw, 960px);max-width: 92vw;max-height: 92vh;max-height: 92dvh;padding: 0;border: 0;background: var(--black-dark);color: var(--white);overflow: hidden}.video-modal::backdrop{background: rgba(0, 0, 0, .8)}.video-modal__body{aspect-ratio: 16 / 9;width: 100%;background: var(--black-dark)}.video-modal__body iframe{display: block;width: 100%;height: 100%;border: 0}.video-modal__close{position: absolute;top: .6rem;right: .6rem;z-index: 2;width: 2.5rem;height: 2.5rem;display: flex;align-items: center;justify-content: center;background: var(--gold-deep);color: var(--white);border: 0;border-radius: 50%;font-size: 1.75rem;line-height: 1;cursor: pointer;transition: opacity .2s var(--ease)}.video-modal__close:hover, .video-modal__close:focus-visible{opacity: .8}.press-modal{position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);max-width: 92vw;max-height: 92vh;max-height: 92dvh;padding: 0;border: 0;background: var(--black-dark);overflow: hidden}.press-modal::backdrop{background: rgba(0, 0, 0, .85)}.press-modal__body{display: block;line-height: 0}.press-modal__img{display: block;max-width: 92vw;max-height: 92vh;max-height: 92dvh;width: auto;height: auto}.press-modal__close{position: absolute;top: .6rem;right: .6rem;z-index: 2;width: 2.5rem;height: 2.5rem;display: flex;align-items: center;justify-content: center;background: var(--gold-deep);color: var(--white);border: 0;border-radius: 50%;font-size: 1.75rem;line-height: 1;cursor: pointer;transition: opacity .2s var(--ease)}.press-modal__close:hover, .press-modal__close:focus-visible{opacity: .8}@media (min-width: 62em){.media-switch__btn{min-width: 18rem;font-size: var(--fs-h3)}.media-panel__title{margin-bottom: 3rem}.media-grid{grid-template-columns: repeat(2, 1fr);gap: 3rem;max-width: 62rem;margin-inline: auto}.media-card__title{font-size: var(--fs-h4)}}.page-header--listing{background: var(--white);text-align: center;padding-block: 1.5rem 1rem}.page-header--listing .page-title{margin: 0}.product-listing{background: var(--white);padding-block: 2rem 4.5rem}.product-grid{list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: 1fr 1fr;gap: 3rem 1rem}.product-listing__empty{color: var(--black-light);font-size: var(--fs-sentence);line-height: 1.7;margin: 2rem auto}.product-listing__empty a{color: var(--gold-deep)}.product-listing__more{text-align: center;margin-top: 3rem}.product-listing__more .btn[aria-busy="true"]{opacity: .6;pointer-events: none}.listing-collection{margin-top: 2.5rem}.listing-collection__title{margin-bottom: 2rem}.listing-collection__media{display: block;width: 100%;max-width: 58rem;aspect-ratio: 856 / 456;object-fit: cover;background: var(--black-dark);margin: 0 auto 2rem}.listing-collection__text{margin: 0;font-size: var(--fs-body);line-height: 1.75}@media (min-width: 62em){.page-header--listing{padding-block: 1.5rem 1.5rem}.product-grid{gap: 3rem;max-width: 62rem;margin-inline: auto}}.single-creation .breadcrumb{margin-bottom: .5rem}.single-creation .main{padding-inline: 0}.product{padding-block: .75rem 2.5rem}.product__layout{display: grid;grid-template-columns: 1fr;gap: 2rem}.product__figure{margin: 0;background: var(--beige);overflow: hidden}.product__image, .product__figure .media{display: block;width: 100%;aspect-ratio: 1 / 1;object-fit: cover}.product__thumbs{list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));gap: 0}.product__thumb{margin: 0}.product__thumb img, .product__thumb-empty{display: block;width: 100%;aspect-ratio: 1 / 1;object-fit: cover;background: var(--beige)}.product__thumb-empty{background-image: linear-gradient( to bottom right, transparent calc(50% - 1px), var(--gold) calc(50% - 1px), var(--gold) calc(50% + 1px), transparent calc(50% + 1px) )}.product__info{text-align: left;padding-inline: 3rem}.product__info p{margin-inline: 0}.product__cat{margin-bottom: .6rem;font-family: var(--font-body);font-weight: 400;font-size: var(--fs-h3);line-height: 1.12}.product__title{font-weight: 500;font-size: var(--fs-h1);line-height: 1.05;margin: 0 0 1.2rem}.product__description{font-size: var(--fs-sentence);line-height: 1.6;color: var(--black-light);margin: 0}.product__specs{margin: 2.5rem 0 0;display: grid;grid-template-columns: 1fr;gap: 1.5rem}.product__spec{margin: 0}.product__spec-label{margin: 0 0 .3rem;color: var(--gold-deep);font-size: var(--fs-h6);letter-spacing: .22em;text-transform: uppercase}.product__spec-value{margin: 0;font-size: var(--fs-body);color: var(--black-light)}.product__spec-value > :first-child{margin-top: 0}.product__spec-value > :last-child{margin-bottom: 0}.product__spec-value p{margin: 0 0 .5rem}.product__spec-value ul, .product__spec-value ol{margin: 0 0 .5rem;padding-left: 1.1rem}.product__spec-value li{margin: 0 0 .2rem}.product__spec-value strong, .product__spec-value b{font-weight: 600}.product__spec-value a{color: inherit;text-decoration: underline;text-underline-offset: .18em;transition: opacity .2s var(--ease)}.product__spec-value a:hover, .product__spec-value a:focus-visible{opacity: .7}.product__video-link{display: block;width: fit-content;appearance: none;-webkit-appearance: none;background: none;border: 0;padding: 0;cursor: pointer;margin-top: 1.5rem;margin-bottom: 0;color: var(--gold-deep);font-size: var(--fs-h6);letter-spacing: .22em;text-transform: uppercase;transition: opacity .2s var(--ease)}.product__video-link:hover, .product__video-link:focus-visible{opacity: .7}.product__description + .product__video-link{margin-top: 1rem}.product-video-modal{position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);width: min(92vw, calc(85vh * 9 / 16));width: min(92vw, calc(85dvh * 9 / 16));max-width: 92vw;padding: 0;border: 0;background: var(--black-dark);color: var(--white);overflow: hidden}.product-video-modal::backdrop{background: rgba(0, 0, 0, .8)}.product-video-modal__body{aspect-ratio: 9 / 16;width: 100%;background: var(--black-dark)}.product-video-modal__body iframe{display: block;width: 100%;height: 100%;border: 0}.product-video-modal__close{position: absolute;top: .6rem;right: .6rem;z-index: 2;width: 2.5rem;height: 2.5rem;display: flex;align-items: center;justify-content: center;background: var(--gold-deep);color: var(--white);border: 0;border-radius: 50%;font-size: 1.75rem;line-height: 1;cursor: pointer;transition: opacity .2s var(--ease)}.product-video-modal__close:hover, .product-video-modal__close:focus-visible{opacity: .8}.product-suggestions{padding-inline: 2rem}.product-suggestions__title{text-align: center}.suggestions-media{list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 2rem}.suggestions-media__item{margin: 0}.suggestions-media__link{display: block}.suggestions-media__link img, .suggestions-media__placeholder{display: block;width: 100%;aspect-ratio: 531 / 374;object-fit: cover}.suggestions-media__placeholder{background: var(--black-dark)}.product-suggestions__cta{text-align: center;margin-top: 3rem}@media (min-width: 62em){.product{padding-block: 1rem 3rem}.product__layout{grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);gap: 4rem;align-items: start}.product__info{padding-top: 1.5rem;padding-inline: 0}.product__title{margin-bottom: 1.6rem}.product__description{margin-bottom: 0}.product__specs{gap: 2.5rem;margin-top: 4rem}.product__video-link{margin-top: 2.5rem}.suggestions-media{grid-template-columns: repeat(3, 1fr);gap: 2rem}}.content-area{padding-top: 3rem;padding-bottom: 4rem}.content-area--center{text-align: center}.page-header{margin-bottom: 2rem}.page-single .main{padding-top: 1.5rem}.entry-content{max-width: 50rem;margin-inline: auto;text-align: left}.entry-content > * + *{margin-top: 1.1em}.entry-content a{color: var(--gold-deep);text-underline-offset: .2em}.entry-content h2{font-size: var(--fs-h4);margin-top: 2.4rem}.entry-content ul{padding-left: 1.3rem}.entry-content li + li{margin-top: .4rem}.legal-updated{color: color-mix(in srgb, var(--black-light) 55%, transparent);font-size: var(--fs-description);font-style: italic}.entry-content table{width: 100%;border-collapse: collapse;font-size: var(--fs-description)}.entry-content th, .entry-content td{padding: .6rem .85rem;border: 1px solid var(--beige-dark);vertical-align: top;text-align: left}.entry-content thead th{background: var(--beige);color: var(--gold-deep);text-transform: uppercase;letter-spacing: .06em;font-weight: 500}.post-list{display: grid;gap: 2.5rem}.post-card__title{font-size: var(--fs-h4);margin-bottom: .3rem}.post-card__title a{text-decoration: none}.post-card__title a:hover{color: var(--gold-deep)}.post-card__meta{font-size: var(--fs-description);letter-spacing: .08em;text-transform: uppercase;color: color-mix(in srgb, var(--black-light) 60%, transparent);margin-bottom: .75rem}.error-404__code{font-family: var(--font-display);font-size: var(--fs-h1);color: var(--gold-deep);line-height: 1;margin: 0}.error-404__text{color: color-mix(in srgb, var(--black-light) 60%, transparent);font-size: var(--fs-sentence);line-height: 1.7;max-width: 50rem;margin-inline: auto}.pagination{margin-top: 3rem}.pagination .nav-links{display: flex;gap: .5rem;flex-wrap: wrap}.pagination a, .pagination .current{padding: .5rem .9rem;border: 1px solid var(--black-dark);text-decoration: none}.pagination .current{background: var(--black-dark);color: var(--white);border-color: var(--black-dark)}