:root{--kraft-accent:#6f61db;--kraft-gap:18px;--kraft-radius:18px;--kraft-image-height:480px;--kraft-surface:#fff;--kraft-caption:#20242c;--kraft-review-accent:#f4a524;--kraft-review-bg:#fff;--kraft-review-text:#1b202a;--kraft-review-radius:20px;--kraft-review-gap:20px;--kraft-book-accent:#b68550;--kraft-book-bg:#fffdf8;--kraft-book-text:#24211e;--kraft-book-radius:18px;--kraft-book-gap:20px}.kraft-gallery,.kraft-reviews,.kraft-guestbook{position:relative;width:100%;color:inherit}.kraft-gallery__viewport,.kraft-reviews,.kraft-guestbook__entries{overflow:hidden}.kraft-gallery__track,.kraft-reviews__track,.kraft-guestbook__track{display:grid;gap:var(--kraft-gap)}.kraft-gallery__item{position:relative;margin:0;overflow:hidden;border-radius:var(--kraft-radius);background:var(--kraft-surface)}.kraft-gallery__item picture,.kraft-gallery__item a{display:block;width:100%;height:100%}.kraft-gallery__item img{display:block;width:100%;height:var(--kraft-image-height);object-fit:cover;transition:transform .75s cubic-bezier(.2,.72,.2,1),filter .75s}.kraft-gallery__item:hover img{transform:scale(1.025)}.kraft-gallery__item figcaption{position:absolute;right:0;bottom:0;left:0;padding:28px;color:var(--kraft-caption);background:linear-gradient(transparent,rgba(0,0,0,.62))}.kraft-gallery__placeholder{display:grid;place-items:end start;min-height:var(--kraft-image-height);padding:28px;color:#fff;background:linear-gradient(140deg,#252a39,#8a7af0)}.kraft-gallery__placeholder:nth-child(2n){background:linear-gradient(140deg,#866349,#e5c09b)}.kraft-gallery__placeholder:nth-child(3n){background:linear-gradient(140deg,#24423c,#7fb3a6)}.kraft-gallery--grid .kraft-gallery__track{grid-template-columns:repeat(var(--kraft-columns),minmax(0,1fr))}.kraft-gallery--masonry .kraft-gallery__track{display:block;columns:var(--kraft-columns);column-gap:var(--kraft-gap)}.kraft-gallery--masonry .kraft-gallery__item{break-inside:avoid;margin:0 0 var(--kraft-gap)}.kraft-gallery--masonry .kraft-gallery__item:nth-child(3n+1) img{height:calc(var(--kraft-image-height)*1.28)}.kraft-gallery--slider .kraft-gallery__track,.kraft-gallery--carousel .kraft-gallery__track{display:flex;gap:var(--kraft-gap);transition:transform var(--kraft-speed,.65s) cubic-bezier(.2,.75,.2,1);will-change:transform}.kraft-gallery--slider .kraft-gallery__item{flex:0 0 100%}.kraft-gallery--carousel .kraft-gallery__item{flex:0 0 calc((100% - (var(--kraft-columns) - 1)*var(--kraft-gap))/var(--kraft-columns))}.kraft-gallery--immersive .kraft-gallery__item{border-radius:0}.kraft-gallery--minimal .kraft-gallery__item{background:transparent}.kraft-gallery--cards .kraft-gallery__item{padding:10px;box-shadow:0 24px 70px rgba(22,27,40,.12)}.kraft-gallery__controls,.kraft-carousel-controls{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin-top:22px}.kraft-gallery__arrow,.kraft-carousel-controls button{display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid color-mix(in srgb,var(--kraft-accent) 36%,transparent);border-radius:50%;color:var(--kraft-accent);background:transparent;cursor:pointer;transition:.25s}.kraft-gallery__arrow:hover,.kraft-carousel-controls button:hover{color:#fff;background:var(--kraft-accent)}.kraft-gallery__pagination{display:flex;justify-content:center;align-items:center;gap:8px;min-height:20px}.kraft-gallery__pagination button{position:relative;width:7px;height:7px;padding:0;border:0;border-radius:50%;background:color-mix(in srgb,var(--kraft-accent) 25%,transparent);cursor:pointer}.kraft-gallery__pagination button.is-active{background:var(--kraft-accent)}.kraft-dots--line .kraft-gallery__pagination button{width:34px;height:2px;border-radius:0;overflow:hidden}.kraft-dots--line .kraft-gallery__pagination button:after{content:"";position:absolute;inset:0;background:var(--kraft-accent);transform:scaleX(0);transform-origin:left}.kraft-dots--line .kraft-gallery__pagination button.is-active:after{transform:scaleX(1);transition:transform var(--kraft-interval,4.5s) linear}.kraft-dots--progress .kraft-gallery__pagination{justify-content:flex-start;height:2px;background:color-mix(in srgb,var(--kraft-accent) 18%,transparent)}.kraft-dots--progress .kraft-gallery__pagination button{display:none}.kraft-dots--progress .kraft-gallery__pagination:before{content:"";display:block;width:var(--kraft-progress,0%);height:2px;background:var(--kraft-accent);transition:width var(--kraft-speed,.65s)}.kraft-dots--numbers .kraft-gallery__pagination button{width:auto;height:auto;color:inherit;background:transparent}.kraft-dots--numbers .kraft-gallery__pagination button:after{content:attr(data-label)}.kraft-lightbox{position:fixed;z-index:100000;inset:0;display:grid;place-items:center;padding:5vw;background:rgba(8,10,15,.92);cursor:zoom-out}.kraft-lightbox img{display:block;max-width:92vw;max-height:88vh;object-fit:contain}.kraft-reviews__track{grid-template-columns:repeat(var(--kraft-review-columns),minmax(0,1fr));gap:var(--kraft-review-gap)}.kraft-review-card{display:flex;flex-direction:column;min-height:260px;padding:28px;border:1px solid color-mix(in srgb,var(--kraft-review-text) 12%,transparent);border-radius:var(--kraft-review-radius);color:var(--kraft-review-text);background:var(--kraft-review-bg)}.kraft-review-card__head{display:flex;justify-content:space-between;gap:16px}.kraft-review-card__stars{color:var(--kraft-review-accent);letter-spacing:.08em}.kraft-review-card__source{font-size:11px;text-transform:uppercase;letter-spacing:.14em;opacity:.55}.kraft-review-card blockquote{margin:30px 0;flex:1;font:400 clamp(18px,2vw,25px)/1.45 Georgia,serif}.kraft-review-card footer{display:flex;flex-direction:column;gap:3px}.kraft-review-card footer span{font-size:12px;opacity:.55}.kraft-reviews--glass .kraft-review-card{border-color:rgba(255,255,255,.25);background:color-mix(in srgb,var(--kraft-review-bg) 72%,transparent);backdrop-filter:blur(24px);box-shadow:0 22px 60px rgba(20,25,40,.13)}.kraft-reviews--editorial .kraft-review-card{border-width:0 0 1px;border-radius:0;background:transparent}.kraft-reviews--compact .kraft-review-card{min-height:190px;padding:20px}.kraft-reviews--stack .kraft-reviews__track{grid-template-columns:1fr}.kraft-reviews--carousel .kraft-reviews__track,.kraft-guestbook--carousel .kraft-guestbook__track{display:flex;transition:transform .65s cubic-bezier(.2,.75,.2,1)}.kraft-reviews--carousel .kraft-review-card{flex:0 0 calc((100% - (var(--kraft-review-columns) - 1)*var(--kraft-review-gap))/var(--kraft-review-columns))}.kraft-carousel-controls span{height:2px;background:linear-gradient(90deg,var(--kraft-review-accent,var(--kraft-book-accent)) var(--kraft-progress,0%),rgba(120,125,140,.2) 0)}.kraft-guestbook__track{grid-template-columns:repeat(var(--kraft-book-columns),minmax(0,1fr));gap:var(--kraft-book-gap)}.kraft-guestbook-card{display:flex;flex-direction:column;gap:14px;min-height:270px;padding:30px;border:1px solid color-mix(in srgb,var(--kraft-book-text) 10%,transparent);border-radius:var(--kraft-book-radius);color:var(--kraft-book-text);background:var(--kraft-book-bg)}.kraft-guestbook-card__stars{color:var(--kraft-book-accent);letter-spacing:.08em}.kraft-guestbook-card blockquote{flex:1;margin:4px 0;font:400 21px/1.55 Georgia,serif}.kraft-guestbook-card time,.kraft-guestbook-card__location{font-size:12px;opacity:.55}.kraft-guestbook--carousel .kraft-guestbook-card{flex:0 0 calc((100% - (var(--kraft-book-columns) - 1)*var(--kraft-book-gap))/var(--kraft-book-columns))}.kraft-guestbook--wall .kraft-guestbook__track{columns:var(--kraft-book-columns);display:block}.kraft-guestbook--wall .kraft-guestbook-card{break-inside:avoid;margin-bottom:var(--kraft-book-gap);min-height:0}.kraft-guestbook--glass .kraft-guestbook-card{background:color-mix(in srgb,var(--kraft-book-bg) 70%,transparent);backdrop-filter:blur(22px);box-shadow:0 20px 60px rgba(30,25,20,.1)}.kraft-guestbook--editorial .kraft-guestbook-card{border-width:0 0 1px;border-radius:0;background:transparent}.kraft-guestbook--signature .kraft-guestbook-card strong{font:400 28px/1.2 cursive}.kraft-guestbook-form{margin-top:38px;padding:34px;border:1px solid color-mix(in srgb,var(--kraft-book-text) 12%,transparent);border-radius:var(--kraft-book-radius);color:var(--kraft-book-text);background:var(--kraft-book-bg)}.kraft-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.kraft-guestbook-form label{display:flex;flex-direction:column;gap:7px;margin-bottom:18px}.kraft-guestbook-form label>span{font-size:12px;font-weight:700}.kraft-guestbook-form input,.kraft-guestbook-form select,.kraft-guestbook-form textarea{width:100%;padding:13px 15px;border:1px solid color-mix(in srgb,var(--kraft-book-text) 18%,transparent);border-radius:10px;background:transparent}.kraft-guestbook-form button{padding:14px 22px;border:0;border-radius:999px;color:#fff;background:var(--kraft-book-accent);cursor:pointer}.kraft-consent{flex-direction:row!important;align-items:center}.kraft-consent input{width:auto}.kraft-honeypot{position:absolute!important;left:-9999px!important}.kraft-form-status{margin:12px 0 0}.kraft-empty,.kraft-gallery__empty{display:flex;flex-direction:column;gap:7px;padding:40px;border:1px dashed rgba(120,125,140,.35);text-align:center}.kraft-builder-preview{padding:14px}.kraft-builder-preview .kraft-gallery__placeholder{min-height:260px}.kraft-builder-preview .kraft-gallery__item img{height:260px}@media(max-width:980px){.kraft-gallery--grid .kraft-gallery__track,.kraft-reviews__track,.kraft-guestbook__track{grid-template-columns:repeat(min(2,var(--kraft-columns,var(--kraft-review-columns,var(--kraft-book-columns)))),minmax(0,1fr))}.kraft-gallery--carousel .kraft-gallery__item,.kraft-reviews--carousel .kraft-review-card,.kraft-guestbook--carousel .kraft-guestbook-card{flex-basis:calc((100% - var(--kraft-gap,20px))/2)}}@media(max-width:767px){.kraft-gallery--grid .kraft-gallery__track,.kraft-reviews__track,.kraft-guestbook__track,.kraft-form-grid{grid-template-columns:1fr}.kraft-gallery--carousel .kraft-gallery__item,.kraft-reviews--carousel .kraft-review-card,.kraft-guestbook--carousel .kraft-guestbook-card{flex-basis:88%}.kraft-gallery__item img{height:min(72vh,var(--kraft-image-height))}}@media(prefers-reduced-motion:reduce){.kraft-gallery__track,.kraft-reviews__track,.kraft-guestbook__track,.kraft-gallery__item img{transition:none!important}.kraft-dots--line .kraft-gallery__pagination button:after{transition:none!important}}
