.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}}
.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}}
: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}}
