:root{--wk-forest:#42471B;--wk-forest-dark:#2C3D1C;--wk-champagne:#CDC1A5;--wk-ivory:#EDEDE6;--wk-sage:#BBB270;--wk-blue-gray:#D1DBE4;--wk-white:#FAFAF8;--wk-text-dark:#1E2818;--wk-text-mid:#4A5E30;--wk-text-body:#5A5A52;--wk-text-muted:#6B6B62;--wk-font-serif:'Montserrat',sans-serif;--wk-font-sans:'Montserrat',sans-serif;--wk-radius-sm:2px;--wk-transition:220ms ease}*,::after,::before{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--wk-font-sans);background-color:var(--wk-white);color:var(--wk-text-dark);line-height:1.7;-webkit-font-smoothing:antialiased;font-weight:300}img{display:block;max-width:100%}a{text-decoration:none;color:inherit;transition:color var(--wk-transition)}.wk-serif{font-family:var(--wk-font-serif)}.wk-sans{font-family:var(--wk-font-sans)}.wk-section-label{font-size:.73rem;letter-spacing:.3em}.wk-uppercase-tracked{letter-spacing:.18em;text-transform:uppercase}.wk-bg-forest{background-color:var(--wk-forest)}.wk-bg-forest-dark{background-color:var(--wk-forest-dark)}.wk-bg-champagne{background-color:var(--wk-champagne)}.wk-bg-ivory{background-color:var(--wk-ivory)}.wk-bg-sage{background-color:var(--wk-sage)}.wk-bg-white{background-color:var(--wk-white)}.wk-bg-blue-gray{background-color:var(--wk-blue-gray)}.wk-bg-text-dark{background-color:var(--wk-text-dark)}.wk-text-forest{color:var(--wk-forest)}.wk-text-forest-dk{color:var(--wk-forest-dark)}.wk-text-champagne{color:var(--wk-champagne)}.wk-text-ivory{color:var(--wk-ivory)}.wk-text-white{color:var(--wk-white)}.wk-text-mid{color:var(--wk-text-mid)}.wk-text-body{color:var(--wk-text-body)}.wk-text-muted{color:var(--wk-text-muted)}.wk-border-forest{border-color:var(--wk-forest)!important}.wk-border-champagne{border-color:var(--wk-champagne)!important}.wk-border-ivory{border-color:var(--wk-ivory)!important}.btn-wayak-ghost,.btn-wayak-primary{display:inline-block;font-family:var(--wk-font-sans);font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;padding:1rem 2.5rem;cursor:pointer;border:none;border-radius:var(--wk-radius-sm);transition:background-color var(--wk-transition),color var(--wk-transition),border-color var(--wk-transition)}.btn-wayak-primary{background-color:var(--wk-champagne);color:var(--wk-text-dark)}.btn-wayak-primary:hover{background-color:var(--wk-white);color:var(--wk-forest)}.btn-wayak-primary.on-champagne{background-color:var(--wk-forest);color:var(--wk-white)}.btn-wayak-primary.on-champagne:hover{background-color:var(--wk-forest-dark);color:var(--wk-white)}.btn-wayak-ghost{background-color:transparent;border:1px solid rgba(250,250,248,.5);color:var(--wk-white)}.btn-wayak-ghost:hover{background-color:rgba(250,250,248,.1);border-color:var(--wk-white)}.btn-wayak-ghost.on-light{border-color:var(--wk-forest);color:var(--wk-forest)}.btn-wayak-ghost.on-light:hover{background-color:var(--wk-forest);color:var(--wk-white)}.btn-wayak-nav{display:inline-block;font-family:var(--wk-font-sans);font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;background-color:var(--wk-forest);color:var(--wk-white);border:none;padding:.6rem 1.4rem;cursor:pointer;border-radius:var(--wk-radius-sm);transition:background-color var(--wk-transition)}.btn-wayak-nav:hover{background-color:var(--wk-forest-dark);color:var(--wk-white)}.wk-olive-btn{background-color:var(--wk-forest);color:var(--wk-white);border:none;padding:1.25rem 2.5rem;font-family:var(--wk-font-sans);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;transition:background-color var(--wk-transition)}.wk-olive-btn:hover{background-color:var(--wk-forest-dark);color:var(--wk-white)}.btn-wayak-link{font-family:var(--wk-font-sans);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--wk-forest);border-bottom:1px solid var(--wk-champagne);padding-bottom:.2rem;transition:color var(--wk-transition),border-color var(--wk-transition)}.btn-wayak-link:hover{color:var(--wk-champagne);border-color:var(--wk-forest)}.wk-img-zoom{overflow:hidden}.wk-img-zoom img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.wk-img-zoom:hover img{transform:scale(1.04)}.wk-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(30,40,24,.5) 0,transparent 50%);opacity:0;transition:opacity var(--wk-transition)}.wk-img-zoom:hover .wk-overlay{opacity:1}.wk-hero{position:relative;height:100vh;min-height:640px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--wk-forest-dark)}.wk-hero-bg{position:absolute;inset:0;animation:wk-zoom-breathe 14s ease-in-out infinite alternate;will-change:transform}.wk-hero-content{position:relative;text-align:center;color:var(--wk-white);padding:0 1.5rem;z-index:2}.wk-hero-eyebrow{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:#ffffff;margin-bottom:1.75rem;font-weight:700}.wk-hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(250,250,248,.55);font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;user-select:none}.wk-hero-scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(250,250,248,.5),transparent)}.wk-features{background:var(--wk-champagne)}.wk-features-header{text-align:center}.wk-features-header h2{font-family:var(--wk-font-serif);color:var(--wk-forest);line-height:1.2}.wk-features-header h2 em{font-style:italic;color:var(--wk-forest-dark)}.wk-features-header h3{font-family:var(--wk-font-serif);color:var(--wk-forest);line-height:1.2}.wk-feature-card{text-align:center;padding:2.5rem 1.5rem;background:var(--wk-white);cursor:default}.wk-feature-icon{font-size:2.5rem;display:block;margin:0 auto 1.5rem;color:var(--wk-champagne);line-height:1}.wk-feature-card h3{font-family:var(--wk-font-serif);color:var(--wk-forest);margin-bottom:.75rem;letter-spacing:.05em}.wk-feature-card p{color:var(--wk-text-muted);line-height:1.7}.wk-nav{position:fixed;top:0;left:0;right:0;z-index:1030;display:flex;flex-direction:column;transition:background var(--wk-transition),backdrop-filter var(--wk-transition)}.wk-nav.menu-open,.wk-nav.scrolled{background:rgba(235,232,224,.97);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(201,186,155,.3)}.wk-nav-bar{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 3rem}.wk-nav-logo{height:48px;width:auto;display:block;transition:opacity var(--wk-transition)}.wk-nav-logo-scrolled{display:none}.wk-nav.scrolled .wk-nav-logo-default{display:none}.wk-nav.scrolled .wk-nav-logo-scrolled{display:block}.wk-nav.menu-open .wk-nav-logo-default{display:none}.wk-nav.menu-open .wk-nav-logo-scrolled{display:block}.wk-nav-links{display:flex;gap:2.5rem;list-style:none;margin:0;padding:0}.wk-nav-links a{font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(250,250,248,.85);transition:color var(--wk-transition)}.wk-nav.scrolled .wk-nav-links a{color:var(--wk-text-mid)}.wk-nav-links a:hover{color:var(--wk-champagne)}.wk-nav.scrolled .wk-nav-links a:hover{color:var(--wk-forest)}.wk-nav-toggler{display:none;background:0 0;border:none;padding:.25rem;cursor:pointer;line-height:1}.wk-nav-toggler .navbar-toggler-icon{width:1.4em;height:1.4em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28250%2C250%2C248%2C0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.wk-nav-toggler[aria-expanded=true] .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath stroke='rgba%28250%2C250%2C248%2C0.9%29' stroke-linecap='round' stroke-width='2' d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")}.wk-nav.menu-open .wk-nav-toggler .navbar-toggler-icon,.wk-nav.scrolled .wk-nav-toggler .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2874%2C94%2C48%2C1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.wk-nav.menu-open .wk-nav-toggler[aria-expanded=true] .navbar-toggler-icon,.wk-nav.scrolled .wk-nav-toggler[aria-expanded=true] .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath stroke='rgba%2874%2C94%2C48%2C1%29' stroke-linecap='round' stroke-width='2' d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")}#wk-mobile-menu.collapsing{height:auto!important;transition:none!important}.wk-nav-mobile{opacity:0;transition:opacity 1s ease}.wk-nav-mobile.show{opacity:1;display:flex}.wk-nav-mobile{position:relative;overflow:hidden;background:rgba(235,232,224,.97);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid rgba(201,186,155,.25);padding:1.25rem 1.5rem 2.5rem;height:calc(100dvh - 80px);height:calc(100vh - 80px);flex-direction:column}.wk-nav-mobile-links{list-style:none;padding:0;margin:0 0 1.5rem}.wk-nav-mobile-links li{border-bottom:1px solid rgba(201,186,155,.25)}.wk-nav-mobile-links a{display:block;padding:.875rem 0;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--wk-text-mid);transition:color var(--wk-transition)}.wk-nav-mobile-links a:hover{color:var(--wk-forest)}.wk-nav-mobile-cta{display:block;text-align:center;width:100%}.wk-nav-mobile-social{display:flex;gap:1.75rem;margin-top:2rem;justify-content:center}.wk-nav-mobile-social a{color:var(--wk-text-mid);transition:color var(--wk-transition)}.wk-nav-mobile-social a:hover{color:var(--wk-champagne)}.wk-nav-mobile-monograma{position:absolute;bottom:-5rem;right:-3rem;width:300px;height:auto;opacity:.05;pointer-events:none;user-select:none}@media (max-width:768px){.wk-nav-bar{padding:1.25rem 1.5rem}.wk-nav-links{display:none}.wk-nav-cta{display:none}.wk-nav-toggler{display:block}}.wk-footer{background:var(--wk-forest);color:rgba(235,232,224,.7);padding:5rem 3rem 2.5rem}.wk-footer-logo{height:72px;width:auto;margin-bottom:1.25rem;display:block;opacity:.88}.wk-footer-brand p{line-height:1.8;max-width:280px}.wk-footer-col h4{font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--wk-champagne);margin-bottom:1.25rem}.wk-footer-col ul{list-style:none;padding:0;margin:0}.wk-footer-col li{margin-bottom:.65rem}.wk-footer-col a{transition:color var(--wk-transition)}.wk-footer-col a:hover{color:var(--wk-champagne)}.wk-footer-bottom{border-top:1px solid rgba(201,186,155,.15);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.72rem}.wk-footer-credit{opacity:.45;font-size:.68rem;letter-spacing:.1em}@media (max-width:768px){.wk-footer{padding:4rem 1.5rem 2rem}}.wk-page-hero{position:relative;height:55vh;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--wk-forest-dark)}.wk-page-hero-bg{position:absolute;inset:0;background:var(--wk-forest-dark);animation:wk-zoom-breathe 14s ease-in-out infinite alternate;will-change:transform}.wk-page-hero-bg picture{position:absolute;inset:0}.wk-page-hero-bg picture img{width:100%;height:100%;object-fit:cover;display:block}.wk-page-hero-content{position:relative;text-align:center;color:var(--wk-white);padding:0 1.5rem}.wk-page-hero-title{font-family:var(--wk-font-serif);font-weight:700;line-height:1.05;margin-bottom:1rem}.wk-page-hero-title em{font-style:italic;color:var(--wk-white)}.wk-page-hero-subtitle{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:rgba(250,250,248,.85)}.wk-page-hero .wk-section-label{color:var(--wk-white)}@media (max-width:768px){.wk-page-hero{height:45vh;min-height:340px}}.wk-experience{position:relative;overflow:hidden;background:var(--wk-forest);text-align:center;color:var(--wk-white)}.wk-experience-monograma{position:absolute;width:340px;height:auto;opacity:.2;right:-40px;bottom:-40px;pointer-events:none;z-index:99}.wk-experience blockquote{font-family:var(--wk-font-serif);font-weight:400;font-style:italic;line-height:1.4;max-width:820px;margin:0 auto 2rem;color:var(--wk-champagne)}.wk-experience cite{font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:rgba(250,250,248,.55);font-style:normal}.wk-fade-in{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.wk-fade-in.visible{opacity:1;transform:translateY(0)}@keyframes wk-zoom-breathe{0%{transform:scale(1)}100%{transform:scale(1.07)}}@keyframes wk-scroll-pulse{0%,100%{opacity:.5;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.2)}}.wk-scroll-pulse{animation:wk-scroll-pulse 2s ease-in-out infinite}.wk-lang-switcher{display:inline-flex;flex-direction:row;align-items:center;border:1px solid rgba(250,250,248,.3);border-radius:var(--wk-radius-sm);overflow:hidden}.wk-lang-item{display:block;padding:.28rem .65rem;font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;line-height:1;white-space:nowrap;transition:color var(--wk-transition),background-color var(--wk-transition)}.wk-lang-active{color:var(--wk-text-dark);background-color:rgba(250,250,248,.92);cursor:default}.wk-lang-switcher a.wk-lang-item{color:rgba(250,250,248,.5)}.wk-lang-switcher a.wk-lang-item:hover{color:var(--wk-white);background-color:rgba(250,250,248,.15)}.wk-lang-sep{display:block;width:1px;align-self:stretch;background-color:rgba(250,250,248,.3)}.wk-nav.scrolled .wk-lang-switcher,.wk-nav.menu-open .wk-lang-switcher{border-color:rgba(61,82,41,.25)}.wk-nav.scrolled .wk-lang-sep,.wk-nav.menu-open .wk-lang-sep{background-color:rgba(61,82,41,.25)}.wk-nav.scrolled .wk-lang-active,.wk-nav.menu-open .wk-lang-active{color:var(--wk-white);background-color:var(--wk-forest)}.wk-nav.scrolled a.wk-lang-item,.wk-nav.menu-open a.wk-lang-item{color:rgba(74,94,48,.5)}.wk-nav.scrolled a.wk-lang-item:hover,.wk-nav.menu-open a.wk-lang-item:hover{color:var(--wk-forest);background-color:rgba(61,82,41,.08)}.wk-nav-mobile .wk-lang-switcher{margin-top:1.5rem;justify-content:center;border-color:rgba(61,82,41,.25)}.wk-nav-mobile .wk-lang-sep{background-color:rgba(61,82,41,.25)}.wk-nav-mobile .wk-lang-active{color:var(--wk-white);background-color:var(--wk-forest)}.wk-nav-mobile a.wk-lang-item{color:rgba(74,94,48,.5)}.wk-nav-mobile a.wk-lang-item:hover{color:var(--wk-forest);background-color:rgba(61,82,41,.08)}@media(max-width:768px){.wk-nav-bar .wk-lang-switcher{display:none}}.wk-rates-wrap{max-width:860px;margin:0 auto;border:1px solid rgba(201,186,155,.3);overflow-x:auto;background:var(--wk-ivory)}.wk-rates-table{width:100%;border-collapse:collapse;background:var(--wk-ivory);font-family:var(--wk-font-sans)}.wk-rates-table th{padding:.75rem 1.25rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--wk-text-muted);border-bottom:1px solid rgba(201,186,155,.4);text-align:left;white-space:nowrap}.wk-rates-table td{padding:1rem 1.25rem;border-bottom:1px solid rgba(201,186,155,.2);color:var(--wk-text-dark);vertical-align:top}.wk-rates-table td:first-child{font-family:var(--wk-font-serif)}.wk-rates-table td:last-child{font-weight:600;white-space:nowrap}.wk-rates-table tr:last-child td{border-bottom:0}.wk-rates-note{font-size:.78rem;color:var(--wk-text-muted);margin-top:.625rem;text-align:left;max-width:860px;margin-inline:auto}.wk-nav-dropdown{position:relative}.wk-nav-dropdown-toggle::after{content:' ▾';vertical-align:.12em;opacity:.9}.wk-nav-dropdown-menu{position:absolute;top:100%;left:50%;padding:.75rem 0 .5rem;transform:translateX(-50%) translateY(6px);background:transparent;list-style:none;margin:0;opacity:0;visibility:hidden;transition:opacity .2s ease .3s,transform .2s ease .3s,visibility 0s .5s;pointer-events:none;z-index:1031}.wk-nav-dropdown-menu::before{content:'';position:absolute;top:.75rem;left:0;right:0;bottom:0;background:rgba(235,232,224,.98);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(201,186,155,.2);border-top:2px solid var(--wk-champagne);z-index:-1}.wk-nav-dropdown:hover .wk-nav-dropdown-menu,.wk-nav-dropdown:focus-within .wk-nav-dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);pointer-events:auto;transition-delay:0s}.wk-nav-dropdown-menu a{display:block;padding:.55rem 1.25rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--wk-text-mid);transition:color var(--wk-transition),background var(--wk-transition)}.wk-nav-dropdown-menu a:hover{color:var(--wk-forest);background:rgba(61,82,41,.05)}.wk-nav-dropdown-divider{height:1px;background:rgba(201,186,155,.25);margin:.4rem 0}.wk-nav-mobile-sub a{padding-left:2rem!important;font-size:.65rem!important;color:var(--wk-text-muted)!important}.wk-nav-mobile-sub a::before{content:'— '}.gslide-description{display:none!important}.wk-res-cta .wk-section-label{color:var(--wk-forest)}.wk-res-cta h2{color:var(--wk-forest)}.wk-res-cta h2 em{font-style:italic;color:var(--wk-forest-dark)}.wk-res-cta p{font-size:.9rem;color:var(--wk-text-body);margin-bottom:0}.wk-hs-modal-content{background:var(--wk-ivory);border:none;border-radius:0}.wk-hs-modal-header{background:var(--wk-forest);border-bottom:none;padding:1.25rem 2rem;align-items:center}.wk-hs-modal-title{font-family:var(--wk-font-serif);font-style:italic;font-weight:400;color:var(--wk-champagne);margin:0}.wk-hs-modal-close{filter:invert(1);opacity:.65}.wk-hs-modal-close:hover{opacity:1}.wk-hs-modal-body{padding:1.5rem}