.showroom-section__head{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:clamp(2.4rem,3.5vw,4rem);max-width:70ch}.showroom-section__head--center{align-items:center;text-align:center;margin-left:auto;margin-right:auto}.showroom-section__eyebrow{font-family:var(--font-body-family);font-size:1.1rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;color:rgba(var(--color-foreground),.6);margin:0}.showroom-section__title{font-family:var(--font-heading-family);font-weight:600;font-size:clamp(2.8rem,3.6vw,4.6rem);line-height:1.05;letter-spacing:-.02em;margin:0}.showroom-section__subtitle{font-family:var(--font-body-family);font-size:1.6rem;line-height:1.55;color:rgba(var(--color-foreground),.72);max-width:60ch;margin:0}.sr-reveal{opacity:0;transform:translateY(14px);transition:opacity .6s cubic-bezier(.2,.7,.2,1),transform .6s cubic-bezier(.2,.7,.2,1)}.sr-reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.sr-reveal{opacity:1;transform:none;transition:none}}.showroom-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body-family);font-size:1.5rem;font-weight:500;letter-spacing:.01em;padding:1.4rem 3rem;border-radius:50px;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:transform .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.showroom-btn--primary{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.showroom-btn--primary:hover{transform:translateY(-1px);background-color:rgba(var(--color-foreground),.88)}.showroom-btn--ghost{background-color:transparent;color:currentColor;border-color:currentColor}.showroom-btn--ghost:hover{transform:translateY(-1px);background-color:rgba(var(--color-foreground),.06)}.showroom-btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(var(--color-foreground),.25)}.home-hero[id],.showroom-info[id],.showroom-features[id],.showroom-visit[id],.showroom-anchor{scroll-margin-top:9rem}.showroom-anchor{display:block;width:0;height:0}.showroom-info{padding:clamp(5rem,7vw,9rem) 0}.showroom-info__layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(2rem,3vw,4rem);align-items:stretch}.showroom-info__cards{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.2rem,1.6vw,2rem)}.showroom-info__card{background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:20px;padding:clamp(1.8rem,2.2vw,2.6rem);display:flex;flex-direction:column;gap:.6rem}.showroom-info__card-label{font-family:var(--font-body-family);font-size:1.1rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:rgba(var(--color-foreground),.55);margin:0 0 .4rem}.showroom-info__card-value{font-family:var(--font-body-family);font-size:1.6rem;line-height:1.5;color:rgb(var(--color-foreground));margin:0}.showroom-info__card-value--link,.showroom-info__card-link{text-decoration:none;color:inherit}.showroom-info__card-value--link{font-weight:600}.showroom-info__card-link{font-family:var(--font-body-family);font-size:1.4rem;font-weight:500;color:rgba(var(--color-foreground),.7);text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;transition:color .2s ease;margin-top:.2rem}.showroom-info__card-link:hover{color:rgb(var(--color-foreground))}.showroom-info__map{border-radius:var(--media-radius, 20px);overflow:hidden;background-color:rgba(var(--color-foreground),.04);min-height:36rem}.showroom-info__map-frame,.showroom-info__map-frame iframe{width:100%;height:100%;min-height:36rem;border:0;display:block}.showroom-info__map-placeholder{display:flex;align-items:center;justify-content:center;height:100%;min-height:36rem;padding:2rem;text-align:center;font-family:var(--font-body-family);font-size:1.5rem;color:rgba(var(--color-foreground),.5)}.showroom-features{padding:clamp(5rem,7vw,9rem) 0}.showroom-features__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.6rem,2.4vw,3rem)}.showroom-features__card{background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:20px;padding:clamp(2.4rem,3vw,3.6rem);display:flex;flex-direction:column;gap:1rem;transition:transform .2s ease,box-shadow .2s ease}.showroom-features__card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0000000f}.showroom-features__icon{display:flex;align-items:center;justify-content:center;width:6rem;height:6rem;border-radius:50%;background-color:rgba(var(--color-foreground),.06);margin-bottom:.6rem}.showroom-features__icon img{width:3rem;height:3rem;object-fit:contain}.showroom-features__emoji{font-size:2.8rem;line-height:1}.showroom-features__card-title{font-family:var(--font-heading-family);font-weight:600;font-size:2.2rem;line-height:1.15;letter-spacing:-.01em;margin:0}.showroom-features__card-text{font-family:var(--font-body-family);font-size:1.55rem;line-height:1.55;color:rgba(var(--color-foreground),.72);margin:0}.showroom-features__empty,.showroom-gallery__empty{grid-column:1 / -1;text-align:center;font-family:var(--font-body-family);font-size:1.6rem;color:rgba(var(--color-foreground),.55);padding:4rem 0}.showroom-gallery{padding:clamp(5rem,7vw,9rem) 0}.showroom-gallery__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.2rem,1.8vw,2.2rem);grid-auto-flow:dense}.showroom-gallery__item{position:relative;display:block;padding:0;border:0;cursor:pointer;border-radius:var(--media-radius, 20px);overflow:hidden;background-color:rgba(var(--color-foreground),.04);aspect-ratio:4 / 5}.showroom-gallery__item--large{grid-column:span 2;grid-row:span 2}.showroom-gallery__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.showroom-gallery__item:hover .showroom-gallery__image{transform:scale(1.04)}.showroom-gallery__caption{position:absolute;left:1.4rem;bottom:1.4rem;padding:.7rem 1.3rem;border-radius:999px;background-color:#0b0b0b8c;color:#fff;font-family:var(--font-body-family);font-size:1.25rem;font-weight:500;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);pointer-events:none}.showroom-gallery__item:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(var(--color-foreground),.3)}.showroom-gallery__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#080808eb;padding:clamp(1.5rem,4vw,5rem)}.showroom-gallery__lightbox[hidden]{display:none}.showroom-gallery__lightbox-figure{margin:0;max-width:90vw;max-height:88vh;display:flex;flex-direction:column;align-items:center;gap:1.4rem}.showroom-gallery__lightbox-image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:12px;display:block}.showroom-gallery__lightbox-caption{color:#ffffffd9;font-family:var(--font-body-family);font-size:1.5rem;text-align:center}.showroom-gallery__lightbox-caption:empty{display:none}.showroom-gallery__lightbox-close,.showroom-gallery__lightbox-nav{position:absolute;background:#ffffff1f;color:#fff;border:0;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,transform .2s ease}.showroom-gallery__lightbox-close{top:clamp(1.5rem,3vw,3rem);right:clamp(1.5rem,3vw,3rem);width:4.8rem;height:4.8rem;font-size:3rem;line-height:1}.showroom-gallery__lightbox-nav{top:50%;transform:translateY(-50%);width:5.4rem;height:5.4rem;font-size:3.4rem;line-height:1}.showroom-gallery__lightbox-nav--prev{left:clamp(1rem,3vw,3rem)}.showroom-gallery__lightbox-nav--next{right:clamp(1rem,3vw,3rem)}.showroom-gallery__lightbox-close:hover,.showroom-gallery__lightbox-nav:hover{background:#ffffff3d}.showroom-gallery__lightbox-nav:hover{transform:translateY(-50%) scale(1.05)}.showroom-visit{padding:clamp(5rem,7vw,9rem) 0}.showroom-visit__layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:clamp(2.4rem,4vw,6rem);align-items:start}.showroom-visit__text{font-family:var(--font-body-family);font-size:1.6rem;line-height:1.6;color:rgba(var(--color-foreground),.72);margin:1.2rem 0 2.4rem}.showroom-visit__text p{margin:0}.showroom-visit__form{display:flex;flex-direction:column;gap:1.6rem}.showroom-field{display:flex;flex-direction:column;gap:.6rem}.showroom-field__row{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}.showroom-field__label{font-family:var(--font-body-family);font-size:1.35rem;font-weight:500;color:rgba(var(--color-foreground),.7)}.showroom-field__input{font-family:var(--font-body-family);font-size:1.55rem;color:rgb(var(--color-foreground));background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.18);border-radius:14px;padding:1.3rem 1.6rem;width:100%;transition:border-color .2s ease,box-shadow .2s ease}.showroom-field__input::placeholder{color:rgba(var(--color-foreground),.4)}.showroom-field__input:focus{outline:none;border-color:rgb(var(--color-foreground));box-shadow:0 0 0 3px rgba(var(--color-foreground),.12)}.showroom-field__textarea{resize:vertical;min-height:11rem}.showroom-visit__submit{align-self:flex-start;margin-top:.6rem}.showroom-visit__success,.showroom-visit__error{font-family:var(--font-body-family);font-size:1.6rem;line-height:1.5;padding:1.6rem 2rem;border-radius:14px;margin:0}.showroom-visit__success{background:#226e3c1a;color:#1f6b3b}.showroom-visit__error{background:#b0002014;color:#b00020}.showroom-visit__catalogs{background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:20px;padding:clamp(2.4rem,3vw,3.6rem)}.showroom-visit__catalogs-title{font-family:var(--font-heading-family);font-weight:600;font-size:2.4rem;line-height:1.15;letter-spacing:-.015em;margin:0 0 .8rem}.showroom-visit__catalogs-text{font-family:var(--font-body-family);font-size:1.5rem;line-height:1.5;color:rgba(var(--color-foreground),.7);margin:0 0 2rem}.showroom-visit__catalog-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.showroom-visit__catalog{display:flex;align-items:center;justify-content:space-between;gap:1.4rem;padding:1.6rem 1.8rem;border-radius:14px;background:rgba(var(--color-foreground),.04);text-decoration:none;color:inherit;transition:background-color .2s ease,transform .2s ease}.showroom-visit__catalog:hover{background:rgba(var(--color-foreground),.08);transform:translate(2px)}.showroom-visit__catalog-text{display:flex;flex-direction:column;gap:.2rem}.showroom-visit__catalog-name{font-family:var(--font-body-family);font-size:1.55rem;font-weight:600;color:rgb(var(--color-foreground))}.showroom-visit__catalog-meta{font-family:var(--font-body-family);font-size:1.3rem;color:rgba(var(--color-foreground),.55)}.showroom-visit__catalog-icon{flex-shrink:0;width:3.4rem;height:3.4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.6rem}.showroom-visit__catalog-empty{font-family:var(--font-body-family);font-size:1.5rem;color:rgba(var(--color-foreground),.55)}@media screen and (max-width:989px){.showroom-info__layout,.showroom-visit__layout{grid-template-columns:1fr}.showroom-features__grid,.showroom-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.showroom-info__cards,.showroom-features__grid,.showroom-gallery__grid{grid-template-columns:1fr}.showroom-gallery__item,.showroom-gallery__item--large{grid-column:1 / -1;grid-row:auto}.showroom-field__row{grid-template-columns:1fr}}.showroom-tour{padding-top:var(--tour-pt, 80px);padding-bottom:var(--tour-pb, 80px)}.showroom-tour__frame{position:relative;aspect-ratio:var(--tour-ratio-d, 16 / 9);border-radius:var(--media-radius, 20px);overflow:hidden;background-color:rgba(var(--color-foreground),.04);border:1px solid rgba(var(--color-foreground),.08)}.showroom-tour__iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;display:block}.showroom-tour__loader{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;cursor:pointer;background:none;display:block}.showroom-tour__thumb{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.showroom-tour__loader:hover .showroom-tour__thumb{transform:scale(1.03)}.showroom-tour__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;gap:1rem;padding:1.4rem 2.6rem;border-radius:50px;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1.5rem;font-weight:600;box-shadow:0 8px 28px #0000002e;transition:transform .2s ease,background-color .2s ease}.showroom-tour__loader:hover .showroom-tour__play{transform:translate(-50%,-50%) scale(1.04)}.showroom-tour__play-icon{font-size:1.2rem;line-height:1}.showroom-tour__loader:focus-visible{outline:none}.showroom-tour__loader:focus-visible .showroom-tour__play{box-shadow:0 0 0 3px rgba(var(--color-foreground),.3)}.showroom-tour__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;justify-items:center;gap:1rem;padding:2rem;text-align:center;font-family:var(--font-body-family);font-size:1.5rem;color:rgba(var(--color-foreground),.5)}@media screen and (max-width:749px){.showroom-tour__frame{aspect-ratio:var(--tour-ratio-m, 4 / 5)}.showroom-tour__play{padding:1.2rem 2rem;font-size:1.35rem}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/potzillas-showroom.css.map */
