/* Interaction layer for the exact-lifted markup (replaces the stripped React app).
   Visuals reuse the site's own Emotion classes; this only adds behaviour chrome. */

/* === Carousel — ALL scoped to .lift-* classes my JS adds to the real
   carousel elements only. NEVER style shared mui- classes globally
   (they collide: .mui-18hbafl / .mui-k008qs are reused by other blocks). === */
/* mobile-first: full width, no breakout */
.lift-vp{overflow:hidden;cursor:grab;touch-action:pan-y;
  width:100%;padding:0;box-sizing:border-box;margin:0;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%)}
/* desktop: the 900px breakout centred within the 804 column (live values) */
@media (min-width:940px){
  .lift-vp{width:900px;padding:0 48px;margin-left:-48px;margin-right:-48px;
    -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 11%,#000 89%,transparent 100%);
    mask-image:linear-gradient(90deg,transparent 0,#000 11%,#000 89%,transparent 100%)}
}
.lift-vp.is-gallery{cursor:zoom-in}
.lift-vp.is-dragging{cursor:grabbing;user-select:none}
.lift-vp img{pointer-events:none}
.lift-track{display:flex;flex-wrap:nowrap;width:max-content;gap:0;will-change:transform}
.lift-track > *{flex-shrink:0}
.lift-track.is-rev > *{flex:0 0 402px;width:402px;padding:48px;box-sizing:content-box;
  display:flex;flex-direction:column;align-items:center;text-align:center}  /* review slide -> 498 */
.lift-track.is-gal > *{flex:0 0 482px;width:482px;padding:24px;box-sizing:content-box} /* gallery -> 530 */
@media (max-width:939px){
  .lift-track.is-rev > *{flex-basis:80vw;width:80vw;padding:24px}
  .lift-track.is-gal > *{flex-basis:82vw;width:82vw;padding:10px}
}

/* Universal runtime-injected values (genuinely shared, verified vs live):
   the centred content column, and the map (map classes are map-only). */
/* section content wrapper is full-width on live (1280 desktop / viewport mobile);
   without this it shrink-wraps to the 900 child and overflows small screens */
.mui-524s42{width:100%;box-sizing:border-box}
.mui-1oindul{width:100%;max-width:900px;margin-left:auto;margin-right:auto;
  min-width:0;box-sizing:border-box}
.mui-1klfsl3{width:100%}
.mui-qdxyj0{width:100%;height:480px;border:0;display:block}
/* Get-in-touch / link-list card centres via runtime margin:auto (missing in SSR) */
.mui-187rbdp{margin-left:auto;margin-right:auto}

/* dots — style the site's own .mui-1r0djl1 row + .mui-kpis1/.mui-zd6031 children */
.lift-dotrow,.lift-dots{display:flex;justify-content:center;gap:10px;margin-top:22px;
  color:#E9E3D8;list-style:none;padding:0}
.lift-dotrow.on-light,.lift-dots.on-light{color:#490000}
.lift-dotrow > *,.lift-dots > *{width:9px;height:9px;padding:0;border:0;border-radius:50%;
  background:currentColor;opacity:.32;cursor:pointer;transition:opacity .2s,transform .2s;
  flex:0 0 auto;list-style:none}
.lift-dotrow > *.lift-dot-active,.lift-dots > *.lift-dot-active{opacity:1;transform:scale(1.15)}

/* lightbox */
.lift-lb{position:fixed;inset:0;z-index:4000;display:flex;align-items:center;justify-content:center;
  background:rgba(31,0,0,.92);opacity:0;pointer-events:none;transition:opacity .25s}
.lift-lb.is-open{opacity:1;pointer-events:auto}
.lift-lb img{max-width:88vw;max-height:86vh;object-fit:contain;box-shadow:0 20px 60px rgba(0,0,0,.5)}
.lift-lb__btn{position:absolute;background:none;border:0;color:#E9E3D8;cursor:pointer;
  font-family:Oswald,sans-serif;line-height:1;user-select:none}
.lift-lb__close{top:24px;right:30px;font-size:38px}
.lift-lb__prev,.lift-lb__next{top:50%;transform:translateY(-50%);font-size:60px;padding:10px 22px;opacity:.8}
.lift-lb__prev:hover,.lift-lb__next:hover,.lift-lb__close:hover{opacity:1}
.lift-lb__prev{left:18px}.lift-lb__next{right:18px}
.lift-lb__count{position:absolute;bottom:24px;left:0;right:0;text-align:center;color:#E9E3D8;
  font-family:'PT Mono',monospace;font-size:.85rem;letter-spacing:.1em}
@media (max-width:600px){.lift-lb__prev,.lift-lb__next{font-size:40px;padding:6px 12px}}

/* cookie banner -> fixed card (position is normally JS-applied) */
.mui-1597sm4{position:fixed !important;right:18px;bottom:18px;left:auto;max-width:420px;
  background:#E9E3D8;color:#3F0000;padding:22px 44px 22px 22px;z-index:2500;
  box-shadow:0 8px 30px rgba(0,0,0,.3);font-size:.8rem;line-height:1.5}
.mui-1597sm4.is-dismissed{display:none}
.lift-cookie-x{position:absolute;top:10px;right:10px;width:24px;height:24px;border:0;border-radius:50%;
  background:rgba(0,0,0,.18);color:#fff;font-size:14px;line-height:24px;cursor:pointer;padding:0}
@media (max-width:600px){.mui-1597sm4{left:18px;right:18px;max-width:none}}

/* MUI base layout rules (normally applied by the stripped MUI runtime) */
/* Reviews block flex container — captured emotion rule has flex-direction/justify
   but no display, so children weren't centring (See All button drifted left). */
.mui-o1qp3f{display:flex}

/* ---------- centred flyer image (price-list pages) ---------- */
.gbm-flyer-wrap{display:flex;justify-content:center;padding:48px 24px}
.gbm-flyer{display:block;width:100%;max-width:640px;height:auto;
  box-shadow:0 18px 48px rgba(0,0,0,.35)}
@media (max-width:640px){.gbm-flyer-wrap{padding:24px 16px}}

/* ---------- editable pricing table (matches the photographed flyer style) ---------- */
.gbm-pricing{width:100%;max-width:720px;margin:0 auto;padding:48px 24px;
  font-family:'PT Mono',ui-monospace,monospace;color:#3F0000}
.gbm-pricing__title{font-family:'Oswald',sans-serif;font-weight:700;text-transform:uppercase;
  font-size:2.25rem;letter-spacing:-.00833em;text-align:center;margin:0 0 28px;color:#3F0000}
.gbm-pricing__table{border:2px solid #3F0000;background:#FBF9F9}
.gbm-pricing__head{display:flex;border-bottom:2px solid #3F0000;
  font-family:'Oswald',sans-serif;font-weight:700;text-transform:uppercase;
  font-size:1.25rem;letter-spacing:.02em}
.gbm-pricing__head .gbm-pricing__service{flex:1;padding:18px 22px;border-right:2px solid #3F0000}
.gbm-pricing__head .gbm-pricing__price{flex:0 0 30%;padding:18px 22px;text-align:right}
.gbm-pricing__section{padding:22px 22px 24px;border-bottom:2px solid #3F0000}
.gbm-pricing__section:last-of-type{border-bottom:0}
.gbm-pricing__section-title{font-family:'Oswald',sans-serif;font-weight:700;text-transform:uppercase;
  font-size:1.15rem;letter-spacing:.02em;margin:0 0 14px}
.gbm-pricing__row{display:flex;padding:6px 0;font-size:1.05rem;line-height:1.5}
.gbm-pricing__row .gbm-pricing__label{flex:1;padding-right:18px}
.gbm-pricing__row .gbm-pricing__price{flex:0 0 30%;text-align:right}
.gbm-pricing__note{padding:22px 22px 24px;font-size:1rem;line-height:1.5}
@media (max-width:640px){
  .gbm-pricing{padding:24px 16px}
  .gbm-pricing__head{font-size:1.05rem}
  .gbm-pricing__head .gbm-pricing__service,.gbm-pricing__head .gbm-pricing__price{padding:14px 16px}
  .gbm-pricing__section{padding:16px 16px 18px}
  .gbm-pricing__row{font-size:.95rem}
}
/* Page-hero text wrapper — captured rule has display:flex but no flex-direction,
   so breadcrumb + H1 laid out side-by-side instead of stacked. */
.mui-9zaaqv{flex-direction:column;align-items:center;gap:12px}
/* breathing room between dots and the See All button below them */
.mui-o1qp3f > .mui-1v6totm{margin-top:32px}
.mui-o1qp3f > .mui-1r0djl1{margin-top:22px}
.MuiSvgIcon-root{width:1em;height:1em;font-size:1.5rem;flex-shrink:0}
.MuiSvgIcon-fontSizeMedium{font-size:1.5rem}
.MuiModal-root{position:fixed;inset:0;z-index:1300}
.MuiModal-backdrop{position:fixed;inset:0;background-color:rgba(0,0,0,.5);
  -webkit-tap-highlight-color:transparent}
.MuiDialog-container{height:100%;outline:0;display:flex;align-items:center;justify-content:center}
.MuiDialog-paper{position:relative;margin:32px;max-height:calc(100% - 64px);overflow-y:auto}
.MuiPopover-paper{position:absolute;overflow:auto;min-width:16px;outline:0}

/* Treatment dialog inner styling — these Emotion classes are runtime-injected
   on the live site (absent from SSR CSS). Values matched to captured modal. */
.mui-si425x{background:#fff;color:#3F0000;width:480px;max-width:calc(100vw - 64px);border-radius:0}
.mui-eqy1f{position:relative;padding:30px 32px}
.mui-ppogfj{position:absolute;top:14px;right:14px;width:22px;height:22px;
  color:#3F0000;cursor:pointer}
.mui-uslhsf{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;
  padding-right:28px}
.mui-1tf5ycr{font-family:'PT Mono',monospace;font-size:1rem;font-weight:600;color:#3F0000}
.mui-quomjj{font-family:'PT Mono',monospace;font-size:.95rem;line-height:1.55;
  color:#3F0000;margin-top:14px;white-space:pre-line}

/* dropdown menu — Popover/link Emotion classes also runtime-injected */
.mui-112hzh2{background:#fff;color:#3F0000;border-radius:0;padding:6px 0;
  box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}
.mui-9w2228{font-family:'PT Mono',monospace;font-size:.95rem;color:#3F0000;
  padding:10px 22px;text-transform:none;justify-content:flex-start;min-width:150px}
.mui-9w2228:hover{background:rgba(63,0,0,.06)}

/* "Read More" label — Emotion class runtime-injected on live site (absent in SSR).
   Matched to captured original: PT Mono, underlined, dark maroon. */
.mui-aeiaev{font-family:'PT Mono',monospace !important;font-size:.95rem;font-weight:400;
  color:#3F0000;text-decoration:underline;text-underline-offset:2px;cursor:pointer;
  display:inline-block;width:auto}

/* mobile hamburger + drawer (JS-generated on the original) */
.lift-burger{display:none;position:fixed;top:22px;right:20px;z-index:1400;
  width:34px;height:34px;background:none;border:0;cursor:pointer;padding:6px}
.lift-burger span{display:block;width:100%;height:2px;margin:5px 0;background:#E9E3D8;
  transition:.2s}
.lift-drawer{position:fixed;inset:0;z-index:1390;background:#490000;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;
  transform:translateX(100%);transition:transform .28s ease;visibility:hidden}
.lift-drawer.is-open{transform:none;visibility:visible}
.lift-drawer__close{position:absolute;top:20px;right:24px;background:none;border:0;
  color:#E9E3D8;font-size:38px;line-height:1;cursor:pointer;font-family:Oswald,sans-serif}
.lift-drawer__link{font-family:Oswald,sans-serif;font-weight:700;text-transform:uppercase;
  font-size:1.8rem;color:#E9E3D8;padding:14px 0;letter-spacing:.02em}
.lift-drawer__link:hover{opacity:.75}
@media (max-width:899px){.lift-burger{display:block}}
@media (min-width:900px){.lift-burger,.lift-drawer{display:none}}

/* header dropdown menu reuses site's Popover classes; just position + toggle */
.lift-menu{position:absolute;z-index:1300;min-width:160px}
.lift-menu .mui-9w2228{display:block;text-align:left;width:100%}
body.lift-modal-open{overflow:hidden}
