@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&display=swap";.x{--x-bg: #212230;--x-surface: #2A2B3A;--x-line: rgba(240, 234, 220, .14);--x-text: #F0EADC;--x-muted: rgba(240, 234, 220, .6);--x-accent: #C9B896;background:var(--x-bg);color:var(--x-text);font-family:Cinzel,Georgia,serif;letter-spacing:.02em}.x *,.x *:before,.x *:after{box-sizing:border-box}.x h1,.x h2,.x h3,.x h4,.x .x-heading{font-family:Cinzel,Georgia,serif;font-weight:500;letter-spacing:.08em;text-transform:uppercase;margin:0}.x a{color:inherit;text-decoration:none;background:none}.x-header{position:sticky;top:0;z-index:50;background:#212230eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--x-line)}.x-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;padding:1.25rem 2.5rem}.x-header__nav{display:flex;align-items:center;gap:2rem;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase}.x-header__nav a{position:relative;padding-bottom:.2rem;opacity:.75;transition:opacity .3s ease}.x-header__nav a:hover{opacity:1}.x-header__nav a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--x-accent);transition:width .35s ease}.x-header__nav a:hover:after{width:100%}.x-header__nav--right{justify-content:flex-end}.x-header__logo{text-align:center;font-size:1.15rem;letter-spacing:.32em;white-space:nowrap}.x-header__logo img{max-height:34px;width:auto;display:block;margin:0 auto}.x-header__toggle{display:none;background:none;border:0;color:inherit;cursor:pointer;padding:0}.x-hero{position:relative;min-height:88vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.x-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.x-hero__media img,.x-hero__media video{width:100%;height:100%;object-fit:cover;display:block}.x-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#21223059,#21223099 55%,#212230f5)}.x-hero__content{position:relative;z-index:1;text-align:center;padding:3rem 1.5rem;max-width:46rem}.x-hero__eyebrow{font-size:.68rem;letter-spacing:.4em;text-transform:uppercase;color:var(--x-accent);margin-bottom:1.5rem}.x-hero__title{font-size:clamp(2.25rem,6vw,4.5rem);line-height:1.1;margin-bottom:1.5rem}.x-hero__text{font-family:Georgia,serif;font-size:1rem;line-height:1.7;color:var(--x-muted);letter-spacing:.01em;margin-bottom:2.5rem;text-transform:none}.x-btn{display:inline-block;padding:1rem 3rem;border:1px solid var(--x-accent);color:var(--x-accent);font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;transition:background .35s ease,color .35s ease}.x-btn:hover{background:var(--x-accent);color:var(--x-bg)}.x-section{padding:6rem 2.5rem}.x-section__head{text-align:center;max-width:44rem;margin:0 auto 3.5rem}.x-section__eyebrow{font-size:.65rem;letter-spacing:.4em;color:var(--x-accent);margin-bottom:1rem}.x-section__title{font-size:clamp(1.5rem,3vw,2.25rem);margin-bottom:1rem}.x-section__text{font-family:Georgia,serif;font-size:.95rem;line-height:1.8;color:var(--x-muted);text-transform:none;letter-spacing:0}.x-grid{display:grid;grid-template-columns:repeat(var(--x-columns, 4),minmax(0,1fr));gap:2.5rem 1.75rem;max-width:1500px;margin:0 auto}.x-card__media{display:block;aspect-ratio:3 / 4;overflow:hidden;background:var(--x-surface);margin-bottom:1.1rem}.x-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s cubic-bezier(.2,.6,.2,1)}.x-card:hover .x-card__media img{transform:scale(1.05)}.x-card__title{display:block;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.45rem}.x-card__price{font-family:Georgia,serif;font-size:.85rem;color:var(--x-muted);letter-spacing:.04em}.x-split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:0}.x-split__media{aspect-ratio:4 / 5;overflow:hidden}.x-split__media img{width:100%;height:100%;object-fit:cover;display:block}.x-split__body{padding:4rem 4.5rem}.x-split__body .x-section__head{text-align:left;margin:0}.x-footer{border-top:1px solid var(--x-line);padding:4.5rem 2.5rem 2.5rem}.x-footer__inner{display:grid;grid-template-columns:1.4fr repeat(2,1fr);gap:3rem;max-width:1500px;margin:0 auto 3.5rem}.x-footer__brand{font-size:1rem;letter-spacing:.3em;margin-bottom:1.25rem}.x-footer__tagline{font-family:Georgia,serif;font-size:.9rem;line-height:1.8;color:var(--x-muted);max-width:26rem;text-transform:none;letter-spacing:0}.x-footer__col-title{font-size:.68rem;letter-spacing:.24em;margin-bottom:1.25rem;color:var(--x-accent)}.x-footer__links{list-style:none;padding:0;margin:0;display:grid;gap:.8rem;font-size:.78rem;letter-spacing:.1em}.x-footer__links a{opacity:.65;transition:opacity .3s ease}.x-footer__links a:hover{opacity:1}.x-footer__bottom{border-top:1px solid var(--x-line);padding-top:2rem;max-width:1500px;margin:0 auto;display:flex;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;font-size:.68rem;letter-spacing:.14em;color:var(--x-muted)}@media screen and (max-width:999px){.x-header__inner{grid-template-columns:auto 1fr auto;padding:1rem 1.25rem}.x-header__toggle{display:block}.x-header__nav{display:none}.x-header__nav.is-open{display:flex;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:flex-start;gap:1.25rem;padding:1.75rem 1.25rem;background:var(--x-bg);border-bottom:1px solid var(--x-line)}.x-hero{min-height:78vh}.x-section{padding:4rem 1.25rem}.x-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1rem}.x-split{grid-template-columns:1fr}.x-split__body{padding:2.5rem 1.25rem 3.5rem}.x-footer__inner{grid-template-columns:1fr;gap:2.5rem}}
/*# sourceMappingURL=/cdn/shop/t/405/assets/exklusiv.css.map */
