:root{--color-bg: #e3e0d8;--color-bg-subtle: #ebe7e0;--color-surface: #f7f5f0;--color-surface-warm: #f2efe8;--color-border: rgba(45, 42, 37, .1);--color-border-strong: rgba(45, 42, 37, .16);--color-text: #2d2a25;--color-text-muted: #5c574e;--color-eyebrow: #6f6a61;--color-accent: #8b5344;--color-accent-deep: #6f4035;--logo-filter-accent: brightness(0) invert(33%) sepia(44%) saturate(620%) hue-rotate(331deg) brightness(94%) contrast(90%);--color-header-bg: rgba(247, 245, 240, .92);--color-footer-bg: #dcd8cf;--font-display: "Source Serif 4", "Georgia", "Times New Roman", serif;--font-sans: "Source Sans 3", system-ui, -apple-system, sans-serif;--shadow-soft: 0 10px 40px rgba(45, 42, 37, .07);--shadow-card: 0 4px 20px rgba(45, 42, 37, .06);--radius-lg: 1rem;--radius-sm: .375rem;--radius-full: 999px;--max-width: 72rem;--wrap-gutter-total: clamp(1.35rem, 5.5vw, 2.25rem);--space-section: clamp(2.35rem, 5.5vw, 4rem)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-sans);font-weight:400;font-size:1.0625rem;color:var(--color-text);background:var(--color-bg);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:clip;padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");z-index:0}img{max-width:100%;height:auto;vertical-align:middle}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.18em}a:hover{color:var(--color-accent)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.wrap{width:min(var(--max-width),100% - var(--wrap-gutter-total));margin-inline:auto;position:relative;z-index:1}@media(max-width:639px){:root{--wrap-gutter-total: clamp(2.35rem, 8vw, 3.25rem)}}.prose{font-size:1.0625rem;max-width:52ch;color:var(--color-text-muted)}.prose-wide{max-width:65ch}h1,h2,h3{font-family:var(--font-display);font-weight:600;line-height:1.2;letter-spacing:-.015em;color:var(--color-text)}.eyebrow{font-family:var(--font-sans);font-size:.6875rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-eyebrow)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.35rem;border-radius:var(--radius-full);font-family:var(--font-sans);font-weight:600;font-size:.9375rem;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease}.btn:active{transform:scale(.98)}.btn-primary{background:linear-gradient(180deg,var(--color-accent) 0%,var(--color-accent-deep) 100%);color:#fff;box-shadow:0 4px 16px #8b534447}.btn-primary:hover{color:#fff;filter:brightness(1.06)}.btn-ghost{background:transparent;color:var(--color-text);border-color:var(--color-border-strong)}.btn-ghost:hover{border-color:var(--color-text-muted);background:#2d2a250a;color:var(--color-text)}.surface{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.section{padding-block:var(--space-section)}@media(max-width:639px){.section{padding-block:clamp(1.85rem,5vw,3rem)}}.grid-2{display:grid;gap:clamp(1.25rem,3.5vw,2rem)}@media(min-width:900px){.grid-2{grid-template-columns:1fr 1fr;align-items:center}}.grid-3{display:grid;gap:1.25rem}@media(min-width:700px){.grid-3{grid-template-columns:repeat(3,1fr)}}.reveal{animation:rise .9s cubic-bezier(.22,1,.36,1) both}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.stagger>*{animation:rise .85s cubic-bezier(.22,1,.36,1) both}.stagger>*:nth-child(1){animation-delay:.05s}.stagger>*:nth-child(2){animation-delay:.12s}.stagger>*:nth-child(3){animation-delay:.18s}.stagger>*:nth-child(4){animation-delay:.24s}.stagger>*:nth-child(5){animation-delay:.3s}.page-main h1{font-size:clamp(2rem,4vw,2.75rem);margin:.5rem 0 0}.lang-details[data-astro-cid-5u5mtfxw]{position:relative;z-index:60}.lang-details-trigger[data-astro-cid-5u5mtfxw]{list-style:none;display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;font-size:.7rem;font-weight:700;letter-spacing:.1em;padding:.38rem .65rem;border-radius:999px;border:1px solid var(--lang-dd-border, var(--color-border-strong));background:var(--lang-dd-bg, var(--color-surface));color:var(--lang-dd-fg, var(--color-text-muted));text-shadow:var(--lang-dd-shadow, none);transition:border-color .3s ease,background .3s ease,color .3s ease}.lang-details-trigger[data-astro-cid-5u5mtfxw]::-webkit-details-marker{display:none}.site-header.is-at-top .lang-details-trigger[data-astro-cid-5u5mtfxw]{--lang-dd-border: rgba(255, 255, 255, .55);--lang-dd-bg: rgba(0, 0, 0, .22);--lang-dd-fg: rgba(255, 255, 255, .95);--lang-dd-shadow: 0 1px 2px rgba(0, 0, 0, .45)}.lang-details-flag[data-astro-cid-5u5mtfxw]{display:block;width:1.35rem;height:auto;border-radius:.25rem}.lang-details-code[data-astro-cid-5u5mtfxw]{font-size:.68rem}.lang-details-panel[data-astro-cid-5u5mtfxw]{position:absolute;top:calc(100% + .35rem);right:0;min-width:11rem;padding:.35rem;border-radius:var(--radius-sm);background:var(--color-surface);border:1px solid var(--color-border-strong);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:.15rem}.site-header.is-at-top .lang-details-panel[data-astro-cid-5u5mtfxw]{background:#1c1a18eb;border-color:#ffffff2e;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.lang-details-row[data-astro-cid-5u5mtfxw]{display:flex;align-items:center;gap:.55rem;padding:.45rem .55rem;border-radius:.35rem;font-size:.875rem;font-weight:600;color:var(--color-text);text-decoration:none;transition:background .2s ease}.site-header.is-at-top .lang-details-row[data-astro-cid-5u5mtfxw]{color:#f2ede4}.lang-details-row[data-astro-cid-5u5mtfxw]:hover{background:var(--color-bg-subtle)}.site-header.is-at-top .lang-details-row[data-astro-cid-5u5mtfxw]:hover{background:#ffffff1a}.lang-details-row[data-astro-cid-5u5mtfxw].is-current{opacity:.75;cursor:default}.lang-details-row[data-astro-cid-5u5mtfxw] img[data-astro-cid-5u5mtfxw]{flex-shrink:0;border-radius:.25rem}.lang-details--toolbar[data-astro-cid-5u5mtfxw]{display:block;width:auto;flex-shrink:0}.lang-details--toolbar[data-astro-cid-5u5mtfxw] .lang-details-trigger[data-astro-cid-5u5mtfxw]{width:auto;padding-inline:.55rem}.lang-details--toolbar[data-astro-cid-5u5mtfxw] .lang-details-panel[data-astro-cid-5u5mtfxw]{left:auto;right:0;min-width:10.5rem}@media(min-width:960px){.lang-details--toolbar[data-astro-cid-5u5mtfxw]{display:none}}.lang-details--inline[data-astro-cid-5u5mtfxw]{display:none}@media(min-width:960px){.lang-details--inline[data-astro-cid-5u5mtfxw]{display:block;width:auto}}.sr-only[data-astro-cid-5u5mtfxw]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.site-header[data-astro-cid-ctg3m53h]{top:0;z-index:50;transition:background .4s ease,border-color .4s ease,box-shadow .4s ease,backdrop-filter .4s ease,-webkit-backdrop-filter .4s ease}.site-header[data-astro-cid-ctg3m53h][data-overlay-header=true]{position:fixed;left:0;right:0;width:100%}.site-header[data-astro-cid-ctg3m53h][data-overlay-header=false]{position:sticky}.site-header[data-astro-cid-ctg3m53h].is-scrolled{background:#f7f5f0ad;backdrop-filter:blur(18px) saturate(1.15);-webkit-backdrop-filter:blur(18px) saturate(1.15);border-bottom:1px solid rgba(255,255,255,.45);box-shadow:0 4px 24px #2d2a250f}.site-header[data-astro-cid-ctg3m53h].is-at-top{background:transparent;border-bottom:1px solid transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.header-inner[data-astro-cid-ctg3m53h]{display:flex;flex-direction:column;align-items:stretch;gap:0;padding-block:.65rem}@media(min-width:960px){.header-inner[data-astro-cid-ctg3m53h]{flex-direction:row;flex-wrap:nowrap;align-items:center;gap:1.25rem;padding-block:.75rem}}.header-top[data-astro-cid-ctg3m53h]{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;column-gap:.5rem;row-gap:0;width:100%}@media(min-width:960px){.header-top[data-astro-cid-ctg3m53h]{display:contents}}.brand[data-astro-cid-ctg3m53h]{display:flex;align-items:center;text-decoration:none;min-width:0;grid-column:1}.brand-logo-img[data-astro-cid-ctg3m53h]{display:block;width:clamp(178px,54vw,248px);height:auto;max-width:100%;transition:filter .35s ease}@media(min-width:960px){.brand-logo-img[data-astro-cid-ctg3m53h]{width:clamp(156px,22vw,220px)}}.site-header[data-astro-cid-ctg3m53h].is-at-top .brand-logo-img[data-astro-cid-ctg3m53h]{filter:drop-shadow(0 0 1px rgba(0,0,0,.55)) drop-shadow(0 1px 3px rgba(0,0,0,.45)) drop-shadow(0 4px 20px rgba(0,0,0,.35))}.site-header[data-astro-cid-ctg3m53h].is-scrolled .brand-logo-img[data-astro-cid-ctg3m53h]{filter:var(--logo-filter-accent)}.header-top[data-astro-cid-ctg3m53h] .lang-details--toolbar{grid-column:2;justify-self:end}.nav-toggle[data-astro-cid-ctg3m53h]{grid-column:3;justify-self:end;display:inline-flex;flex-direction:column;justify-content:center;gap:6px;width:2.75rem;height:2.75rem;border-radius:999px;border:1px solid var(--header-toggle-border, var(--color-border-strong));background:var(--header-toggle-bg, var(--color-surface));cursor:pointer;padding:0;flex-shrink:0;transition:border-color .35s ease,background .35s ease}.site-header[data-astro-cid-ctg3m53h].is-at-top .nav-toggle[data-astro-cid-ctg3m53h]{--header-toggle-border: rgba(255, 255, 255, .55);--header-toggle-bg: rgba(0, 0, 0, .22)}.nav-toggle-bar[data-astro-cid-ctg3m53h]{display:block;width:1.25rem;height:2px;margin-inline:auto;background:var(--header-toggle-bar, var(--color-text));border-radius:2px;transition:background .35s ease}.site-header[data-astro-cid-ctg3m53h].is-at-top .nav-toggle-bar[data-astro-cid-ctg3m53h]{--header-toggle-bar: #fff}@media(min-width:960px){.nav-toggle[data-astro-cid-ctg3m53h]{display:none}}.nav[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:1.25rem}@media(max-width:959px){.nav[data-astro-cid-ctg3m53h]{position:fixed;inset:0 0 auto;top:var(--header-dropdown-top, 5rem);left:0;right:0;flex-direction:column;align-items:stretch;padding:1rem 1.25rem 1.35rem;padding-bottom:max(1.35rem,env(safe-area-inset-bottom));background:#f7f5f0f7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-soft);transform:translateY(-120%);opacity:0;pointer-events:none;transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .25s ease;z-index:40}.nav[data-astro-cid-ctg3m53h].is-open{transform:translateY(0);opacity:1;pointer-events:auto}}@media(min-width:960px){.nav[data-astro-cid-ctg3m53h]{position:static;flex:1;flex-direction:row;justify-content:flex-end;flex-wrap:wrap;row-gap:.5rem;margin:0;padding:0;background:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;transform:none!important;opacity:1!important;pointer-events:auto!important;width:auto}}.nav-list[data-astro-cid-ctg3m53h]{list-style:none;margin:0;padding:0;display:flex;gap:.35rem 1.25rem;flex-wrap:wrap;justify-content:center}@media(max-width:959px){.nav-list[data-astro-cid-ctg3m53h]{flex-direction:column;align-items:flex-start;padding-bottom:.15rem}}@media(min-width:960px){.nav-list[data-astro-cid-ctg3m53h]{justify-content:flex-end}}.nav-list[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;padding:.35rem 0;color:var(--header-link, var(--color-text-muted));text-shadow:var(--header-link-shadow, none);transition:color .3s ease,text-shadow .3s ease}.site-header[data-astro-cid-ctg3m53h].is-at-top .nav-list[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{--header-link: #f8f6f1;--header-link-shadow: 0 1px 3px rgba(0, 0, 0, .55)}.nav-list[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover{color:var(--header-link-hover, var(--color-accent))}.site-header[data-astro-cid-ctg3m53h].is-at-top .nav-list[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover{--header-link-hover: #fff}.nav-book[data-astro-cid-ctg3m53h]{white-space:nowrap;font-size:.8rem;padding-inline:1.1rem;box-shadow:var(--header-book-shadow, 0 4px 16px rgba(139, 83, 68, .28));align-self:stretch;text-align:center}@media(min-width:960px){.nav-book[data-astro-cid-ctg3m53h]{align-self:center}}.site-header[data-astro-cid-ctg3m53h].is-at-top .nav-book[data-astro-cid-ctg3m53h]{--header-book-shadow: 0 2px 14px rgba(0, 0, 0, .35)}.sr-only[data-astro-cid-ctg3m53h]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.site-footer[data-astro-cid-gcn2mc3v]{background:var(--color-footer-bg);border-top:1px solid var(--color-border);padding-block:clamp(1.75rem,4vw,2.65rem) 1.65rem}.site-footer[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:var(--color-text-muted);text-decoration:none}.site-footer[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:var(--color-accent)}.footer-inner[data-astro-cid-gcn2mc3v]{display:flex;flex-direction:column;gap:0}.footer-extra-nav[data-astro-cid-gcn2mc3v]{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .85rem;padding-bottom:1.35rem;margin-bottom:1.65rem;border-bottom:1px solid var(--color-border-strong);font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-eyebrow)}.footer-extra-nav[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:var(--color-text-muted)}.footer-extra-nav[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:var(--color-accent)}.footer-extra-sep[data-astro-cid-gcn2mc3v]{opacity:.4;user-select:none}.footer-grid[data-astro-cid-gcn2mc3v]{display:grid;gap:2rem;align-items:start}@media(max-width:639px){.footer-grid[data-astro-cid-gcn2mc3v]{gap:1.75rem}.footer-col-brand[data-astro-cid-gcn2mc3v]{padding-bottom:1.5rem;margin-bottom:.15rem;border-bottom:1px solid var(--color-border)}.footer-col[data-astro-cid-gcn2mc3v]>.eyebrow[data-astro-cid-gcn2mc3v]:not(.footer-address-label){margin-bottom:.65rem}.footer-bottom[data-astro-cid-gcn2mc3v]{margin-top:1.35rem;padding-top:1.35rem}}@media(min-width:640px)and (max-width:899px){.footer-grid[data-astro-cid-gcn2mc3v]{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.75rem;row-gap:2rem}.footer-col-brand[data-astro-cid-gcn2mc3v]{grid-column:1 / -1;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}}@media(min-width:900px){.footer-grid[data-astro-cid-gcn2mc3v]{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr) minmax(0,1fr);gap:1.75rem 2.25rem}.footer-col-brand[data-astro-cid-gcn2mc3v]{padding-bottom:0;border-bottom:0}}.footer-col[data-astro-cid-gcn2mc3v]{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.footer-col[data-astro-cid-gcn2mc3v]>.eyebrow[data-astro-cid-gcn2mc3v]:not(.footer-address-label){margin:0 0 .9rem}.footer-brand[data-astro-cid-gcn2mc3v]{display:block;line-height:0;margin-bottom:.15rem}.footer-logo[data-astro-cid-gcn2mc3v]{display:block;width:clamp(178px,54vw,248px);height:auto;max-width:100%;filter:var(--logo-filter-accent)}@media(min-width:960px){.footer-logo[data-astro-cid-gcn2mc3v]{width:clamp(156px,22vw,220px)}}.footer-tagline[data-astro-cid-gcn2mc3v]{font-family:var(--font-display);font-size:clamp(1.08rem,2.2vw,1.22rem);font-weight:500;line-height:1.38;margin:.85rem 0 0;max-width:30ch;color:var(--color-text);letter-spacing:-.01em}.footer-address-label[data-astro-cid-gcn2mc3v]{margin:1.35rem 0 .55rem}.footer-address[data-astro-cid-gcn2mc3v]{margin:0;width:100%;font-size:.9375rem;line-height:1.55;color:var(--color-text-muted)}.footer-address-lines[data-astro-cid-gcn2mc3v]{min-width:0}.footer-links[data-astro-cid-gcn2mc3v]{list-style:none;padding:0;margin:0;width:100%;display:flex;flex-direction:column;gap:.2rem}.footer-row[data-astro-cid-gcn2mc3v]{display:flex;align-items:center;gap:.8rem;width:100%;max-width:100%;padding:.42rem .4rem;margin:0 -.4rem;border-radius:var(--radius-sm);font-size:.9375rem;font-weight:500;line-height:1.35;text-decoration:none;transition:background .2s ease,color .2s ease}.footer-row[data-astro-cid-gcn2mc3v]:hover{background:#2d2a250e}.footer-row--address[data-astro-cid-gcn2mc3v]{align-items:flex-start;padding-left:0;margin-left:0}.footer-row--address[data-astro-cid-gcn2mc3v]:hover{background:transparent}.footer-icon-wrap[data-astro-cid-gcn2mc3v]{flex-shrink:0;width:2.35rem;height:2.35rem;border-radius:.55rem;display:flex;align-items:center;justify-content:center;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:0 1px #ffffffa6 inset}.footer-icon[data-astro-cid-gcn2mc3v]{width:1.05rem;height:1.05rem;color:var(--color-accent);display:flex;align-items:center;justify-content:center}.footer-row--address[data-astro-cid-gcn2mc3v] .footer-icon-wrap[data-astro-cid-gcn2mc3v]{margin-top:.1rem}.footer-icon[data-astro-cid-gcn2mc3v] svg[data-astro-cid-gcn2mc3v]{width:100%;height:100%;display:block}.footer-row[data-astro-cid-gcn2mc3v]:hover .footer-icon[data-astro-cid-gcn2mc3v]{color:var(--color-accent-deep)}.footer-bottom[data-astro-cid-gcn2mc3v]{margin-top:1.15rem;padding-top:1.4rem;border-top:1px solid var(--color-border-strong);color:var(--color-text-muted)}.footer-bottom[data-astro-cid-gcn2mc3v] small[data-astro-cid-gcn2mc3v]{font-size:.8125rem;letter-spacing:.02em;line-height:1.5}body:has(.map-section--flush) .site-footer[data-astro-cid-gcn2mc3v]{padding-block:clamp(1.2rem,3vw,1.75rem) 1.6rem}.wa-fab[data-astro-cid-wytsbpfe]{position:fixed;right:max(1.15rem,env(safe-area-inset-right,0px));bottom:max(1.15rem,env(safe-area-inset-bottom,0px));z-index:60;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;background:#25d366;color:#fff;box-shadow:0 4px 14px #25d36673,0 2px 6px #2d2a2533;text-decoration:none;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}.wa-fab[data-astro-cid-wytsbpfe]:hover{color:#fff;filter:brightness(1.06);transform:scale(1.05);box-shadow:0 6px 20px #25d36680,0 2px 8px #2d2a2538}.wa-fab[data-astro-cid-wytsbpfe]:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px}.wa-fab[data-astro-cid-wytsbpfe] svg{display:block;margin-left:2px}@media(min-width:900px){.wa-fab[data-astro-cid-wytsbpfe]{right:max(1.5rem,env(safe-area-inset-right,0px));bottom:max(1.5rem,env(safe-area-inset-bottom,0px));width:3.65rem;height:3.65rem}}.hero[data-astro-cid-vsjxeken]{position:relative;min-height:100dvh;min-height:100vh;display:flex;flex-direction:column}.hero-visual[data-astro-cid-vsjxeken]{position:relative;flex:1;width:100%;min-height:100dvh;min-height:100vh;overflow:hidden;border-radius:0;box-shadow:0 12px 48px #2d2a251f}.hero-slide[data-astro-cid-vsjxeken]{position:absolute;inset:0;background-image:var(--bg);background-size:cover;background-position:center;opacity:0;animation:heroKen var(--d) ease-in-out infinite;animation-delay:var(--t);transform:scale(1.06)}@keyframes heroKen{0%{opacity:0;transform:scale(1.08)}8%{opacity:1}28%{opacity:1;transform:scale(1)}38%{opacity:0}to{opacity:0;transform:scale(1.05)}}.hero-scrim[data-astro-cid-vsjxeken]{position:absolute;inset:0;background:linear-gradient(105deg,#23201cb8,#23201c59 45%,#23201c8c);pointer-events:none;z-index:1}.hero-caption[data-astro-cid-vsjxeken]{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:2rem 1.25rem 5.25rem;pointer-events:none}.hero-caption-inner[data-astro-cid-vsjxeken]{position:relative;width:min(100%,46rem);min-height:5rem;text-align:center}.hero-line[data-astro-cid-vsjxeken]{font-family:var(--font-display);font-style:italic;font-weight:500;font-size:clamp(1.2rem,3.1vw,1.72rem);line-height:1.35;margin:0;width:100%;max-width:42ch;margin-inline:auto;color:#f2ede4;opacity:0;transform:translate(-50%,calc(-50% + 8px));transition:opacity .6s ease,transform .6s ease;position:absolute;left:50%;top:50%;text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.35)}.hero-line[data-astro-cid-vsjxeken].is-active{opacity:1;transform:translate(-50%,-50%)}.hero-scroll-cue[data-astro-cid-vsjxeken]{position:absolute;z-index:4;left:50%;bottom:1.15rem;transform:translate(-50%);color:#ffffffeb;text-decoration:none;padding:.35rem;transition:color .25s ease,transform .35s ease,opacity .35s ease}.hero-scroll-cue[data-astro-cid-vsjxeken].is-scrolled-away{opacity:0;pointer-events:none;transform:translate(-50%) translateY(10px)}.hero-scroll-cue[data-astro-cid-vsjxeken]:hover:not(.is-scrolled-away){color:#fff;transform:translate(-50%) translateY(2px)}.hero-scroll-cue[data-astro-cid-vsjxeken]:focus-visible{outline:2px solid #fff;outline-offset:4px;border-radius:.25rem}.hero-scroll-icon[data-astro-cid-vsjxeken]{display:block;animation:heroScrollBounce 2.2s ease-in-out infinite}.hero-scroll-icon--hand[data-astro-cid-vsjxeken]{display:none}.hero-scroll-icon--hand[data-astro-cid-vsjxeken] svg[data-astro-cid-vsjxeken]{display:block;margin:0 auto}@media(max-width:639px){.hero-scroll-icon--mouse[data-astro-cid-vsjxeken]{display:none}.hero-scroll-icon--hand[data-astro-cid-vsjxeken]{display:block}}@keyframes heroScrollBounce{0%,to{transform:translateY(0);opacity:.85}45%{transform:translateY(8px);opacity:1}}.sr-only[data-astro-cid-vsjxeken]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media(max-width:639px){.hero-caption[data-astro-cid-vsjxeken]{padding-bottom:5.5rem}.hero-scroll-cue[data-astro-cid-vsjxeken]{bottom:.85rem}}.map-head[data-astro-cid-65obth27]{padding-bottom:1.25rem}.map-section--flush[data-astro-cid-65obth27].map-section--flush{padding-bottom:0}.map-section--flush[data-astro-cid-65obth27] .map-head[data-astro-cid-65obth27]{padding-bottom:1rem}.map-section--flush[data-astro-cid-65obth27] .map-shell[data-astro-cid-65obth27]{border-bottom:none}.map-link--inline[data-astro-cid-65obth27]{margin:.65rem 0 0;font-size:.9rem;color:var(--color-text-muted)}.map-title[data-astro-cid-65obth27]{margin-top:0;margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2rem)}.map-note[data-astro-cid-65obth27]{margin:0}.map-fullbleed[data-astro-cid-65obth27]{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw}.map-shell[data-astro-cid-65obth27]{position:relative;width:100%;min-height:min(52vh,28rem);max-height:32rem;background:var(--color-bg-subtle);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.map-shell[data-astro-cid-65obth27].is-active .map-iframe[data-astro-cid-65obth27]{pointer-events:auto}.map-iframe[data-astro-cid-65obth27]{display:block;width:100%;height:min(52vh,28rem);max-height:32rem;border:0;pointer-events:none}.map-overlay[data-astro-cid-65obth27]{position:absolute;inset:0;margin:0;padding:1rem;border:0;cursor:pointer;background:#e3e0d88c;backdrop-filter:blur(1px);display:flex;align-items:center;justify-content:center;font-family:var(--font-sans);transition:background .2s ease}.map-overlay[data-astro-cid-65obth27]:hover{background:#e3e0d866}.map-shell[data-astro-cid-65obth27].is-active .map-overlay[data-astro-cid-65obth27]{display:none}.map-overlay-inner[data-astro-cid-65obth27]{display:flex;flex-direction:column;align-items:center;gap:.5rem;max-width:22rem;padding:1rem 1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);color:var(--color-text);pointer-events:none}.map-overlay-icon[data-astro-cid-65obth27]{font-size:1.5rem;opacity:.5;line-height:1}.map-overlay-text[data-astro-cid-65obth27]{font-size:.9375rem;font-weight:600;text-align:center;line-height:1.4;color:var(--color-text-muted)}.map-foot[data-astro-cid-65obth27]{padding-top:1rem}.map-link[data-astro-cid-65obth27]{margin:0;font-size:.9rem;color:var(--color-text-muted)}.map-attrib[data-astro-cid-65obth27]{font-size:.82em;opacity:.92}.map-attrib[data-astro-cid-65obth27] a[data-astro-cid-65obth27]{color:var(--color-text-muted)}.hi-icon[data-astro-cid-vovzx5ql]{display:flex;align-items:center;justify-content:center;color:var(--color-accent)}.hi-icon[data-astro-cid-vovzx5ql] svg{display:block}.amenity-icon[data-astro-cid-ksurjezi]{display:flex;align-items:center;justify-content:center;color:var(--color-accent)}.amenity-icon[data-astro-cid-ksurjezi] svg{display:block}.amenity-icon--compact[data-astro-cid-ksurjezi] svg{width:18px;height:18px}.suite-mosaic-wrap[data-astro-cid-bfxbryk6]{margin-top:0}.suite-mosaic-head[data-astro-cid-bfxbryk6]{margin-bottom:clamp(1rem,3vw,1.35rem);max-width:40rem}.suite-mosaic-title[data-astro-cid-bfxbryk6]{margin:0 0 .5rem;font-family:var(--font-display);font-size:clamp(1.35rem,2.8vw,1.75rem);font-weight:600;line-height:1.2;letter-spacing:-.02em}.suite-mosaic-lead[data-astro-cid-bfxbryk6]{margin:0;font-size:1rem;line-height:1.6;color:var(--color-text-muted)}.suite-mosaic-grid[data-astro-cid-bfxbryk6]{display:grid;gap:.45rem;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,minmax(72px,14vw))}.suite-mosaic-grid--uniform[data-astro-cid-bfxbryk6]{grid-template-columns:repeat(2,1fr);grid-template-rows:none}@media(min-width:640px){.suite-mosaic-grid--uniform[data-astro-cid-bfxbryk6]{grid-template-columns:repeat(3,1fr)}}.suite-mosaic-cell[data-astro-cid-bfxbryk6]{display:block;overflow:hidden;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-bg-subtle);transition:box-shadow .25s ease,transform .25s ease}.suite-mosaic-cell[data-astro-cid-bfxbryk6]:hover{box-shadow:var(--shadow-card);transform:translateY(-2px)}.suite-mosaic-cell[data-astro-cid-bfxbryk6]:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.suite-mosaic-cell--static[data-astro-cid-bfxbryk6]:hover{transform:none;box-shadow:none}.suite-mosaic-cell[data-astro-cid-bfxbryk6] img[data-astro-cid-bfxbryk6]{width:100%;height:100%;object-fit:cover;display:block;min-height:100%}.suite-mosaic-grid--uniform[data-astro-cid-bfxbryk6] .suite-mosaic-cell[data-astro-cid-bfxbryk6]{aspect-ratio:4 / 3}.suite-mosaic-actions[data-astro-cid-bfxbryk6]{margin-top:clamp(1.1rem,3vw,1.5rem);display:flex;flex-wrap:wrap;gap:.65rem}@media(max-width:699px){.suite-mosaic-grid[data-astro-cid-bfxbryk6]:not(.suite-mosaic-grid--uniform){grid-template-columns:1fr 1fr;grid-template-rows:none}.suite-mosaic-grid[data-astro-cid-bfxbryk6]:not(.suite-mosaic-grid--uniform) .suite-mosaic-cell[data-astro-cid-bfxbryk6]{aspect-ratio:1;min-height:7.5rem;min-width:0}.suite-mosaic-grid[data-astro-cid-bfxbryk6]:not(.suite-mosaic-grid--uniform) .suite-mosaic-cell[data-astro-cid-bfxbryk6]:not(:first-child){grid-column:auto!important;grid-row:auto!important}.suite-mosaic-grid[data-astro-cid-bfxbryk6]:not(.suite-mosaic-grid--uniform) .suite-mosaic-cell[data-astro-cid-bfxbryk6]:first-child{grid-column:1 / -1!important;grid-row:auto!important;aspect-ratio:16 / 10}}#home-intro[data-astro-cid-7hmxgsqw]{scroll-margin-top:5.5rem}.intro-band[data-astro-cid-7hmxgsqw]{display:grid;gap:clamp(1.5rem,4vw,2.25rem);align-items:start}@media(min-width:900px){.intro-band[data-astro-cid-7hmxgsqw]{grid-template-columns:1fr 1.05fr;gap:clamp(1.75rem,4vw,2.75rem);align-items:stretch}}.intro-heading[data-astro-cid-7hmxgsqw]{font-size:clamp(1.65rem,3vw,2.1rem);margin:.65rem 0 1rem;font-weight:600;max-width:20ch}.intro-lead[data-astro-cid-7hmxgsqw]{margin:0 0 .85rem;font-size:1.0625rem;color:var(--color-text-muted)}.intro-copy[data-astro-cid-7hmxgsqw] .prose[data-astro-cid-7hmxgsqw]:not(.intro-lead){margin-top:0}.intro-actions[data-astro-cid-7hmxgsqw]{margin-top:1.35rem;display:flex;flex-wrap:wrap;gap:.75rem}.intro-media[data-astro-cid-7hmxgsqw]{padding:0;overflow:hidden;align-self:stretch}.intro-media[data-astro-cid-7hmxgsqw] img[data-astro-cid-7hmxgsqw]{display:block;width:100%;height:100%;min-height:240px;max-height:min(56vh,540px);object-fit:cover}@media(min-width:900px){.intro-media[data-astro-cid-7hmxgsqw] img[data-astro-cid-7hmxgsqw]{max-height:none;min-height:320px}}.suite-preview-band[data-astro-cid-7hmxgsqw]{padding-block:clamp(1.85rem,4.5vw,2.85rem)}.highlights-section[data-astro-cid-7hmxgsqw]{padding-top:0;position:relative}.highlights-head[data-astro-cid-7hmxgsqw]{margin-bottom:clamp(1.75rem,4vw,2.5rem);text-align:center;max-width:40rem;margin-inline:auto}.highlights-eyebrow[data-astro-cid-7hmxgsqw]{margin-bottom:.5rem}.highlights-title[data-astro-cid-7hmxgsqw]{font-family:var(--font-display);font-size:clamp(1.65rem,3.5vw,2.35rem);font-weight:600;line-height:1.2;margin:0 0 .85rem;letter-spacing:-.02em;color:var(--color-text)}.highlights-lead[data-astro-cid-7hmxgsqw]{margin:0;font-size:1.0625rem;line-height:1.65;color:var(--color-text-muted)}.highlight-grid[data-astro-cid-7hmxgsqw]{display:grid;gap:clamp(1.35rem,3vw,1.75rem);grid-template-columns:1fr}.highlight[data-astro-cid-7hmxgsqw]{padding:0;overflow:visible;display:flex;flex-direction:column;min-height:100%;border-radius:var(--radius-lg);transition:box-shadow .35s ease,transform .35s ease}.highlight[data-astro-cid-7hmxgsqw]:hover{box-shadow:0 16px 48px #2d2a251a;transform:translateY(-3px)}.highlight-link[data-astro-cid-7hmxgsqw]{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;border-radius:inherit;overflow:hidden}.highlight-link[data-astro-cid-7hmxgsqw]:hover h3[data-astro-cid-7hmxgsqw]{color:var(--color-accent)}.highlight-link[data-astro-cid-7hmxgsqw]:hover .highlight-cta[data-astro-cid-7hmxgsqw]{gap:.55rem}.highlight-media[data-astro-cid-7hmxgsqw]{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:var(--color-bg-subtle)}.highlight-media[data-astro-cid-7hmxgsqw] img[data-astro-cid-7hmxgsqw]{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s cubic-bezier(.22,1,.36,1)}.highlight-link[data-astro-cid-7hmxgsqw]:hover .highlight-media[data-astro-cid-7hmxgsqw] img[data-astro-cid-7hmxgsqw]{transform:scale(1.05)}.highlight-icon-float[data-astro-cid-7hmxgsqw]{position:absolute;right:1rem;bottom:1rem;left:auto;top:auto;z-index:2;width:3.35rem;height:3.35rem;border-radius:.75rem;background:#f7f5f0f0;border:1px solid rgba(45,42,37,.12);box-shadow:0 8px 24px #2d2a252e,0 0 0 1px #ffffffa6 inset;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;pointer-events:none}.highlight-body[data-astro-cid-7hmxgsqw]{padding:1.5rem 1.35rem;flex:1;display:flex;flex-direction:column;text-align:left}.highlight-body[data-astro-cid-7hmxgsqw] h3[data-astro-cid-7hmxgsqw]{margin:0 0 .55rem;font-size:clamp(1.15rem,2vw,1.28rem);font-family:var(--font-display);font-weight:600;line-height:1.25;transition:color .25s ease}.highlight-body[data-astro-cid-7hmxgsqw] p[data-astro-cid-7hmxgsqw]{margin:0;font-size:.96875rem;line-height:1.6;color:var(--color-text-muted);flex:1}.highlight-cta[data-astro-cid-7hmxgsqw]{margin-top:1.1rem;font-family:var(--font-sans);font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);display:inline-flex;align-items:center;gap:.4rem;transition:gap .25s ease}.highlight-cta[data-astro-cid-7hmxgsqw]:after{content:"→";font-size:1em;line-height:1}@media(min-width:640px)and (max-width:899px){.highlight-grid[data-astro-cid-7hmxgsqw]{grid-template-columns:repeat(2,1fr)}.highlight[data-astro-cid-7hmxgsqw]:last-child:nth-child(odd){grid-column:1 / -1;max-width:min(100%,32rem);justify-self:center;width:100%}}@media(min-width:900px){.highlight-grid[data-astro-cid-7hmxgsqw]{grid-template-columns:repeat(3,1fr);align-items:stretch}}.amenities-band[data-astro-cid-7hmxgsqw]{padding-top:0}.amenities-inner[data-astro-cid-7hmxgsqw]{padding:clamp(1.65rem,4vw,2.5rem)}.amenities-head[data-astro-cid-7hmxgsqw]{margin-bottom:clamp(1.35rem,3.5vw,1.85rem);max-width:38rem}.amenities-heading[data-astro-cid-7hmxgsqw]{margin:0 0 .65rem;font-family:var(--font-display);font-size:clamp(1.45rem,3vw,1.85rem);font-weight:600;line-height:1.2;letter-spacing:-.02em;color:var(--color-text)}.amenities-lead[data-astro-cid-7hmxgsqw]{margin:0;font-size:1rem;line-height:1.65;color:var(--color-text-muted)}.amenity-grid[data-astro-cid-7hmxgsqw]{list-style:none;padding:0;margin:0 0 1.5rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.amenity-grid[data-astro-cid-7hmxgsqw]{grid-template-columns:repeat(3,1fr);gap:.85rem}}.amenity-card[data-astro-cid-7hmxgsqw]{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem;padding:1rem 1rem 1.05rem;border-radius:var(--radius-lg);background:var(--color-bg-subtle);border:1px solid var(--color-border);transition:border-color .25s ease,box-shadow .3s ease}.amenity-card[data-astro-cid-7hmxgsqw]:hover{border-color:var(--color-border-strong);box-shadow:var(--shadow-card)}.amenity-icon-wrap[data-astro-cid-7hmxgsqw]{width:2.65rem;height:2.65rem;border-radius:.65rem;background:var(--color-surface);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;flex-shrink:0}.amenity-label[data-astro-cid-7hmxgsqw]{font-weight:600;font-size:.9rem;line-height:1.35;color:var(--color-text)}.amenities-cta[data-astro-cid-7hmxgsqw]{margin-bottom:0}.room-carousel[data-astro-cid-ht6uztf3]{width:100%;min-width:0}.room-carousel-viewport[data-astro-cid-ht6uztf3]{position:relative;aspect-ratio:16 / 10;width:100%;background:var(--color-bg-subtle);overflow:hidden}.room-carousel-slide[data-astro-cid-ht6uztf3]{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .45s ease;z-index:0}.room-carousel-slide[data-astro-cid-ht6uztf3].is-active{opacity:1;z-index:1;pointer-events:auto}.room-carousel-slide[data-astro-cid-ht6uztf3] img[data-astro-cid-ht6uztf3]{width:100%;height:100%;object-fit:cover;display:block}.room-badge[data-astro-cid-ht6uztf3]{position:absolute;top:1rem;left:1rem;z-index:3;font-family:var(--font-sans);font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.4rem .65rem;border-radius:var(--radius-sm);background:#f7f5f0f0;border:1px solid rgba(45,42,37,.12);color:var(--color-accent-deep);box-shadow:0 6px 20px #2d2a251f;pointer-events:none;max-width:calc(100% - 5rem)}.room-carousel-dots[data-astro-cid-ht6uztf3]{position:absolute;left:0;right:0;bottom:0;z-index:4;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.4rem;padding:1.1rem .75rem .65rem;margin:0;background:linear-gradient(to top,rgba(28,26,24,.62) 0%,rgba(28,26,24,.22) 55%,transparent 100%);border:0;list-style:none}.room-carousel-dot[data-astro-cid-ht6uztf3]{width:.45rem;height:.45rem;padding:0;border:0;border-radius:50%;background:#ffffff6b;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease;box-shadow:0 1px 3px #00000059}.room-carousel-dot[data-astro-cid-ht6uztf3]:hover{background:#ffffffb8;transform:scale(1.2)}.room-carousel-dot[data-astro-cid-ht6uztf3].is-active{background:#fff;transform:scale(1.35);box-shadow:0 0 0 2px #8b53448c}.room-carousel-dot[data-astro-cid-ht6uztf3]:focus-visible{outline:2px solid #fff;outline-offset:2px}.structure-intro[data-astro-cid-hse3qfuo]{margin-top:1rem}.structure-feature-list[data-astro-cid-hse3qfuo]{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;gap:1.35rem;margin-top:2rem;min-width:0;align-items:start}@media(min-width:640px)and (max-width:1099px){.structure-feature-list[data-astro-cid-hse3qfuo]{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;align-items:stretch}.structure-card[data-astro-cid-hse3qfuo]:last-child:nth-child(odd){grid-column:1 / -1;max-width:none;justify-self:stretch;width:100%}}@media(min-width:1100px){.structure-feature-list[data-astro-cid-hse3qfuo]{grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:auto;gap:1.25rem;align-items:stretch}.structure-card[data-astro-cid-hse3qfuo]:nth-child(1){grid-column:1 / 3;grid-row:1}.structure-card[data-astro-cid-hse3qfuo]:nth-child(2){grid-column:3 / 5;grid-row:1}.structure-card[data-astro-cid-hse3qfuo]:nth-child(3){grid-column:5 / 7;grid-row:1}}.structure-card[data-astro-cid-hse3qfuo]{margin:0;padding:0;overflow:hidden;min-width:0;display:flex;flex-direction:column;height:auto;align-self:stretch}.structure-card-copy[data-astro-cid-hse3qfuo]{padding:1.45rem 1.4rem 1.5rem;flex:1 1 auto;display:flex;flex-direction:column;min-width:0;min-height:0}.structure-card-copy[data-astro-cid-hse3qfuo] h2[data-astro-cid-hse3qfuo]{margin:0 0 .75rem;font-size:clamp(1.15rem,2vw,1.45rem);flex-shrink:0}.structure-card-body-wrap[data-astro-cid-hse3qfuo]{flex:1;min-height:0;display:flex;flex-direction:column;gap:1rem}.structure-card-body[data-astro-cid-hse3qfuo]{margin:0;max-width:none;font-size:1rem;line-height:1.62;color:var(--color-text-muted)}.structure-card-actions[data-astro-cid-hse3qfuo]{margin-top:auto;padding-top:1.25rem;flex-shrink:0}.structure-story[data-astro-cid-hse3qfuo]{margin-top:2.25rem;padding:clamp(1.65rem,4vw,2.35rem)}.structure-story[data-astro-cid-hse3qfuo] h2[data-astro-cid-hse3qfuo]{margin:0 0 .85rem;font-size:clamp(1.35rem,2.6vw,1.65rem)}.structure-story[data-astro-cid-hse3qfuo] h3[data-astro-cid-hse3qfuo]{margin:1.5rem 0 .65rem;font-size:clamp(1.12rem,2vw,1.28rem)}.structure-story[data-astro-cid-hse3qfuo] .prose[data-astro-cid-hse3qfuo]{margin-top:0}.structure-spotlights[data-astro-cid-hse3qfuo]{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem;margin:1.15rem 0 0;padding:0}.structure-spotlight[data-astro-cid-hse3qfuo]{display:inline-flex;align-items:center;gap:.38rem;padding:.32rem .7rem .32rem .5rem;background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-full);font-size:.78rem;font-weight:600;letter-spacing:.03em;color:var(--color-text-muted);line-height:1.25}.structure-spotlight-icon[data-astro-cid-hse3qfuo]{display:flex;align-items:center;justify-content:center;flex-shrink:0}.structure-spotlight-icon[data-astro-cid-hse3qfuo] .amenity-icon{transform:scale(.92);transform-origin:center}.structure-spotlight-label[data-astro-cid-hse3qfuo]{min-width:0;padding-right:.05rem}.structure-footnote[data-astro-cid-hse3qfuo]{margin:1.35rem 0 0;padding-top:1.15rem;border-top:1px solid var(--color-border);font-size:.75rem;line-height:1.55;letter-spacing:.02em;color:var(--color-text-muted);max-width:62ch}.structure-cta[data-astro-cid-hse3qfuo]{margin-top:2.25rem;padding:clamp(1.75rem,4vw,2.5rem);text-align:center;border:1px solid rgba(139,83,68,.22);background:linear-gradient(165deg,var(--color-surface) 0%,rgba(247,245,240,.96) 100%);box-shadow:var(--shadow-soft)}.structure-cta[data-astro-cid-hse3qfuo] h2[data-astro-cid-hse3qfuo]{margin:0 0 .75rem;font-size:clamp(1.35rem,2.6vw,1.75rem);max-width:32ch;margin-inline:auto}.structure-cta-lead[data-astro-cid-hse3qfuo]{margin:0 auto 1.35rem;text-align:center;max-width:48ch}.structure-cta-actions[data-astro-cid-hse3qfuo]{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}.structure-cta-primary[data-astro-cid-hse3qfuo]{padding-inline:1.65rem;font-size:1rem}.rf-icon[data-astro-cid-htpm3wee]{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-accent);opacity:.92}.rf-icon[data-astro-cid-htpm3wee] svg{display:block}.accom-intro[data-astro-cid-yy2dawhv]{margin-top:1rem}.accom-room-list[data-astro-cid-yy2dawhv]{display:grid;grid-template-columns:1fr;grid-auto-rows:1fr;gap:1.35rem;margin-top:2rem;min-width:0;align-items:stretch}@media(min-width:640px)and (max-width:1099px){.accom-room-list[data-astro-cid-yy2dawhv]{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.room-card[data-astro-cid-yy2dawhv]:last-child:nth-child(odd){grid-column:1 / -1;max-width:none;justify-self:stretch;width:100%}}@media(min-width:1100px){.accom-room-list[data-astro-cid-yy2dawhv]{grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:1fr;gap:1.25rem}.room-card[data-astro-cid-yy2dawhv]:nth-child(1){grid-column:1 / 3;grid-row:1}.room-card[data-astro-cid-yy2dawhv]:nth-child(2){grid-column:3 / 5;grid-row:1}.room-card[data-astro-cid-yy2dawhv]:nth-child(3){grid-column:5 / 7;grid-row:1}.room-card[data-astro-cid-yy2dawhv]:nth-child(4){grid-column:1 / 4;grid-row:2}.room-card[data-astro-cid-yy2dawhv]:nth-child(5){grid-column:4 / 7;grid-row:2}}.room-card[data-astro-cid-yy2dawhv]{margin:0;padding:0;overflow:hidden;min-width:0;min-height:0;display:flex;flex-direction:column;height:100%;align-self:stretch}.room-card-copy[data-astro-cid-yy2dawhv]{padding:1.45rem 1.4rem 1.5rem;flex:1 1 auto;display:flex;flex-direction:column;min-width:0;min-height:0}.room-card-copy[data-astro-cid-yy2dawhv] h2[data-astro-cid-yy2dawhv]{margin:0 0 .75rem;font-size:clamp(1.15rem,2vw,1.45rem);flex-shrink:0}.room-card-body-wrap[data-astro-cid-yy2dawhv]{flex:1;min-height:0;display:flex;flex-direction:column;gap:1rem}.room-card-body[data-astro-cid-yy2dawhv]{margin:0;max-width:none;font-size:1rem;line-height:1.62;color:var(--color-text-muted)}.room-spotlights[data-astro-cid-yy2dawhv]{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem;margin:0;padding:0}.room-spotlight[data-astro-cid-yy2dawhv]{display:inline-flex;align-items:center;gap:.38rem;padding:.32rem .7rem .32rem .5rem;background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-full);font-size:.78rem;font-weight:600;letter-spacing:.03em;color:var(--color-text-muted);line-height:1.25}.room-spotlight-icon[data-astro-cid-yy2dawhv]{display:flex;align-items:center;justify-content:center;flex-shrink:0}.room-spotlight-icon[data-astro-cid-yy2dawhv] .rf-icon{transform:scale(.88);transform-origin:center}.room-spotlight-label[data-astro-cid-yy2dawhv]{min-width:0;padding-right:.05rem}.room-card-actions[data-astro-cid-yy2dawhv]{margin-top:auto;padding-top:1.25rem;flex-shrink:0}.accom-wa-cta[data-astro-cid-yy2dawhv]{margin-top:2.25rem;padding:clamp(1.75rem,4vw,2.5rem);text-align:center;border:1px solid rgba(139,83,68,.22);background:linear-gradient(165deg,var(--color-surface) 0%,rgba(247,245,240,.96) 100%);box-shadow:var(--shadow-soft)}.accom-wa-cta[data-astro-cid-yy2dawhv] h2[data-astro-cid-yy2dawhv]{margin:0 0 .75rem;font-size:clamp(1.45rem,2.8vw,1.85rem);max-width:28ch;margin-inline:auto}.accom-wa-lead[data-astro-cid-yy2dawhv]{margin:0 auto 1.35rem;text-align:center;max-width:48ch}.accom-wa-btn[data-astro-cid-yy2dawhv]{padding-inline:1.65rem;font-size:1rem}.accom-wa-meta[data-astro-cid-yy2dawhv]{margin:1.5rem 0 0;padding-top:1.35rem;border-top:1px solid var(--color-border)}.accom-wa-meta[data-astro-cid-yy2dawhv] .eyebrow[data-astro-cid-yy2dawhv]{display:block;margin-bottom:.5rem}.accom-wa-line[data-astro-cid-yy2dawhv]{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem .5rem;font-size:.96875rem;color:var(--color-text-muted)}.accom-wa-line[data-astro-cid-yy2dawhv] a[data-astro-cid-yy2dawhv]{font-weight:600;word-break:break-word}.accom-wa-sep[data-astro-cid-yy2dawhv]{opacity:.45;user-select:none}.address-card[data-astro-cid-zfux4jlc]{margin-top:2rem;padding:clamp(1.25rem,3vw,1.75rem)}.address-card[data-astro-cid-zfux4jlc] h2[data-astro-cid-zfux4jlc]{margin-top:0;font-size:1.35rem}.address-card-actions[data-astro-cid-zfux4jlc]{margin:0 0 .5rem}.address-map-link[data-astro-cid-zfux4jlc]{margin:0;font-size:.9375rem;font-weight:600}.address-map-link[data-astro-cid-zfux4jlc] a[data-astro-cid-zfux4jlc]{color:var(--color-accent);text-decoration:none}.address-map-link[data-astro-cid-zfux4jlc] a[data-astro-cid-zfux4jlc]:hover{text-decoration:underline;color:var(--color-accent-deep)}.dist-title[data-astro-cid-zfux4jlc]{margin-top:2.5rem;font-size:1.35rem}.dist-list[data-astro-cid-zfux4jlc]{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.65rem}@media(min-width:700px){.dist-list[data-astro-cid-zfux4jlc]{grid-template-columns:1fr 1fr}}.dist-item[data-astro-cid-zfux4jlc]{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;font-size:.95rem}.dist-item[data-astro-cid-zfux4jlc] strong[data-astro-cid-zfux4jlc]{font-family:var(--font-sans);font-weight:700;color:var(--color-text);white-space:nowrap}.location-suite-peek[data-astro-cid-zfux4jlc]{margin-top:2rem}.contact-page[data-astro-cid-whtomry5]{padding-block:clamp(1.75rem,4vw,2.75rem)}.contact-header[data-astro-cid-whtomry5]{margin-bottom:clamp(1.75rem,4vw,2.5rem);text-align:center;max-width:40rem;margin-inline:auto}.contact-header[data-astro-cid-whtomry5] .eyebrow[data-astro-cid-whtomry5]{margin-bottom:.5rem}.contact-title[data-astro-cid-whtomry5]{margin:0 0 .85rem;font-size:clamp(1.85rem,4vw,2.45rem);font-weight:600;letter-spacing:-.02em}.contact-lead[data-astro-cid-whtomry5]{margin:0 auto;text-align:center;font-size:1.0625rem;line-height:1.65}.contact-layout[data-astro-cid-whtomry5]{display:flex;flex-direction:column;gap:clamp(1.5rem,3.5vw,2.25rem)}.contact-aside[data-astro-cid-whtomry5]{order:1}.contact-main[data-astro-cid-whtomry5]{order:2}@media(min-width:960px){.contact-layout[data-astro-cid-whtomry5]{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(1.75rem,4vw,3rem);align-items:start}.contact-main[data-astro-cid-whtomry5]{order:1}.contact-aside[data-astro-cid-whtomry5]{order:2;position:sticky;top:5.5rem}.contact-header[data-astro-cid-whtomry5]{grid-column:1 / -1;margin-bottom:.25rem}}.contact-panel[data-astro-cid-whtomry5]{padding:clamp(1.5rem,3.5vw,2.15rem) clamp(1.35rem,3vw,2rem);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-soft);background:linear-gradient(165deg,var(--color-surface) 0%,rgba(247,245,240,.98) 100%)}.contact-block[data-astro-cid-whtomry5]{margin:0}.contact-block-title[data-astro-cid-whtomry5]{margin:0 0 .65rem;font-family:var(--font-sans);font-size:.6875rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--color-eyebrow)}.contact-block--wa[data-astro-cid-whtomry5] .contact-block-title[data-astro-cid-whtomry5]{margin-bottom:.75rem}.contact-wa-btn[data-astro-cid-whtomry5]{width:100%;max-width:100%;padding-block:.95rem;font-size:1rem}.contact-tel-note[data-astro-cid-whtomry5]{margin:.75rem 0 0;font-size:.9375rem;text-align:center}.contact-tel-note[data-astro-cid-whtomry5] a[data-astro-cid-whtomry5]{color:var(--color-text-muted);text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:color .2s ease,border-color .2s ease}.contact-tel-note[data-astro-cid-whtomry5] a[data-astro-cid-whtomry5]:hover{color:var(--color-accent);border-bottom-color:#8b534459}.contact-rule[data-astro-cid-whtomry5]{height:1px;margin:clamp(1.15rem,2.5vw,1.45rem) 0;background:linear-gradient(90deg,transparent 0%,var(--color-border-strong) 12%,var(--color-border-strong) 88%,transparent 100%);border:0}.contact-dual[data-astro-cid-whtomry5]{display:grid;gap:1.25rem 1.75rem}@media(min-width:520px){.contact-dual[data-astro-cid-whtomry5]{grid-template-columns:1fr 1fr}}.contact-field[data-astro-cid-whtomry5]{display:flex;flex-direction:column;gap:.35rem;min-width:0}.contact-label[data-astro-cid-whtomry5]{font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-eyebrow)}.contact-value[data-astro-cid-whtomry5]{font-size:1rem;font-weight:600;color:var(--color-text);text-decoration:none;word-break:break-word;transition:color .2s ease}.contact-value[data-astro-cid-whtomry5]:hover{color:var(--color-accent)}.contact-address[data-astro-cid-whtomry5]{margin:0 0 .85rem;color:var(--color-text-muted);line-height:1.65;font-size:.96875rem}.contact-map-link[data-astro-cid-whtomry5]{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;color:var(--color-accent);transition:gap .2s ease}.contact-map-link[data-astro-cid-whtomry5]:hover{gap:.55rem;color:var(--color-accent-deep)}.contact-map-arrow[data-astro-cid-whtomry5]{font-size:1em;line-height:1}.contact-pills[data-astro-cid-whtomry5]{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem .6rem}.contact-pills[data-astro-cid-whtomry5] a[data-astro-cid-whtomry5]{display:inline-flex;align-items:center;padding:.45rem .95rem;border-radius:var(--radius-full);font-size:.8125rem;font-weight:600;text-decoration:none;color:var(--color-text-muted);background:var(--color-bg-subtle);border:1px solid var(--color-border);transition:border-color .2s ease,color .2s ease,background .2s ease}.contact-pills[data-astro-cid-whtomry5] a[data-astro-cid-whtomry5]:hover{color:var(--color-accent);border-color:#8b534447;background:var(--color-surface)}.contact-gallery[data-astro-cid-whtomry5]{display:grid;gap:.65rem;border-radius:calc(var(--radius-lg) + 2px);overflow:hidden;box-shadow:var(--shadow-card)}@media(min-width:640px)and (max-width:959px){.contact-gallery[data-astro-cid-whtomry5]{grid-template-columns:1fr 1fr}}.contact-shot[data-astro-cid-whtomry5]{margin:0;overflow:hidden;border-radius:0;background:var(--color-bg-subtle)}.contact-shot[data-astro-cid-whtomry5] img[data-astro-cid-whtomry5]{display:block;width:100%;height:min(52vw,280px);object-fit:cover;transition:transform .55s cubic-bezier(.22,1,.36,1)}@media(min-width:960px){.contact-shot[data-astro-cid-whtomry5] img[data-astro-cid-whtomry5]{height:clamp(200px,28vh,320px)}.contact-shot--secondary[data-astro-cid-whtomry5] img[data-astro-cid-whtomry5]{height:clamp(160px,22vh,240px)}}.contact-gallery[data-astro-cid-whtomry5]:hover .contact-shot[data-astro-cid-whtomry5] img[data-astro-cid-whtomry5]{transform:scale(1.02)}.contact-gallery-caption[data-astro-cid-whtomry5]{margin:.65rem 0 0;font-size:.75rem;letter-spacing:.04em;color:var(--color-text-muted);text-align:center;line-height:1.45}@media(min-width:960px){.contact-gallery-caption[data-astro-cid-whtomry5]{text-align:left}}
