.LocaleSwitcher-module__E4JRcq__localeSwitcher{border:1px solid #fffaf247;align-items:center;gap:3px;margin-right:10px;padding:3px;display:flex}.LocaleSwitcher-module__E4JRcq__localeSwitcher button{color:#fffaf2ad;cursor:pointer;letter-spacing:.08em;background:0 0;border:0;place-items:center;width:38px;height:34px;font-size:12px;font-weight:700;transition:all .4s;display:grid}.LocaleSwitcher-module__E4JRcq__localeSwitcher button:hover,.LocaleSwitcher-module__E4JRcq__localeSwitcher .LocaleSwitcher-module__E4JRcq__active{background:var(--gold);color:var(--text)}.LocaleSwitcher-module__E4JRcq__localeSwitcher button:disabled{cursor:default}@media (max-width:620px){.LocaleSwitcher-module__E4JRcq__localeSwitcher{grid-template-columns:repeat(3,30px);width:98px;margin:0;display:grid;overflow:hidden}.LocaleSwitcher-module__E4JRcq__localeSwitcher button{width:30px;height:32px;font-size:11px}}
.Header-module__tPtrlq__header{z-index:50;width:100%;max-width:100vw;color:var(--ivory);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f0e0c47;border-bottom:1px solid #f5efe62e;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;padding:18px clamp(18px,4vw,60px);display:grid;position:fixed;top:0;left:0;right:0}.Header-module__tPtrlq__brand,.Header-module__tPtrlq__action{align-items:center;display:flex}.Header-module__tPtrlq__brand{gap:12px;min-width:0}.Header-module__tPtrlq__brand img{object-fit:contain}.Header-module__tPtrlq__brand span{font-family:var(--font-display), Georgia, serif;font-size:22px}.Header-module__tPtrlq__nav{color:#fffaf2c7;letter-spacing:.08em;text-transform:uppercase;justify-content:center;gap:clamp(18px,4vw,52px);font-size:13px;display:flex}.Header-module__tPtrlq__nav a,.Header-module__tPtrlq__action{transition:all .4s}.Header-module__tPtrlq__nav a:hover{color:var(--gold)}.Header-module__tPtrlq__action{min-height:42px;color:var(--ivory);letter-spacing:.06em;text-transform:uppercase;border:1px solid #fffaf252;gap:9px;padding:0 16px;font-size:13px;font-weight:700;position:relative}.Header-module__tPtrlq__action:hover{border-color:var(--gold);background:#b99a5b24}@media (max-width:860px){.Header-module__tPtrlq__header{grid-template-columns:minmax(0,1fr) auto auto}.Header-module__tPtrlq__nav{display:none}}@media (max-width:620px){.Header-module__tPtrlq__header{grid-template-columns:minmax(0,1fr) auto auto;gap:10px;min-height:66px;padding:12px 16px}.Header-module__tPtrlq__brand img{width:28px;height:38px}.Header-module__tPtrlq__brand span{display:none}.Header-module__tPtrlq__action{place-items:center;width:38px;min-height:38px;padding:0;display:grid}.Header-module__tPtrlq__action span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}}
.Footer-module__MPE0dq__footer{padding:32px var(--page-gutter);border-top:1px solid var(--line);background:var(--ivory);grid-template-columns:minmax(220px,.8fr) minmax(260px,.7fr) minmax(320px,1fr);align-items:center;gap:28px;display:grid}.Footer-module__MPE0dq__brand,.Footer-module__MPE0dq__links,.Footer-module__MPE0dq__social{align-items:center;display:flex}.Footer-module__MPE0dq__brand{gap:12px}.Footer-module__MPE0dq__brand img{object-fit:contain}.Footer-module__MPE0dq__brand span{font-family:var(--font-display), Georgia, serif;font-size:22px}.Footer-module__MPE0dq__links{color:var(--gray);letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;gap:22px;font-size:13px}.Footer-module__MPE0dq__links a{transition:color .4s}.Footer-module__MPE0dq__links a:hover{color:var(--gold)}.Footer-module__MPE0dq__social{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.Footer-module__MPE0dq__social a{border:1px solid var(--line);min-height:44px;color:var(--text);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:10px;padding:0 12px;font-size:12px;font-weight:800;transition:all .4s;display:flex}.Footer-module__MPE0dq__social a:hover{border-color:var(--gold);color:var(--burgundy);background:#b99a5b14}.Footer-module__MPE0dq__footer p{color:var(--gray);grid-column:1/-1;margin:0;font-size:13px}@media (max-width:860px){.Footer-module__MPE0dq__footer{grid-template-columns:1fr}.Footer-module__MPE0dq__links,.Footer-module__MPE0dq__social{justify-content:flex-start}.Footer-module__MPE0dq__social{grid-template-columns:repeat(2,minmax(0,180px))}}@media (max-width:620px){.Footer-module__MPE0dq__footer{padding-bottom:86px}.Footer-module__MPE0dq__social{grid-template-columns:1fr;width:100%}}
.Button-module__LCT47W__button{letter-spacing:.09em;text-transform:uppercase;border:1px solid #0000;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 24px;font-size:13px;font-weight:700;transition:all .4s;display:inline-flex}.Button-module__LCT47W__primary{border-color:var(--gold);background:var(--gold);color:var(--text)}.Button-module__LCT47W__ghost{color:var(--ivory);border-color:#fffaf261}.Button-module__LCT47W__dark{border-color:var(--line);color:var(--text)}.Button-module__LCT47W__button:hover{transform:translateY(-2px)}.Button-module__LCT47W__primary:hover{background:#d0b46f;box-shadow:0 18px 44px #b99a5b47}.Button-module__LCT47W__ghost:hover{border-color:var(--gold);background:#fffaf214}.Button-module__LCT47W__dark:hover{border-color:var(--gold);color:var(--burgundy)}@media (max-width:620px){.Button-module__LCT47W__button{width:100%}}
.HeroSection-module__2p8mKq__hero{isolation:isolate;place-items:center start;min-height:100svh;padding:clamp(130px,16vw,190px) clamp(20px,7vw,108px) clamp(72px,8vw,112px);display:grid;position:relative;overflow:hidden}.HeroSection-module__2p8mKq__image,.HeroSection-module__2p8mKq__overlay{z-index:-2;position:absolute;inset:0}.HeroSection-module__2p8mKq__image img{object-position:center}.HeroSection-module__2p8mKq__overlay{z-index:-1;background:radial-gradient(circle at 78% 20%,#b99a5b38,#0000 28%),linear-gradient(90deg,#0f0e0cd1 0%,#0f0e0c85 44%,#0f0e0c47 100%),linear-gradient(#0000 58%,#0f0e0c75)}.HeroSection-module__2p8mKq__content{width:100%;min-width:0;max-width:820px}.HeroSection-module__2p8mKq__hero .eyebrow{color:#fffaf2db}.HeroSection-module__2p8mKq__lead{color:#fffaf2db;max-width:610px;margin-bottom:0;font-size:clamp(18px,2vw,24px)}.HeroSection-module__2p8mKq__actions{flex-wrap:wrap;gap:14px;margin-top:38px;display:flex}.HeroSection-module__2p8mKq__scroll{color:#fffaf2ad;letter-spacing:.22em;text-transform:uppercase;writing-mode:vertical-rl;font-size:11px;position:absolute;bottom:42px;right:clamp(20px,4vw,60px)}.HeroSection-module__2p8mKq__scroll:after{content:"";background:#fffaf270;width:1px;height:70px;margin:16px auto 0;display:block}@media (max-width:620px){.HeroSection-module__2p8mKq__hero{width:100vw;max-width:100vw;min-height:100svh;padding-left:18px;padding-right:18px}.HeroSection-module__2p8mKq__content,.HeroSection-module__2p8mKq__lead{overflow-wrap:break-word;width:calc(100vw - 36px);max-width:100%}.HeroSection-module__2p8mKq__hero .eyebrow{letter-spacing:.11em;overflow-wrap:break-word;font-size:11px}.HeroSection-module__2p8mKq__image img{object-position:58% center}.HeroSection-module__2p8mKq__overlay{background:linear-gradient(#0f0e0c73,#0f0e0cd6),linear-gradient(90deg,#0f0e0cb8,#0f0e0c38)}.HeroSection-module__2p8mKq__scroll{display:none}}
.StorySection-module__6LjB7W__story{border-bottom:1px solid var(--line);grid-template-columns:minmax(190px,.34fr) minmax(0,.72fr) minmax(280px,.58fr);align-items:center;gap:clamp(30px,6vw,82px);display:grid}.StorySection-module__6LjB7W__kicker{border-top:1px solid var(--gold);color:var(--burgundy);font-family:var(--font-display), Georgia, serif;padding-top:10px;font-size:clamp(22px,2.4vw,34px);line-height:1.16}.StorySection-module__6LjB7W__copy p:not(.eyebrow){max-width:720px;font-size:clamp(17px,1.6vw,20px)}.StorySection-module__6LjB7W__media{min-height:560px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}@media (max-width:1020px){.StorySection-module__6LjB7W__story{grid-template-columns:1fr}.StorySection-module__6LjB7W__media{min-height:440px}}
.SectionHeading-module__PNWCXG__heading{grid-template-columns:minmax(0,.95fr) minmax(280px,.62fr);align-items:end;gap:clamp(30px,5vw,72px);margin-bottom:clamp(34px,5vw,68px);display:grid}.SectionHeading-module__PNWCXG__heading>.eyebrow{grid-column:1/-1;margin-bottom:0}.SectionHeading-module__PNWCXG__heading h2{margin-bottom:0}.SectionHeading-module__PNWCXG__copy{max-width:720px;color:var(--gray);font-size:clamp(17px,1.6vw,20px)}.SectionHeading-module__PNWCXG__centered{text-align:center;grid-template-columns:1fr;justify-items:center;gap:18px;max-width:min(1180px,100%);margin-inline:auto;display:grid}.SectionHeading-module__PNWCXG__centered h2{text-wrap:balance;grid-column:1/-1;max-width:min(1080px,100%);margin-inline:auto}.SectionHeading-module__PNWCXG__centered .SectionHeading-module__PNWCXG__copy{margin-inline:auto}@media (max-width:860px){.SectionHeading-module__PNWCXG__heading{grid-template-columns:1fr}.SectionHeading-module__PNWCXG__heading>.eyebrow{margin-bottom:0}}@media (max-width:620px){.SectionHeading-module__PNWCXG__heading{gap:20px;margin-bottom:34px}.SectionHeading-module__PNWCXG__copy{font-size:15.5px;line-height:1.65}}
.CollectionsSection-module__q6s8Na__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2.2vw,28px);display:grid}.CollectionsSection-module__q6s8Na__card{border:1px solid var(--line);background:#fffaf2b8;min-width:0;transition:all .4s;overflow:hidden;box-shadow:0 14px 34px #0f0e0c0d}.CollectionsSection-module__q6s8Na__card:hover{border-color:var(--soft-line);box-shadow:var(--shadow-lifted);transform:translateY(-6px)}.CollectionsSection-module__q6s8Na__card a{display:block}.CollectionsSection-module__q6s8Na__image{aspect-ratio:4/5.2;background:#e8ded1;position:relative;overflow:hidden}.CollectionsSection-module__q6s8Na__image:after{opacity:.72;content:"";background:linear-gradient(#0000 40%,#0f0e0cb8),linear-gradient(45deg,#b99a5b2e,#0000 55%);transition:all .4s;position:absolute;inset:0}.CollectionsSection-module__q6s8Na__card:hover .CollectionsSection-module__q6s8Na__image:after{opacity:.92;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px)}.CollectionsSection-module__q6s8Na__image img{object-fit:cover;object-position:center;transition:transform .4s}.CollectionsSection-module__q6s8Na__card:hover .CollectionsSection-module__q6s8Na__image img{transform:scale(1.05)}.CollectionsSection-module__q6s8Na__image span{z-index:2;border-bottom:1px solid var(--gold);color:var(--ivory);letter-spacing:.1em;opacity:0;text-transform:uppercase;padding-bottom:7px;font-size:12px;font-weight:700;transition:all .4s;position:absolute;bottom:18px;right:18px;transform:translateY(10px)}.CollectionsSection-module__q6s8Na__card:hover .CollectionsSection-module__q6s8Na__image span{opacity:1;transform:translateY(0)}.CollectionsSection-module__q6s8Na__copy{padding:22px}.CollectionsSection-module__q6s8Na__copy>span{color:var(--gold);letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:700;display:block}.CollectionsSection-module__q6s8Na__copy h3{margin-bottom:10px}.CollectionsSection-module__q6s8Na__copy p{margin-bottom:0}@media (max-width:1080px){.CollectionsSection-module__q6s8Na__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.CollectionsSection-module__q6s8Na__grid{grid-template-columns:1fr;gap:18px}.CollectionsSection-module__q6s8Na__image{aspect-ratio:4/5}.CollectionsSection-module__q6s8Na__copy{padding:20px}}
.WhyCasaSection-module__0Lr6OG__why{background:#fffaf27a}.WhyCasaSection-module__0Lr6OG__grid{border:1px solid var(--line);background:var(--line);grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.WhyCasaSection-module__0Lr6OG__card{background:var(--background);min-height:330px;padding:clamp(24px,3vw,38px);transition:all .4s}.WhyCasaSection-module__0Lr6OG__card:hover{background:var(--ivory)}.WhyCasaSection-module__0Lr6OG__card svg{width:34px;height:34px;color:var(--gold);stroke-width:1.4px;margin-bottom:72px}.WhyCasaSection-module__0Lr6OG__card h3{margin-bottom:14px}.WhyCasaSection-module__0Lr6OG__card p{margin-bottom:0}@media (max-width:1080px){.WhyCasaSection-module__0Lr6OG__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.WhyCasaSection-module__0Lr6OG__grid{grid-template-columns:1fr}.WhyCasaSection-module__0Lr6OG__card{min-height:auto}.WhyCasaSection-module__0Lr6OG__card svg{margin-bottom:38px}}
.TrustSection-module__f7fiDq__trust{background:var(--text);color:var(--ivory)}.TrustSection-module__f7fiDq__trust h2{color:var(--ivory)}.TrustSection-module__f7fiDq__list{background:#fffaf229;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;display:grid}.TrustSection-module__f7fiDq__item{background:var(--text);min-height:170px;color:var(--ivory);align-content:space-between;padding:26px;display:grid}.TrustSection-module__f7fiDq__item svg{color:var(--gold);stroke-width:1.4px}.TrustSection-module__f7fiDq__item span{font-family:var(--font-display), Georgia, serif;font-size:clamp(21px,2vw,28px);line-height:1.12}@media (max-width:1080px){.TrustSection-module__f7fiDq__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.TrustSection-module__f7fiDq__list{grid-template-columns:1fr}}
.FeaturedBrandsSection-module__A-u4gG__logoWall{border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center}.FeaturedBrandsSection-module__A-u4gG__logoWall h2{max-width:820px;margin-inline:auto}.FeaturedBrandsSection-module__A-u4gG__carousel{border:1px solid var(--line);background:#fffaf26b;margin-top:30px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.FeaturedBrandsSection-module__A-u4gG__track{width:max-content;animation:32s linear infinite FeaturedBrandsSection-module__A-u4gG__brand-scroll;display:flex}.FeaturedBrandsSection-module__A-u4gG__carousel:hover .FeaturedBrandsSection-module__A-u4gG__track{animation-play-state:paused}.FeaturedBrandsSection-module__A-u4gG__logoCard{border-right:1px solid var(--line);background:#fffaf28c;place-items:center;width:clamp(220px,21vw,330px);min-height:126px;transition:all .4s;display:grid}.FeaturedBrandsSection-module__A-u4gG__logoCard:hover{background:var(--ivory)}.FeaturedBrandsSection-module__A-u4gG__logoCard img{object-fit:contain;opacity:.82;filter:sepia(.12)saturate(.9)contrast(.98);width:auto;max-width:min(74%,245px);height:auto;max-height:76px;transition:all .4s}.FeaturedBrandsSection-module__A-u4gG__logoCard:hover img{opacity:1;filter:sepia(.1)saturate()contrast()}@media (max-width:620px){.FeaturedBrandsSection-module__A-u4gG__carousel{border-left:0;border-right:0;margin-inline:-18px}.FeaturedBrandsSection-module__A-u4gG__track{animation-duration:24s}.FeaturedBrandsSection-module__A-u4gG__logoCard{width:210px;min-height:104px}}@media (prefers-reduced-motion:reduce){.FeaturedBrandsSection-module__A-u4gG__track{animation:none}}@keyframes FeaturedBrandsSection-module__A-u4gG__brand-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
.GallerySection-module__rjt-FW__gallerySection{background:linear-gradient(180deg, transparent, #fffaf294), var(--background)}.GallerySection-module__rjt-FW__masonry{column-count:4;column-gap:18px}.GallerySection-module__rjt-FW__tile{break-inside:avoid;cursor:zoom-in;background:#e7ded0;border:0;width:100%;height:330px;margin:0 0 18px;display:block;position:relative;overflow:hidden}.GallerySection-module__rjt-FW__tall{height:480px}.GallerySection-module__rjt-FW__tile:after{opacity:0;content:"";background:linear-gradient(#0000 48%,#0f0e0c61);transition:all .4s;position:absolute;inset:0}.GallerySection-module__rjt-FW__tile img{object-fit:cover;object-position:center;transition:transform .4s}.GallerySection-module__rjt-FW__tile:hover img{transform:scale(1.05)}.GallerySection-module__rjt-FW__tile:hover:after{opacity:1}.GallerySection-module__rjt-FW__lightbox{z-index:100;background:#0f0e0ce6;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.GallerySection-module__rjt-FW__stage{background:0 0;border:0;width:min(1120px,92vw);height:min(760px,82vh);position:relative;overflow:hidden}.GallerySection-module__rjt-FW__desktopStage{cursor:zoom-in;touch-action:none;-webkit-user-select:none;user-select:none}.GallerySection-module__rjt-FW__zoomed{cursor:grab}.GallerySection-module__rjt-FW__zoomed:active{cursor:grabbing}.GallerySection-module__rjt-FW__stage img{object-fit:contain;transform-origin:50%;will-change:transform;transition:transform .22s}.GallerySection-module__rjt-FW__close{z-index:2;width:48px;height:48px;color:var(--ivory);cursor:pointer;background:0 0;border:1px solid #fffaf247;place-items:center;display:grid;position:fixed;top:24px;right:24px}@media (max-width:1080px){.GallerySection-module__rjt-FW__masonry{column-count:3}}@media (max-width:860px){.GallerySection-module__rjt-FW__masonry{column-count:2}}@media (max-width:620px){.GallerySection-module__rjt-FW__masonry{column-count:1}.GallerySection-module__rjt-FW__tile{aspect-ratio:4/5;height:auto;margin-bottom:14px}.GallerySection-module__rjt-FW__tall{aspect-ratio:3/4.6;height:auto}.GallerySection-module__rjt-FW__lightbox{padding:16px}.GallerySection-module__rjt-FW__stage{width:100%;height:82svh}}
.BeforeAfterSection-module__7kU1zq__compare{background:#fffaf270}.BeforeAfterSection-module__7kU1zq__grid{background:var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.BeforeAfterSection-module__7kU1zq__panel{background:var(--text);min-height:560px;position:relative;overflow:hidden}.BeforeAfterSection-module__7kU1zq__panel:after{content:"";background:linear-gradient(#0000 38%,#0f0e0cc7);position:absolute;inset:0}.BeforeAfterSection-module__7kU1zq__panel img{transition:transform .4s}.BeforeAfterSection-module__7kU1zq__panel:hover img{transform:scale(1.05)}.BeforeAfterSection-module__7kU1zq__panel div{z-index:1;position:absolute;bottom:28px;left:28px;right:28px}.BeforeAfterSection-module__7kU1zq__panel span{color:var(--gold);font-family:var(--font-display), Georgia, serif;margin-bottom:12px;font-size:clamp(32px,4vw,56px);line-height:1;display:block}.BeforeAfterSection-module__7kU1zq__panel p{color:#fffaf2cc;max-width:520px;margin:0}@media (max-width:860px){.BeforeAfterSection-module__7kU1zq__grid{grid-template-columns:1fr}.BeforeAfterSection-module__7kU1zq__panel{min-height:430px}}@media (max-width:620px){.BeforeAfterSection-module__7kU1zq__panel{aspect-ratio:4/5;min-height:auto}.BeforeAfterSection-module__7kU1zq__panel div{bottom:22px;left:20px;right:20px}.BeforeAfterSection-module__7kU1zq__panel span{font-size:clamp(30px,10vw,42px)}}
.StatsSection-module__7rXzzW__statistics{padding:clamp(56px, 7vw, 96px) var(--page-gutter);background:var(--text);color:var(--ivory)}.StatsSection-module__7rXzzW__grid{background:#fffaf22e;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid}.StatsSection-module__7rXzzW__card{background:var(--text);text-align:center;padding:clamp(26px,4vw,48px)}.StatsSection-module__7rXzzW__card span{color:var(--gold);font-family:var(--font-display), Georgia, serif;font-size:clamp(48px,7vw,88px);line-height:1;display:block}.StatsSection-module__7rXzzW__card p{color:#fffaf2b8;letter-spacing:.12em;text-transform:uppercase;margin:12px 0 0;font-size:13px}@media (max-width:1080px){.StatsSection-module__7rXzzW__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.StatsSection-module__7rXzzW__grid{grid-template-columns:1fr}}
.ProductContactActions-module__JQFEHa__actions{gap:12px;display:grid}.ProductContactActions-module__JQFEHa__note{color:#0f0e0cb8;background:#6f1d1b0e;border:1px solid #6f1d1b2e;margin:0;padding:14px 16px}.ProductContactActions-module__JQFEHa__links{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.ProductContactActions-module__JQFEHa__links a{border:1px solid var(--gold);min-height:48px;color:var(--text);letter-spacing:.08em;text-align:center;text-transform:uppercase;justify-content:center;align-items:center;padding:0 14px;font-size:12px;font-weight:800;transition:border-color .3s,background .3s,color .3s,transform .3s;display:inline-flex}.ProductContactActions-module__JQFEHa__links .ProductContactActions-module__JQFEHa__primary{background:var(--text);color:var(--ivory)}.ProductContactActions-module__JQFEHa__links a:hover{border-color:var(--burgundy);transform:translateY(-2px)}@media (max-width:720px){.ProductContactActions-module__JQFEHa__links{grid-template-columns:1fr}}
.ProductDetails-module__GfXz8G__details{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(18px,2.4vw,30px);display:grid}.ProductDetails-module__GfXz8G__infoBlock{border:1px solid var(--line);background:#fffaf294;min-width:0;padding:clamp(22px,3vw,34px)}.ProductDetails-module__GfXz8G__infoBlock h2{margin-bottom:16px;font-size:clamp(24px,2.6vw,36px)}.ProductDetails-module__GfXz8G__infoBlock p,.ProductDetails-module__GfXz8G__infoBlock ul,.ProductDetails-module__GfXz8G__characteristics{margin:0}.ProductDetails-module__GfXz8G__characteristics{display:grid}.ProductDetails-module__GfXz8G__characteristics div{border-bottom:1px solid var(--line);grid-template-columns:minmax(130px,.42fr) minmax(0,1fr);gap:18px;padding-block:14px;display:grid}.ProductDetails-module__GfXz8G__characteristics div:first-child{border-top:1px solid var(--line)}.ProductDetails-module__GfXz8G__characteristics dt,.ProductDetails-module__GfXz8G__infoBlock h3{color:var(--gold);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:800}.ProductDetails-module__GfXz8G__characteristics dd{overflow-wrap:anywhere;margin:0}.ProductDetails-module__GfXz8G__featureList{gap:9px;padding-left:18px;display:grid}.ProductDetails-module__GfXz8G__conditionBlock,.ProductDetails-module__GfXz8G__careDelivery{gap:18px;display:grid}.ProductDetails-module__GfXz8G__transparency{border-left:2px solid var(--gold);background:#b99a5b14;padding:14px 16px}.ProductDetails-module__GfXz8G__infoBlock h3{margin-bottom:10px}.ProductDetails-module__GfXz8G__defectGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.ProductDetails-module__GfXz8G__defectImage{aspect-ratio:1;border:1px solid var(--line);background:#b99a5b1f;position:relative;overflow:hidden}.ProductDetails-module__GfXz8G__defectImage img{object-fit:cover}@media (max-width:860px){.ProductDetails-module__GfXz8G__details{grid-template-columns:1fr}}@media (max-width:620px){.ProductDetails-module__GfXz8G__characteristics div{grid-template-columns:1fr;gap:4px}.ProductDetails-module__GfXz8G__defectGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.ProductFilters-module__3qzwiW__filters{justify-items:start;margin-bottom:clamp(26px,3.6vw,46px);display:grid}.ProductFilters-module__3qzwiW__trigger{border:1px solid var(--line);min-height:46px;color:var(--text);cursor:pointer;background:linear-gradient(90deg,#fffaf2c7,#fffaf294),0 0;align-items:center;gap:16px;padding:0 8px 0 18px;transition:border-color .28s,background .28s,box-shadow .28s,transform .28s;display:inline-flex;box-shadow:0 18px 48px #0f0e0c0b}.ProductFilters-module__3qzwiW__trigger:hover,.ProductFilters-module__3qzwiW__trigger:focus-visible{border-color:var(--soft-line);background:#fffaf2e6;outline:none;transform:translateY(-1px);box-shadow:0 22px 56px #0f0e0c12}.ProductFilters-module__3qzwiW__triggerCopy{align-items:center;gap:12px;display:inline-flex}.ProductFilters-module__3qzwiW__triggerCopy span:first-child{color:var(--burgundy);letter-spacing:.11em;text-transform:uppercase;font-size:12px;font-weight:800}.ProductFilters-module__3qzwiW__triggerCopy span:last-child{border-left:1px solid var(--line);color:#0f0e0c9e;letter-spacing:.1em;text-transform:uppercase;padding-left:12px;font-size:11px;font-weight:800}.ProductFilters-module__3qzwiW__triggerIcon{width:30px;height:30px;color:var(--burgundy);border:1px solid #b99a5b66;place-items:center;font-size:15px;line-height:1;transition:transform .3s,border-color .3s,background .3s;display:grid}.ProductFilters-module__3qzwiW__trigger[aria-expanded=true] .ProductFilters-module__3qzwiW__triggerIcon{background:#6f1d1b0f;border-color:#6f1d1b47;transform:rotate(45deg)}.ProductFilters-module__3qzwiW__panel{width:100%;max-width:1040px;overflow:hidden}.ProductFilters-module__3qzwiW__panelInner{border:1px solid var(--line);background:linear-gradient(135deg,#fffaf2d1,#fffaf29e),0 0;margin-top:14px;padding:clamp(18px,2vw,26px);box-shadow:0 26px 70px #0f0e0c12}.ProductFilters-module__3qzwiW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.ProductFilters-module__3qzwiW__header p{color:var(--gold);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:11px;font-weight:800}.ProductFilters-module__3qzwiW__header button{color:var(--burgundy);cursor:pointer;letter-spacing:.08em;text-transform:uppercase;background:0 0;border:0;font-family:inherit;font-size:12px;font-weight:800}.ProductFilters-module__3qzwiW__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px;display:grid}.ProductFilters-module__3qzwiW__group{align-content:start;gap:9px;display:grid}.ProductFilters-module__3qzwiW__group>p{color:#0f0e0c94;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:11px;font-weight:800}.ProductFilters-module__3qzwiW__options{flex-wrap:wrap;gap:8px;display:flex}.ProductFilters-module__3qzwiW__options button{border:1px solid var(--line);color:#0f0e0cb8;cursor:pointer;letter-spacing:.05em;text-transform:uppercase;background:#fffaf2ad;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;font-family:inherit;font-size:11px;font-weight:800;transition:border-color .25s,color .25s,background .25s,transform .25s;display:inline-flex}.ProductFilters-module__3qzwiW__options button:hover,.ProductFilters-module__3qzwiW__options button:focus-visible,.ProductFilters-module__3qzwiW__options .ProductFilters-module__3qzwiW__active{color:var(--burgundy);background:#6f1d1b14;border-color:#6f1d1b6b;outline:none;transform:translateY(-1px)}@media (max-width:720px){.ProductFilters-module__3qzwiW__trigger{justify-content:space-between;width:100%}.ProductFilters-module__3qzwiW__triggerCopy{flex-wrap:wrap}.ProductFilters-module__3qzwiW__grid{grid-template-columns:1fr}}
.ProductGallery-module__gJ6BJa__gallery{gap:14px;display:grid}.ProductGallery-module__gJ6BJa__mainImage,.ProductGallery-module__gJ6BJa__thumbs button{border:1px solid var(--line);background:#b99a5b1f;position:relative;overflow:hidden}.ProductGallery-module__gJ6BJa__mainImage{aspect-ratio:4/5;height:min(72vh,660px)}.ProductGallery-module__gJ6BJa__mainImage img,.ProductGallery-module__gJ6BJa__thumbs img{object-fit:cover}.ProductGallery-module__gJ6BJa__placeholder{background:linear-gradient(135deg, #fffaf2b8, #b99a5b24), var(--ivory);color:#0f0e0c61;font-family:var(--font-display), Georgia, serif;place-items:center;font-size:clamp(30px,5vw,56px);display:grid;position:absolute;inset:0}.ProductGallery-module__gJ6BJa__thumbs{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.ProductGallery-module__gJ6BJa__thumbs button{aspect-ratio:1;cursor:pointer;padding:0;transition:border-color .25s,transform .25s}.ProductGallery-module__gJ6BJa__thumbs button span{color:#0f0e0c6b;width:100%;height:100%;font-family:var(--font-display), Georgia, serif;text-align:center;place-items:center;font-size:13px;display:grid}.ProductGallery-module__gJ6BJa__thumbs button:hover,.ProductGallery-module__gJ6BJa__thumbs button:focus-visible,.ProductGallery-module__gJ6BJa__thumbs .ProductGallery-module__gJ6BJa__activeThumb{border-color:var(--gold);outline:none;transform:translateY(-2px)}@media (max-width:620px){.ProductGallery-module__gJ6BJa__mainImage{height:auto}.ProductGallery-module__gJ6BJa__thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}}
.ProductStatusBadge-module__daduEa__badge{border:1px solid var(--line);min-height:30px;color:var(--text);letter-spacing:.08em;text-transform:uppercase;background:#fffaf2e6;border-radius:999px;align-items:center;padding:0 11px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.ProductStatusBadge-module__daduEa__in_stock{color:#2f6849;border-color:#36754f47}.ProductStatusBadge-module__daduEa__reserved,.ProductStatusBadge-module__daduEa__preorder,.ProductStatusBadge-module__daduEa__coming_soon{color:#8f7131;border-color:#b99a5b6b}.ProductStatusBadge-module__daduEa__sold,.ProductStatusBadge-module__daduEa__hidden{color:var(--burgundy);border-color:#6f1d1b38}
.ProductCard-module__q1AfyG__card{border:1px solid var(--line);background:#fffaf2bd;width:100%;min-width:0;max-width:340px;transition:border-color .35s,box-shadow .35s,transform .35s;overflow:hidden;box-shadow:0 16px 44px #0f0e0c0f}.ProductCard-module__q1AfyG__card:hover{border-color:var(--soft-line);box-shadow:var(--shadow-lifted);transform:translateY(-6px)}.ProductCard-module__q1AfyG__link{height:100%;display:block}.ProductCard-module__q1AfyG__image{aspect-ratio:4/4.85;background:#b99a5b1f;position:relative;overflow:hidden}.ProductCard-module__q1AfyG__image:after{content:"";pointer-events:none;background:linear-gradient(#0000 56%,#0f0e0c61);position:absolute;inset:0}.ProductCard-module__q1AfyG__image img{object-fit:cover;transition:transform .45s}.ProductCard-module__q1AfyG__card:hover .ProductCard-module__q1AfyG__image img{transform:scale(1.045)}.ProductCard-module__q1AfyG__placeholder{background:linear-gradient(135deg, #fffaf2b3, #b99a5b1f), var(--ivory);color:#0f0e0c61;font-family:var(--font-display), Georgia, serif;place-items:center;font-size:clamp(28px,4vw,44px);display:grid;position:absolute;inset:0}.ProductCard-module__q1AfyG__badges{z-index:2;flex-wrap:wrap;gap:8px;display:flex;position:absolute;bottom:14px;left:14px;right:14px}.ProductCard-module__q1AfyG__newBadge{min-height:30px;color:var(--ivory);letter-spacing:.08em;text-transform:uppercase;background:#0f0e0c94;border:1px solid #fffaf26b;border-radius:999px;align-items:center;padding:0 11px;font-size:11px;font-weight:800;display:inline-flex}.ProductCard-module__q1AfyG__copy{gap:9px;padding:clamp(15px,1.45vw,19px);display:grid}.ProductCard-module__q1AfyG__meta,.ProductCard-module__q1AfyG__footer{color:var(--gold);letter-spacing:.12em;text-transform:uppercase;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 14px;font-size:11px;font-weight:800;display:flex}.ProductCard-module__q1AfyG__copy h2{margin:0;font-size:clamp(21px,1.55vw,26px);line-height:1.1}.ProductCard-module__q1AfyG__copy p{color:#0f0e0cb8;margin:0;font-size:15px;line-height:1.55}.ProductCard-module__q1AfyG__footer{color:var(--text);margin-top:6px}.ProductCard-module__q1AfyG__details{color:var(--burgundy)}@media (max-width:620px){.ProductCard-module__q1AfyG__card{max-width:none}.ProductCard-module__q1AfyG__image{aspect-ratio:4/4.75}}
.ProductGrid-module__jxnnMW__grid{grid-template-columns:repeat(auto-fill,minmax(260px,340px));justify-content:start;align-items:start;gap:clamp(18px,2vw,28px);display:grid}@media (max-width:620px){.ProductGrid-module__jxnnMW__grid{grid-template-columns:1fr}}
.BackToTopButton-module__jLsABG__button{z-index:48;min-height:42px;color:var(--ivory);letter-spacing:.1em;text-transform:uppercase;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f0e0cc7;border:1px solid #b99a5b80;align-items:center;gap:8px;padding:0 13px;font-size:11px;font-weight:800;transition:opacity .35s,transform .35s,border-color .35s,background .35s;position:fixed;bottom:16px;right:16px;transform:translateY(12px);box-shadow:0 16px 34px #0f0e0c2e}.BackToTopButton-module__jLsABG__button svg{color:var(--gold)}.BackToTopButton-module__jLsABG__visible{opacity:1;pointer-events:auto;transform:translateY(0)}@media (max-width:620px){.BackToTopButton-module__jLsABG__button{display:inline-flex}}@media (min-width:621px){.BackToTopButton-module__jLsABG__button{display:none}}
.ShopPage-module__rFqmdq__page{background:linear-gradient(90deg, #6f1d1b09, transparent 38%, #b99a5b0b), var(--background)}.ShopPage-module__rFqmdq__catalog{padding:clamp(34px, 5vw, 70px) var(--page-gutter) var(--section-y);display:grid}.ShopPage-module__rFqmdq__catalog>*{width:100%;max-width:1480px;margin-inline:auto}.ShopPage-module__rFqmdq__empty{box-sizing:border-box;border:1px solid var(--line);background:#fffaf294;gap:14px;width:100%;max-width:660px;padding:clamp(28px,4vw,44px);display:grid}.ShopPage-module__rFqmdq__empty h2{max-width:100%;font-family:var(--font-display), Georgia, serif;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin:0;font-size:clamp(32px,4vw,56px);line-height:1}.ShopPage-module__rFqmdq__empty p{color:#0f0e0cad;max-width:54ch;margin:0;font-size:clamp(15px,1.2vw,17px);line-height:1.6}.ShopPage-module__rFqmdq__empty a{border:1px solid var(--gold);min-height:42px;color:var(--burgundy);letter-spacing:.08em;text-transform:uppercase;justify-self:start;align-items:center;margin-top:8px;padding:0 15px;font-size:12px;font-weight:800;display:inline-flex}@media (max-width:620px){.ShopPage-module__rFqmdq__catalog{padding:64px 18px}}
.LuxuryCursor-module__lx_ICW__cursor{z-index:2147483647;color:var(--background);opacity:0;pointer-events:none;will-change:transform, width, height;background:#f5efe608;border:1px solid #b99a5b80;border-radius:999px;place-items:center;transition:border-color .4s,background-color .4s,box-shadow .4s;display:grid;position:fixed;top:0;left:0;box-shadow:0 10px 30px #0f0e0c1f}.LuxuryCursor-module__lx_ICW__interactive{background:#b99a5b1f;border-color:#b99a5bdb;box-shadow:0 16px 42px #0f0e0c2e}.LuxuryCursor-module__lx_ICW__media{background:#0f0e0cad;border-color:#b99a5be6;box-shadow:0 18px 46px #0f0e0c38,inset 0 0 0 1px #f5efe614}.LuxuryCursor-module__lx_ICW__label{letter-spacing:.1em;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;max-width:58px;padding-top:1px;font-size:8px;font-weight:800;line-height:1;overflow:hidden}:is(body.luxury-cursor-enabled,body.luxury-cursor-enabled *){cursor:none!important}@media (hover:none),(pointer:coarse),(prefers-reduced-motion:reduce){.LuxuryCursor-module__lx_ICW__cursor{display:none}}
.ProductPage-module__D9H0Iq__page{padding:112px var(--page-gutter) var(--section-y);background:linear-gradient(90deg, #6f1d1b09, transparent 38%, #b99a5b0b), var(--background)}.ProductPage-module__D9H0Iq__breadcrumb{color:#0f0e0c9e;letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;gap:10px;margin-bottom:28px;font-size:12px;font-weight:800;display:flex}.ProductPage-module__D9H0Iq__breadcrumb a{color:var(--gold)}.ProductPage-module__D9H0Iq__breadcrumb span:last-child{color:#0f0e0cb8}.ProductPage-module__D9H0Iq__product{grid-template-columns:minmax(0,.78fr) minmax(320px,.72fr);align-items:start;gap:clamp(28px,5vw,70px);display:grid}.ProductPage-module__D9H0Iq__summary{gap:18px;min-width:0;display:grid;position:sticky;top:110px}.ProductPage-module__D9H0Iq__statusRow{flex-wrap:wrap;gap:8px;display:flex}.ProductPage-module__D9H0Iq__newBadge{min-height:30px;color:var(--burgundy);letter-spacing:.08em;text-transform:uppercase;border:1px solid #0f0e0c29;border-radius:999px;align-items:center;padding:0 11px;font-size:11px;font-weight:800;display:inline-flex}.ProductPage-module__D9H0Iq__summary h1{max-width:12ch;color:var(--text);margin:0;font-size:clamp(40px,4.3vw,70px);line-height:.98}.ProductPage-module__D9H0Iq__subtitle,.ProductPage-module__D9H0Iq__shortDescription{max-width:620px;margin:0}.ProductPage-module__D9H0Iq__subtitle{color:var(--gold);font-weight:800}.ProductPage-module__D9H0Iq__shortDescription{color:#0f0e0cb8;font-size:clamp(17px,1.8vw,20px)}.ProductPage-module__D9H0Iq__price{border-block:1px solid var(--line);font-family:var(--font-display), Georgia, serif;padding-block:10px;font-size:clamp(30px,4vw,48px)}.ProductPage-module__D9H0Iq__metaList{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0;display:grid}.ProductPage-module__D9H0Iq__metaList div{border:1px solid var(--line);background:#fffaf294;min-width:0;padding:16px}.ProductPage-module__D9H0Iq__metaList dt{color:var(--gold);letter-spacing:.1em;text-transform:uppercase;margin-bottom:7px;font-size:11px;font-weight:800}.ProductPage-module__D9H0Iq__metaList dd{overflow-wrap:anywhere;margin:0}.ProductPage-module__D9H0Iq__details{margin-top:clamp(46px,8vw,100px)}.ProductPage-module__D9H0Iq__related{gap:clamp(24px,4vw,42px);margin-top:clamp(58px,9vw,120px);display:grid}.ProductPage-module__D9H0Iq__relatedHeader{max-width:720px}.ProductPage-module__D9H0Iq__relatedHeader h2{margin:0}@media (max-width:980px){.ProductPage-module__D9H0Iq__product{grid-template-columns:1fr}.ProductPage-module__D9H0Iq__summary{position:static}}@media (max-width:720px){.ProductPage-module__D9H0Iq__page{padding:92px 18px 64px}.ProductPage-module__D9H0Iq__metaList{grid-template-columns:1fr}}
:is(html,body){background:#f5efe6;width:100%;max-width:100%;margin:0;overflow-x:clip}.NotFoundExperience-module__TeJIlG__shell{--background:#f5efe6;--text:#0f0e0c;--gold:#b99a5b;--burgundy:#6f1d1b;--gray:#7a7a7a;--border:#0f0e0c14;--ivory:#fffaf2;--line:#0f0e0c21;--soft-line:#b99a5b47;--shadow-lifted:0 34px 90px #0f0e0c29;--font-display:"Playfair Display", "Cormorant Garamond", Georgia, serif;background:var(--background);width:100%;min-width:320px;max-width:100vw;min-height:100vh;color:var(--text);font-family:Inter,Manrope,Arial,sans-serif;overflow-x:clip}.NotFoundExperience-module__TeJIlG__shell *,.NotFoundExperience-module__TeJIlG__shell :before,.NotFoundExperience-module__TeJIlG__shell :after{box-sizing:border-box}.NotFoundExperience-module__TeJIlG__shell a{color:inherit;text-decoration:none}.NotFoundExperience-module__TeJIlG__shell button,.NotFoundExperience-module__TeJIlG__shell a{-webkit-tap-highlight-color:transparent}.NotFoundExperience-module__TeJIlG__shell h1,.NotFoundExperience-module__TeJIlG__shell h2,.NotFoundExperience-module__TeJIlG__shell h3,.NotFoundExperience-module__TeJIlG__shell p{margin-top:0}.NotFoundExperience-module__TeJIlG__shell h1,.NotFoundExperience-module__TeJIlG__shell h2,.NotFoundExperience-module__TeJIlG__shell h3{font-family:var(--font-display);letter-spacing:0;font-weight:600}.NotFoundExperience-module__TeJIlG__shell img{max-width:100%}.NotFoundExperience-module__TeJIlG__page{--not-found-header-offset:clamp(108px, 7vw, 128px);background:radial-gradient(circle at 16% 18%, #b99a5b1f, transparent 28%), linear-gradient(90deg, #6f1d1b09, transparent 42%, #b99a5b0e), var(--background);width:100%;max-width:100vw;min-height:100vh;overflow-x:clip}.NotFoundExperience-module__TeJIlG__hero{min-height:100vh;padding-top:var(--not-found-header-offset);border-bottom:1px solid var(--line);grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);display:grid;overflow-x:clip}.NotFoundExperience-module__TeJIlG__media{min-height:calc(100vh - var(--not-found-header-offset));background:#ddd2c5;position:relative;overflow:hidden}.NotFoundExperience-module__TeJIlG__media:after{content:"";background:linear-gradient(#0f0e0c14,#0f0e0c75),linear-gradient(45deg,#b99a5b38,#0000 48%);position:absolute;inset:0}.NotFoundExperience-module__TeJIlG__media img{object-fit:cover;object-position:center;transform:scale(1.02)}.NotFoundExperience-module__TeJIlG__copy{flex-direction:column;justify-content:center;max-width:760px;padding:clamp(54px,7vw,112px) clamp(24px,6vw,96px);display:flex}.NotFoundExperience-module__TeJIlG__eyebrow,.NotFoundExperience-module__TeJIlG__heading p{color:var(--gold);letter-spacing:.18em;text-transform:uppercase;margin-bottom:18px;font-size:12px;font-weight:800}.NotFoundExperience-module__TeJIlG__copy h1{color:var(--gold);font-family:var(--font-display);margin:0 0 18px;font-size:clamp(96px,14vw,220px);font-weight:600;line-height:.82}.NotFoundExperience-module__TeJIlG__copy h2{max-width:680px;margin:0 0 28px;font-size:clamp(42px,5.2vw,86px);line-height:.93}.NotFoundExperience-module__TeJIlG__copy>p:not(.NotFoundExperience-module__TeJIlG__eyebrow){max-width:620px;color:var(--gray);margin:0 0 14px;font-size:clamp(17px,1.35vw,21px);line-height:1.75}.NotFoundExperience-module__TeJIlG__actions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.NotFoundExperience-module__TeJIlG__actions a,.NotFoundExperience-module__TeJIlG__card a{cursor:inherit}.NotFoundExperience-module__TeJIlG__featured{padding:clamp(72px,9vw,140px) clamp(18px,5vw,74px)}.NotFoundExperience-module__TeJIlG__footerFrame{background:var(--ivory)}.NotFoundExperience-module__TeJIlG__footerFrame footer{align-items:start;padding-top:clamp(46px,4.6vw,72px);padding-bottom:clamp(40px,4vw,64px)}.NotFoundExperience-module__TeJIlG__footerFrame footer>div:last-of-type{margin-top:14px}.NotFoundExperience-module__TeJIlG__heading{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:end;gap:clamp(24px,5vw,80px);margin-bottom:clamp(34px,5vw,72px);display:grid}.NotFoundExperience-module__TeJIlG__heading h2{max-width:820px;margin:0;font-size:clamp(42px,5vw,78px);line-height:.98}.NotFoundExperience-module__TeJIlG__grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.NotFoundExperience-module__TeJIlG__card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fffaf28f;min-width:0;transition:all .4s}.NotFoundExperience-module__TeJIlG__card:hover{background:#fffaf2c7;transform:translateY(-4px);box-shadow:0 26px 70px #0f0e0c1f}.NotFoundExperience-module__TeJIlG__card a{height:100%;display:block}.NotFoundExperience-module__TeJIlG__cardImage{aspect-ratio:4/4.7;background:#e7ded2;position:relative;overflow:hidden}.NotFoundExperience-module__TeJIlG__cardImage:after{opacity:.76;content:"";background:linear-gradient(#0000 38%,#0f0e0ca8),linear-gradient(45deg,#b99a5b29,#0000 58%);transition:all .4s;position:absolute;inset:0}.NotFoundExperience-module__TeJIlG__card:hover .NotFoundExperience-module__TeJIlG__cardImage:after{opacity:.96;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.NotFoundExperience-module__TeJIlG__cardImage img{object-fit:cover;transition:transform .4s}.NotFoundExperience-module__TeJIlG__card:hover .NotFoundExperience-module__TeJIlG__cardImage img{transform:scale(1.05)}.NotFoundExperience-module__TeJIlG__cardCopy{padding:clamp(22px,2.6vw,34px)}.NotFoundExperience-module__TeJIlG__cardCopy span{color:var(--gold);letter-spacing:.18em;margin-bottom:22px;font-size:12px;font-weight:800;display:block}.NotFoundExperience-module__TeJIlG__cardCopy h3{margin-bottom:14px;font-size:clamp(28px,2.4vw,42px);line-height:1}.NotFoundExperience-module__TeJIlG__cardCopy p{color:var(--gray);margin:0;line-height:1.65}@media (max-width:1100px){.NotFoundExperience-module__TeJIlG__hero,.NotFoundExperience-module__TeJIlG__heading{grid-template-columns:1fr}.NotFoundExperience-module__TeJIlG__media{min-height:520px}.NotFoundExperience-module__TeJIlG__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.NotFoundExperience-module__TeJIlG__page{--not-found-header-offset:82px}.NotFoundExperience-module__TeJIlG__hero{min-height:0;padding-top:var(--not-found-header-offset)}.NotFoundExperience-module__TeJIlG__media{min-height:clamp(300px,72vw,340px)}.NotFoundExperience-module__TeJIlG__media img{transform:none}.NotFoundExperience-module__TeJIlG__copy{padding:42px 18px 58px}.NotFoundExperience-module__TeJIlG__copy h1{margin-bottom:16px;font-size:clamp(82px,28vw,112px);line-height:.86}.NotFoundExperience-module__TeJIlG__copy h2{margin-bottom:22px;font-size:clamp(31px,9vw,42px);line-height:1.08}.NotFoundExperience-module__TeJIlG__copy>p:not(.NotFoundExperience-module__TeJIlG__eyebrow){font-size:15.5px;line-height:1.65}.NotFoundExperience-module__TeJIlG__heading h2{font-size:clamp(31px,9vw,42px);line-height:1.08}.NotFoundExperience-module__TeJIlG__eyebrow,.NotFoundExperience-module__TeJIlG__heading p{letter-spacing:.11em;margin-bottom:14px;font-size:11px}.NotFoundExperience-module__TeJIlG__actions{grid-template-columns:1fr;display:grid}.NotFoundExperience-module__TeJIlG__featured{padding:64px 18px 78px}.NotFoundExperience-module__TeJIlG__footerFrame footer{padding-top:44px}.NotFoundExperience-module__TeJIlG__grid{grid-template-columns:1fr}.NotFoundExperience-module__TeJIlG__cardImage{aspect-ratio:4/3.2}.NotFoundExperience-module__TeJIlG__cardCopy{padding:22px 18px 24px}.NotFoundExperience-module__TeJIlG__cardCopy span{margin-bottom:14px}.NotFoundExperience-module__TeJIlG__cardCopy h3{margin-bottom:10px;font-size:clamp(22px,7vw,28px);line-height:1.12}.NotFoundExperience-module__TeJIlG__cardCopy p{font-size:15.5px;line-height:1.65}}
