@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Montserrat,Segoe UI,system-ui,sans-serif;font-size:1rem;line-height:1.6;color:#2d2d2d;background-color:#fff;-webkit-font-smoothing:antialiased}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color .3s ease}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit}h1,h2,h3,h4,h5,h6{font-family:Montserrat,Segoe UI,system-ui,sans-serif;line-height:1.1;font-weight:700}.container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:2rem}.grid{display:grid;gap:2rem}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media (max-width: 768px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.section{padding-block:5rem}.section__title{font-size:2rem;margin-bottom:1rem;text-align:center}.section__subtitle{font-size:1.125rem;color:#a0a0b0;text-align:center;max-width:600px;margin-inline:auto;margin-bottom:3rem}body{background-color:#0a0a0a;color:#ede8df;font-family:Montserrat,Segoe UI,system-ui,sans-serif;font-weight:300;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.15}:root{--nav-height: 66px;--blur-height: 66px}#siteHeader:after{content:"";position:fixed;top:0;left:0;right:0;height:var(--blur-height, 66px);backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);background:#0000;z-index:150;pointer-events:none;transition:backdrop-filter .4s ease,-webkit-backdrop-filter .4s ease,background .4s ease,height .35s ease}#siteHeader.nav--scrolled:after{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:#0006}.nav{position:fixed;top:0;left:0;right:0;z-index:200;padding:1.5rem 0;transition:padding .3s ease,border-color .4s ease;border-bottom:1px solid rgba(201,168,76,0)}.nav--scrolled{padding:.85rem 0;border-bottom-color:#c9a84c40}.nav__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;max-width:1280px;margin-inline:auto;padding-inline:2rem}.nav__logo{display:flex;flex-direction:row;align-items:flex-start;line-height:1;text-decoration:none;gap:10px}.nav__logo-img{height:34px;width:34px;flex-shrink:0}.nav__logo-text{display:flex;flex-direction:column;gap:3px}.nav__logo-main{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.15rem;font-weight:700;color:#fff;letter-spacing:.18em;text-transform:uppercase}.nav__logo-sub{font-size:.5rem;font-weight:400;color:#c9a84c;letter-spacing:.45em;text-transform:uppercase}.nav__links{display:flex;align-items:center;gap:3rem;list-style:none;margin:0;padding:0}.nav__links a{color:#ffffffa6;font-size:.72rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;transition:color .15s ease;position:relative}.nav__links a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:#c9a84c;transition:width .3s ease}.nav__links a:hover,.nav__links a.active{color:#fff}.nav__links a:hover:after,.nav__links a.active:after{width:100%}@media (max-width: 992px){.nav__links{display:none}}.nav__cta{font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#c9a84c;border:1px solid rgba(201,168,76,.4);padding:.5rem 1.25rem;text-decoration:none;transition:all .15s ease;white-space:nowrap}.nav__cta:hover{background:#c9a84c;color:#000;border-color:#c9a84c}@media (max-width: 992px){.nav__cta{display:none}}.nav__burger{display:none;flex-direction:column;gap:6px;cursor:pointer;background:none;border:none;padding:.5rem;position:relative;z-index:200}.nav__burger span{display:block;width:22px;height:1px;background:#fff;transition:transform .3s ease,opacity .2s ease,width .3s ease;transform-origin:center}.nav__burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav__burger.open span:nth-child(2){opacity:0;width:0}.nav__burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 992px){.nav__burger{display:flex}}.nav__mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;right:0;bottom:0;left:0;z-index:190;gap:3rem;background:radial-gradient(ellipse at center,#0000004d,#000 70%);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);visibility:hidden;opacity:0;pointer-events:none;transition:opacity .38s ease,visibility .38s ease}.nav__mobile.open{visibility:visible;opacity:1;pointer-events:auto}.nav__mobile a{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:2.2rem;font-weight:400;color:#fffc;text-decoration:none;letter-spacing:.02em;opacity:0;transform:translateY(14px);transition:color .15s ease,opacity .5s ease,transform .5s ease}.nav__mobile a:hover{color:#e5ca82}.nav__mobile.open a{opacity:1;transform:translateY(0)}.nav__mobile.open a:nth-child(1){transition-delay:.1s}.nav__mobile.open a:nth-child(2){transition-delay:.2s}.nav__mobile.open a:nth-child(3){transition-delay:.3s}.nav__mobile .nav__mobile-close{position:absolute;top:2rem;right:2rem;font-size:1.5rem;color:#ffffffa6;cursor:pointer;background:none;border:none;line-height:1}.nav__mobile .nav__mobile-close:hover{color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Montserrat,Segoe UI,system-ui,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;padding:.9rem 2rem;cursor:pointer;border:none;transition:all .3s ease;white-space:nowrap}.btn--gold{background:#c9a84c;color:#000}.btn--gold:hover{background:#e5ca82;transform:translateY(-1px)}.btn--outline{border:1px solid rgba(201,168,76,.4);color:#c9a84c;background:none}.btn--outline:hover{background:#c9a84c14;border-color:#c9a84c}.btn--outline-light{border:1px solid rgba(255,255,255,.25);color:#ffffffd9;background:none}.btn--outline-light:hover{background:#ffffff12;border-color:#ffffff80}.btn--lg{padding:1.1rem 2.5rem;font-size:.72rem}.gold-line{width:40px;height:1px;background:#c9a84c;display:inline-block}.section{padding-block:8rem}.section__eyebrow{display:flex;align-items:center;gap:.5rem;color:#c9a84c;font-size:.65rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;margin-bottom:1rem}.section__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c9a84c;flex-shrink:0}.section__title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:400;color:#fff;line-height:1.15;margin-bottom:2rem}.section__title em{font-style:italic;color:#e5ca82}.section__header{margin-bottom:5rem}.section__cta{display:flex;justify-content:center;margin-top:5rem}.btn-label--mobile{display:none}.btn-label--desktop{display:inline}@media (max-width: 576px){.btn-label--mobile{display:inline}.btn-label--desktop{display:none}}@media (max-width: 768px){.section{padding-block:5rem}}@media (max-width: 576px){.section{padding-block:3rem}}@property --card-hover{syntax: "<number>"; inherits: false; initial-value: 0;}@keyframes anim-img1{0%{opacity:1;transform:scale(1)}16.5%{opacity:1;transform:scale(1.2)}17.5%{opacity:0}49%{opacity:0}50%{opacity:1;transform:scale(1.2)}66.5%{opacity:1;transform:scale(1)}67.5%{opacity:0}to{opacity:0}}@keyframes anim-img2{0%,15.6%{opacity:0}16.6%{opacity:1;transform:scale(1.2)}33.1%{opacity:1;transform:scale(1)}34.1%{opacity:0}65.6%{opacity:0}66.6%{opacity:1;transform:scale(1)}83.1%{opacity:1;transform:scale(1.2)}84.1%{opacity:0}to{opacity:0}}@keyframes anim-img3{0%,32.3%{opacity:0}33.3%{opacity:1;transform:scale(1)}49.8%{opacity:1;transform:scale(1.2)}50.8%{opacity:0}82.3%{opacity:0}83.3%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.prop-card{background:#121212;border:1px solid rgba(255,255,255,.07);overflow:hidden;text-decoration:none;display:block;position:relative;transform:translateY(calc(var(--card-hover) * -5px));box-shadow:0 calc(var(--card-hover) * 24px) calc(var(--card-hover) * 60px) rgb(0,0,0,calc(var(--card-hover) * .55));border-color:rgb(calc(255 - var(--card-hover) * 54),calc(255 - var(--card-hover) * 87),calc(255 - var(--card-hover) * 179),calc(.07 + var(--card-hover) * .18))}@media (hover: hover){.prop-card{transition:--card-hover .3s ease}}.prop-card:hover{--card-hover: 1}.prop-card:hover .prop-card__slide:nth-child(1){animation:anim-img1 18s ease-in-out both infinite}.prop-card:hover .prop-card__slide:nth-child(2){animation:anim-img2 18s ease-in-out both infinite}.prop-card:hover .prop-card__slide:nth-child(3){animation:anim-img3 18s ease-in-out both infinite}.prop-card__img{position:relative;height:260px;overflow:hidden;background:#1c1c1c}.prop-card__img .prop-card__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .65s ease,transform .5s ease;transform-origin:center center;will-change:transform,opacity}.prop-card__img .prop-card__slide--active{opacity:1}.prop-card__img-type{position:absolute;top:1rem;left:1rem;background:#c9a84c;color:#000;font-size:.58rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:3px 10px}.prop-card__img-status{position:absolute;top:1rem;right:1rem;font-size:.58rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:3px 10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.prop-card__img-status--sale{background:#0009;color:#ffffffe6;border:1px solid rgba(255,255,255,.12)}.prop-card__img-status--rent{background:#c9a84c26;color:#e5ca82;border:1px solid rgba(201,168,76,.3)}.prop-card__body{padding:1.5rem 2rem}.prop-card__price{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.45rem;font-weight:400;color:#fff;margin-bottom:.35rem;line-height:1}.prop-card__price small{font-family:Montserrat,Segoe UI,system-ui,sans-serif;font-size:.72rem;color:#a0a0b0;font-weight:400;margin-left:4px}.prop-card__visit-btn{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#c9a84c;border:1px solid rgba(201,168,76,.4);padding:.4rem .9rem;margin-bottom:.5rem;cursor:pointer;transition:background .3s ease,color .3s ease,border-color .3s ease}.prop-card__visit-btn:hover{background:#c9a84c;color:#000;border-color:#c9a84c}.prop-card__title{font-size:.92rem;font-weight:500;color:#ffffffd9;margin-bottom:.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prop-card__location{font-size:.75rem;color:#a0a0b0;margin-bottom:1rem;display:flex;align-items:center;gap:5px}.prop-card__location:before{content:"◎";color:#c9a84c;font-size:.65rem}.prop-card__stats{display:flex;gap:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.07);flex-wrap:wrap}.prop-card__stats span{font-size:.72rem;color:#a0a0b0;display:flex;align-items:center;gap:4px;white-space:nowrap}@media (max-width: 768px){.prop-card__img{height:220px}}@media (max-width: 767px) and (orientation: portrait){.prop-card:hover .prop-card__slide:nth-child(1),.prop-card:hover .prop-card__slide:nth-child(2),.prop-card:hover .prop-card__slide:nth-child(3){animation:none}.prop-card.prop-card--animated .prop-card__slide:nth-child(1){animation:anim-img1 24s ease-in-out both infinite}.prop-card.prop-card--animated .prop-card__slide:nth-child(2){animation:anim-img2 24s ease-in-out both infinite}.prop-card.prop-card--animated .prop-card__slide:nth-child(3){animation:anim-img3 24s ease-in-out both infinite}}.page-hero{padding-top:130px;padding-bottom:5rem;text-align:center;background:#121212;border-bottom:1px solid rgba(255,255,255,.07);position:relative}.page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 0%,rgba(201,168,76,.04) 0%,transparent 70%);pointer-events:none}.page-hero__eyebrow{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#c9a84c;font-size:.65rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;margin-bottom:1rem}.page-hero__eyebrow:before,.page-hero__eyebrow:after{content:"";display:block;width:20px;height:1px;background:#c9a84c}.page-hero__title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:400;color:#fff;margin-bottom:1rem;line-height:1.1}.page-hero__title em{font-style:italic;color:#e5ca82}.page-hero__sub{color:#a0a0b0;font-size:.9rem;font-weight:300;max-width:500px;margin-inline:auto}@media (max-width: 768px){.page-hero{padding-top:110px;padding-bottom:3rem;padding-inline:1.5rem}}.footer{background:#060606;border-top:1px solid rgba(255,255,255,.07);padding-top:5rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:5rem;padding-bottom:5rem;border-bottom:1px solid rgba(255,255,255,.07);max-width:1280px;margin-inline:auto;padding-inline:2rem}@media (max-width: 992px){.footer__grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width: 576px){.footer__grid{grid-template-columns:1fr}}.footer__logo{display:flex;flex-direction:row;align-items:flex-start;line-height:1;margin-bottom:1.5rem;gap:10px}.footer__logo-img{height:34px;width:34px;flex-shrink:0}.footer__logo-text{display:flex;flex-direction:column;gap:3px}.footer__logo span:first-child{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.3rem;font-weight:700;color:#fff;letter-spacing:.18em;text-transform:uppercase}.footer__logo span:last-child{font-size:.5rem;font-weight:400;color:#c9a84c;letter-spacing:.45em;text-transform:uppercase}.footer__desc{color:#a0a0b0;font-size:.82rem;line-height:1.9;max-width:280px}.footer h3{font-family:Montserrat,Segoe UI,system-ui,sans-serif;font-size:.6rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:#c9a84c;margin-bottom:1.5rem}.footer__links ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer__links ul a{color:#a0a0b0;font-size:.82rem;text-decoration:none;transition:color .15s ease;font-weight:300}.footer__links ul a:hover{color:#fffc}.footer__contact p{color:#a0a0b0;font-size:.82rem;line-height:2;font-weight:300}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-block:1.5rem;max-width:1280px;margin-inline:auto;padding-inline:2rem}.footer__bottom p{color:#ffffff80;font-size:.72rem;letter-spacing:.05em}@media (max-width: 768px){.footer__bottom{flex-direction:column;gap:.5rem;text-align:center}}@media (max-width: 576px){.footer__grid{gap:3rem}.footer__logo span:first-child{font-size:1.1rem}}.skeleton{background:linear-gradient(90deg,#121212 25%,#1c1c1c,#121212 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.spinner{width:36px;height:36px;border:2px solid rgba(255,255,255,.07);border-top-color:#c9a84c;border-radius:50%;animation:spin .7s linear infinite;margin-inline:auto}@keyframes spin{to{transform:rotate(360deg)}}@keyframes kenBurns{0%{transform:scale(1)}to{transform:scale(1.2)}}.carousel-dots{display:flex;align-items:center;justify-content:center;gap:8px;padding-top:2rem}.carousel-dot{width:7px;height:7px;border-radius:50%;background:#ffffff2e;border:none;cursor:pointer;padding:0;transition:all .3s ease;flex-shrink:0}.carousel-dot.active{background:#c9a84c;width:24px;border-radius:4px}.carousel-dot:hover:not(.active){background:#ffffff59}.carousel-btn{display:none;position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;align-items:center;justify-content:center;background:#0a0a0ab3;border:1px solid rgba(255,255,255,.15);color:#fff;cursor:pointer;z-index:20;transition:all .15s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.carousel-btn svg{pointer-events:none}.carousel-btn--prev{left:1rem}.carousel-btn--next{right:1rem}.carousel-btn.disabled{opacity:.25;pointer-events:none}.carousel-btn:hover:not(.disabled){background:#c9a84c;color:#000;border-color:#c9a84c}@media (max-width: 768px){.carousel-btn{display:flex}}.swipe-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;gap:0}.swipe-track::-webkit-scrollbar{display:none}.swipe-track>*{flex-shrink:0;scroll-snap-align:start}.hero-carousel{position:relative;height:580px;overflow:hidden;background:#0a0a0a}.hero-carousel__track{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-carousel__skeleton{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.hero-carousel__slide{overflow:hidden}.hero-carousel__slide-inner{position:absolute;top:0;right:0;bottom:0;left:0}.hero-carousel__slide-inner img{width:100%;height:100%;object-fit:cover;display:block;will-change:transform;transform-origin:center center}.hero-carousel__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-inline:2rem;padding-top:66px;background:linear-gradient(160deg,#0000008c,#0000002e,#0000008c);pointer-events:none}.hero-carousel__overlay .page-hero__sub{color:#fff}.hero-carousel__overlay .page-hero__eyebrow,.hero-carousel__overlay .page-hero__title{text-shadow:0 1px 12px rgba(0,0,0,.6)}.hero-carousel__overlay .page-hero__sub{text-shadow:0 1px 4px rgba(0,0,0,.35)}.hero-carousel .carousel-btn{display:flex;z-index:20;pointer-events:all}.hero-carousel .carousel-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);padding-top:0;z-index:20;white-space:nowrap;pointer-events:all}.hero-carousel__caption{position:absolute;bottom:3rem;left:2rem;max-width:620px;z-index:15}.hero-carousel__caption-title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,3vw,2.6rem);font-weight:400;color:#fff;line-height:1.15;margin-bottom:.4rem;text-shadow:0 2px 16px rgba(0,0,0,.65)}.hero-carousel__caption-sub{color:#e5ca82;font-size:.88rem;font-weight:300;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.35)}@media (max-width: 768px){.hero-carousel{height:420px}.hero-carousel__overlay{padding-top:80px}.hero-carousel .carousel-btn{display:flex}.hero-carousel__caption{bottom:2rem;left:1.5rem;max-width:calc(100% - 5rem)}.hero-carousel__caption-title{font-size:clamp(1.3rem,5vw,1.8rem)}.hero-carousel__caption-sub{font-size:.78rem}}@media (max-width: 576px){.hero-carousel{height:360px}}@keyframes kb-0{0%{transform:scale(1)}to{transform:scale(1.08) translate(-2.5%,-2%)}}@keyframes kb-1{0%{transform:scale(1)}to{transform:scale(1.08) translate(2.5%,-2%)}}@keyframes kb-2{0%{transform:scale(1)}to{transform:scale(1.07) translate(-2%,2%)}}@keyframes kb-3{0%{transform:scale(1)}to{transform:scale(1.07) translate(2%,2%)}}@keyframes kb-4{0%{transform:scale(1)}to{transform:scale(1.06) translate(-3%)}}@keyframes kb-5{0%{transform:scale(1)}to{transform:scale(1.06) translate(3%)}}@keyframes kb-6{0%{transform:scale(1)}to{transform:scale(1.09) translateY(-2.5%)}}@keyframes kb-7{0%{transform:scale(1)}to{transform:scale(1.08) translateY(2.5%)}}.hero-carousel__slide img.kb-0{animation:kb-0 12s linear forwards}.hero-carousel__slide img.kb-1{animation:kb-1 12s linear forwards}.hero-carousel__slide img.kb-2{animation:kb-2 12s linear forwards}.hero-carousel__slide img.kb-3{animation:kb-3 12s linear forwards}.hero-carousel__slide img.kb-4{animation:kb-4 12s linear forwards}.hero-carousel__slide img.kb-5{animation:kb-5 12s linear forwards}.hero-carousel__slide img.kb-6{animation:kb-6 12s linear forwards}.hero-carousel__slide img.kb-7{animation:kb-7 12s linear forwards}@media (max-width: 768px){@keyframes kb-0{0%{transform:scale(1)}to{transform:scale(1.22) translate(-3.5%,-3%)}}@keyframes kb-1{0%{transform:scale(1)}to{transform:scale(1.22) translate(3.5%,-3%)}}@keyframes kb-2{0%{transform:scale(1)}to{transform:scale(1.2) translate(-3%,3%)}}@keyframes kb-3{0%{transform:scale(1)}to{transform:scale(1.2) translate(3%,3%)}}@keyframes kb-4{0%{transform:scale(1)}to{transform:scale(1.18) translate(-4%)}}@keyframes kb-5{0%{transform:scale(1)}to{transform:scale(1.18) translate(4%)}}@keyframes kb-6{0%{transform:scale(1)}to{transform:scale(1.24) translateY(-3.5%)}}@keyframes kb-7{0%{transform:scale(1)}to{transform:scale(1.22) translateY(3.5%)}}}.filters{background:transparent;border-bottom:1px solid rgba(255,255,255,.07);padding:2rem 0;position:sticky;top:var(--nav-height, 66px);z-index:155}.filters__inner{display:flex;gap:1rem;align-items:stretch;flex-wrap:wrap;max-width:1280px;margin-inline:auto;padding-inline:2rem}@media (max-width: 768px){.filters__inner{flex-direction:column}}.filters__search{flex:1;min-width:200px;position:relative}.filters__search svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#a0a0b0;width:15px;height:15px;pointer-events:none}.filters__search input{width:100%;background:#1c1c1c;border:1px solid rgba(255,255,255,.07);color:#fff;font-family:Montserrat,Segoe UI,system-ui,sans-serif;font-size:.82rem;font-weight:300;padding:.75rem 1rem .75rem 2.75rem;outline:none;transition:border-color .15s ease}.filters__search input::placeholder{color:#a0a0b0}.filters__search input:focus{border-color:#c9a84c66}.filters select{background:#1c1c1c;border:1px solid rgba(255,255,255,.07);color:#ffffffbf;font-family:Montserrat,Segoe UI,system-ui,sans-serif;font-size:.78rem;font-weight:300;padding:.75rem 2rem .75rem 1rem;outline:none;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='rgba(255,255,255,0.35)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;transition:border-color .15s ease}.filters select option{background:#1c1c1c;color:#fff}.filters select:focus{border-color:#c9a84c66}.filters__reset{background:none;border:1px solid rgba(255,255,255,.07);color:#a0a0b0;font-family:Montserrat,Segoe UI,system-ui,sans-serif;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;padding:.75rem 1.5rem;cursor:pointer;transition:all .15s ease;white-space:nowrap}.filters__reset:hover{color:#fff;border-color:#fff3}.filters-toggle{display:none;align-items:center;justify-content:space-between;width:100%;background:none;border:none;border-bottom:1px solid rgba(255,255,255,.07);color:#fff;font-family:Montserrat,Segoe UI,system-ui,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:1.5rem 2rem;cursor:pointer}.filters-toggle span{color:#a0a0b0;font-size:.72rem;font-weight:300;text-transform:none;letter-spacing:0}.filters-toggle svg{transition:transform .3s ease;flex-shrink:0}.filters-toggle.open svg{transform:rotate(180deg)}@media (max-width: 768px){.filters-toggle{display:flex}}@media (max-width: 992px) and (min-width: 769px){.filters{top:var(--nav-height, 66px)}.filters__inner{flex-wrap:wrap;gap:.5rem}.filters__search{flex:1 1 100%}.filters select{flex:1 1 auto;min-width:140px}}@media (max-width: 768px){.filters{position:sticky;top:var(--nav-height, 66px);z-index:155;padding:0}.filters__inner{flex-direction:column;gap:.5rem;max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease;padding:0 2rem}.filters__inner.open{max-height:500px;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.07)}.filters__search,.filters select,.filters__reset{width:100%}.filters select{padding:.85rem 1rem}.filters__reset{padding:.85rem 1.5rem}}.catalogue{background:#0a0a0a}.catalogue__wrap{max-width:1280px;margin-inline:auto;padding-inline:2rem;padding-block:5rem}.catalogue__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.catalogue__count{color:#a0a0b0;font-size:.8rem;letter-spacing:.05em}.catalogue__count strong{color:#fff;font-weight:500}.catalogue__sort{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#a0a0b0}.catalogue__sort select{background:#1c1c1c;border:1px solid rgba(255,255,255,.07);color:#ffffffb3;font-family:Montserrat,Segoe UI,system-ui,sans-serif;font-size:.75rem;padding:.45rem 2rem .45rem .75rem;outline:none;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'%3E%3Cpath d='M1 1l3 3 3-3' stroke='rgba(255,255,255,0.35)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center}.catalogue__sort select option{background:#1c1c1c}.catalogue__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 992px){.catalogue__grid{grid-template-columns:repeat(2,1fr)}}.catalogue__empty{grid-column:1/-1;text-align:center;padding:8rem 0}.catalogue__empty-icon{font-size:3rem;color:#1c1c1c;display:block;margin-bottom:2rem}.catalogue__empty h3{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400;color:#ffffffb3;margin-bottom:1rem}.catalogue__empty p{color:#a0a0b0;font-size:.85rem;font-weight:300}.catalogue__loading{grid-column:1/-1;display:flex;justify-content:center;padding:5rem 0}@media (max-width: 768px){.catalogue__wrap{padding-block:3rem;padding-inline:1.5rem}.catalogue__header{flex-direction:column;align-items:flex-start;gap:.5rem}.catalogue__grid{gap:1.5rem}}@media (max-width: 576px){.catalogue__grid{grid-template-columns:1fr}}
