.hl-tour{position:relative;background:var(--hl-linen);overflow:hidden}.hl-tour__stations{list-style:none;margin:0;padding:0}.hl-tour__station{position:relative;display:grid;min-height:60vh}.hl-tour__hud{display:none}.js .hl-tour__stage{position:relative;height:var(--hl-tour-height, 78svh);min-height:520px;overflow:hidden;--hl-door-w: clamp(280px, 38%, 520px);--hl-door-h: 52%}@media screen and (max-width:749px){.js .hl-tour__stage{--hl-door-w: 62%;--hl-door-h: 44%}}.js .hl-tour__station:not(:first-child){--hl-door-h: 46%}.js .hl-tour__stations{position:absolute;top:0;right:0;bottom:0;left:0}.js .hl-tour__station{position:absolute;top:0;right:0;bottom:0;left:0;min-height:0;display:block;opacity:0;visibility:hidden}.js .hl-tour__station[data-state=current],.js .hl-tour__station.is-leaving{opacity:1;visibility:visible}.hl-tour__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hl-room-tone, var(--hl-room-laundry));overflow:hidden}.hl-tour__tone{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hl-room-tone, var(--hl-room-laundry))}.js .hl-tour__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hl-tour__bg img,.hl-tour__bg video{width:100%;height:100%;object-fit:cover;display:block}.hl-tour__scrim{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(100deg,#03174c9e,#03174c4d 40%,#03174c00 72%);pointer-events:none}.hl-tour__station--center .hl-tour__scrim{background:linear-gradient(0deg,#03174c73,#03174c00 55%)}.hl-tour__station:first-child .hl-tour__scrim{background:linear-gradient(180deg,#03174c8c,#03174c2e 40%,#03174c00 66%),linear-gradient(0deg,#03174c73,#03174c00 55%)}.hl-tour__panel{position:relative;z-index:3;color:var(--hl-linen);max-width:var(--hl-page-max);margin-inline:auto;padding:4.8rem var(--hl-gutter) 3.2rem;display:flex;flex-direction:column;gap:1.2rem;align-items:flex-start;text-align:left}.hl-tour__meta{display:flex;align-items:baseline;gap:1.2rem;flex-wrap:wrap}.hl-tour__time{font-family:var(--hl-font-heading);font-style:italic;font-size:2.2rem;line-height:1;color:var(--hl-gold)}.hl-tour__heading{font-family:var(--hl-font-heading);font-weight:var(--hl-heading-weight);font-size:clamp(3.4rem,6vw,6.4rem);line-height:1.02;margin:0;max-width:18ch;color:inherit}.hl-tour__text{font-size:1.7rem;line-height:1.55;color:#f6f2ecd6;margin:0;max-width:48ch}.hl-tour__panel .hl-btn--secondary{color:var(--hl-linen);border-color:#f6f2ecb3}.hl-tour__panel .hl-btn--secondary:hover:not([disabled]){background:var(--hl-linen);color:var(--hl-navy)}.hl-tour__panel--center{align-items:center;text-align:center;color:var(--hl-navy)}.hl-tour__panel--center .hl-tour__text{color:var(--hl-muted)}.hl-tour__panel--center .hl-btn--secondary,.hl-tour__panel--center .hl-btn--secondary:hover:not([disabled]){color:var(--hl-navy);border-color:var(--hl-navy);background:transparent}.js .hl-tour__panel.hl-tour__panel--center{position:absolute;left:0;right:0;top:9%;bottom:auto;z-index:4;padding-block:0}.hl-tour__panel--center .hl-tour__heading,.hl-tour__panel--center .hl-tour__text{max-width:26ch}.hl-tour__panel--center .hl-tour__text{max-width:46ch}.hl-tour__hotspots{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none}.hl-tour__hotspot{position:absolute;transform:translate(-13px,-50%);display:inline-flex;align-items:center;gap:1.2rem;background:none;border:0;padding:0;cursor:pointer;pointer-events:auto;color:var(--hl-navy);text-align:left}.hl-tour__hotspot:before{content:"";position:absolute;left:0;top:50%;width:44px;height:44px;transform:translate(-25%,-50%);background:transparent}.hl-tour__dot{position:relative;width:26px;height:26px;border-radius:50%;background:var(--hl-gold);border:3px solid #fffaf0;box-shadow:0 4px 14px #03174c4d;flex-shrink:0}.hl-tour__dot:after{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border-radius:50%;border:2px solid rgba(185,160,61,.75);animation:hl-pulse 2.4s ease-out infinite}@keyframes hl-pulse{0%{transform:scale(.6);opacity:1}to{transform:scale(1.5);opacity:0}}@media(prefers-reduced-motion:reduce){.hl-tour__dot:after{animation:none;opacity:.5;transform:scale(1.1)}}.hl-tour__pill{background:#fffaf0;color:var(--hl-navy);font-size:1.6rem;font-weight:600;padding:1rem 1.6rem;border-radius:40px;box-shadow:0 6px 20px #03174c29;white-space:nowrap}@media screen and (max-width:749px){.hl-tour__pill{white-space:normal;max-width:calc(100vw - 32px);word-break:normal;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}}.hl-tour__hotspot[data-hl-flip=true]{flex-direction:row-reverse;transform:translate(calc(-100% + 13px),-50%)}.hl-tour__hotspot[data-hl-flip=true] .hl-tour__pill{text-align:right}.hl-tour__hotspot[data-hl-flip=true]:before{transform:translate(-75%,-50%)}.hl-tour__hotspot:hover .hl-tour__pill{background:var(--hl-navy);color:var(--hl-linen)}@media screen and (max-width:749px){.hl-tour__pill{font-size:1.35rem;padding:.8rem 1.2rem}.hl-tour__dot{width:20px;height:20px;border-width:2px}}.hl-tour__hud{position:relative;z-index:5}.js .hl-tour__hud{display:block;position:absolute;left:0;right:0;bottom:0;z-index:5;pointer-events:none;padding:2rem 0 0;background:linear-gradient(180deg,#f6f2ec00,#f6f2eceb 55%)}.hl-tour__hud-inner>*{pointer-events:auto}.hl-tour__hud-inner{max-width:var(--hl-page-max);margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:1.6rem 2.4rem;flex-wrap:wrap;padding:0 var(--hl-gutter) 2.4rem}.hl-tour__steps{display:flex;gap:.6rem;align-items:center;list-style:none;margin:0;padding:0;flex-wrap:wrap}.hl-tour__step{display:inline-flex;align-items:center;gap:.8rem;height:44px;padding:0 1.4rem;border-radius:22px;border:0;cursor:pointer;background:#03174c0f;color:var(--hl-navy);font-family:var(--hl-font-body);font-size:1.35rem;font-weight:500;transition:background-color .4s ease,color .4s ease}.hl-tour__step[aria-current=true]{background:var(--hl-navy);color:var(--hl-linen)}.hl-tour__step-time{font-family:var(--hl-font-heading);font-style:italic;font-size:1.7rem}.hl-tour__nav{display:flex;gap:1.2rem;align-items:center}.hl-tour__round{width:48px;height:48px;min-height:48px;padding:0;border-radius:50%;flex-shrink:0}.hl-tour__round[hidden]{display:none}.hl-tour__hud-left{position:relative;display:flex;align-items:center;gap:1.6rem;min-width:0}.hl-tour__pause{width:36px;height:36px;min-height:36px;flex-shrink:0;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--hl-line-strong);background:var(--hl-linen);color:var(--hl-navy);cursor:pointer}.hl-tour__pause[hidden]{display:none}.hl-tour__pause:hover{border-color:var(--hl-gold);color:var(--hl-gold)}.hl-tour__pause .hl-tour__pause-icon--play,.hl-tour__pause[aria-pressed=true] .hl-tour__pause-icon--pause{display:none}.hl-tour__pause[aria-pressed=true] .hl-tour__pause-icon--play{display:block}.hl-tour__progress{display:none;position:absolute;left:0;right:0;bottom:0;height:2px;z-index:6;background:var(--hl-gold);transform:scaleX(0);transform-origin:left center;pointer-events:none;opacity:1;transition:opacity .25s ease}.js .hl-tour.is-auto .hl-tour__progress{display:block}.hl-tour.is-moving .hl-tour__progress{opacity:0}@media screen and (max-width:989px){.hl-tour__hud-left{justify-content:center;gap:0}.hl-tour__pause{position:absolute;left:0;top:50%;margin-top:-18px}}.hl-tour__skip{font-size:1.35rem;color:var(--hl-muted);text-decoration:underline;text-underline-offset:3px;margin-right:1rem}@media screen and (max-width:989px){.js .hl-tour__hud{background:var(--hl-linen);border-radius:26px 26px 0 0;box-shadow:0 -20px 40px #03174c1f;padding:1.6rem 0 0}.hl-tour__hud-inner{padding:0 var(--hl-gutter) 2.2rem}.hl-tour__hud-inner{flex-direction:column;align-items:stretch;gap:1.2rem}.hl-tour__steps{justify-content:center;gap:.6rem}.hl-tour__step{width:12px;height:4px;padding:0;border-radius:2px;background:#03174c33;overflow:hidden;text-indent:-9999px}.hl-tour__step[aria-current=true]{width:28px;background:var(--hl-navy)}.hl-tour__nav{justify-content:space-between}.hl-tour__nav .hl-btn:not(.hl-tour__round){flex:1 1 auto}.js .hl-tour__panel{padding-block:3.2rem 22rem}}.hl-tour__door{--hl-door-cx: 50%;--hl-door-cy: 66%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;perspective:1600px}.js .hl-tour__station:not(:first-child) .hl-tour__door{opacity:0}html:not(.js) .hl-tour__door{display:none}.hl-tour__door-frame[role=button]{pointer-events:none}.hl-tour__door-frame[role=button] .hl-tour__leaf{pointer-events:auto;cursor:pointer}.hl-tour__door-frame[role=button] .hl-tour__knob,.hl-tour__door-frame[role=button] .hl-tour__leaf{transition:box-shadow .2s ease}.hl-tour__door-frame[role=button]:hover .hl-tour__knob,.hl-tour__door-frame[role=button]:focus-visible .hl-tour__knob{box-shadow:0 0 10px 2px #d8c77ed9}.hl-tour__door-frame[role=button]:hover .hl-tour__leaf--left,.hl-tour__door-frame[role=button]:focus-visible .hl-tour__leaf--left{box-shadow:inset -1px 0 #f6f2ec99}.hl-tour__door-frame[role=button]:hover .hl-tour__leaf--right,.hl-tour__door-frame[role=button]:focus-visible .hl-tour__leaf--right{box-shadow:inset 1px 0 #f6f2ec99}.hl-tour__door-frame[role=button]:focus-visible{outline:3px solid var(--hl-gold-light);outline-offset:4px}.hl-tour__door-frame{position:absolute;width:var(--hl-door-w);height:var(--hl-door-h);left:calc(var(--hl-door-cx) - var(--hl-door-w) / 2);top:calc(var(--hl-door-cy) - var(--hl-door-h) / 2);transform-style:preserve-3d;border-radius:50% 50% 0 0/16% 16% 0 0;border:1px solid var(--hl-linen);outline:3px solid var(--hl-gold);box-shadow:0 30px 60px -30px #03174c8c}.hl-tour__leaf{position:absolute;top:0;bottom:0;width:50%;background:linear-gradient(180deg,#0a2159 0%,var(--hl-navy) 55%,#021237 100%);backface-visibility:hidden;overflow:hidden}.hl-tour__leaf--left{left:0;transform-origin:left center;border-radius:50% 0 0/32% 0 0;box-shadow:inset -1px 0 #f6f2ec40}.hl-tour__leaf--right{right:0;transform-origin:right center;border-radius:0 50% 0 0/0 32% 0 0;box-shadow:inset 1px 0 #f6f2ec40}.hl-tour__panelette{position:absolute;left:16%;right:16%;box-shadow:inset 0 0 0 1px #f6f2ec59;border-radius:2px}.hl-tour__panelette:nth-of-type(1){top:12%;height:34%}.hl-tour__panelette:nth-of-type(2){top:52%;height:34%}.hl-tour__knob{position:absolute;top:52%;width:10px;height:10px;border-radius:50%;background:var(--hl-gold);transform:translateY(-50%)}.hl-tour__leaf--left .hl-tour__knob{right:7px}.hl-tour__leaf--right .hl-tour__knob{left:7px}.hl-tour__door-light{position:absolute;top:0;bottom:0;left:50%;width:0;transform:translate(-50%);opacity:0;background:linear-gradient(90deg,#fffaf000,#fffaf0e6,#fffaf000);pointer-events:none}.js .hl-tour__station.is-door-open,.js .hl-tour__station.is-camera-out{z-index:2}.js .hl-tour__station.is-camera-in,.js .hl-tour__station.is-door-close{z-index:1}.js .hl-tour__station:not(:first-child).is-door-open .hl-tour__door{animation:hl-fade-in .2s ease forwards,hl-fade-out .25s ease 1.55s forwards}.js .hl-tour__station:first-child.is-door-open .hl-tour__door{animation:hl-fade-out .25s ease 1.55s forwards}.is-door-open .hl-tour__knob{animation:hl-knob-glow .1s ease .2s forwards}.is-door-open .hl-tour__leaf--left{animation:hl-door-open-left .8s cubic-bezier(.6,0,.2,1) .3s forwards}.is-door-open .hl-tour__leaf--right{animation:hl-door-open-right .8s cubic-bezier(.6,0,.2,1) .3s forwards}.is-door-open .hl-tour__door-light{animation:hl-door-slit .8s cubic-bezier(.6,0,.2,1) .3s forwards}.is-camera-in .hl-tour__bg{animation:hl-door-through 1.15s cubic-bezier(.6,0,.2,1) .65s backwards}.is-camera-in .hl-tour__panel,.is-camera-in .hl-tour__hotspots{animation:hl-fade-in .5s ease 1.3s backwards}.is-door-open .hl-tour__bg,.is-door-open .hl-tour__scrim{display:block;animation:hl-fade-out .25s ease 1.55s forwards}.is-door-open .hl-tour__panel,.is-door-open .hl-tour__hotspots{animation:hl-fade-out .3s ease forwards}.is-camera-out .hl-tour__bg{animation:hl-door-back 1.15s cubic-bezier(.6,0,.2,1) forwards}.is-camera-out .hl-tour__panel,.is-camera-out .hl-tour__hotspots{animation:hl-fade-out .3s ease forwards}.is-camera-out .hl-tour__door{opacity:0}.js .hl-tour__station:not(:first-child).is-door-close .hl-tour__door{animation:hl-fade-in .25s ease forwards,hl-fade-out .2s ease 1.6s forwards}.is-door-close .hl-tour__leaf--left{animation:hl-door-close-left .8s cubic-bezier(.6,0,.2,1) .7s backwards}.is-door-close .hl-tour__leaf--right{animation:hl-door-close-right .8s cubic-bezier(.6,0,.2,1) .7s backwards}.is-door-close .hl-tour__door-light{animation:hl-door-slit-back .8s cubic-bezier(.6,0,.2,1) .7s backwards}.is-door-close .hl-tour__panel,.is-door-close .hl-tour__hotspots{animation:hl-fade-in .4s ease 1.4s backwards}@keyframes hl-knob-glow{0%{box-shadow:0 0 #d8c77e00}to{box-shadow:0 0 14px 4px #d8c77ed9}}@keyframes hl-door-open-left{0%{transform:rotateY(0)}to{transform:rotateY(-105deg)}}@keyframes hl-door-open-right{0%{transform:rotateY(0)}to{transform:rotateY(105deg)}}@keyframes hl-door-close-left{0%{transform:rotateY(-105deg)}to{transform:rotateY(0)}}@keyframes hl-door-close-right{0%{transform:rotateY(105deg)}to{transform:rotateY(0)}}@keyframes hl-door-slit{0%{width:0;opacity:0}55%{width:60%;opacity:.5}to{width:100%;opacity:.15}}@keyframes hl-door-slit-back{0%{width:100%;opacity:.15}45%{width:60%;opacity:.5}to{width:0;opacity:0}}@keyframes hl-door-through{0%{clip-path:inset(calc(var(--hl-door-cy, 55%) - var(--hl-door-h, 52%) / 2) calc(100% - var(--hl-door-cx, 50%) - var(--hl-door-w, 38%) / 2) calc(100% - var(--hl-door-cy, 55%) - var(--hl-door-h, 52%) / 2) calc(var(--hl-door-cx, 50%) - var(--hl-door-w, 38%) / 2) round 50% 50% 0 0 / 16% 16% 0 0);transform:scale(1.12)}to{clip-path:inset(0% 0% 0% 0% round 0% 0% 0% 0% / 0% 0% 0% 0%);transform:scale(1)}}@keyframes hl-door-back{0%{clip-path:inset(0% 0% 0% 0% round 0% 0% 0% 0% / 0% 0% 0% 0%);transform:scale(1)}to{clip-path:inset(calc(var(--hl-door-cy, 55%) - var(--hl-door-h, 52%) / 2) calc(100% - var(--hl-door-cx, 50%) - var(--hl-door-w, 38%) / 2) calc(100% - var(--hl-door-cy, 55%) - var(--hl-door-h, 52%) / 2) calc(var(--hl-door-cx, 50%) - var(--hl-door-w, 38%) / 2) round 50% 50% 0 0 / 16% 16% 0 0);transform:scale(1.12)}}@keyframes hl-fade-out{to{opacity:0}}@keyframes hl-fade-in{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.js .hl-tour__station{transition:opacity .3s ease}.hl-tour__door{display:none}.is-door-open .hl-tour__bg,.is-door-open .hl-tour__scrim,.is-door-open .hl-tour__panel,.is-door-open .hl-tour__hotspots,.is-camera-in .hl-tour__bg,.is-camera-in .hl-tour__panel,.is-camera-in .hl-tour__hotspots,.is-camera-out .hl-tour__bg,.is-camera-out .hl-tour__panel,.is-camera-out .hl-tour__hotspots,.is-door-close .hl-tour__panel,.is-door-close .hl-tour__hotspots,.js .hl-tour__station.is-door-open .hl-tour__door,.js .hl-tour__station.is-door-close .hl-tour__door{animation:none}.js .hl-tour__station.is-leaving{opacity:0}}.hl-floorplan{background:var(--hl-linen);padding-block:5.6rem 4.8rem}.hl-floorplan__inner{max-width:var(--hl-page-max);margin-inline:auto;padding-inline:var(--hl-gutter)}.hl-floorplan__intro{display:flex;flex-direction:column;align-items:center;gap:1.4rem;text-align:center;margin-bottom:4rem}.hl-floorplan__intro .hl-body{max-width:62ch}.hl-floorplan__grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media screen and (min-width:990px){.hl-floorplan__grid{grid-template-columns:minmax(52rem,1fr) minmax(0,42rem);gap:5.6rem}}.hl-floorplan__stage{position:relative;display:block;width:100%;--hl-plan-fit: 1;height:calc(470px * var(--hl-plan-fit, 1))}@media screen and (min-width:990px)and (max-width:1199px){.hl-floorplan__stage{--hl-plan-fit: .9}}.hl-floorplan__plan{position:absolute;left:50%;top:50%;width:760px;height:500px;margin:-250px 0 0 -380px;background:#efe8dc;box-shadow:30px 50px 60px #03174c2e;transform-origin:50% 50%;transform:perspective(1800px) rotateX(34deg) rotate(-8deg) scale(calc(.78 * var(--hl-plan-fit, 1)));overflow:clip;overflow-clip-margin:24px}.js .hl-floorplan__plan{opacity:.4;transform:perspective(1800px) rotateX(62deg) rotate(-14deg) scale(calc(.71 * var(--hl-plan-fit, 1)))}.js hl-floorplan.is-drawn .hl-floorplan__plan{animation:hl-plan-lift 1.6s cubic-bezier(.3,.7,.2,1) both}@keyframes hl-plan-lift{0%{transform:perspective(1800px) rotateX(62deg) rotate(-14deg) scale(calc(.71 * var(--hl-plan-fit, 1)));opacity:.4}to{transform:perspective(1800px) rotateX(34deg) rotate(-8deg) scale(calc(.78 * var(--hl-plan-fit, 1)));opacity:1}}.hl-plan__room,.hl-plan__front-door,.hl-plan__thing,.hl-plan__wall,.hl-plan__arc,.hl-plan__label{position:absolute;display:block}.hl-plan__front-door{background:#0b2260;border-left:2px solid var(--hl-gold);border-right:2px solid var(--hl-gold)}.hl-plan__wall{background:var(--hl-navy)}.hl-plan__thing{border:2.5px solid rgba(3,23,76,.38)}.hl-plan__thing--fill{background:#03174c1a;border-color:#03174c52}.hl-plan__thing--solid{background:var(--hl-navy);border:0}.hl-plan__thing--ring:after{content:"";position:absolute;top:20%;right:20%;bottom:20%;left:20%;border-radius:50%;border:2.5px solid rgba(3,23,76,.38)}.hl-plan__arc{border:0 solid rgba(3,23,76,.48)}.hl-plan__arc--tr{border-top-width:2px;border-right-width:2px;border-radius:0 100% 0 0}.hl-plan__arc--tl{border-top-width:2px;border-left-width:2px;border-radius:100% 0 0}.hl-plan__arc--bl{border-bottom-width:2px;border-left-width:2px;border-radius:0 0 0 100%}.hl-plan__label{font-family:var(--hl-font-heading);font-size:36px;line-height:1.1;color:var(--hl-navy);white-space:nowrap}.hl-plan__label--entrance{font-family:var(--hl-font-body);font-size:12px;font-weight:600;letter-spacing:.2em;color:var(--hl-gold)}.hl-floorplan__zone{position:absolute;display:block;border-radius:4px;z-index:1}.hl-floorplan__zone:hover{background:#b9a03d1a}.hl-floorplan__zone:focus-visible{outline:2px solid var(--hl-gold);outline-offset:2px}.hl-floorplan__spot{position:absolute;transform:translate(-50%,-50%);z-index:2}.hl-floorplan__marker{display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border-radius:50%;background:var(--hl-gold);color:var(--hl-navy);border:3px solid #fffaf0;font-family:var(--hl-font-body);font-size:13px;font-weight:600;line-height:1;cursor:pointer;box-shadow:0 4px 12px #03174c40;transform:rotate(8deg) scaleY(1.2062);transform-origin:50% 50%;transition:background-color .2s ease,color .2s ease}.js .hl-floorplan__marker{opacity:0}.js hl-floorplan.is-drawn .hl-floorplan__marker{animation:hl-marker-in .5s ease forwards;animation-delay:calc(1.2s + var(--hl-marker-delay, 0ms))}@keyframes hl-marker-in{0%{opacity:0;scale:.6}to{opacity:1;scale:1}}.hl-floorplan__marker:after{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;border:2px solid rgba(185,160,61,.7);animation:hl-pulse 2.4s ease-out infinite;animation-delay:var(--hl-marker-delay, 0ms);pointer-events:none}.hl-floorplan__marker:hover,.hl-floorplan__marker[aria-expanded=true],.hl-floorplan__spot.is-active .hl-floorplan__marker{background:var(--hl-navy);color:var(--hl-gold)}.hl-floorplan__spot.is-active .hl-floorplan__marker:after{border-color:var(--hl-gold);animation:none;opacity:1}.hl-floorplan__cards{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none}.hl-floorplan__card{position:absolute;left:0;top:0;width:44rem;max-width:88vw;background:var(--hl-card);border:1px solid var(--hl-line);box-shadow:0 16px 36px #03174c29;padding:1.4rem 1.6rem;display:none;flex-direction:row;align-items:flex-start;gap:1.4rem;pointer-events:auto}.hl-floorplan__card{transform:none}.hl-floorplan__card-body{display:flex;flex-direction:column;gap:.6rem;min-width:0;flex:1 1 auto}.hl-floorplan__card.is-open{display:flex}.hl-floorplan__card-media{aspect-ratio:1 / 1;background:#fff;overflow:hidden;flex:0 0 18rem;width:18rem}.hl-floorplan__card-media img{width:100%;height:100%;object-fit:contain;display:block}.hl-floorplan__card-variant{display:flex;align-items:center;gap:.6rem;margin:.3rem 0 0;font-size:1.35rem;font-weight:700}.hl-floorplan__card-dot{width:1.2rem;height:1.2rem;border-radius:50%;flex:0 0 auto;background:var(--hl-swatch, var(--hl-linen));border:1px solid rgba(3,23,76,.2)}.hl-floorplan__card-price--gone{color:var(--hl-muted)}.hl-floorplan__card-title{font-size:1.5rem;font-weight:600;margin:0;line-height:1.3}.hl-floorplan__card-text{font-size:1.3rem;line-height:1.5;color:var(--hl-muted);margin:0}.hl-floorplan__card-price{font-size:1.5rem;font-weight:600;margin:0}@media screen and (max-width:749px){.hl-floorplan__stage{--hl-plan-fit: .45;height:auto}.hl-floorplan__plan{top:calc(250px * var(--hl-plan-fit, 1));transform:perspective(1800px) rotateX(24deg) rotate(-4deg) scale(calc(.9 * var(--hl-plan-fit, 1)))}.js .hl-floorplan__plan{transform:perspective(1800px) rotateX(50deg) rotate(-10deg) scale(calc(.82 * var(--hl-plan-fit, 1)))}.js hl-floorplan.is-drawn .hl-floorplan__plan{animation-name:hl-plan-lift-mobile}.hl-floorplan__marker{width:54px;height:54px;font-size:22px;border-width:5px;transform:rotate(4deg) scaleY(1.0946)}.hl-floorplan__marker:before{content:"";position:absolute;top:-20px;right:-7px;bottom:-20px;left:-7px}.hl-floorplan__cards{position:static;pointer-events:auto;padding-top:calc(500px * var(--hl-plan-fit, 1))}.hl-floorplan__card{position:static;width:auto;max-width:none;transform:none;margin-top:1.6rem}.hl-floorplan__card{flex-direction:column;align-items:stretch}.hl-floorplan__card-media{flex:0 0 auto;width:100%}}@media screen and (min-width:500px)and (max-width:749px){.hl-floorplan__stage{--hl-plan-fit: .62}}@keyframes hl-plan-lift-mobile{0%{transform:perspective(1800px) rotateX(50deg) rotate(-10deg) scale(calc(.82 * var(--hl-plan-fit, 1)));opacity:.4}to{transform:perspective(1800px) rotateX(24deg) rotate(-4deg) scale(calc(.9 * var(--hl-plan-fit, 1)));opacity:1}}@media(prefers-reduced-motion:reduce){.js .hl-floorplan__plan{opacity:1;transform:perspective(1800px) rotateX(34deg) rotate(-8deg) scale(calc(.66 * var(--hl-plan-fit, 1)))}.js hl-floorplan.is-drawn .hl-floorplan__plan{animation:none}.js .hl-floorplan__marker{opacity:1}.js hl-floorplan.is-drawn .hl-floorplan__marker{animation:none}.hl-floorplan__marker:after{animation:none;opacity:.45}}@media(prefers-reduced-motion:reduce)and (max-width:749px){.js .hl-floorplan__plan{transform:perspective(1800px) rotateX(24deg) rotate(-4deg) scale(calc(.9 * var(--hl-plan-fit, 1)))}}.hl-floorplan__list{list-style:none;margin:0;padding:0}.hl-floorplan__row{display:flex;gap:1.6rem;align-items:baseline;padding:1.4rem 0;border-top:1px solid var(--hl-line)}.hl-floorplan__row:last-child{border-bottom:1px solid var(--hl-line)}.hl-floorplan__row.is-active .hl-num,.hl-floorplan__row:hover .hl-num{color:var(--hl-navy)}.hl-floorplan__row.is-active{background:#b9a03d14}.hl-floorplan__row-body{flex:1 1 auto;display:flex;flex-direction:column;gap:.2rem;min-width:0}.hl-floorplan__row-name{font-size:1.6rem;font-weight:600}.hl-floorplan__row-room{font-size:1.3rem;color:var(--hl-muted)}.hl-floorplan__row-price{font-size:1.5rem;font-weight:600;white-space:nowrap}.hl-floorplan__more{display:flex;gap:1rem;align-items:center;margin-top:2.2rem;font-size:1.35rem;color:var(--hl-muted)}.hl-floorplan__more svg{width:18px;height:18px;color:var(--hl-gold);flex-shrink:0}.hl-room{background:var(--hl-room-tone, var(--hl-room-laundry));padding-block:6.4rem;scroll-margin-top:96px}@media screen and (min-width:990px){.hl-room{scroll-margin-top:124px}}@media screen and (min-width:990px){.hl-room{padding-block:10rem}}.hl-room__inner{max-width:var(--hl-page-max);margin-inline:auto;padding-inline:var(--hl-gutter);display:flex;flex-direction:column;gap:4rem}.hl-room__head{display:flex;justify-content:space-between;align-items:flex-end;gap:2.4rem;flex-wrap:wrap}.hl-room__title{font-family:var(--hl-font-heading);font-weight:var(--hl-heading-weight);font-size:clamp(3.6rem,6vw,6.4rem);line-height:1;margin:.8rem 0 0}.hl-room__subline{font-size:1.7rem;color:var(--hl-muted);margin:0}.hl-room__grid,.hl-room__notes{display:grid;grid-template-columns:minmax(0,52rem);justify-content:center;gap:2.4rem}.hl-room__notes{gap:0 2.4rem;margin-top:1.2rem}@media screen and (min-width:750px){.hl-room__grid,.hl-room__notes{grid-template-columns:repeat(2,minmax(0,52rem));justify-content:center}}@media screen and (min-width:990px){.hl-room__grid,.hl-room__notes{grid-template-columns:repeat(var(--hl-room-cols, 3),minmax(0,1fr))}}.hl-room__variant-hint{font-size:1.2rem;line-height:1.45;color:var(--hl-navy);background:var(--hl-note);border-left:3px solid var(--hl-gold);padding:.8rem 1.2rem;margin:0 0 1rem}.hl-room__cta{margin:2.4rem 0 0;text-align:center}.hl-room__cta--card{margin:1.2rem 0 0;text-align:left}.hl-room__cta-link{display:inline-flex;align-items:baseline;gap:.8rem;font-size:1.5rem;font-weight:600;color:var(--hl-navy);text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;text-decoration-color:var(--hl-line-strong)}.hl-room__cta-link:hover{color:var(--hl-navy);text-decoration-color:var(--hl-gold)}.hl-room__cta-arrow{color:var(--hl-gold);margin-left:.6rem;display:inline-block;transition:transform .2s ease}.hl-room__cta-link:hover .hl-room__cta-arrow{transform:translate(3px)}@media(prefers-reduced-motion:reduce){.hl-room__cta-arrow{transition:none}}.hl-room__roomlink{margin:1.6rem 0 0;font-size:1.5rem}.hl-room__roomlink-link{font-weight:600;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:.2rem}.hl-product__tax-note--all{margin:1.2rem 0 0;font-size:1.3rem;color:var(--hl-muted)}.hl-card{display:flex;flex-direction:column;min-width:0;max-width:52rem;width:100%}.hl-card__media{position:relative;background:var(--hl-card-media-bg, transparent);aspect-ratio:1 / 1;overflow:hidden}.hl-card__media-link{display:block;width:100%;height:100%}.hl-card__media img{width:100%;height:100%;object-fit:contain;display:block}.hl-card__placeholder{width:100%;height:100%}.hl-card__badge{position:absolute;left:1.6rem;top:1.6rem;background:var(--hl-navy);color:var(--hl-linen);padding:.7rem 1.4rem;border-radius:20px;font-size:1.15rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600}.hl-card__body{padding:1.6rem;display:flex;flex-direction:column;gap:.9rem;flex:1 1 auto}@media screen and (max-width:749px){.hl-card__body{padding:1.2rem}}.hl-card__name{font-family:var(--hl-font-heading);font-weight:var(--hl-heading-weight);font-size:2rem;line-height:1.15;margin:0;word-break:normal;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hl-card__name a,.hl-card__name-variant{word-break:normal;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media screen and (max-width:479px){.hl-card__name{font-size:1.7rem;line-height:1.3}}.hl-card__name-variant{font-weight:700}.hl-card__name-sep{opacity:.55}.hl-room__grid>*{display:flex;flex-direction:column}.hl-room__grid .hl-card{flex:1 1 auto}.hl-card__options{display:flex;flex-direction:column;gap:.8rem;margin-top:.2rem}.hl-card__option-row{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.hl-card__option-name{font-size:1.15rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:var(--hl-muted);flex:0 0 auto;min-width:5.5rem}.hl-card__chips{display:flex;flex-wrap:wrap;gap:.8rem;list-style:none;margin:0;padding:0}.hl-chip-cell{display:flex;list-style:none}.hl-chip.hl-chip--swatch{width:2.2rem;height:2.2rem;min-width:0;padding:0;border-radius:50%;background:var(--hl-swatch, var(--hl-linen));border:1px solid var(--hl-line-strong)}button.hl-chip--swatch{cursor:pointer;position:relative}button.hl-chip--swatch:after{content:"";position:absolute;top:-.6rem;right:-.6rem;bottom:-.6rem;left:-.6rem;border-radius:50%}@media screen and (max-width:989px){button.hl-chip--swatch:after{top:-1.1rem;right:-.4rem;bottom:-1.1rem;left:-.4rem;border-radius:0}}button.hl-chip--swatch[aria-pressed=true]{cursor:default}.hl-card__name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;min-height:2.5em}.hl-card__variant-line{display:flex;align-items:center;gap:.8rem;margin:.2rem 0 0;font-size:1.5rem;font-weight:600}.hl-card__variant-dot{width:1.4rem;height:1.4rem;border-radius:50%;flex-shrink:0;background:var(--hl-swatch, var(--hl-linen));border:1px solid var(--hl-line-strong)}.hl-card__name{font-size:1.7rem}.hl-card__price-row{display:flex;align-items:baseline;gap:.8rem;flex-wrap:wrap;margin-top:auto;padding-top:.2rem}.hl-card__price{font-size:1.9rem;font-weight:600}.hl-card__hover [aria-disabled=true],.hl-card__hover button[disabled]{background:#03174c0f;border-color:transparent;color:var(--hl-muted);box-shadow:none;cursor:default;opacity:1}.hl-card__hover{position:absolute;left:0;right:0;bottom:0;padding:1rem;display:flex;gap:1rem}.hl-card__hover .hl-btn,.hl-card__hover form{flex:1 1 auto;min-width:0}@media(hover:hover)and (pointer:fine){.hl-card__hover{opacity:0;visibility:hidden;transform:translateY(.6rem);transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s}.hl-card:hover .hl-card__hover,.hl-card:focus-within .hl-card__hover{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .18s ease,transform .18s ease,visibility 0s}}@media(prefers-reduced-motion:reduce){.hl-card__hover{transition:none;transform:none}}.hl-bundle__buy{display:flex;flex-direction:column;gap:1.6rem}.hl-bundle__options{display:flex;flex-direction:column;gap:.8rem}.hl-bundle__option-row{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.hl-bundle__option-name{font-size:1.15rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:var(--hl-gold-light);flex:0 0 auto;min-width:7rem}.hl-bundle__chips{display:flex;flex-wrap:wrap;gap:.8rem}.hl-bundle__chip{cursor:pointer;background:#ffffff14;border-color:#f6f2ec59;color:var(--hl-linen);display:inline-flex;align-items:center;gap:.7rem}.hl-swatch-dot{display:inline-block;width:1.2rem;height:1.2rem;border-radius:50%;flex-shrink:0;background:var(--hl-swatch, var(--hl-linen));box-shadow:inset 0 0 0 1px var(--hl-line-strong)}.hl-bundle__chip-dot{box-shadow:inset 0 0 0 1px #f6f2ec8c}.hl-bundle__input:checked+.hl-bundle__chip{background:var(--hl-linen);border-color:var(--hl-linen);color:var(--hl-navy);font-weight:600}.hl-bundle__input:checked+.hl-bundle__chip .hl-bundle__chip-dot{box-shadow:inset 0 0 0 1px var(--hl-line-strong)}.hl-bundle__input:focus-visible+.hl-bundle__chip{outline:2px solid var(--hl-gold);outline-offset:2px}.hl-bundle{background:var(--hl-navy);color:var(--hl-linen)}.hl-bundle__inner{max-width:var(--hl-page-max);margin-inline:auto;padding:4.4rem var(--hl-gutter);display:grid;grid-template-columns:1fr;gap:2.4rem;align-items:center}@media screen and (min-width:990px){.hl-bundle__inner{grid-template-columns:minmax(0,4fr) minmax(0,5fr) minmax(0,3fr);gap:3.2rem}}.hl-bundle__media{display:flex;align-items:center;gap:1.6rem}.hl-bundle__thumb{flex:1 1 0;aspect-ratio:1 / 1;background:var(--hl-navy-soft);overflow:hidden}.hl-bundle__thumb img{width:100%;height:100%;object-fit:cover;display:block}.hl-bundle__thumb img[hidden]{display:none}.hl-bundle__plus{color:var(--hl-gold-light);font-size:2.4rem;flex-shrink:0}.hl-bundle__badge{display:inline-flex;align-items:center;gap:.8rem;color:var(--hl-gold-light);font-size:1.2rem;letter-spacing:.22em;text-transform:uppercase;font-weight:600}.hl-bundle__badge .hl-logo{width:22px;height:auto;color:var(--hl-gold-light)}.hl-bundle h2,.hl-bundle h3,.hl-bundle__title{color:var(--hl-linen)}.hl-bundle__title{font-family:var(--hl-font-heading);font-weight:var(--hl-heading-weight);font-size:clamp(2.8rem,4vw,4.4rem);line-height:1.04;margin:1rem 0 .8rem}.hl-bundle__text{font-size:1.55rem;line-height:1.6;color:#f6f2ecd1;margin:0}.hl-bundle__price-row{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap}.hl-bundle__price{font-size:2.6rem;font-weight:600}.hl-bundle__note{font-size:1.35rem;color:#f6f2ecbf;margin:.6rem 0 1.6rem}.hl-bundle .hl-btn--gold{background:var(--hl-gold);color:var(--hl-navy);border-color:var(--hl-gold)}.hl-bundle .hl-btn--gold:hover:not([disabled]){background:var(--hl-gold-light);border-color:var(--hl-gold-light);color:var(--hl-navy)}.hl-bundle .hl-product__tax-note{color:#f6f2ecbf}.hl-shipping-bar{background:var(--hl-linen);border-bottom:1px solid var(--hl-line)}.hl-shipping-bar__inner{max-width:var(--hl-page-max);margin-inline:auto;padding:4rem var(--hl-gutter);display:flex;justify-content:center;align-items:center;gap:1.8rem;flex-wrap:wrap;text-align:center}.hl-shipping-bar svg{width:26px;height:26px;color:var(--hl-gold);flex-shrink:0}.hl-shipping-bar__headline{font-family:var(--hl-font-heading);font-weight:var(--hl-heading-weight);font-size:clamp(2.4rem,3vw,3rem);margin:0}.hl-shipping-bar__note{font-size:1.6rem;color:var(--hl-muted);margin:0}.hl-shipping-bar__inner--points{list-style:none;padding-block:2.2rem;display:grid;grid-template-columns:repeat(var(--hl-shipping-cols, 4),minmax(0,1fr));gap:1.2rem 2.4rem;align-items:center;text-align:left}.hl-shipping-bar__inner--points[data-count="1"]{--hl-shipping-cols: 1}.hl-shipping-bar__inner--points[data-count="2"]{--hl-shipping-cols: 2}.hl-shipping-bar__inner--points[data-count="3"]{--hl-shipping-cols: 3}.hl-shipping-bar__point{display:flex;align-items:center;gap:1rem;min-width:0}.hl-shipping-bar__point-text{font-size:1.6rem;line-height:1.35;min-width:0}@media screen and (max-width:749px){.hl-shipping-bar__inner--points{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem 1.2rem;padding-block:.8rem;align-items:start}.hl-shipping-bar__inner--points .hl-shipping-bar__point svg{width:16px;height:16px}.hl-shipping-bar__point{gap:.6rem;align-items:flex-start}.hl-shipping-bar__point-text{font-size:1.1rem;line-height:1.3}}.hl-faq{background:var(--hl-linen);padding-block:6.4rem}@media screen and (min-width:990px){.hl-faq{padding-block:9rem}}.hl-faq__inner{max-width:var(--hl-page-max);margin-inline:auto;padding-inline:var(--hl-gutter);display:grid;grid-template-columns:1fr;gap:3.2rem}@media screen and (min-width:990px){.hl-faq__inner{grid-template-columns:minmax(0,4fr) minmax(0,7fr);gap:2.4rem 6rem}}.hl-faq__items{display:grid;grid-template-columns:1fr;gap:3rem 3.2rem}@media screen and (min-width:750px){.hl-faq__items{grid-template-columns:repeat(2,minmax(0,1fr))}}.hl-faq__item{display:flex;flex-direction:column;gap:.8rem;border-top:1px solid var(--hl-line-strong);padding-top:1.8rem}.hl-faq__question{font-size:1.7rem;font-weight:600;margin:0}.hl-faq__answer{font-size:1.5rem;line-height:1.55;color:var(--hl-muted);margin:0}.hl-faq__chips{display:flex;flex-wrap:wrap;gap:.8rem;list-style:none;margin:0;padding:0}.hl-quick{display:flex;flex-direction:column;height:100%;min-height:0}.hl-quick__head{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:2.2rem 1.2rem 2.2rem 2.4rem;flex-shrink:0}.hl-quick__body{flex:1 1 auto;overflow-y:auto;padding:0 2.4rem 2.4rem;display:flex;flex-direction:column;gap:1.6rem;min-height:0}[data-hl-quick-content]{display:flex;flex-direction:column;gap:1.6rem}@media screen and (min-width:990px){[data-hl-quick-content]{display:grid;grid-template-columns:minmax(52rem,1.2fr) minmax(0,1fr);gap:3.2rem;align-items:start}}.hl-quick__info{display:flex;flex-direction:column;gap:1.6rem;min-width:0}.hl-quick__media{aspect-ratio:1 / 1;background:#fff;overflow:hidden}.hl-quick__media img{width:100%;height:100%;object-fit:contain;display:block}.hl-quick__name{font-family:var(--hl-font-heading);font-weight:var(--hl-heading-weight);font-size:3.2rem;line-height:1.05;margin:0}.hl-quick__field{display:flex;flex-direction:column;gap:1rem;margin:0}.hl-quick__label{font-weight:600;font-size:1.4rem;color:var(--hl-navy)}.hl-quick__select{width:100%;min-height:var(--hl-btn-height);padding:0 1.6rem;border:1px solid var(--hl-line-strong);border-radius:var(--hl-btn-radius);background:#fff;font-family:var(--hl-font-body);font-size:1.5rem;color:var(--hl-navy);cursor:pointer}.hl-quick__select:focus-visible{outline:2px solid var(--hl-navy);outline-offset:2px;border-color:var(--hl-navy)}.hl-quick__price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:1rem;margin:0}.hl-quick__price{font-size:2.6rem;font-weight:600;line-height:1.1}.hl-quick__loading{padding:4rem 2.4rem;font-size:1.5rem;color:var(--hl-muted)}.hl-ai-note{position:absolute;right:16px;bottom:16px;z-index:4;background:#03174c8c;color:var(--hl-linen);font-size:.68rem;line-height:1.35;padding:.35rem .7rem;border-radius:40px;margin:0;max-width:calc(100% - 32px)}.hl-ai-note--static{position:static;background:none;color:var(--hl-muted);padding:.6rem 0 0;border-radius:0;max-width:none}.hl-journal{background:var(--hl-linen);padding-block:4rem}@media screen and (min-width:990px){.hl-journal{padding-block:4rem}}@media screen and (min-width:990px){.hl-journal--tucked{position:relative;z-index:2;margin-top:-72px;padding-top:0;background:transparent}.hl-journal--tucked .hl-journal__inner{background:var(--hl-linen);border-top:1px solid var(--hl-gold);padding-top:4rem;padding-bottom:1.6rem}}.hl-journal__inner{max-width:var(--hl-page-max);margin-inline:auto;padding-inline:var(--hl-gutter)}.hl-band--journal{min-height:380px}.hl-journal__grid{display:grid;grid-template-columns:1fr;gap:2.4rem;list-style:none;margin:0;padding:0}@media screen and (min-width:750px){.hl-journal__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){.hl-journal__grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:84%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:.8rem}.hl-journal__grid::-webkit-scrollbar{display:none}.hl-journal__item{scroll-snap-align:start}}.hl-journal__card{display:flex;flex-direction:column;gap:.8rem;border-top:1px solid var(--hl-gold);padding-top:1.6rem;height:100%}.hl-journal__media{display:block;aspect-ratio:16 / 9;background:var(--hl-room-laundry);overflow:hidden}.hl-journal__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.3,.7,.2,1)}.hl-journal__card:hover .hl-journal__media img,.hl-journal__card:focus-visible .hl-journal__media img{transform:scale(1.03)}.hl-journal__title{font-family:var(--hl-font-heading);font-weight:var(--hl-heading-weight);font-size:2.4rem;line-height:1.12;color:var(--hl-navy);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hl-journal__foot{margin:2rem 0 0;display:flex;justify-content:center}@media(prefers-reduced-motion:reduce){.hl-journal__media img{transition:none}.hl-journal__card:hover .hl-journal__media img{transform:none}}.hl-benefits{background:var(--hl-benefits-bg, var(--hl-navy));color:var(--hl-benefits-fg, var(--hl-linen))}.hl-benefits__inner{max-width:var(--hl-page-max);margin:0 auto;padding:1.5rem var(--hl-gutter)}.hl-benefits__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem 2.4rem}.hl-benefits__item{display:flex;align-items:center;gap:.8rem;min-width:0;font-size:1.3rem;line-height:1.4;letter-spacing:.01em}.hl-benefits__mark{width:1.5rem;height:1.5rem;flex:0 0 auto;opacity:.85}.hl-benefits__text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:989px){.hl-benefits__inner{padding:1.2rem var(--hl-gutter)}.hl-benefits__list{grid-template-columns:repeat(2,minmax(0,1fr))}}.hl-roomtiles__inner{max-width:var(--hl-page-max);margin:0 auto;padding:var(--hl-gutter-lg) var(--hl-gutter)}.hl-roomtiles__heading{margin:0 0 2.4rem}.hl-roomtiles__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:2.4rem}@media screen and (min-width:750px){.hl-roomtiles__grid{grid-template-columns:repeat(var(--hl-roomtiles-cols, 2),minmax(0,1fr))}}.hl-roomtile{background:var(--hl-roomtile-tone, var(--hl-linen));display:flex;flex-direction:column;min-width:0;overflow:hidden}.hl-roomtile__media{position:relative;aspect-ratio:var(--hl-roomtile-ratio, 16 / 9);overflow:hidden}.hl-roomtile__media img,.hl-roomtile__media picture{width:100%;height:100%;object-fit:cover;object-position:var(--hl-roomtile-focal, 50% 50%);display:block}.hl-roomtile__body{padding:2rem 2.2rem 2.4rem;display:flex;flex-direction:column;gap:.6rem}.hl-roomtile__name{font-family:var(--hl-font-heading);font-weight:var(--hl-heading-weight);font-size:2.4rem;line-height:1.15;margin:0}.hl-roomtile__text{margin:0;font-size:1.5rem;line-height:1.5}.hl-roomtile__count{margin:0;font-size:1.3rem;color:var(--hl-muted)}.hl-roomtile__link{margin:.6rem 0 0;font-size:1.5rem}.hl-roomtile__link-a{font-weight:600;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:.2rem}.hl-roomtile__arrow{display:inline-block;margin-left:.6rem;transition:transform .18s ease}.hl-roomtile__link-a:hover .hl-roomtile__arrow{transform:translate(.3rem)}@media(prefers-reduced-motion:reduce){.hl-roomtile__arrow{transition:none}}.hl-card__swatch-row{display:flex;flex-direction:column;align-items:stretch;gap:.4rem;min-width:0;margin-top:.8rem}.hl-card__swatch-row .hl-card__chips{flex:0 1 auto}.hl-card__swatch-name{font-size:1.15rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:var(--hl-muted)}.hl-card__variant-line--swatch{margin-top:.6rem}.hl-card__variant-line--swatch .hl-card__variant-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.4rem;font-weight:600}.hl-card__chips .hl-chip--swatch[aria-current=true]{box-shadow:0 0 0 1px var(--hl-card, #fff),0 0 0 2.5px var(--hl-navy)}.hl-card__chips .hl-chip:not(.hl-chip--swatch){height:2.6rem;padding:0 1rem;font-size:1.2rem;cursor:pointer}.hl-card__chips .hl-chip:not(.hl-chip--swatch)[aria-current=true]{border-color:var(--hl-navy);box-shadow:inset 0 0 0 1px var(--hl-navy);font-weight:600}.hl-tour__pill-name{display:block}.hl-tour__pill-variant{display:flex;align-items:center;gap:.5rem;margin-top:.2rem;font-weight:700;opacity:.9}.hl-tour__pill-dot{width:1rem;height:1rem;border-radius:50%;flex:0 0 auto;background:var(--hl-swatch, var(--hl-linen));border:1px solid rgba(3,23,76,.2)}.hl-card__price--gone{color:var(--hl-muted);font-weight:600}.hl-marquee{display:block;overflow:hidden}.hl-marquee__head{max-width:var(--hl-page-max);margin:0 auto;padding:var(--hl-gutter-lg) var(--hl-gutter) 1.6rem}.hl-marquee__heading{margin:0}.hl-marquee__frame{position:relative;padding-bottom:var(--hl-gutter-lg)}.hl-marquee__viewport{overflow:hidden}.hl-marquee__lane{display:flex;width:max-content;will-change:transform;animation:hl-marquee-run var(--hl-marquee-speed, 60s) linear infinite}.hl-marquee:hover .hl-marquee__lane,.hl-marquee:focus-within .hl-marquee__lane{animation-play-state:paused}@keyframes hl-marquee-run{0%{transform:translateZ(0)}to{transform:translate3d(calc(var(--hl-marquee-distance, 0px) * -1),0,0)}}.hl-marquee[data-motion=off] .hl-marquee__lane{animation:none;transform:none}.hl-marquee[data-motion=off] .hl-marquee__viewport{overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.hl-marquee[data-motion=off] .hl-marquee__viewport::-webkit-scrollbar{display:none}.hl-marquee[data-motion=off] .hl-marquee__tile{scroll-snap-align:start}@media(prefers-reduced-motion:reduce){.hl-marquee__lane{animation:none;transform:none}.hl-marquee__viewport{overflow-x:auto}}.hl-marquee__row{display:flex;list-style:none;margin:0;padding:0;flex:0 0 auto}.hl-marquee__tile{flex:0 0 var(--hl-marquee-tile, 240px);width:var(--hl-marquee-tile, 240px);padding-inline:.8rem;box-sizing:border-box}.hl-marquee__link{display:block;text-decoration:none;color:inherit}.hl-marquee__media{display:block;aspect-ratio:1 / 1;background:#fff;overflow:hidden}.hl-marquee__media img{width:100%;height:100%;object-fit:contain;display:block}.hl-marquee__text{display:block;padding-top:.9rem}.hl-marquee__price{display:block;font-size:1.5rem;font-weight:600}.hl-marquee__price--gone{color:var(--hl-muted)}.hl-marquee__name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;font-size:1.4rem;line-height:1.3;margin-top:.2rem}.hl-marquee__variant{display:flex;align-items:center;gap:.6rem;margin-top:.3rem;min-width:0;font-size:1.3rem;font-weight:600}.hl-marquee__dot{width:1.1rem;height:1.1rem;border-radius:50%;flex:0 0 auto;background:var(--hl-swatch, var(--hl-linen));border:1px solid rgba(3,23,76,.2)}.hl-marquee__variant-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hl-marquee__arrow{position:absolute;top:calc(50% - 4rem);transform:translateY(-50%);z-index:2;width:4.4rem;height:4.4rem;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--hl-line);border-radius:50%;background:var(--hl-card);color:var(--hl-navy);cursor:pointer}.hl-marquee__arrow:hover{background:#fff}.hl-marquee__arrow svg{width:2.2rem;height:2.2rem}.hl-marquee__arrow--prev{left:1.2rem}.hl-marquee__arrow--next{right:1.2rem}@media screen and (max-width:749px){.hl-marquee__tile{flex-basis:45vw;width:45vw}.hl-marquee__arrow{width:3.8rem;height:3.8rem}}.hl-slideshow{display:block;position:relative;background:var(--hl-linen)}.hl-slideshow__viewport{position:relative;aspect-ratio:var(--hl-slideshow-ratio, 16 / 9);overflow:hidden}.hl-slideshow--fit .hl-slideshow__viewport{width:100%;max-height:max(320px,calc(100vh - var(--hl-header-h, 111px) - var(--hl-slideshow-bar, 6.6rem) - var(--hl-slideshow-peek, 120px)));max-height:max(320px,calc(100svh - var(--hl-header-h, 111px) - var(--hl-slideshow-bar, 6.6rem) - var(--hl-slideshow-peek, 120px)))}.hl-slideshow__lane{display:flex;height:100%;will-change:transform;transition:transform .8s cubic-bezier(.4,0,.2,1)}.hl-slideshow__slide{position:relative;flex:0 0 100%;width:100%;height:100%}@media(prefers-reduced-motion:reduce){.hl-slideshow__lane{transition:none}}.hl-slideshow__media{position:absolute;top:0;right:0;bottom:0;left:0}.hl-slideshow__media img,.hl-slideshow__media picture{width:100%;height:100%;object-fit:cover;display:block}.hl-slideshow__media img{object-position:50% var(--hl-slide-focal, 50%)}.hl-slideshow__content{position:absolute;left:0;right:0;bottom:0;padding:var(--hl-gutter);display:flex;flex-direction:column;align-items:flex-start;gap:1rem;color:var(--hl-linen);background:linear-gradient(to top,#03174cb8,#03174c00)}.hl-slideshow__heading{margin:0}.hl-slideshow__text{margin:0;font-size:1.6rem}.hl-slideshow__bar{display:flex;align-items:center;justify-content:center;gap:1.6rem;padding:1.2rem var(--hl-gutter)}.hl-slideshow__arrow{width:4.2rem;height:4.2rem;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--hl-line);border-radius:50%;background:var(--hl-card);color:var(--hl-navy);cursor:pointer}.hl-slideshow__arrow:hover{background:#fff}.hl-slideshow__arrow svg{width:2.2rem;height:2.2rem}.hl-slideshow__counter{margin:0;font-size:1.4rem;font-variant-numeric:tabular-nums;min-width:5rem;text-align:center}.hl-slideshow__bar--overlay{position:absolute;left:50%;bottom:16px;transform:translate(-50%);z-index:3;gap:1.2rem;padding:.6rem 1.2rem;border-radius:40px;background:#03174c8c;color:var(--hl-linen);width:max-content;max-width:calc(100% - 32px)}.hl-slideshow__bar--overlay .hl-slideshow__arrow{width:3.6rem;height:3.6rem;border-color:#f6f2ec73;background:transparent;color:var(--hl-linen)}.hl-slideshow__bar--overlay .hl-slideshow__arrow:hover{background:#f6f2ec29}.hl-slideshow__bar--overlay .hl-slideshow__counter{color:var(--hl-linen);min-width:4.4rem}.hl-slideshow--overlay .hl-slideshow__content{z-index:2}.hl-slideshow__media--ai-top .hl-ai-note{top:16px;bottom:auto}@media screen and (max-width:749px){.hl-slideshow__viewport{aspect-ratio:var(--hl-slideshow-ratio-m, var(--hl-slideshow-ratio, 16 / 9))}.hl-slideshow--fit .hl-slideshow__viewport{max-height:max(240px,calc(100vh - var(--hl-header-h, 90px) - var(--hl-slideshow-bar, 6.2rem) - var(--hl-slideshow-peek, 120px)));max-height:max(240px,calc(100svh - var(--hl-header-h, 90px) - var(--hl-slideshow-bar, 6.2rem) - var(--hl-slideshow-peek, 120px)))}.hl-slideshow__arrow{width:3.8rem;height:3.8rem}.hl-slideshow--overlay .hl-slideshow__content{padding-bottom:calc(var(--hl-gutter) + 4.8rem + 24px)}.hl-slideshow__bar--overlay .hl-slideshow__arrow{width:3.4rem;height:3.4rem}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/hl-home.css.map */
