.footer{background:var(--white)}.footer__inner{grid-template-columns:1fr auto 1fr;align-items:center;height:106px;display:grid}.footer__credit,.footer__legal{color:var(--ink-muted);font-size:15px;font-weight:400;line-height:21px}.footer__legal{text-align:right}.footer a{text-decoration:underline}.footer__mark{width:44px;height:36px}@media (width<=640px){.footer__inner{grid-template-columns:1fr;justify-items:center;gap:12px;height:auto;padding-block:24px}.footer__legal{text-align:center}}.header{z-index:20;background:var(--taupe-10);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);position:sticky;top:0}.header__inner{width:100%;max-width:var(--page-w);height:var(--header-h);padding:0 var(--gutter) 25px;justify-content:space-between;align-items:flex-end;margin-inline:auto;display:flex;position:relative}.header__logo{pointer-events:none;width:254px;height:108px;position:absolute;top:32px;left:50%;transform:translate(-50%)}.header__actions{gap:11px;display:flex}.nav-pill{border:1px solid var(--border);border-radius:var(--r-pill);width:81px;height:54px;color:var(--ink);justify-content:center;align-items:center;transition:background-color .16s,color .16s;display:inline-flex;position:relative}.nav-pill:hover{background:#0000000d}.nav-pill.is-selected{background:var(--taupe);color:var(--on-dark);border-color:#0000}.nav-pill.is-selected:hover{background:#857b77}.nav-pill__pip{border-radius:var(--r-pill);background:var(--pink);width:16px;height:16px;color:var(--on-dark);letter-spacing:.18px;justify-content:center;align-items:center;font-size:10px;font-weight:600;line-height:1;display:flex;position:absolute;top:12px;left:44px}@media (width<=700px){.header__inner{align-items:center;gap:8px;padding-bottom:0}.header__logo{flex:0 auto;width:auto;min-width:0;max-width:130px;height:auto;position:static;transform:none}.header__actions{gap:6px}.nav-pill{width:56px;height:46px}.nav-pill__pip{top:8px;left:30px}}.confirm-scrim{z-index:60;padding:var(--gutter);background:var(--scrim);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.confirm{border-radius:var(--r-sheet);background:var(--white);width:100%;max-width:560px;box-shadow:var(--shadow-sheet);padding:40px 44px 36px;animation:.2s cubic-bezier(.2,0,0,1) confirm-in}.confirm:focus{outline:none}@keyframes confirm-in{0%{opacity:0;transform:translateY(10px)}}.confirm__title{letter-spacing:.18px;font-size:27px;font-weight:500;line-height:43px}.confirm__message{margin-top:8px;font-size:18px;font-weight:400;line-height:30px}.confirm__actions{justify-content:flex-end;gap:12px;margin-top:32px;display:flex}@media (width<=700px){.confirm{padding:28px var(--gutter) 24px}.confirm__actions{flex-direction:column-reverse}.confirm__actions .pill{width:100%}}.date-tile{border:1px solid var(--border);border-radius:var(--r-card);width:110px;height:140px;color:var(--ink);text-align:center;background:0 0;flex-direction:column;flex:none;align-items:center;padding:20px 15px;transition:background-color .16s,color .16s,border-color .16s;display:flex;position:relative}button.date-tile:hover{background:#0000000a}.date-tile.is-selected{background:var(--taupe-selected);color:var(--on-dark);border-color:#0000}.date-tile.is-selected:hover{background:#2f2b29}.date-tile__weekday,.date-tile__month{text-transform:uppercase;font-size:16px;font-weight:500;line-height:16px}.date-tile__date{margin-block:18px;font-size:44px;font-weight:300;line-height:32px}.date-tile__pip{border-radius:var(--r-pill);background:var(--pink);width:16px;height:16px;color:var(--on-dark);justify-content:center;align-items:center;font-size:10px;font-weight:600;line-height:1;display:flex;position:absolute;top:11px;right:11px}.slot-row{border:1px solid var(--border-hairline);border-radius:var(--r-card);background:var(--white);min-height:86px;box-shadow:var(--shadow-card);justify-content:space-between;align-items:center;gap:20px;padding:21px 29px;display:flex}.slot-row__label{align-items:baseline;min-width:0;font-size:20px;font-weight:500;line-height:32px;display:flex}.slot-row__time{flex:none;width:74px}.slot-row__time.is-blue{color:var(--blue)}.slot-row__service{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.slot-row__actions{flex:none;align-items:center;gap:20px;display:flex}.slot-row__action{min-width:135px;min-height:44px;padding:7px 20px;font-size:17px}.slot-row__actions:has(.slot-row__delete) .slot-row__action{min-width:113px}.slot-row__delete{color:var(--ink-muted);justify-content:center;align-items:center;transition:color .16s;display:inline-flex}.slot-row__delete:hover{color:var(--ink)}.slot-row.is-taken .slot-row__action{background:var(--taupe-selected);color:var(--on-dark);border-color:#0000}@media (width<=700px){.slot-row{padding:16px var(--gutter);gap:12px}.slot-row__label{flex-direction:column;font-size:17px;line-height:26px}.slot-row__time{width:auto}.slot-row__action{min-width:0}.slot-row__actions{gap:12px}}.bookings{background:var(--page);padding-bottom:74px}.bookings__heading{padding-top:50px}.bookings__group{margin-top:41px}.bookings__slots{flex-direction:column;gap:10px;margin-top:41px;display:flex}.bookings__empty{max-width:590px;color:var(--ink-muted);margin-top:29px}.hero{background-position:50%;background-size:cover}.hero__inner{width:100%;max-width:var(--page-w);height:651px;margin-inline:auto;position:relative}.hero__guest{position:absolute;top:36px;left:36px}.hero__name{font-size:17px;font-weight:500;line-height:26px}.hero__meta{color:var(--ink);letter-spacing:.18px;align-items:center;gap:7px;margin-top:5px;font-size:14px;font-weight:500;line-height:21px;display:flex}.hero__meta svg{color:var(--ink-faint);flex:none}.hero__scan{object-fit:cover;width:295px;height:608px;position:absolute;top:21px;left:50%;transform:translate(-50%)}.hero__stats{letter-spacing:.18px;grid-template-columns:auto auto;column-gap:11px;margin:0;font-size:14px;line-height:25px;display:grid;position:absolute;top:36px;right:39px}.hero__stats dt{color:var(--ink);text-align:right;text-transform:uppercase;font-weight:400}.hero__stats dd{margin:0;font-weight:500}.hero__expand{position:absolute;bottom:43px;right:39px}@media (width<=700px){.hero__inner{height:auto;padding:16px var(--gutter) 24px;grid-template-columns:1fr auto;grid-template-areas:"guest stats""scan scan";gap:8px;display:grid}.hero__guest,.hero__stats,.hero__scan{position:static;transform:none}.hero__guest{grid-area:guest}.hero__stats{grid-area:stats}.hero__scan{grid-area:scan;justify-self:center;width:200px;height:360px;margin-top:8px}.hero__expand{right:var(--gutter);bottom:16px}}.metric-card{border:1px solid var(--border-hairline);border-radius:var(--r-card);background:var(--white);box-shadow:var(--shadow-card);flex-direction:column;gap:27px;padding:26px 32px 34px 34px;transition:box-shadow .16s;display:flex;position:relative}.metric-card:hover{box-shadow:var(--shadow-hover)}.metric-card:has(.metric-card__trigger:focus-visible){outline:2px solid var(--pink);outline-offset:2px}.metric-card__head{align-items:flex-start;gap:23px;display:flex}.metric-card__figures{flex-direction:column;flex:1;justify-content:space-between;min-width:0;min-height:96px;display:flex}.metric-card__trigger{font:inherit;text-align:left}.metric-card__trigger:after{border-radius:var(--r-card);content:"";position:absolute;inset:0}.metric-card__trigger:focus-visible{outline:none}.metric-card__more{flex:none;transition:background-color .16s}.metric-card:hover .metric-card__more{background:#f0eeee}.range-bar{border-radius:var(--r-tile);background:var(--track);flex:none;width:15px;height:83px;margin-top:12px;display:block;position:relative}.range-bar__pip{border-radius:27px;width:15px;height:27px;position:absolute;left:0}.range-bar__pip--amber{background:var(--amber)}.range-bar__pip--green{background:var(--green)}.metric-card__stats{grid-template-columns:1fr 1fr;gap:10px;display:grid}.metric-card__stat{border-radius:var(--r-tile);background:var(--tile);flex-direction:column;justify-content:space-between;min-height:115px;padding:20px 26px;display:flex}.metric-card__unit{color:var(--ink-muted);margin-left:5px;font-size:16px;font-weight:500}@media (width<=700px){.metric-card{gap:20px;padding:20px 22px 24px}.metric-card__stat{gap:4px;min-height:0;padding:14px 18px}}.segmented{border:1px solid var(--border);border-radius:var(--r-pill);background:var(--white);grid-template-columns:1fr 1fr;height:52px;display:grid;position:relative}.segmented__indicator{border-radius:var(--r-pill);background:var(--taupe-selected);width:calc(50% + 1px);transition:transform .22s cubic-bezier(.4,0,.2,1);position:absolute;top:-1px;bottom:-1px;left:-1px}.segmented__tab{z-index:1;border-radius:var(--r-pill);color:var(--ink);justify-content:center;align-items:center;gap:10px;font-size:18px;font-weight:500;line-height:32px;transition:color .22s;display:flex;position:relative}.segmented__tab svg{opacity:.66;flex:none}.segmented__tab.is-selected{color:var(--on-dark)}.segmented__tab.is-selected svg{opacity:1}@media (width<=700px){.segmented{height:46px}.segmented__tab{gap:6px;font-size:14px}.segmented__tab svg{width:18px;height:18px}}.service-card{border-radius:var(--r-card);background:var(--white);transition:box-shadow .16s;overflow:hidden}.service-card.is-expanded,.service-card:hover{border:1px solid var(--border-hairline);box-shadow:var(--shadow-card)}.service-card:hover{box-shadow:var(--shadow-hover)}.service-card__head{align-items:center;gap:15px;padding:10px 18px 10px 10px;display:flex;position:relative}.service-card__head:has(.service-card__toggle:focus-visible){outline:2px solid var(--pink);outline-offset:-2px;border-radius:var(--r-card)}.service-card__title{flex:1;min-width:0;font-size:20px;font-weight:500;line-height:32px}.service-card__toggle{font:inherit;text-align:left}.service-card__toggle:after{content:"";position:absolute;inset:0}.service-card__toggle:focus-visible{outline:none}.service-card__chevron{transition:background-color .16s}.service-card__head:hover .service-card__chevron{background:#f0eeee}.service-card__panel{background:var(--panel);position:relative}.service-card__photo{object-fit:cover;width:307px;height:auto;position:absolute;top:2px;bottom:0;right:0}.service-card__panel:after{background:linear-gradient(to right, var(--panel) 0%, #f5f5f500 100%);content:"";pointer-events:none;width:307px;position:absolute;top:0;bottom:0;right:0}.service-card__content{z-index:1;padding:25px 32px 36px;position:relative}.service-card__copy{max-width:704px;font-size:18px;font-weight:400;line-height:32px}.service-card__durations{color:#666;letter-spacing:.18px;margin-top:11px;font-size:16px;font-weight:500;line-height:25px}.service-card__actions{align-items:center;gap:10px;margin-top:21px;display:flex}.service-card__save{border:1px solid var(--border);border-radius:var(--r-pill);width:81px;height:54px;color:var(--ink);flex:none;justify-content:center;align-items:center;transition:color .16s,background-color .16s;display:inline-flex}.service-card__save:hover{background:#0000000a}.service-card__save.is-saved{color:var(--pink)}@media (width<=700px){.service-card__photo{width:180px}.service-card__panel:after{background:linear-gradient(to right, var(--panel) 0%, var(--panel) 45%, #f5f5f5d1 100%);width:100%}.service-card__content{padding:18px var(--gutter) 22px}.service-card__copy{font-size:16px;line-height:26px}}.sort-menu{position:relative}.sort-menu__trigger{background:var(--white);min-height:47px;padding:10px 21px 10px 27px}.sort-menu__list{z-index:10;border:1px solid var(--border);border-radius:var(--r-tile);background:var(--white);min-width:209px;box-shadow:var(--shadow-hover);padding:7px;position:absolute;top:calc(100% + 7px);right:0}.sort-menu__option{text-align:left;border-radius:6px;justify-content:space-between;align-items:center;gap:15px;width:100%;padding:10px 12px;font-size:16px;font-weight:400;display:flex}.sort-menu__option:hover{background:#0000000d}.home__metrics{z-index:1;border-radius:0 0 var(--r-sheet) var(--r-sheet);background:var(--white);padding:47px 0 52px;position:relative}.home__metric-grid{grid-template-columns:1fr 1fr;gap:11px;margin-top:49px;display:grid}.home__featured{margin-top:calc(var(--r-sheet) * -1);border-radius:0 0 var(--r-sheet) var(--r-sheet);background:var(--page);padding-bottom:49px}.home__featured-head{justify-content:space-between;align-items:center;gap:20px;padding-top:65px;display:flex}.home__services{flex-direction:column;gap:10px;margin-top:43px;display:flex}@media (width<=700px){.home__metric-grid{grid-template-columns:1fr;margin-top:24px}.home__metrics{padding:24px 0 32px}.home__featured-head{padding-top:48px}.home__services{margin-top:20px}}.saved{background:var(--page);padding-bottom:74px}.saved__heading{padding-top:50px}.saved__list{flex-direction:column;gap:10px;margin-top:47px;display:flex}.saved__empty{max-width:590px;color:var(--ink-muted);margin-top:29px}.sheet-scrim{z-index:50;background:var(--scrim);overscroll-behavior:contain;padding:176px 39px 59px;position:fixed;inset:0;overflow-y:auto}.sheet{border-radius:var(--r-sheet);background:var(--page);width:100%;max-width:945px;box-shadow:var(--shadow-sheet);margin:0 auto;animation:.26s cubic-bezier(.2,0,0,1) sheet-in;position:relative}.sheet:focus{outline:none}@keyframes sheet-in{0%{opacity:0;transform:translateY(14px)}}.sheet__close{z-index:2;background:0 0;position:absolute;top:37px;right:37px}.sheet__card{border-radius:var(--r-sheet);background:var(--white)}.sheet__title{letter-spacing:.18px;font-size:27px;font-weight:500;line-height:43px}.sheet__panel{padding:43px 54px 56px}.sheet__panel-heading{letter-spacing:.18px;text-transform:uppercase;font-size:16px;font-weight:500;line-height:25px}@media (width<=700px){.sheet-scrim{padding:24px 12px 32px}.sheet__close{top:14px;right:14px}.sheet__panel{padding:24px var(--gutter) 32px}}.metric-sheet__card{padding:45px 42px 43px 52px}.metric-sheet__head{align-items:baseline;gap:17px;display:flex}.metric-sheet__date{color:#00000080;align-items:center;gap:10px;font-size:16px;font-weight:500;line-height:25px;display:flex}.metric-sheet__date svg{color:var(--ink-faint)}.metric-sheet__summary{margin-top:21px}.metric-sheet__gauge{border:1px solid var(--border);border-radius:var(--r-card);background:var(--white);margin-top:21px;padding:22px 33px 28px 43px}.metric-sheet__reading{width:calc(33.3333% - 8px);margin-left:calc((100% - 24px) / 3 * var(--band) + 12px * var(--band));font-size:30px;font-weight:400;line-height:32px}.metric-sheet__bands{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px;display:grid}.metric-sheet__band{flex-direction:column;align-items:center;gap:9px;display:flex}.metric-sheet__track{border-radius:var(--r-tile);background:var(--track);width:100%;height:17px;display:block;position:relative}.metric-sheet__fill{border-radius:27px;width:23%;height:17px;position:absolute;top:0;left:0}.metric-sheet__fill--amber{background:var(--amber)}.metric-sheet__fill--green{background:var(--green)}.metric-sheet__detail{margin-top:29px}.metric-sheet__related{padding:37px 43px 42px}.metric-sheet__related-head{justify-content:space-between;align-items:center;padding-inline:4px;display:flex}.metric-sheet__arrows{gap:1px;margin-right:-12px;display:flex}.metric-sheet__dots{justify-content:center;gap:17px;margin-top:27px;display:flex}.metric-sheet__dot{background:#d5d0ce;border-radius:50%;width:11px;height:11px}.metric-sheet__dot.is-active{background:var(--taupe-selected)}@media (width<=700px){.metric-sheet__card{padding:28px var(--gutter)}.metric-sheet__gauge{padding:16px 16px 20px}.metric-sheet__head{flex-direction:column;align-items:flex-start;gap:4px}.metric-sheet__related{padding:24px var(--gutter) 28px}.metric-sheet__band .t-label{font-size:13px;line-height:20px}}.service-sheet__card{padding:34px 53px 52px}.service-sheet__head{align-items:center;gap:15px;padding-right:44px;display:flex}.service-sheet__save{min-height:52px;margin-left:auto;padding:10px 27px;font-size:18px;font-weight:500}.service-sheet__save.is-saved svg{color:var(--pink)}.service-sheet__body{align-items:flex-start;gap:54px;margin-top:31px;display:flex}.service-sheet__col{flex:1;min-width:0}.service-sheet__photo{object-fit:cover;border-radius:2px;flex:none;width:236px;height:236px}.service-sheet__pricing{border:1px solid var(--border);border-radius:var(--r-card);margin:26px 0 0;padding:17px 26px}.service-sheet__price-row{font-size:16px;font-weight:500;line-height:25px;display:flex}.service-sheet__price-row dt{text-transform:uppercase;flex:none;width:114px}.service-sheet__price-row dd{margin:0}.service-sheet__related-heading{margin-top:37px}.service-sheet__related{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px;display:grid}.service-sheet__related-tile{border-radius:var(--r-tile);background:var(--tile);flex-direction:column;justify-content:space-between;min-height:115px;padding:20px 26px;display:flex}.service-sheet__related-label{text-transform:uppercase}.service-sheet__panel{padding:43px 54px 56px}.service-sheet__tabs{background:0 0}.service-sheet__tab-pip{border-radius:var(--r-pill);background:var(--pink);width:16px;height:16px;color:var(--on-dark);justify-content:center;align-items:center;font-size:10px;font-weight:600;line-height:1;display:inline-flex;transform:translateY(-10px)}.service-sheet__faqs{margin-top:33px}.service-sheet__faq-q{text-align:left;justify-content:space-between;align-items:center;gap:29px;width:100%;padding:4px 0;font-size:20px;font-weight:500;line-height:32px;display:flex}.service-sheet__faq-q svg{flex:none}.service-sheet__faq-a{max-width:701px;color:var(--ink-muted);padding-bottom:10px;font-size:18px;font-weight:400;line-height:30px}.service-sheet__booking{margin-top:34px}.service-sheet__dates-head{justify-content:space-between;align-items:center;gap:20px;display:flex}.service-sheet__dates-arrows{gap:1px;margin-right:-12px;display:flex}.service-sheet__dates{scrollbar-width:none;gap:10px;margin-top:31px;margin-right:-54px;padding-bottom:4px;padding-right:54px;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 59px),#0000 100%);mask-image:linear-gradient(90deg,#000 calc(100% - 59px),#0000 100%)}.service-sheet__dates::-webkit-scrollbar{display:none}.service-sheet__time-heading{margin-top:36px}.service-sheet__slots{flex-direction:column;gap:10px;margin-top:27px;display:flex}.service-sheet__later{border-radius:var(--r-pill);background:#eee;align-items:center;gap:10px;min-height:44px;margin:36px auto 0;padding:7px 20px;font-size:17px;font-weight:500;display:flex}.service-sheet__later:hover{background:#e4e4e4}@media (width<=700px){.service-sheet__card{padding:24px var(--gutter) 28px}.service-sheet__head{flex-wrap:wrap;padding-right:44px}.service-sheet__save{margin-left:0}.service-sheet__body{flex-direction:column-reverse;gap:20px;margin-top:20px}.service-sheet__photo{width:100%;height:200px}.service-sheet__related{grid-template-columns:1fr}.service-sheet__related-tile{flex-direction:row;justify-content:space-between;align-items:baseline;min-height:0;padding:12px 18px}.service-sheet__panel{padding:24px var(--gutter) 32px}.service-sheet__dates{margin-right:calc(var(--gutter) * -1);padding-right:var(--gutter)}}:root{--taupe:#938884;--taupe-10:#9388841a;--taupe-selected:#3b3735;--brand-ink:#48413ede;--pink:#f67cf6;--blue:#0091fb;--icon-blue:#0083ec;--page:#f4f3f3;--white:#fff;--tile:#eceff1;--icon-tile:#e2f1fe;--panel:#f5f5f5;--scrim:#00000080;--ink:#000000de;--ink-muted:#0009;--ink-faint:#00000061;--on-dark:#fff;--border:#0000003b;--border-hairline:#0000001a;--track:#0000000f;--green:#00cb7d;--amber:#fda627;--shadow-card:0 2px 12px #0000001f;--shadow-hover:0 4px 20px #00000029;--shadow-sheet:0 12px 25px #00000040;--r-pill:999px;--r-card:12px;--r-tile:8px;--r-sheet:24px;--page-w:1024px;--gutter:39px;--header-h:177px;--font:"Poppins", system-ui, -apple-system, sans-serif}@media (width<=700px){:root{--gutter:18px;--header-h:120px}}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--white);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;font-size:18px;font-weight:500;line-height:32px}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;margin:0;padding:0}button:focus-visible,a:focus-visible{outline:2px solid var(--pink);outline-offset:2px}a{color:inherit}img,svg{max-width:100%;display:block}ul{margin:0;padding:0;list-style:none}h1,h2,h3{margin:0;font-weight:500}p{margin:0}.app{background:var(--white);width:100%;min-height:100vh;position:relative;overflow-x:clip}.screen{flex-direction:column;min-height:100vh;display:flex}.screen__body{flex:1}.inset{width:100%;max-width:var(--page-w);padding-inline:var(--gutter);margin-inline:auto}.t-section{font-size:22px;font-weight:500;line-height:32px}.t-card-title{font-size:18px;font-weight:500;line-height:32px}.t-label{font-size:16px;font-weight:500;line-height:32px}.t-label--tight{line-height:22px}.t-body{font-size:18px;font-weight:400;line-height:32px}.t-value-lg{font-size:44px;font-weight:300;line-height:54px}.t-value-sm{font-size:30px;font-weight:300;line-height:39px}.t-caps{letter-spacing:.18px;text-transform:uppercase;font-size:14px;font-weight:500;line-height:21px}.t-muted{color:var(--ink-muted)}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-card)}.elevated{border:1px solid var(--border-hairline);box-shadow:var(--shadow-card)}.pill{border:1px solid var(--border);border-radius:var(--r-pill);min-height:52px;color:var(--ink);background:0 0;justify-content:center;align-items:center;gap:10px;padding:10px 27px;font-size:16px;font-weight:400;line-height:27px;transition:background-color .16s,color .16s,border-color .16s;display:inline-flex}.pill:hover{background:#0000000a}.pill.is-selected{background:var(--taupe-selected);color:var(--on-dark);border-color:#0000}.pill.is-selected:hover{background:#2f2b29}.pill--dark{background:var(--taupe-selected);color:var(--on-dark);border-color:#0000;font-weight:500}.pill--dark:hover{background:#2f2b29}.fab{border:1px solid var(--border);background:var(--white);width:49px;height:49px;color:var(--ink);border-radius:100px;flex:none;justify-content:center;align-items:center;transition:background-color .16s;display:inline-flex}.fab:hover{background:#f0eeee}.fab--ghost{background:0 0}.fab--ghost:hover{background:#0000000d}.chevron-btn{width:49px;height:49px;color:var(--ink);flex:none;justify-content:center;align-items:center;transition:color .16s,opacity .16s;display:inline-flex}.chevron-btn:hover{color:var(--ink-muted)}.chevron-btn:disabled{cursor:default;opacity:.25}.icon-tile{border-radius:var(--r-tile);flex:none;justify-content:center;align-items:center;width:66px;height:66px;display:flex}.icon-tile--blue{background:var(--icon-tile)}.icon-tile--neutral{background:var(--tile)}.sr-only{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
