:root{--paper:#f4efe3;--paper-bright:#fffdf7;--ink:#17231d;--ink-soft:#556158;--rule:#17231d2e;--header-height:84px;--page-gutter:clamp(1.1rem, 3.3vw, 4.25rem);--section-space:clamp(4.75rem, 10vw, 9.5rem);--content-max:1440px;--measure:68ch;--theme-primary:#2c4637;--theme-accent:#c69738;--theme-soft:#e5e4d4;--ease-out:cubic-bezier(.22, 1, .36, 1);--ease-gate:cubic-bezier(.16, 1, .3, 1);--font-display:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-story:ui-serif, Georgia, Cambria, "Times New Roman", serif}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink);scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 1rem);text-rendering:optimizelegibility}body{background:radial-gradient(circle at 9% 3%, #dcb85b14, transparent 22rem), linear-gradient(90deg, #17231d05 1px, transparent 1px), var(--paper);min-width:0;color:var(--ink);font-family:var(--font-display);-webkit-font-smoothing:antialiased;background-size:auto,9rem 100%,auto;margin:0}body.mp-locale-zh{font-family:Noto Sans CJK SC,PingFang SC,Microsoft YaHei,ui-sans-serif,system-ui,sans-serif}body.mp-menu-open{overscroll-behavior:none}img{max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{color:inherit;font:inherit}button{cursor:pointer}::selection{background:var(--theme-accent);color:#101811}:focus-visible{outline:3px solid var(--paper-bright);outline-offset:3px;box-shadow:0 0 0 5px var(--ink)}.mp-visually-hidden{clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.mp-skip-link{z-index:200;background:var(--ink);color:var(--paper-bright);transition:transform .16s var(--ease-out);padding:.8rem 1rem;font-size:.85rem;font-weight:750;position:fixed;top:.65rem;left:.65rem;transform:translateY(-160%)}.mp-skip-link:focus{transform:translateY(0)}.mp-route-transition{min-width:0;position:relative}.mp-route-stage{animation:mp-route-stage-enter .82s var(--ease-gate) 90ms backwards}.mp-route-curtain{--route-curtain-primary:var(--theme-primary);--route-curtain-accent:var(--theme-accent);z-index:99;inset:var(--header-height) 0 0;transform-origin:top;background:linear-gradient(115deg, color-mix(in srgb, var(--route-curtain-primary) 94%, #07110c), var(--ink));pointer-events:none;animation:mp-route-curtain-enter .98s var(--ease-gate) both;position:fixed;overflow:hidden}.mp-route-curtain:before{background:radial-gradient(circle at 74% 42%, color-mix(in srgb, var(--route-curtain-accent) 28%, transparent), transparent 28rem), repeating-linear-gradient(90deg, transparent 0 11.9%, #ffffff0b 12% 12.1%);content:"";position:absolute;inset:0}.mp-route-curtain span{transform-origin:0;background:var(--route-curtain-accent);height:5px;animation:mp-route-curtain-line .72s var(--ease-out) both;position:absolute;bottom:0;left:0;right:0}.mp-route-transition:has(.mp-rich[data-route-material=farm]) .mp-route-curtain{--route-curtain-primary:#215f3d;--route-curtain-accent:#d9a52e}.mp-route-transition:has(.mp-rich[data-route-material=guest]) .mp-route-curtain{--route-curtain-primary:#1d3e5a;--route-curtain-accent:#c86743}.mp-route-transition:has(.mp-rich[data-route-material=love]) .mp-route-curtain{--route-curtain-primary:#552a47;--route-curtain-accent:#de9845}.mp-route-transition:has(.mp-rich[data-route-material=tour]) .mp-route-curtain{--route-curtain-primary:#175d63;--route-curtain-accent:#c89a34}@keyframes mp-route-stage-enter{0%{opacity:.58;transform:translateY(1.5rem)}to{opacity:1;transform:none}}@keyframes mp-route-curtain-enter{0%{transform:translateY(0)}32%{transform:translateY(0)}to{transform:translateY(-105%)}}@keyframes mp-route-curtain-line{0%,20%{transform:scaleX(0)}70%,to{transform:scaleX(1)}}.mp-site-header{z-index:100;height:var(--header-height);border-bottom:1px solid var(--rule);background:color-mix(in srgb, var(--paper) 92%, transparent);-webkit-backdrop-filter:blur(18px)saturate(1.1);backdrop-filter:blur(18px)saturate(1.1);position:sticky;top:0}.mp-site-header__inner{width:min(100%, var(--content-max));height:100%;padding-inline:var(--page-gutter);grid-template-columns:minmax(150px,184px) minmax(0,1fr) auto auto auto;align-items:center;gap:clamp(.85rem,1.8vw,2rem);margin-inline:auto;display:grid}.mp-brand{align-content:center;min-height:52px;display:grid}.mp-brand__logo{object-fit:contain;object-position:left center;width:clamp(142px,12vw,184px);height:auto}.mp-brand__line{color:var(--ink-soft);letter-spacing:.13em;text-transform:uppercase;margin-top:.08rem;font-size:.62rem;font-weight:720;line-height:1}.mp-primary-nav{justify-content:flex-end;gap:clamp(.2rem,.55vw,.65rem);min-width:0;display:flex}.mp-primary-nav__group{align-items:center;min-height:44px;display:flex;position:relative}.mp-primary-nav__link{letter-spacing:.035em;text-align:center;border-bottom:2px solid #0000;place-items:center;min-height:44px;padding:.42rem .35rem;font-size:clamp(.69rem,.74vw,.82rem);font-weight:760;line-height:1.1;transition:border-color .16s,color .16s;display:grid}.mp-primary-nav__group.is-active>.mp-primary-nav__link,.mp-primary-nav__link:hover{border-bottom-color:currentColor}.mp-submenu-toggle{background:0 0;border:0;place-items:center;width:28px;height:44px;padding:0;display:grid}.mp-submenu-toggle svg{width:14px;transition:transform .18s var(--ease-out)}.mp-submenu-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.mp-submenu{z-index:110;border:1px solid var(--rule);background:var(--paper-bright);width:min(22rem,82vw);animation:mp-menu-enter .18s var(--ease-out) both;padding:.65rem;position:absolute;top:calc(100% + .65rem);left:50%;transform:translate(-50%);box-shadow:0 24px 55px #17231d2e}.mp-submenu:before{border-top:1px solid var(--rule);border-left:1px solid var(--rule);background:var(--paper-bright);content:"";width:.8rem;height:.8rem;position:absolute;top:-.45rem;left:50%;transform:translate(-50%)rotate(45deg)}.mp-submenu ul,.mp-site-footer ul,.mp-mobile-nav ul,.mp-breadcrumbs ol{margin:0;padding:0;list-style:none}.mp-submenu--grouped{width:min(47rem, calc(100vw - (2 * var(--page-gutter))));padding:1rem}.mp-submenu--grouped>.mp-submenu__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.mp-submenu__group{border-right:1px solid var(--rule);min-width:0;padding:0 .8rem}.mp-submenu__group:last-child{border-right:0}.mp-submenu__group-label{min-height:2.5rem;color:var(--theme-primary);letter-spacing:.11em;text-transform:uppercase;padding:.25rem .8rem .7rem;font-size:.67rem;font-weight:850;line-height:1.35;display:block}.mp-submenu__group .mp-submenu__link{min-height:42px;padding-inline:.8rem;font-size:.82rem}.mp-submenu__link{border-bottom:1px solid var(--rule);align-items:center;min-height:44px;padding:.65rem .8rem;font-size:.88rem;font-weight:620;display:flex}.mp-submenu li:last-child .mp-submenu__link{border-bottom:0}.mp-submenu__link:hover,.mp-submenu__link[aria-current=page]{background:var(--paper)}.mp-language-nav{align-items:center;gap:.3rem;display:flex}.mp-language-nav svg{width:16px}.mp-language-nav a{border-bottom:2px solid #0000;place-items:center;min-width:30px;min-height:44px;font-size:.69rem;font-weight:800;display:grid}.mp-language-nav a[aria-current=page]{border-color:currentColor}.mp-header-contact{border:1px solid var(--ink);letter-spacing:.025em;text-align:center;min-height:48px;transition:background .18s ease, color .18s ease, transform .18s var(--ease-out);background:0 0;place-items:center;padding:.75rem .9rem;font-size:.76rem;font-weight:790;line-height:1.15;display:inline-grid}.mp-header-contact:hover,.mp-header-contact[aria-current=page]{background:var(--ink);color:var(--paper-bright);transform:translateY(-2px)}.mp-header-whatsapp,.mp-mobile-menu__whatsapp,.mp-button{border:1px solid var(--ink);background:var(--ink);min-height:48px;color:var(--paper-bright);letter-spacing:.035em;text-align:center;transition:transform .18s var(--ease-out), background .18s ease, color .18s ease;justify-content:center;align-items:center;gap:.58rem;padding:.82rem 1rem;font-size:.78rem;font-weight:790;line-height:1.15;display:inline-flex}.mp-header-whatsapp svg,.mp-button svg,.mp-mobile-menu__whatsapp svg{flex:none;width:17px}.mp-header-whatsapp:hover,.mp-button:hover,.mp-mobile-menu__whatsapp:hover{background:var(--theme-primary);transform:translateY(-2px)}.mp-button svg:last-child{transition:transform .18s var(--ease-out)}.mp-button:hover svg:last-child{transform:translate(3px)}.mp-mobile-menu-toggle{border:1px solid var(--ink);background:0 0;place-items:center;width:48px;height:48px;padding:0;display:none}.mp-mobile-menu-toggle svg{width:20px}.mp-site-header.is-menu-open .mp-mobile-menu-toggle{visibility:hidden}.mp-mobile-menu-layer{z-index:105;inset:var(--header-height) 0 0;position:fixed}.mp-mobile-menu-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0e161185;border:0;width:100%;position:absolute;inset:0}.mp-mobile-menu{z-index:110;width:min(31rem,94vw);padding:1rem clamp(1rem, 5vw, 2rem) calc(2rem + env(safe-area-inset-bottom));border-left:1px solid var(--rule);background:var(--paper-bright);animation:mp-panel-enter .22s var(--ease-out) both;position:absolute;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-25px 0 80px #17231d33}.mp-mobile-menu__top{border-bottom:1px solid var(--rule);min-height:54px;font-family:var(--font-display);justify-content:space-between;align-items:center;font-size:1.4rem;font-weight:800;display:flex}.mp-mobile-menu__top button{background:0 0;border:0;place-items:center;width:44px;height:44px;display:grid}.mp-mobile-nav__group{border-bottom:1px solid var(--rule);padding:1.1rem 0}.mp-mobile-nav__row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.65rem;display:grid}.mp-mobile-nav__row>button{border:1px solid var(--rule);background:0 0;place-items:center;width:46px;height:46px;padding:0;display:grid}.mp-mobile-nav__row>button svg{width:17px;transition:transform .18s var(--ease-out)}.mp-mobile-nav__row>button[aria-expanded=true] svg{transform:rotate(180deg)}.mp-mobile-nav__parent{min-height:46px;font-family:var(--font-display);letter-spacing:-.025em;align-items:center;font-size:clamp(1.45rem,6vw,2.35rem);font-weight:790;line-height:1.02;display:flex}.mp-mobile-nav__parent[aria-current=page]:after,.mp-mobile-nav__group.is-active .mp-mobile-nav__parent:after{background:var(--ink);content:"";border-radius:50%;width:.48rem;height:.48rem;margin-left:.65rem}.mp-mobile-nav>.mp-mobile-nav__group>.mp-mobile-nav__children{border-left:2px solid var(--rule);margin-top:.6rem;padding-left:1rem;display:grid}.mp-mobile-nav__category{border-bottom:1px solid var(--rule)}.mp-mobile-nav__category:last-child{border-bottom:0}.mp-mobile-nav__category summary{min-height:46px;color:var(--theme-primary);cursor:pointer;letter-spacing:.1em;text-transform:uppercase;justify-content:space-between;align-items:center;padding:.65rem 0;font-size:.72rem;font-weight:850;list-style:none;display:flex}.mp-mobile-nav__category summary::-webkit-details-marker{display:none}.mp-mobile-nav__category summary:after{content:"+";font-size:1.1rem;font-weight:500}.mp-mobile-nav__category details[open] summary:after{content:"−"}.mp-mobile-nav__nested-list{border-left:1px solid var(--rule);margin:0 0 .65rem;padding:0 0 0 .8rem;list-style:none;display:grid}.mp-mobile-nav__child--nested{font-size:.86rem}.mp-mobile-nav__child{align-items:center;min-height:44px;padding-block:.4rem;font-size:.9rem;font-weight:620;display:flex}.mp-mobile-nav__child[aria-current=page]{border-left:3px solid var(--theme-accent);background:color-mix(in srgb, var(--theme-soft) 46%, transparent);margin-left:-1rem;padding-left:calc(1rem - 3px);font-weight:780}.mp-mobile-language-nav{border:1px solid var(--rule);grid-template-columns:repeat(3,1fr);margin-block:1.25rem;display:grid}.mp-mobile-language-nav a{border-right:1px solid var(--rule);text-align:center;place-items:center;min-height:48px;padding:.55rem;font-size:.82rem;font-weight:720;display:grid}.mp-mobile-language-nav a:last-child{border-right:0}.mp-mobile-language-nav a[aria-current=page]{background:var(--ink);color:var(--paper-bright)}.mp-mobile-menu__whatsapp{width:100%}.mp-mobile-menu__actions{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:.65rem;display:grid}.mp-mobile-menu__contact{border:1px solid var(--ink);text-align:center;place-items:center;min-height:48px;padding:.72rem .8rem;font-size:.8rem;font-weight:780;display:grid}.mp-mobile-menu__contact[aria-current=page]{background:var(--theme-soft)}.mp-noscript-nav{z-index:99;padding:.7rem var(--page-gutter);border-bottom:1px solid var(--rule);background:var(--paper-bright);flex-wrap:wrap;justify-content:center;gap:.45rem 1rem;font-size:.8rem;font-weight:700;display:flex;position:relative}main{--theme-primary:#2c4637;--theme-accent:#c69738;--theme-soft:#e5e4d4;overflow:clip}.mp-theme-farm,[data-theme=farm],.mp-page-hero--farm,.mp-contact-band--farm{--theme-primary:#215f3d;--theme-accent:#d9a52e;--theme-soft:#dde7b2}.mp-theme-guest,[data-theme=guest],.mp-page-hero--guest,.mp-contact-band--guest{--theme-primary:#1d3e5a;--theme-accent:#c86743;--theme-soft:#dee7ec}.mp-theme-love,[data-theme=love],.mp-page-hero--love,.mp-contact-band--love{--theme-primary:#552a47;--theme-accent:#de9845;--theme-soft:#eacfc7}.mp-theme-tour,[data-theme=tour],.mp-page-hero--tour,.mp-contact-band--tour{--theme-primary:#175d63;--theme-accent:#c89a34;--theme-soft:#deeae6}.mp-gateway-hero,.mp-page-hero,.mp-gates,.mp-gateway-proof,.mp-destination-intro,.mp-destination-proof,.mp-destination-gallery,.mp-detail-content,.mp-detail-gallery,.mp-related-destinations,.mp-contact-band,.mp-breadcrumbs{width:min(100%, var(--content-max));margin-inline:auto}.mp-gateway-hero{min-height:min(790px, calc(100svh - var(--header-height)));border-inline:1px solid var(--rule);background:var(--paper-bright);grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);display:grid}.mp-gateway-hero__copy,.mp-page-hero__copy{z-index:2;padding:clamp(3rem, 7vw, 8rem) var(--page-gutter);flex-direction:column;justify-content:center;align-items:flex-start;display:flex;position:relative}.mp-gateway-hero__copy:before{z-index:-1;border:1px solid var(--rule);width:clamp(5rem,11vw,10rem);height:clamp(5rem,11vw,10rem);box-shadow:inset 0 0 0 1.1rem var(--paper), inset 0 0 0 1.15rem var(--rule);content:"";opacity:.65;border-radius:50%;position:absolute;bottom:9%;right:6%}.mp-page-hero__brand-mark{object-fit:contain;object-position:left center;width:clamp(4.6rem,7vw,6.2rem);height:clamp(4.6rem,7vw,6.2rem);margin-bottom:1.2rem}.mp-gateway-hero h1,.mp-page-hero h1{max-width:11ch;font-family:var(--font-display);letter-spacing:-.045em;overflow-wrap:anywhere;margin:0;font-size:clamp(3.3rem,7.8vw,8.4rem);font-weight:820;line-height:.9}.mp-locale-zh .mp-gateway-hero h1,.mp-locale-zh .mp-page-hero h1{letter-spacing:-.01em;word-break:keep-all;max-width:8ch;line-height:1.04}.mp-gateway-hero__copy>p:not(.mp-section-marker),.mp-page-hero__description{max-width:54ch;color:var(--ink-soft);margin:clamp(1.5rem,3vw,2.4rem) 0 1.6rem;font-size:clamp(1rem,1.35vw,1.28rem);line-height:1.65}.mp-section-marker{color:var(--theme-primary);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.7rem;margin:0 0 1.4rem;font-size:.72rem;font-weight:820;line-height:1.25;display:inline-flex}.mp-locale-zh .mp-section-marker{letter-spacing:0}.mp-section-marker--inverse{color:var(--paper-bright)}.mp-section-marker>span{background:var(--theme-accent);width:2.4rem;height:2px}.mp-gateway-hero__media,.mp-page-hero__media{background:var(--theme-soft);min-height:540px;margin:0;position:relative;overflow:hidden}.mp-gateway-hero__media img,.mp-page-hero__media img,.mp-gate img,.mp-authentic-gallery img{object-fit:cover}.mp-gateway-hero__media img{object-position:50% 55%}.mp-gateway-hero__media:after{content:"";pointer-events:none;background:linear-gradient(#0000 55%,#101b1347);position:absolute;inset:0}.mp-gateway-hero__continue{z-index:3;right:var(--page-gutter);min-height:44px;color:var(--ink);letter-spacing:.04em;background:#fffdf7eb;align-items:center;gap:.6rem;padding:.55rem .8rem;font-size:.72rem;font-weight:780;display:flex;position:absolute;bottom:1.5rem}.mp-gateway-hero__continue svg{width:17px;animation:1.8s ease-in-out infinite mp-nudge-down}.mp-gates,.mp-gateway-proof,.mp-destination-intro,.mp-destination-proof,.mp-destination-gallery,.mp-detail-content,.mp-detail-gallery,.mp-related-destinations{padding:var(--section-space) var(--page-gutter) 0}.mp-section-heading{grid-template-columns:minmax(9rem,.32fr) minmax(0,1fr);align-items:start;gap:clamp(1rem,5vw,5rem);max-width:1100px;display:grid}.mp-section-heading .mp-section-marker{padding-top:.7rem}.mp-section-heading h2,.mp-related-destinations>h2,.mp-contact-band h2{max-width:15ch;font-family:var(--font-display);letter-spacing:-.035em;overflow-wrap:anywhere;margin:0;font-size:clamp(2.25rem,5vw,5.4rem);font-weight:790;line-height:.96}.mp-locale-zh .mp-section-heading h2,.mp-locale-zh .mp-related-destinations>h2,.mp-locale-zh .mp-contact-band h2{letter-spacing:-.015em;line-height:1.14}.mp-gates__intro,.mp-destination-intro__lede,.mp-detail-content__lede{max-width:var(--measure);color:var(--ink-soft);margin:2rem 0 0 auto;font-size:clamp(1rem,1.45vw,1.3rem);line-height:1.75}.mp-gates__grid{border:1px solid var(--ink);min-height:clamp(450px,48vw,670px);transition:grid-template-columns .48s var(--ease-gate);grid-template-columns:1.12fr .9fr 1fr;margin-top:clamp(2rem,5vw,4.5rem);display:grid}.mp-gate{background:var(--theme-primary);color:#fffdf7;isolation:isolate;border-right:1px solid #ffffff6b;min-width:0;position:relative;overflow:hidden}.mp-gate:last-child{border-right:0}.mp-gate img{z-index:-2;filter:saturate(.88)contrast(1.04);transition:transform .7s var(--ease-gate), filter .35s ease;transform:scale(1.02)}.mp-gate__veil{z-index:-1;background:linear-gradient(180deg, #09120d0d, #09120dd1), linear-gradient(90deg, color-mix(in srgb, var(--theme-primary) 54%, transparent), transparent 70%);transition:opacity .32s;position:absolute;inset:0}.mp-gate__marker{color:#fffdf7;letter-spacing:.08em;text-transform:uppercase;border:1px solid;place-items:center;min-width:2.65rem;min-height:2.65rem;padding:.4rem;font-size:.68rem;font-weight:820;display:grid;position:absolute;top:1.4rem;left:1.4rem}.mp-gate--farm .mp-gate__marker{border-radius:50% 50% 10% 10%}.mp-gate--guest .mp-gate__marker{border-radius:50% 50% 5px 5px;box-shadow:inset 0 -.38rem #ffffff3b}.mp-gate--love .mp-gate__marker{border-radius:.8rem .8rem .2rem;transform:rotate(45deg)}.mp-gate--love .mp-gate__marker:first-line{transform:rotate(-45deg)}.mp-gate__copy{gap:.6rem;display:grid;position:absolute;bottom:clamp(1.5rem,4vw,3.5rem);left:1.5rem;right:1.5rem}.mp-gate__copy small{letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:780}.mp-locale-zh .mp-gate__copy small{letter-spacing:0}.mp-gate__copy strong{max-width:9ch;font-family:var(--font-display);letter-spacing:-.035em;font-size:clamp(2rem,3.8vw,4rem);font-weight:790;line-height:.94}.mp-gate__copy>span{color:#fffdf7d1;opacity:.84;max-width:34ch;font-size:.84rem;line-height:1.5}.mp-gate>svg{width:22px;transition:transform .2s var(--ease-out);position:absolute;top:1.6rem;right:1.5rem}.mp-gate:hover img,.mp-gate:focus-visible img{filter:saturate(1.04)contrast(1.04);transform:scale(1.075)}.mp-gate:hover>svg,.mp-gate:focus-visible>svg{transform:translate(3px,-3px)}@supports selector(.mp-gates__grid:has(.mp-gate:hover)){@media (min-width:1221px) and (prefers-reduced-motion:no-preference){.mp-gates__grid:has(.mp-gate:first-child:is(:hover,:focus-visible)){grid-template-columns:1.42fr .78fr .8fr}.mp-gates__grid:has(.mp-gate:nth-child(2):is(:hover,:focus-visible)){grid-template-columns:.82fr 1.36fr .82fr}.mp-gates__grid:has(.mp-gate:nth-child(3):is(:hover,:focus-visible)){grid-template-columns:.82fr .78fr 1.4fr}}}.mp-tour-trail{border-top:1px solid var(--rule);margin-top:clamp(2rem,5vw,5rem);padding-block:clamp(1.2rem,3vw,2.5rem)}.mp-tour-trail--compact{--theme-primary:#175d63;--theme-accent:#c89a34}.mp-tour-trail__stops{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.9rem,1.8vw,1.6rem);display:grid}.mp-tour-trail--compact .mp-tour-trail__stops{grid-template-columns:1fr;max-width:46rem;margin-left:auto}.mp-tour-trail__stop{border:1px solid var(--ink);background:var(--paper-bright);min-height:24rem;transition:transform .3s var(--ease-out), box-shadow .3s var(--ease-out);grid-template-rows:minmax(12rem,15vw) minmax(0,1fr);display:grid;position:relative;overflow:hidden}.mp-tour-trail__stop:hover,.mp-tour-trail__stop:focus-visible{transform:translateY(-.35rem);box-shadow:0 1.4rem 3rem #132b2229}.mp-tour-trail__media{background:var(--theme-soft);min-height:0;display:block;position:relative;overflow:hidden}.mp-tour-trail__media:after{content:"";background:linear-gradient(#0000 58%,#07181361);position:absolute;inset:0}.mp-tour-trail__media img{object-fit:cover;transition:transform .72s var(--ease-out), filter .42s ease}.mp-tour-trail__stop:hover .mp-tour-trail__media img,.mp-tour-trail__stop:focus-visible .mp-tour-trail__media img{filter:saturate(1.06);transform:scale(1.045)}.mp-tour-trail__marker{z-index:1;background:var(--theme-primary);color:#fff;border:1px solid #ffffffbd;border-radius:50%;place-items:center;width:2.65rem;height:2.65rem;font-size:.7rem;font-weight:820;display:grid;position:absolute;top:1rem;left:1rem}.mp-tour-trail__copy{align-content:start;gap:.65rem;padding:1.25rem 3.2rem 1.35rem 1.25rem;display:grid}.mp-tour-trail__meta{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.4rem .8rem;min-height:1rem;display:flex}.mp-tour-trail__meta small{color:var(--theme-primary);letter-spacing:.1em;text-transform:uppercase;font-size:.65rem;font-weight:850}.mp-tour-trail__meta b{color:var(--theme-primary);font-size:.72rem;font-weight:800}.mp-tour-trail__copy>strong{font-family:var(--font-display);font-size:clamp(1.35rem,2vw,2rem);line-height:1}.mp-tour-trail__copy>span:last-child{color:var(--ink-soft);font-size:.82rem;line-height:1.55}.mp-tour-trail__stop>svg{width:19px;color:var(--theme-primary);transition:transform .22s var(--ease-out);position:absolute;bottom:1.25rem;right:1.15rem}.mp-tour-trail__stop:hover>svg,.mp-tour-trail__stop:focus-visible>svg{transform:translate(3px,-3px)}.mp-highlight-grid{border-top:1px solid var(--ink);border-left:1px solid var(--ink);grid-template-columns:repeat(3,minmax(0,1fr));margin-top:clamp(2.2rem,5vw,4.5rem);display:grid}.mp-highlight{border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--paper-bright);min-height:18rem;margin:0;padding:clamp(1.35rem,3vw,2.5rem);position:relative}.mp-highlight__number{color:var(--theme-primary);font-family:var(--font-display);opacity:.24;font-size:clamp(2.6rem,5vw,5.5rem);line-height:1;display:block}.mp-highlight h3{max-width:14ch;font-family:var(--font-display);margin:2.5rem 0 .8rem;font-size:clamp(1.4rem,2.2vw,2.2rem);line-height:1.05}.mp-highlight p{max-width:44ch;color:var(--ink-soft);margin:0;font-size:.93rem;line-height:1.65}.mp-facts-strip{border:1px solid var(--ink);background:var(--theme-soft);grid-template-columns:repeat(3,minmax(0,1fr));margin:1.25rem 0 0;display:grid}.mp-facts-strip>div{border-right:1px solid var(--ink);min-height:8.2rem;padding:1.35rem}.mp-facts-strip>div:last-child{border-right:0}.mp-facts-strip dt{color:var(--theme-primary);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;font-size:.67rem;font-weight:820}.mp-locale-zh .mp-facts-strip dt{letter-spacing:0}.mp-facts-strip dd{font-family:var(--font-display);margin:0;font-size:clamp(1.08rem,1.8vw,1.6rem);font-weight:650;line-height:1.2}.mp-breadcrumbs{padding:1rem var(--page-gutter);border-bottom:1px solid var(--rule);color:var(--ink-soft);font-size:.75rem;font-weight:660}.mp-breadcrumbs ol{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.mp-breadcrumbs li:not(:last-child):after{content:"↗";opacity:.55;margin-left:.45rem}.mp-breadcrumbs a:hover{color:var(--ink);text-underline-offset:.25rem;text-decoration:underline}.mp-page-hero{border-inline:1px solid var(--rule);border-bottom:1px solid var(--rule);background:linear-gradient(145deg, color-mix(in srgb, var(--theme-soft) 72%, var(--paper-bright)), var(--paper-bright) 62%);grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);min-height:clamp(590px,72vh,780px);display:grid}.mp-page-hero__copy{border-right:1px solid var(--rule)}.mp-page-hero h1{font-size:clamp(3.1rem,7vw,7.6rem)}.mp-page-hero__media img{animation:mp-image-settle .9s var(--ease-gate) both;transform:scale(1.015)}.mp-page-hero__threshold{z-index:2;background:var(--theme-primary);height:clamp(1rem,2vw,1.8rem);position:absolute;inset:auto 0 0}.mp-page-hero--farm .mp-page-hero__threshold{background:repeating-linear-gradient(90deg, var(--theme-primary) 0 10%, var(--theme-accent) 10% 11%, var(--theme-primary) 11% 20%)}.mp-page-hero--guest .mp-page-hero__threshold{background:linear-gradient(90deg, var(--theme-primary) 0 28%, var(--theme-accent) 28% 44%, var(--theme-soft) 44% 72%, var(--theme-primary) 72%);clip-path:polygon(0 38%,26% 38%,26% 0,45% 0,45% 38%,72% 38%,72% 16%,100% 16%,100% 100%,0 100%);height:2.4rem}.mp-page-hero--love .mp-page-hero__threshold{background:radial-gradient(circle at 1rem 50%, var(--theme-accent) 0 .22rem, transparent .25rem) 0 0 / 2rem 100%, var(--theme-primary);height:2.2rem}.mp-page-hero--tour .mp-page-hero__threshold{background:linear-gradient(178deg, transparent 0 28%, var(--theme-accent) 29% 36%, transparent 37%), var(--theme-primary);height:2.1rem}.mp-service-path-grid{border-top:1px solid var(--ink);border-left:1px solid var(--ink);grid-template-columns:repeat(2,minmax(0,1fr));margin-top:clamp(2.5rem,5vw,4.5rem);display:grid}.mp-service-path{border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--paper-bright);grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:1rem;min-height:13.5rem;padding:clamp(1.2rem,3vw,2rem);transition:background .18s,color .18s;display:grid;position:relative}.mp-service-path:hover,.mp-service-path:focus-visible{background:var(--theme-primary);color:var(--paper-bright)}.mp-service-path__index{color:var(--theme-accent);font-size:.72rem;font-weight:850}.mp-service-path__copy{gap:.45rem;display:grid}.mp-service-path__copy small{color:var(--ink-soft);letter-spacing:.1em;text-transform:uppercase;font-size:.65rem;font-weight:760}.mp-service-path:hover small,.mp-service-path:focus-visible small{color:#fffdf7bd}.mp-service-path__copy strong{max-width:19ch;font-family:var(--font-display);font-size:clamp(1.45rem,2.6vw,2.55rem);line-height:1}.mp-service-path__copy>span{max-width:42ch;color:var(--ink-soft);font-size:.85rem;line-height:1.55}.mp-service-path:hover .mp-service-path__copy>span,.mp-service-path:focus-visible .mp-service-path__copy>span{color:#fffdf7cc}.mp-service-path>svg{width:20px}.mp-service-path-groups{border-top:1px solid var(--ink);margin-top:clamp(2.5rem,5vw,4.5rem);display:grid}.mp-service-path-group{border-bottom:1px solid var(--ink);grid-template-columns:minmax(13rem,.34fr) minmax(0,1fr);display:grid}.mp-service-path-group__heading{border-left:1px solid var(--ink);background:color-mix(in srgb, var(--theme-soft) 36%, var(--paper-bright));align-content:start;gap:.55rem;padding:clamp(1.35rem,3vw,2.2rem);display:grid}.mp-service-path-group__heading>span{color:var(--theme-accent);letter-spacing:.08em;font-size:.68rem;font-weight:850}.mp-service-path-group__heading h3{font-family:var(--font-display);margin:0;font-size:clamp(1.5rem,2.6vw,2.7rem);line-height:1}.mp-service-path-group__heading p{max-width:29ch;color:var(--ink-soft);margin:.4rem 0 0;font-size:.82rem;line-height:1.55}.mp-service-path-group .mp-service-path-grid{border-top:0;grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr));margin-top:0}.mp-service-path-group .mp-service-path{min-height:11.5rem}.mp-material-divider{width:min(calc(100% - (2 * var(--page-gutter))), calc(var(--content-max) - (2 * var(--page-gutter))));height:3rem;margin:var(--section-space) auto 0;position:relative;overflow:hidden}.mp-material-divider:before,.mp-material-divider:after,.mp-material-divider>span{content:"";position:absolute;top:50%}.mp-material-divider:before{background:var(--theme-primary);opacity:.52;height:1px;left:0;right:0}.mp-material-divider:after{border:2px solid var(--theme-accent);background:var(--paper);width:1rem;height:1rem;left:calc(50% - .5rem);transform:translateY(-50%)rotate(45deg)}.mp-material-divider>span{background:var(--theme-primary);width:34%;height:3px;left:0;transform:translateY(-50%)}.mp-material-divider--guest>span{width:24%;box-shadow:8rem 0 0 var(--theme-accent), 16rem 0 0 var(--theme-soft)}.mp-material-divider--love:before{background:repeating-linear-gradient(90deg, var(--theme-primary) 0 .6rem, transparent .6rem 1.2rem)}.mp-material-divider--tour:before{border-top:2px dashed var(--theme-primary);background:0 0;border-radius:50%;height:8px}.mp-authentic-gallery{grid-template-rows:repeat(2,minmax(210px,18vw));grid-template-columns:1.25fr .75fr;gap:.75rem;margin-top:clamp(2.5rem,5vw,4.5rem);display:grid}.mp-authentic-gallery__item{background:var(--theme-soft);min-height:210px;margin:0;position:relative;overflow:hidden}.mp-authentic-gallery__item--1{grid-row:1/3}.mp-authentic-gallery:has(.mp-authentic-gallery__item:only-child){grid-template-columns:1fr}.mp-authentic-gallery:has(.mp-authentic-gallery__item:only-child) .mp-authentic-gallery__item{min-height:clamp(340px,46vw,680px)}.mp-authentic-gallery__item img{transition:transform .65s var(--ease-gate)}.mp-authentic-gallery__item:hover img{transform:scale(1.035)}.mp-authentic-gallery figcaption{color:#fff;background:#17231dc7;padding:.75rem;font-size:.76rem;position:absolute;bottom:.8rem;left:.8rem;right:.8rem}.mp-planning-note{width:min(calc(100% - (2 * var(--page-gutter))), 920px);border:1px solid var(--theme-primary);border-left:.6rem solid var(--theme-accent);background:var(--paper-bright);color:var(--ink-soft);margin:clamp(2rem,5vw,4rem) auto 0;padding:clamp(1.3rem,3vw,2.2rem);font-size:clamp(.9rem,1.2vw,1.05rem);line-height:1.7}.mp-related-destinations>h2{margin-bottom:2.3rem;font-size:clamp(2rem,4vw,4rem)}.mp-related-destinations__grid{border-top:1px solid var(--ink);border-left:1px solid var(--ink);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.mp-related-destination{border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--theme-soft);grid-template-columns:1fr auto;gap:.6rem;min-height:10rem;padding:1.3rem;transition:background .18s,color .18s;display:grid}.mp-related-destination:hover,.mp-related-destination:focus-visible{background:var(--theme-primary);color:#fff}.mp-related-destination>span{letter-spacing:.1em;text-transform:uppercase;grid-column:1/-1;align-self:start;font-size:.66rem;font-weight:780}.mp-related-destination strong{font-family:var(--font-display);letter-spacing:-.025em;align-self:end;font-size:clamp(1.18rem,2vw,1.8rem);font-weight:760;line-height:1.05}.mp-related-destination svg{align-self:end;width:20px}.mp-contact-band{margin-top:var(--section-space);padding:clamp(3rem, 7vw, 7rem) var(--page-gutter);background:linear-gradient(120deg, var(--theme-primary), color-mix(in srgb, var(--theme-primary) 82%, #07140e));color:var(--paper-bright);grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:2rem;display:grid}.mp-contact-band:before{content:"";position:absolute}.mp-contact-band h2{max-width:13ch}.mp-contact-band p{color:#fffdf7bd;max-width:62ch;margin:1.3rem 0 0;line-height:1.7}.mp-contact-band .mp-button{border-color:var(--paper-bright);background:var(--paper-bright);color:var(--theme-primary)}.mp-contact-band__actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.mp-contact-band__actions .mp-button--ghost-inverse{color:var(--paper-bright);background:0 0;border-color:#fffdf7b8}.mp-route-transition:has([data-about-page]) .mp-route-stage{animation-duration:.48s;animation-delay:40ms}.mp-route-transition:has([data-about-page]) .mp-route-curtain{animation-duration:.52s}.mp-contact-page{--theme-primary:#214737;--theme-accent:#d7a63f;--theme-soft:#dfe8dc}.mp-contact-hero,.mp-contact-location,.mp-contact-channels,.mp-contact-plan{width:min(100%, var(--content-max));margin-inline:auto}.mp-contact-hero{border-inline:1px solid var(--rule);border-bottom:1px solid var(--rule);background:var(--paper-bright);grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);min-height:clamp(610px,75svh,780px);display:grid;overflow:hidden}.mp-contact-hero__copy{z-index:1;padding:clamp(3.5rem, 7vw, 7.5rem) var(--page-gutter);border-right:1px solid var(--rule);isolation:isolate;flex-direction:column;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden}.mp-contact-hero__postcode{z-index:-1;color:var(--theme-primary);font-family:var(--font-display);letter-spacing:-.08em;opacity:.045;pointer-events:none;font-size:clamp(8rem,19vw,18rem);font-weight:850;line-height:.8;position:absolute;top:-.08em;right:-.06em}.mp-contact-hero h1{max-width:8.5ch;font-family:var(--font-display);letter-spacing:-.055em;text-wrap:balance;margin:0;font-size:clamp(4rem,8.2vw,8.6rem);font-weight:830;line-height:.86}.mp-contact-hero__copy>p:not(.mp-section-marker){max-width:54ch;color:var(--ink-soft);margin:clamp(1.4rem,2.8vw,2.2rem) 0;font-size:clamp(1rem,1.25vw,1.18rem);line-height:1.65}.mp-contact-hero__address{border-left:3px solid var(--theme-accent);gap:.35rem;max-width:38rem;margin:0 0 1.6rem;padding:1rem 0 0 1.15rem;font-style:normal;display:grid}.mp-contact-hero__address span{color:var(--ink-soft);letter-spacing:.11em;text-transform:uppercase;font-size:.68rem;font-weight:820}.mp-contact-hero__address strong{max-width:36ch;font-size:clamp(.96rem,1.2vw,1.12rem);line-height:1.5}.mp-contact-hero__actions{flex-wrap:wrap;gap:.7rem;display:flex}.mp-button--secondary{border-color:var(--ink);color:var(--ink);background:0 0}.mp-button--secondary:hover{background:var(--theme-soft);color:var(--ink)}.mp-contact-hero__media{background:var(--theme-soft);min-height:610px;margin:0;position:relative;overflow:hidden}.mp-contact-hero__media:after{content:"";pointer-events:none;background:linear-gradient(#0000 55%,#0b1c148f);position:absolute;inset:0}.mp-contact-hero__media img{object-fit:cover;object-position:50% 46%;animation:mp-image-settle .9s var(--ease-gate) both;transform:scale(1.015)}.mp-contact-hero__media figcaption{z-index:2;color:#ffffffd6;font-size:.7rem;line-height:1.4;position:absolute;bottom:1rem;left:1.2rem;right:1.2rem}.mp-contact-location{padding:var(--section-space) var(--page-gutter) 0;grid-template-columns:minmax(16rem,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(2rem,6vw,6rem);display:grid}.mp-contact-location__intro{top:calc(var(--header-height) + 2rem);position:sticky}.mp-contact-location h2,.mp-contact-channels h2,.mp-contact-plan h2{max-width:12ch;font-family:var(--font-display);letter-spacing:-.05em;text-wrap:balance;margin:0;font-size:clamp(2.6rem,5.6vw,6.1rem);font-weight:800;line-height:.9}.mp-contact-location__intro>p,.mp-contact-channels__heading>p,.mp-contact-plan>div>p{max-width:55ch;color:var(--ink-soft);margin:1.5rem 0 0;line-height:1.72}.mp-contact-location__note{border-left:2px solid var(--theme-accent);padding:1rem 0 0 1.1rem;font-size:.86rem}.mp-contact-map{border:1px solid var(--ink);background:var(--theme-primary);min-height:clamp(430px,48vw,680px);color:var(--paper-bright);position:relative;overflow:hidden}.mp-contact-map iframe{border:0;width:100%;height:clamp(430px,48vw,680px)}.mp-contact-map__preview{background:radial-gradient(circle at 20% 25%, #d7a63f59 0 .22rem, transparent .25rem) 0 0 / 3rem 3rem, linear-gradient(135deg, #ffffff12, transparent 60%), var(--theme-primary);text-align:center;place-content:center;place-items:center;padding:2rem;display:grid;position:absolute;inset:0;overflow:hidden}.mp-contact-map__preview:before,.mp-contact-map__preview:after,.mp-contact-map__route{content:"";pointer-events:none;position:absolute}.mp-contact-map__preview:before{border:2px solid #ffffff38;border-radius:48% 52% 58% 42%;width:72%;height:120%;top:-15%;left:9%;transform:rotate(-13deg)}.mp-contact-map__preview:after{aspect-ratio:1;border:1px solid #d7a63f80;border-radius:50%;width:64%;bottom:-32%;right:-12%;box-shadow:0 0 0 2.5rem #d7a63f0f,0 0 0 5rem #d7a63f0a}.mp-contact-map__route{border-bottom:3px dashed #d7a63fc2;border-right:3px dashed #d7a63fc2;border-radius:0 0 58%;width:70%;height:66%;top:14%;left:15%}.mp-contact-map__preview>svg{z-index:1;width:54px;height:54px;color:var(--theme-accent);margin-bottom:1rem;position:relative}.mp-contact-map__preview strong{z-index:1;font-family:var(--font-display);letter-spacing:-.07em;font-size:clamp(4.6rem,10vw,9rem);font-weight:850;line-height:.78;position:relative}.mp-contact-map__preview>span:not(.mp-contact-map__route){z-index:1;letter-spacing:.16em;text-transform:uppercase;margin-top:.75rem;font-size:.74rem;font-weight:760;position:relative}.mp-contact-map__preview button{z-index:1;border:1px solid var(--paper-bright);background:var(--paper-bright);min-height:48px;color:var(--theme-primary);margin-top:1.8rem;padding:.8rem 1rem;font-size:.8rem;font-weight:800;position:relative}.mp-contact-map__external{z-index:3;background:var(--paper-bright);min-height:46px;color:var(--ink);align-items:center;gap:.45rem;padding:.7rem .9rem;font-size:.74rem;font-weight:790;display:inline-flex;position:absolute;bottom:.8rem;right:.8rem;box-shadow:0 9px 30px #09150f40}.mp-contact-map__external svg{width:16px}.mp-contact-map__noscript{z-index:4;background:var(--paper-bright);color:var(--ink);text-align:center;margin:0;padding:.8rem;position:absolute;inset:auto 1rem 1rem}.mp-contact-channels{padding:var(--section-space) var(--page-gutter) 0;grid-template-columns:minmax(16rem,.72fr) minmax(0,1.28fr);gap:clamp(2rem,6vw,6rem);display:grid}.mp-contact-ledger{border-top:1px solid var(--ink)}.mp-contact-ledger>a{border-bottom:1px solid var(--ink);min-height:7.5rem;transition:padding .18s var(--ease-out), background .18s ease;grid-template-columns:2rem 1.5rem minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:1rem .25rem;display:grid}.mp-contact-ledger>a:hover,.mp-contact-ledger>a:focus-visible{background:var(--theme-soft);padding-inline:1rem}.mp-contact-ledger>a>span{color:var(--theme-accent);font-size:.7rem;font-weight:850}.mp-contact-ledger>a>svg{width:19px}.mp-contact-ledger>a>svg:last-child{justify-self:end}.mp-contact-ledger strong{font-size:clamp(1.15rem,2.2vw,2rem);line-height:1.1}.mp-contact-ledger small{color:var(--ink-soft);grid-column:3}.mp-contact-plan{margin-top:var(--section-space);padding:clamp(3.5rem, 8vw, 8rem) var(--page-gutter);background:var(--theme-primary);color:var(--paper-bright);grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);align-items:start;gap:clamp(2.5rem,8vw,8rem);display:grid}.mp-contact-plan h2{max-width:10ch}.mp-contact-plan>div>p{color:#fffdf7bd}.mp-contact-plan .mp-button{border-color:var(--paper-bright);background:var(--paper-bright);color:var(--theme-primary);margin-top:1.8rem}.mp-contact-plan ol{border-top:1px solid #ffffff6b;margin:0;padding:0;list-style:none}.mp-contact-plan li{border-bottom:1px solid #ffffff6b;grid-template-columns:2rem 1.5rem minmax(0,1fr);gap:.7rem;padding:1.4rem 0;display:grid}.mp-contact-plan li>span{color:var(--theme-accent);font-size:.7rem;font-weight:850}.mp-contact-plan li>svg{width:19px}.mp-contact-plan li strong{font-size:clamp(1.1rem,2vw,1.65rem)}.mp-contact-plan li p{color:#fffdf7b3;grid-column:3;margin:.35rem 0 0;line-height:1.55}.mp-site-footer{width:min(100%, var(--content-max));padding:clamp(3rem, 7vw, 6rem) var(--page-gutter) 1.5rem;border-inline:1px solid var(--rule);background:var(--paper-bright);grid-template-columns:minmax(12rem,.72fr) minmax(0,2fr) minmax(13rem,.8fr);gap:clamp(2rem,5vw,5rem);margin-inline:auto;display:grid}.mp-site-footer__brand img{width:min(184px,100%);height:auto}.mp-site-footer__brand p{font-family:var(--font-display);margin:1.2rem 0;font-size:1.25rem;font-weight:650;line-height:1.2}.mp-site-footer__brand small{color:var(--ink-soft);font-size:.74rem;line-height:1.6;display:block}.mp-site-footer__navigation{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem 1.4rem;display:grid}.mp-site-footer__parent{font-family:var(--font-display);align-items:center;gap:.3rem;font-size:1.15rem;font-weight:700;display:inline-flex}.mp-site-footer__parent svg{width:15px}.mp-site-footer__children{gap:.45rem;margin-top:.7rem;display:grid}.mp-site-footer__children a{color:var(--ink-soft);font-size:.76rem;line-height:1.45}.mp-site-footer__category{gap:.35rem;display:grid}.mp-site-footer__category+.mp-site-footer__category{margin-top:.45rem}.mp-site-footer__category>span{color:var(--ink);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:750;line-height:1.4}.mp-site-footer__category ul{gap:.3rem;display:grid}.mp-site-footer__group a:hover{color:var(--ink);text-underline-offset:.2rem;text-decoration:underline}.mp-site-footer__contact{align-content:start;gap:.85rem;margin:0;font-style:normal;display:grid}.mp-site-footer__contact a,.mp-site-footer__contact span{color:var(--ink-soft);grid-template-columns:auto 1fr;align-items:start;gap:.6rem;font-size:.8rem;line-height:1.45;display:grid}.mp-site-footer__contact svg{width:16px}.mp-site-footer__bottom{border-top:1px solid var(--rule);color:var(--ink-soft);flex-wrap:wrap;grid-column:1/-1;justify-content:space-between;gap:.75rem 1.5rem;padding-top:1.4rem;font-size:.7rem;display:flex}.mp-mobile-whatsapp{display:none}.mp-system-page{width:min(100%, var(--content-max));min-height:min(760px, calc(100svh - var(--header-height)));padding:clamp(4rem, 10vw, 9rem) var(--page-gutter);background:var(--paper-bright);flex-direction:column;justify-content:center;align-items:flex-start;margin-inline:auto;display:flex}.mp-system-page h1{max-width:12ch;font-family:var(--font-display);letter-spacing:-.055em;margin:0;font-size:clamp(3rem,8vw,7.5rem);line-height:.92}.mp-system-page>p:not(.mp-section-marker){max-width:54ch;color:var(--ink-soft);margin:1.5rem 0;line-height:1.7}.mp-system-page__actions{flex-wrap:wrap;align-items:center;gap:1rem 1.4rem;display:flex}.mp-not-found{isolation:isolate;width:min(100%, var(--content-max));min-height:min(920px, calc(100svh - var(--header-height)));padding:clamp(4.25rem, 9vw, 8.5rem) var(--page-gutter) clamp(4.5rem, 9vw, 8rem);background:linear-gradient(90deg, transparent 0 49.95%, var(--rule) 50%, transparent 50.05%), radial-gradient(circle at 83% 12%, color-mix(in srgb, var(--theme-accent) 15%, transparent), transparent 28rem), var(--paper-bright);margin-inline:auto;position:relative;overflow:hidden}.mp-not-found-shell{z-index:20;width:min(100%, var(--content-max));min-height:var(--header-height);padding:0 var(--page-gutter);border-bottom:1px solid var(--rule);background:color-mix(in srgb, var(--paper-bright) 94%, transparent);justify-content:space-between;align-items:center;margin-inline:auto;display:flex;position:relative}.mp-not-found-shell__brand{text-transform:uppercase;align-content:center;min-height:48px;line-height:1;display:grid}.mp-not-found-shell__brand span{letter-spacing:.13em;font-size:1rem;font-weight:850}.mp-not-found-shell__brand small{color:var(--ink-soft);letter-spacing:.28em;margin-top:.28rem;font-size:.55rem;font-weight:800}.mp-not-found-shell nav{align-items:center;gap:.25rem;display:flex}.mp-not-found-shell nav a{min-width:48px;min-height:48px;color:var(--ink-soft);letter-spacing:.05em;justify-content:center;align-items:center;padding-inline:.7rem;font-size:.7rem;font-weight:800;display:inline-flex}.mp-not-found-shell nav a:hover,.mp-not-found-shell nav a[aria-current=page]{color:var(--ink);text-decoration:underline;-webkit-text-decoration-color:var(--theme-accent);text-decoration-color:var(--theme-accent);text-underline-offset:.35rem;text-decoration-thickness:2px}.mp-not-found-shell nav>span{background:var(--rule);width:1px;height:22px;margin-inline:.35rem}.mp-not-found-shell__footer{width:min(100%, var(--content-max));min-height:88px;padding:1.25rem var(--page-gutter);border-top:1px solid var(--rule);background:var(--paper);color:var(--ink-soft);justify-content:space-between;align-items:center;gap:1rem;margin-inline:auto;font-size:.72rem;display:flex}.mp-not-found-shell__footer strong{color:var(--ink);text-transform:uppercase;letter-spacing:.08em}.mp-not-found:before{z-index:-1;content:"";pointer-events:none;background:repeating-linear-gradient(90deg,#0000 0 calc(12.5% - 1px),#17231d09 calc(12.5% - 1px) 12.5%);position:absolute;inset:0}.mp-not-found__route{z-index:-1;width:min(47vw,620px);color:color-mix(in srgb, var(--theme-primary) 7%, transparent);font-family:var(--font-story);letter-spacing:-.12em;pointer-events:none;align-items:center;font-size:clamp(10rem,25vw,24rem);font-weight:700;line-height:.72;display:flex;position:absolute;top:clamp(2rem,5vw,5rem);right:clamp(1rem,4vw,4rem)}.mp-not-found__route span{flex:none}.mp-not-found__route i{background:currentColor;flex:auto;height:2px;margin:0 .18em 0 .22em}.mp-not-found__intro,.mp-not-found__finder{z-index:1;position:relative}.mp-not-found__intro{max-width:720px}.mp-not-found__intro h1{max-width:10ch;font-family:var(--font-display);letter-spacing:-.065em;margin:1rem 0 0;font-size:clamp(3.4rem,7.4vw,7.5rem);line-height:.91}.mp-not-found__intro>p:not(.mp-section-marker){max-width:57ch;color:var(--ink-soft);margin:1.5rem 0 0;font-size:clamp(1rem,1.5vw,1.12rem);line-height:1.75}.mp-not-found__actions{flex-wrap:wrap;align-items:center;gap:.8rem 1.4rem;margin-top:2rem;display:flex}.mp-not-found__actions .mp-button,.mp-not-found__contact{min-height:48px}.mp-not-found__actions svg,.mp-not-found__contact svg{flex:none;width:18px;height:18px}.mp-not-found__contact{color:var(--ink-soft);letter-spacing:.02em;text-decoration:underline;-webkit-text-decoration-color:var(--rule);text-decoration-color:var(--rule);text-underline-offset:.35rem;align-items:center;gap:.55rem;font-size:.82rem;font-weight:750;display:inline-flex}.mp-not-found__contact:hover{color:var(--ink);text-decoration-color:currentColor}.mp-not-found__finder{border-top:1px solid var(--ink);grid-template-columns:minmax(220px,.75fr) minmax(0,1.45fr);gap:2rem clamp(2rem,6vw,6rem);margin-top:clamp(4rem,9vw,8rem);padding-top:clamp(2rem,4vw,3.5rem);display:grid}.mp-not-found__finder-heading{grid-row:span 2}.mp-not-found__finder-heading h2{max-width:13ch;font-family:var(--font-story);letter-spacing:-.035em;margin:1.15rem 0 0;font-size:clamp(1.8rem,3vw,3.1rem);font-weight:500;line-height:1.04}.mp-not-found__finder-heading>p:last-child{max-width:34ch;color:var(--ink-soft);margin:1rem 0 0;font-size:.9rem;line-height:1.65}.mp-not-found__search{border:1px solid var(--ink);background:color-mix(in srgb, var(--paper-bright) 94%, transparent);grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;min-height:64px;display:grid}.mp-not-found__search>svg{width:20px;height:20px;margin-inline:1.1rem .6rem}.mp-not-found__search input{background:0 0;border:0;outline:0;width:100%;min-width:0;min-height:62px;padding:.7rem .4rem;font-size:1rem}.mp-not-found__search input::placeholder{color:color-mix(in srgb, var(--ink-soft) 75%, transparent)}.mp-not-found__search input::-webkit-search-cancel-button{display:none}.mp-not-found__search:focus-within{outline:3px solid var(--paper-bright);outline-offset:3px;box-shadow:0 0 0 5px var(--ink)}.mp-not-found__search input:focus-visible,.mp-not-found__clear:focus-visible,.mp-not-found__submit:focus-visible{box-shadow:none;outline:0}.mp-not-found__clear,.mp-not-found__submit{border:0;justify-content:center;align-items:center;min-width:48px;min-height:48px;display:inline-flex}.mp-not-found__clear{background:0 0}.mp-not-found__clear svg,.mp-not-found__submit svg{width:18px;height:18px}.mp-not-found__submit{background:var(--ink);min-height:62px;color:var(--paper-bright);letter-spacing:.025em;gap:.65rem;padding:.7rem 1.1rem;font-size:.75rem;font-weight:800}.mp-not-found__submit:disabled{cursor:not-allowed;opacity:.46}.mp-not-found__results{border-top:1px solid var(--rule);margin:0;padding:0;list-style:none}.mp-not-found__results li{border-bottom:1px solid var(--rule)}.mp-not-found__results a{min-height:82px;transition:background .18s var(--ease-out), transform .18s var(--ease-out);grid-template-columns:2.4rem minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.85rem .9rem;display:grid}.mp-not-found__results a:hover,.mp-not-found__results a:focus-visible{background:color-mix(in srgb, var(--theme-soft) 56%, var(--paper-bright))}.mp-not-found__result-index{color:var(--ink-soft);letter-spacing:.1em;font-size:.68rem}.mp-not-found__result-copy{gap:.28rem;min-width:0;display:grid}.mp-not-found__result-copy small{color:var(--ink-soft);letter-spacing:.08em;text-transform:uppercase;font-size:.63rem;font-weight:750}.mp-not-found__result-copy strong{font-family:var(--font-story);text-overflow:ellipsis;font-size:clamp(1rem,1.7vw,1.25rem);font-weight:600;line-height:1.25;overflow:hidden}.mp-not-found__result-action{align-items:center;gap:.55rem;font-size:.72rem;font-weight:800;display:inline-flex}.mp-not-found__result-action svg{width:16px;height:16px;transition:transform .18s var(--ease-out)}.mp-not-found__results a:hover .mp-not-found__result-action svg,.mp-not-found__results a:focus-visible .mp-not-found__result-action svg{transform:translate(3px)}.mp-not-found__empty{border:1px solid var(--rule);background:color-mix(in srgb, var(--theme-soft) 30%, var(--paper-bright));min-height:190px;padding:clamp(1.5rem,4vw,2.7rem)}.mp-not-found__empty>strong{font-family:var(--font-story);font-size:clamp(1.3rem,2.4vw,2rem)}.mp-not-found__empty p{max-width:52ch;color:var(--ink-soft);line-height:1.65}.mp-not-found__empty a{text-underline-offset:.3rem;align-items:center;gap:.55rem;min-height:48px;font-size:.8rem;font-weight:800;text-decoration:underline;display:inline-flex}.mp-not-found__empty svg{width:16px}@media (max-width:820px){.mp-not-found{min-height:calc(100svh - var(--header-height));background:radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--theme-accent) 13%, transparent), transparent 20rem), var(--paper-bright);padding-top:clamp(3.5rem,12vw,6rem)}.mp-not-found__route{width:54vw;font-size:clamp(8rem,36vw,15rem);top:3.5rem;right:-.1em}.mp-not-found__intro h1{max-width:11ch}.mp-not-found__finder{grid-template-columns:1fr;gap:1.5rem}.mp-not-found__finder-heading{grid-row:auto}.mp-not-found__finder-heading h2,.mp-not-found__finder-heading>p:last-child{max-width:none}}@media (max-width:600px){.mp-not-found-shell{min-height:72px}.mp-not-found-shell nav a:first-child,.mp-not-found-shell nav>span{display:none}.mp-not-found-shell nav a{min-width:42px;padding-inline:.35rem}.mp-not-found-shell__footer{flex-direction:column;justify-content:center;align-items:flex-start}.mp-not-found__intro h1{font-size:clamp(3rem,14vw,4.8rem)}.mp-not-found__actions{flex-direction:column;align-items:stretch}.mp-not-found__actions .mp-button,.mp-not-found__contact{justify-content:center;width:100%}.mp-not-found__search{grid-template-columns:auto minmax(0,1fr) auto}.mp-not-found__submit{grid-column:1/-1;min-height:54px}.mp-not-found__results a{grid-template-columns:2rem minmax(0,1fr) auto;padding-inline:.45rem}.mp-not-found__result-action>span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}}@media (prefers-reduced-motion:reduce){.mp-not-found__results a,.mp-not-found__result-action svg{transition:none}}@keyframes mp-menu-enter{0%{opacity:0;transform:translate(-50%,-.35rem)}to{opacity:1;transform:translate(-50%)}}@keyframes mp-panel-enter{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes mp-image-settle{0%{transform:scale(1.055)}to{transform:scale(1.015)}}@keyframes mp-nudge-down{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){.mp-tour-trail__path{animation:linear both mp-draw-trail;animation-timeline:view();animation-range:entry 10% cover 65%}.mp-material-divider>span{transform-origin:0;animation:linear both mp-grow-divider;animation-timeline:view();animation-range:entry cover 55%}}}@keyframes mp-draw-trail{0%{stroke-dashoffset:1px}to{stroke-dashoffset:0}}@keyframes mp-grow-divider{0%{transform:translateY(-50%)scaleX(0)}to{transform:translateY(-50%)scaleX(1)}}@media (max-width:1360px){.mp-site-header__inner{grid-template-columns:minmax(145px,1fr) auto}.mp-site-header{background:var(--paper);-webkit-backdrop-filter:none;backdrop-filter:none}.mp-primary-nav,.mp-language-nav,.mp-header-contact,.mp-header-whatsapp{display:none}.mp-mobile-menu-toggle{display:grid}}@media (max-width:1220px){:root{--header-height:76px}.mp-site-header__inner{grid-template-columns:minmax(145px,1fr) auto}.mp-site-header{background:var(--paper);-webkit-backdrop-filter:none;backdrop-filter:none}.mp-primary-nav,.mp-language-nav,.mp-header-contact,.mp-header-whatsapp{display:none}.mp-mobile-menu-toggle{display:grid}.mp-gateway-hero,.mp-page-hero{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}.mp-gateway-hero h1,.mp-page-hero h1{font-size:clamp(3rem,7.5vw,6rem)}.mp-gates__grid{grid-template-columns:repeat(2,minmax(0,1fr));min-height:0}.mp-gate{border-bottom:1px solid #ffffff6b;min-height:450px}.mp-gate:nth-child(2){border-right:0}.mp-gate:nth-child(3){border-bottom:0;grid-column:1/-1;min-height:400px}.mp-highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-highlight:last-child:nth-child(odd){grid-column:1/-1}.mp-related-destinations__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-site-footer{grid-template-columns:.65fr 1.35fr}.mp-site-footer__contact{border-top:1px solid var(--rule);grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));padding-top:1.5rem}}@media (max-width:760px){:root{--page-gutter:1.05rem;--section-space:4.5rem;--header-height:70px}html{scroll-behavior:auto}body{background-size:auto,5rem 100%,auto}.mp-site-header__inner{padding-inline:1rem}.mp-brand__logo{width:142px}.mp-brand__line{display:none}.mp-gateway-hero,.mp-page-hero{border-inline:0;grid-template-columns:1fr;min-height:0}.mp-gateway-hero__copy,.mp-page-hero__copy{min-height:min(68svh,590px);padding:clamp(3.5rem, 15vw, 5.5rem) var(--page-gutter) 3rem}.mp-gateway-hero h1,.mp-page-hero h1{max-width:10ch;font-size:clamp(3.25rem,16vw,5.4rem)}.mp-page-hero h1{font-size:clamp(2.85rem,13vw,4.8rem)}.mp-locale-zh .mp-gateway-hero h1,.mp-locale-zh .mp-page-hero h1{font-size:clamp(2.9rem,13vw,4.7rem)}.mp-gateway-hero__media,.mp-page-hero__media{min-height:min(75vw,500px)}.mp-page-hero__copy{border-right:0}.mp-gateway-hero__continue{bottom:1rem;right:1rem}.mp-gateway-hero__continue span{display:none}.mp-section-heading{grid-template-columns:1fr;gap:.3rem}.mp-section-heading .mp-section-marker{padding-top:0}.mp-section-heading h2{font-size:clamp(2.35rem,12vw,4.1rem)}.mp-gates__intro,.mp-destination-intro__lede,.mp-detail-content__lede{margin-left:0}.mp-gates__grid{grid-template-columns:1fr}.mp-gate,.mp-gate:nth-child(3){border-bottom:1px solid #ffffff6b;border-right:0;grid-column:auto;min-height:clamp(390px,122vw,520px)}.mp-gate:last-child{border-bottom:0}.mp-gate__copy strong{font-size:clamp(2.6rem,13vw,4rem)}.mp-gate__copy>span{font-size:.9rem}.mp-tour-trail{padding:2rem 1rem}.mp-tour-trail__line--desktop{display:none}.mp-tour-trail__line--mobile{display:block}.mp-tour-trail__stops,.mp-tour-trail--compact .mp-tour-trail__stops{grid-template-columns:1fr;gap:1rem}.mp-tour-trail__stop{grid-template-rows:13rem auto;min-height:24.5rem}.mp-highlight-grid,.mp-facts-strip,.mp-service-path-grid,.mp-related-destinations__grid{grid-template-columns:1fr}.mp-highlight,.mp-highlight:last-child:nth-child(odd){grid-column:auto;min-height:15rem}.mp-highlight h3{margin-top:1.5rem}.mp-facts-strip>div{border-right:0;border-bottom:1px solid var(--ink);min-height:0}.mp-facts-strip>div:last-child{border-bottom:0}.mp-service-path{min-height:12rem}.mp-service-path-group{grid-template-columns:1fr}.mp-service-path-group__heading{border-right:1px solid var(--ink);border-bottom:1px solid var(--ink)}.mp-authentic-gallery{grid-template-rows:auto;grid-template-columns:1fr;gap:.65rem}.mp-authentic-gallery__item,.mp-authentic-gallery__item--1{grid-row:auto;min-height:min(75vw,400px)}.mp-contact-band{grid-template-columns:1fr;align-items:start}.mp-contact-band h2{font-size:clamp(2.3rem,11vw,4.2rem)}.mp-contact-band .mp-button{width:100%}.mp-contact-band__actions{justify-content:stretch;width:100%}.mp-contact-hero{border-inline:0;grid-template-columns:1fr;min-height:0}.mp-contact-hero__copy{min-height:0;padding:3.8rem var(--page-gutter) 3rem;border-right:0}.mp-contact-hero h1{max-width:9ch;font-size:clamp(3.45rem,15vw,5.15rem);line-height:.9}.mp-locale-zh .mp-contact-hero h1{letter-spacing:-.025em;max-width:7ch;font-size:clamp(3.2rem,14vw,4.8rem);line-height:1}.mp-contact-hero__actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.mp-contact-hero__actions .mp-button{width:100%}.mp-contact-hero__media{min-height:min(112vw,520px)}.mp-contact-location,.mp-contact-channels,.mp-contact-plan{grid-template-columns:1fr;gap:2.5rem}.mp-contact-location__intro{position:static}.mp-contact-location h2,.mp-contact-channels h2,.mp-contact-plan h2{font-size:clamp(2.8rem,13vw,4.5rem);line-height:.94}.mp-contact-map,.mp-contact-map iframe{height:min(96vw,520px);min-height:min(96vw,520px)}.mp-contact-map__preview strong{font-size:clamp(4.8rem,22vw,7.5rem)}.mp-contact-ledger>a{min-height:6.4rem}.mp-contact-plan{padding-block:4.5rem}.mp-site-footer{border-inline:0;grid-template-columns:1fr}.mp-site-footer__navigation{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-site-footer__contact{grid-column:auto;grid-template-columns:1fr}.mp-mobile-whatsapp{z-index:90;bottom:calc(.8rem + env(safe-area-inset-bottom));width:min(100% - 1.6rem,32rem);min-height:58px;transform:translate(-50%, calc(140% + env(safe-area-inset-bottom)));color:#fff;opacity:0;pointer-events:none;transition:transform .22s var(--ease-out), opacity .16s ease;background:#173f2e;border:1px solid #b5e8bd;grid-template-columns:auto 1fr auto;align-items:center;gap:.7rem;padding:.85rem 1rem;font-size:.82rem;font-weight:780;line-height:1.2;display:grid;position:fixed;left:50%;box-shadow:0 15px 40px #08191147}.mp-mobile-whatsapp.is-visible{opacity:1;pointer-events:auto;transform:translate(-50%)}.mp-mobile-whatsapp svg{width:19px}}@media (max-width:420px){.mp-mobile-menu{width:100%}.mp-site-footer__navigation,.mp-mobile-menu__actions,.mp-contact-hero__actions{grid-template-columns:1fr}.mp-contact-ledger>a{grid-template-columns:1.7rem 1.35rem minmax(0,1fr) auto;gap:.5rem}.mp-contact-ledger strong{font-size:1.05rem}.mp-service-path{grid-template-columns:auto minmax(0,1fr)}.mp-service-path>svg{display:none}}@media (max-height:660px) and (min-width:761px){.mp-gateway-hero,.mp-page-hero{min-height:590px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.mp-gate img,.mp-page-hero__media img{transform:none!important}.mp-tour-trail__path{stroke-dashoffset:0!important}}@media (forced-colors:active){.mp-gate__veil{background:#000000b8}.mp-button,.mp-mobile-whatsapp,.mp-header-whatsapp{border:2px solid buttontext}.mp-tour-trail__path,.mp-material-divider:before{stroke:canvastext;background:canvastext}}@media (max-width:1120px){.mp-living-day__frame{gap:2rem}.mp-living-day__collage{opacity:.82;right:28%}}@media (max-width:760px){.mp-living-day{min-height:0}.mp-living-day__frame{min-height:44rem;padding:6.2rem 1.05rem 1.25rem;display:block}.mp-living-day__photo{object-position:58% 50%}.mp-living-day__veil{background:linear-gradient(#05100adb,#05100a47 46%,#05100aeb 84%),linear-gradient(90deg,#05100a61,#0000 75%)}.mp-living-day__copy{width:100%}.mp-living-day h1,.mp-locale-zh .mp-living-day h1{max-width:8.8ch;font-size:clamp(3.2rem,15vw,5rem)}.mp-locale-zh .mp-living-day h1{max-width:100%;font-size:clamp(2.55rem,12.4vw,4.2rem)}.mp-living-day__description{max-width:36ch;font-size:.86rem;display:block}.mp-living-day__collage{opacity:.58;width:10.5rem;height:13rem;top:18rem;right:1.1rem}.mp-living-day__trail{background:#08180e85;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2.2rem;display:grid}.mp-living-day__stop{border-right:1px solid #fffdf733;grid-template-columns:1.4rem minmax(0,1fr);min-height:5.8rem;padding:.65rem}.mp-living-day__stop:hover,.mp-living-day__stop:focus-visible{padding-left:.65rem;padding-right:.65rem}.mp-living-day__stop-copy strong{font-size:.8rem}.mp-living-day__stop-copy em,.mp-living-day__stop-arrow{display:none}}@media (prefers-reduced-motion:reduce),(update:slow){.mp-living-day,.mp-living-day__frame{min-height:0}.mp-living-day__postcard{transform:none}}:where(.mp-locale-ms,.mp-locale-zh) :where(.mp-site-header,.mp-mobile-menu,.mp-button,.mp-living-day__copy,.mp-gate__copy,.mp-home-feature,.mp-home-planner,.mp-home-final-cta,.mp-page-hero__copy,.mp-section-heading,.mp-rich,.mp-related-destination,.mp-contact-band){min-width:0}:where(.mp-locale-ms,.mp-locale-zh) :where(h1,h2,h3,p,a,button,label,dt,dd,summary,span,strong){overflow-wrap:anywhere}.mp-locale-ms :where(.mp-living-day h1,.mp-page-hero h1){max-width:12ch;font-size:clamp(3.1rem,7vw,7rem);line-height:.95}.mp-locale-ms :where(.mp-section-heading h2,.mp-home-features h2,.mp-home-planner h2,.mp-home-final-cta h2){font-size:clamp(2.1rem,4.4vw,4.6rem);line-height:1}.mp-locale-zh :where(.mp-living-day h1,.mp-page-hero h1,.mp-section-heading h2,.mp-home-features h2,.mp-home-planner h2,.mp-home-final-cta h2){letter-spacing:-.015em;line-break:strict;word-break:normal;max-width:100%;line-height:1.12}:where(.mp-locale-ms,.mp-locale-zh) :where(.mp-button,.mp-header-whatsapp,.mp-mobile-menu__whatsapp,.mp-home-planner button){white-space:normal;height:auto}.mp-locale-zh :where(.mp-section-marker,.mp-home-feature small,.mp-home-planner label>span,.mp-home-features__more small){letter-spacing:.02em}@media (max-width:760px){.mp-locale-ms :where(.mp-living-day h1,.mp-page-hero h1){max-width:11ch;font-size:clamp(2.7rem,12.5vw,4.15rem);line-height:.98}.mp-locale-zh :where(.mp-living-day h1,.mp-page-hero h1){font-size:clamp(2.35rem,11vw,3.75rem)}:where(.mp-locale-ms,.mp-locale-zh) .mp-home-final-cta__actions .mp-button{white-space:normal}}.mp-locale-ms :where(h1,h2,h3,p,a,button,label,dt,dd,summary,span,strong){overflow-wrap:break-word}@media (max-width:760px){.mp-locale-ms .mp-living-day--decision h1{letter-spacing:-.035em;overflow-wrap:break-word;word-break:normal;max-width:100%;font-size:clamp(2.2rem,10vw,3rem);line-height:.98}}.mp-ticket-price-preview{width:min(100%, var(--content-max));border-bottom:1px solid var(--ink);background:var(--paper-bright);grid-template-columns:minmax(12rem,.72fr) minmax(0,1.28fr) auto;align-items:stretch;margin-inline:auto;display:grid}.mp-ticket-price-preview__heading{padding:1.25rem var(--page-gutter);border-right:1px solid var(--ink);align-content:center;display:grid}.mp-ticket-price-preview__heading>p{color:var(--theme-primary);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .4rem;font-size:.65rem;font-weight:850;line-height:1.3}.mp-ticket-price-preview__heading h2{font-family:var(--font-display);letter-spacing:-.025em;margin:0;font-size:clamp(1.45rem,2.4vw,2.35rem);line-height:1}.mp-ticket-price-preview__heading>span{max-width:36ch;color:var(--ink-soft);margin-top:.55rem;font-size:.75rem;line-height:1.45}.mp-ticket-price-preview dl{border-right:1px solid var(--ink);grid-template-columns:repeat(4,minmax(0,1fr));margin:0;display:grid}.mp-ticket-price-preview dl>div{border-right:1px solid var(--rule);background:linear-gradient(145deg, color-mix(in srgb, var(--theme-soft) 34%, transparent), transparent 72%);align-content:center;gap:.65rem;min-width:0;min-height:7.2rem;padding:1rem;display:grid}.mp-ticket-price-preview dl>div:last-child{border-right:0}.mp-ticket-price-preview dt{color:var(--ink-soft);font-size:.68rem;font-weight:740;line-height:1.35}.mp-ticket-price-preview dd{color:var(--theme-primary);font-family:var(--font-display);white-space:nowrap;margin:0;font-size:clamp(1.35rem,2.5vw,2.35rem);font-weight:760;line-height:1}.mp-ticket-price-preview__link{background:var(--theme-primary);min-height:100%;color:var(--paper-bright);grid-template-columns:minmax(0,8rem) auto;align-items:center;gap:.75rem;padding:1rem 1.2rem;font-size:.75rem;font-weight:780;line-height:1.35;display:grid}.mp-ticket-price-preview__link svg{width:1.1rem}.mp-ticket-price-preview__link:hover,.mp-ticket-price-preview__link:focus-visible{background:color-mix(in srgb, var(--theme-primary) 84%, #07140e)}.mp-detail-page--ticket .mp-rich__pricing-group[id]{scroll-margin-top:calc(var(--header-height) + 1.5rem)}.mp-detail-page--ticket .mp-rich__pricing-group[id]:focus-visible{outline:3px solid var(--rich-accent);outline-offset:4px}@media (max-width:980px){.mp-ticket-price-preview{grid-template-columns:minmax(12rem,.78fr) minmax(0,1.22fr)}.mp-ticket-price-preview__link{grid-column:1/-1;grid-template-columns:1fr auto;min-height:3.5rem}}@media (max-width:760px){.mp-detail-page--ticket .mp-page-hero__copy{min-height:0;padding:2.6rem var(--page-gutter) 2.35rem}.mp-detail-page--ticket .mp-page-hero h1{font-size:clamp(2.7rem,12vw,4.25rem)}.mp-detail-page--ticket .mp-page-hero__description{margin:1rem 0 1.15rem;font-size:.92rem;line-height:1.55}.mp-detail-page--ticket .mp-page-hero__media{min-height:min(52vw,240px)}.mp-ticket-price-preview{border-top:1px solid var(--ink);grid-template-columns:1fr}.mp-ticket-price-preview__heading{padding:1rem var(--page-gutter) .9rem;border-right:0;border-bottom:1px solid var(--ink)}.mp-ticket-price-preview__heading h2{font-size:1.55rem}.mp-ticket-price-preview__heading>span{margin-top:.4rem}.mp-ticket-price-preview dl{border-right:0;grid-template-columns:repeat(2,minmax(0,1fr))}.mp-ticket-price-preview dl>div{min-height:5.3rem;padding:.8rem var(--page-gutter);border-bottom:1px solid var(--rule);gap:.35rem}.mp-ticket-price-preview dl>div:nth-child(2n){border-right:0}.mp-ticket-price-preview dd{font-size:1.5rem}.mp-ticket-price-preview__link{min-height:3.4rem;padding:.75rem var(--page-gutter);grid-column:1}}.mp-living-day--decision .mp-living-day__frame{grid-template-columns:minmax(0,1.08fr) minmax(16rem,.55fr)}.mp-living-day--decision .mp-living-day__copy{width:min(52rem,100%)}.mp-living-day--decision h1{max-width:11.5ch;font-size:clamp(3.8rem,6.5vw,7rem);line-height:.91}.mp-living-day--decision .mp-living-day__description{color:#f2cf78;letter-spacing:.035em;margin-top:1.35rem;font-size:clamp(.85rem,1.1vw,1.02rem);font-weight:760}.mp-living-day__group-chips{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.mp-living-day__group-chips a{color:#fffdf7;background:#08180e57;border:1px solid #fffdf773;border-radius:999px;align-items:center;min-height:2.65rem;padding:.62rem .9rem;font-size:.7rem;font-weight:780;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.mp-living-day__group-chips a:hover,.mp-living-day__group-chips a:focus-visible{color:#17231d;background:#f2cf78;border-color:#f2cf78}.mp-home-trust,.mp-home-day-path,.mp-home-planner,.mp-home-final-cta{width:min(100% - (var(--page-gutter) * 2), var(--content-max));margin-inline:auto}.mp-home-trust{background:#f8f4ea;border:1px solid #17231d29;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;margin-top:clamp(1rem,2vw,1.5rem);display:grid}.mp-home-trust dl{grid-template-columns:repeat(4,minmax(0,1fr));margin:0;display:grid}.mp-home-trust dl>div{border-right:1px solid #17231d21;padding:.85rem 1rem}.mp-home-trust dt{color:#6b776f;letter-spacing:.09em;text-transform:uppercase;font-size:.58rem;font-weight:840}.mp-home-trust dd{color:#17231d;margin:.3rem 0 0;font-size:.74rem;font-weight:680;line-height:1.35}.mp-home-trust>p{color:#fffdf7d1;background:#183126;align-items:center;gap:.55rem;max-width:18rem;margin:0;padding:.85rem 1rem;font-size:.64rem;line-height:1.4;display:flex}.mp-home-trust>p>span{background:#f2c866;border-radius:50%;flex:none;width:.5rem;height:.5rem}.mp-home-trust>p>a{color:inherit;text-underline-offset:.2em;text-decoration-color:#fffdf780}.mp-home-trust>p>a:hover,.mp-home-trust>p>a:focus-visible{color:#fffdf7;text-decoration-color:currentColor}.mp-home-day-path{padding:clamp(4.5rem,9vw,8rem) 0}.mp-home-day-path__heading{grid-template-columns:minmax(0,1fr) minmax(16rem,.68fr);align-items:end;gap:1.5rem 3rem;margin-bottom:clamp(2rem,4vw,3.5rem);display:grid}.mp-home-day-path__heading .mp-section-marker,.mp-home-day-path__heading h2{grid-column:1}.mp-home-day-path__heading h2,.mp-home-planner h2,.mp-home-final-cta h2{max-width:12ch;font-family:var(--font-display);letter-spacing:-.06em;margin:0;font-size:clamp(2.4rem,4.6vw,5rem);font-weight:760;line-height:.93}.mp-home-day-path__heading>p{color:#5d6962;grid-area:1/2/span 2;margin:0;line-height:1.65}.mp-home-day-path>nav{border-top:1px solid #17231d2e;border-left:1px solid #17231d2e;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.mp-home-day-path__step{--day-accent:#327354;color:#17231d;background:#fbf8f0;border-bottom:1px solid #17231d2e;border-right:1px solid #17231d2e;align-content:start;min-height:14rem;padding:1.1rem;transition:background .22s,color .22s;display:grid;position:relative}.mp-home-day-path__step--love{--day-accent:#a7593c}.mp-home-day-path__step--tour{--day-accent:#247b73}.mp-home-day-path__step--guest{--day-accent:#35647e}.mp-home-day-path__step:hover,.mp-home-day-path__step:focus-visible{background:var(--day-accent);color:#fffdf7}.mp-home-day-path__step>span,.mp-home-day-path__step small{color:var(--day-accent);letter-spacing:.09em;text-transform:uppercase;font-size:.61rem;font-weight:840}.mp-home-day-path__step small{margin-top:1.7rem}.mp-home-day-path__step:hover>span,.mp-home-day-path__step:hover small,.mp-home-day-path__step:focus-visible>span,.mp-home-day-path__step:focus-visible small{color:#fff0ba}.mp-home-day-path__step strong{font-family:var(--font-display);letter-spacing:-.045em;margin-top:.55rem;font-size:clamp(1.25rem,2vw,1.85rem);line-height:1}.mp-home-day-path__step p{color:#657169;margin:.7rem 0 0;font-size:.75rem;line-height:1.5}.mp-home-day-path__step:hover p,.mp-home-day-path__step:focus-visible p{color:#fffdf7cc}.mp-home-day-path__step>svg{width:1rem;color:var(--day-accent);position:absolute;bottom:1rem;right:1rem}.mp-home-day-path__step:hover>svg,.mp-home-day-path__step:focus-visible>svg{color:#fff0ba}.mp-gates--decision{padding-top:clamp(1rem,3vw,2.5rem)}.mp-home-features--curated .mp-home-features__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-home-features--curated .mp-home-feature,.mp-home-features--curated .mp-home-feature:nth-child(2),.mp-home-features--curated .mp-home-feature:nth-child(5){min-height:34rem;transform:none}.mp-home-features__more{background:#f8f4ea;border:1px solid #17231d2e;margin-top:1.25rem}.mp-home-features__more>summary{color:#17231d;cursor:pointer;min-height:4.4rem;font-family:var(--font-display);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.2rem;font-size:clamp(1.1rem,1.8vw,1.45rem);font-weight:720;list-style-position:inside;display:flex}.mp-home-features__more>summary small{color:#69756e;font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;font-size:.62rem;font-weight:780}.mp-home-features__more[open]>summary{border-bottom:1px solid #17231d2e}.mp-home-features__more-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1rem;display:grid}.mp-home-features__more-grid .mp-home-feature,.mp-home-features__more-grid .mp-home-feature:nth-child(2),.mp-home-features__more-grid .mp-home-feature:nth-child(5){min-height:25rem;transform:none}.mp-home-planner{scroll-margin-top:calc(var(--header-height) + 1rem);background:#f1ead8;border:1px solid #17231d2e;grid-template-columns:minmax(16rem,.72fr) minmax(0,1.28fr);margin-bottom:clamp(1.5rem,3vw,2.5rem);display:grid}.mp-home-planner__intro{border-right:1px solid #17231d29;padding:clamp(1.5rem,4vw,3.5rem)}.mp-home-planner__intro>p:not(.mp-section-marker){color:#5b6860;max-width:44ch;margin:1.1rem 0 0;line-height:1.62}.mp-home-planner__note{color:#5d6962;background:#fffdf7b3;border:1px solid #17231d24;align-items:flex-start;gap:.65rem;margin-top:1.6rem;padding:.85rem;font-size:.7rem;line-height:1.45;display:flex}.mp-home-planner__note svg{color:#9a6a1c;flex:none;width:1rem}.mp-home-planner form{grid-template-columns:repeat(2,minmax(0,1fr));align-content:center;gap:.85rem;padding:clamp(1.2rem,3vw,2.5rem);display:grid}.mp-home-planner label{gap:.45rem;display:grid}.mp-home-planner label>span{color:#4f5e55;letter-spacing:.07em;text-transform:uppercase;align-items:center;gap:.45rem;font-size:.63rem;font-weight:820;display:flex}.mp-home-planner label svg{width:.9rem}.mp-home-planner input,.mp-home-planner select{color:#17231d;width:100%;min-height:3.4rem;font:inherit;background:#fffdf7;border:1px solid #17231d47;border-radius:0;padding:.8rem .9rem;font-size:.82rem}.mp-home-planner input:focus-visible,.mp-home-planner select:focus-visible{outline-offset:2px;outline:3px solid #d4a838}.mp-home-planner button{color:#fffdf7;cursor:pointer;min-height:3.5rem;font:inherit;letter-spacing:.04em;background:#183126;border:1px solid #183126;grid-column:1/-1;justify-content:center;align-items:center;gap:.55rem;padding:.85rem 1rem;font-size:.72rem;font-weight:820;display:inline-flex}.mp-home-planner button:hover,.mp-home-planner button:focus-visible{color:#17231d;background:#f2c866}.mp-home-planner button svg{width:1rem}.mp-home-planner__privacy{color:#6a756e;grid-column:1/-1;margin:0;font-size:.65rem;line-height:1.45}.mp-home-planner__noscript{background:#fff0ba;grid-column:1/-1;margin:0;padding:.8rem}.mp-home-final-cta{color:#fffdf7;background:#183126;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:2rem;margin-bottom:clamp(5rem,10vw,9rem);padding:clamp(1.6rem,4vw,3.5rem);display:grid}.mp-home-final-cta h2{color:#fffdf7;max-width:13ch;font-size:clamp(2.2rem,4vw,4.3rem)}.mp-home-final-cta>div>p:not(.mp-section-marker){color:#fffdf7b8;margin:1rem 0 0}.mp-home-final-cta__actions{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;display:flex}.mp-home-final-cta__actions .mp-button{white-space:nowrap}.mp-home-final-cta__actions .mp-button--ghost-inverse{align-items:center;gap:.45rem;display:inline-flex}.mp-home-final-cta__actions .mp-button--ghost-inverse svg{width:.9rem}@media (max-width:980px){.mp-living-day--decision .mp-living-day__frame{grid-template-columns:minmax(0,1fr) minmax(10rem,.28fr)}.mp-home-trust{grid-template-columns:1fr}.mp-home-trust>p{max-width:none}.mp-home-day-path>nav{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-home-planner{grid-template-columns:1fr}.mp-home-planner__intro{border-bottom:1px solid #17231d29;border-right:0}.mp-home-final-cta{grid-template-columns:1fr;align-items:start}.mp-home-final-cta__actions{justify-content:flex-start}}@media (max-width:760px){.mp-living-day--decision .mp-living-day__frame{min-height:47rem;padding-bottom:2rem;display:block}.mp-living-day--decision h1{max-width:11ch;font-size:clamp(2.8rem,13.5vw,4.25rem);line-height:.92}.mp-living-day--decision .mp-living-day__collage{opacity:.34;top:27rem}.mp-living-day__group-chips{max-width:20rem}.mp-living-day__group-chips a{min-height:2.8rem}.mp-home-trust,.mp-home-day-path,.mp-home-planner,.mp-home-final-cta{width:min(100% - 2rem, var(--content-max))}.mp-home-trust dl{grid-template-columns:1fr}.mp-home-trust dl>div{border-bottom:1px solid #17231d21;border-right:0}.mp-home-day-path__heading{display:block}.mp-home-day-path__heading>p{margin-top:1rem}.mp-home-day-path>nav{grid-template-columns:1fr}.mp-home-day-path__step{min-height:10.5rem}.mp-home-day-path__step small{margin-top:.8rem}.mp-home-features--curated .mp-home-features__grid,.mp-home-features__more-grid{grid-template-columns:1fr}.mp-home-features--curated .mp-home-feature,.mp-home-features--curated .mp-home-feature:nth-child(2),.mp-home-features__more-grid .mp-home-feature{min-height:23rem}.mp-home-features__more-grid{padding:.7rem}.mp-home-features__more>summary{flex-direction:column;align-items:flex-start}.mp-home-planner form{grid-template-columns:1fr}.mp-home-planner button,.mp-home-planner__privacy{grid-column:1}.mp-home-final-cta{margin-bottom:4.5rem}.mp-home-final-cta__actions{width:100%;display:grid}.mp-home-final-cta__actions .mp-button{justify-content:center}}@media (prefers-reduced-motion:reduce),(update:slow){.mp-home-day-path__step,.mp-living-day__group-chips a{transition:none}}@media (forced-colors:active){.mp-home-trust,.mp-home-day-path__step,.mp-home-planner,.mp-home-features__more{border:2px solid canvastext}}.mp-home-chooser,.mp-experience-summary,.mp-visit-confidence,.mp-contact-arrival{width:min(100% - (var(--page-gutter) * 2), var(--content-max));margin-inline:auto}.mp-home-chooser{scroll-margin-top:calc(var(--header-height) + 1rem);padding:clamp(4rem,8vw,7rem) 0}.mp-home-chooser__heading{grid-template-columns:minmax(0,1fr) minmax(16rem,.72fr);align-items:end;gap:1.5rem 3rem;margin-bottom:2rem;display:grid}.mp-home-chooser__heading .mp-section-marker,.mp-home-chooser__heading h2{grid-column:1}.mp-home-chooser__heading h2,.mp-experience-summary h2,.mp-visit-confidence h2,.mp-contact-arrival h2{color:#17231d;max-width:12ch;font-family:var(--font-display);letter-spacing:-.06em;margin:0;font-size:clamp(2.2rem,4.2vw,4.75rem);font-weight:760;line-height:.94}.mp-home-chooser__heading>p{color:#526059;grid-area:1/2/span 2;margin:0;line-height:1.65}.mp-home-chooser__grid{border-top:1px solid #17231d2e;border-left:1px solid #17231d2e;grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.mp-home-chooser__grid>a{color:#17231d;min-height:15rem;transition:background .22s ease, color .22s ease, transform .26s var(--ease-gate);background:#fbf8f0;border-bottom:1px solid #17231d2e;border-right:1px solid #17231d2e;flex-direction:column;padding:1.15rem;display:flex}.mp-home-chooser__grid>a:hover,.mp-home-chooser__grid>a:focus-visible{z-index:1;color:#fffdf7;background:#183126;transform:translateY(-.3rem)}.mp-home-chooser__grid>a>span{color:#64806f;letter-spacing:.1em;font-size:.65rem;font-weight:850}.mp-home-chooser__grid strong{font-family:var(--font-display);letter-spacing:-.04em;margin-top:2rem;font-size:clamp(1.25rem,1.7vw,1.75rem);line-height:1}.mp-home-chooser__grid p{color:#657169;margin:.7rem 0 1.5rem;font-size:.78rem;line-height:1.5}.mp-home-chooser__grid>a:hover p,.mp-home-chooser__grid>a:focus-visible p{color:#fffdf7b8}.mp-home-chooser__grid small{color:#b27a1a;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.4rem;margin-top:auto;font-size:.62rem;font-weight:820;display:flex}.mp-home-chooser__grid small svg{width:.85rem}.mp-experience-summary{background:#f8f4ea;border:1px solid #17231d2e;grid-template-columns:minmax(16rem,.7fr) minmax(0,1.5fr);margin-top:clamp(2.5rem,5vw,5rem);margin-bottom:clamp(3rem,7vw,6rem);display:grid}.mp-experience-summary__heading{border-right:1px solid #17231d2e;padding:clamp(1.4rem,3vw,2.5rem)}.mp-experience-summary h2{font-size:clamp(2rem,3.1vw,3.6rem)}.mp-experience-summary__heading>p{color:#667169;margin:1rem 0 1.4rem;font-size:.76rem;line-height:1.5}.mp-experience-summary dl{grid-template-columns:repeat(3,minmax(0,1fr));margin:0;display:grid}.mp-experience-summary dl>div{border-bottom:1px solid #17231d21;border-right:1px solid #17231d21;grid-template-columns:1.4rem 1fr;align-content:start;min-height:9rem;padding:1rem;display:grid}.mp-experience-summary dl>div:nth-child(3n){border-right:0}.mp-experience-summary dl>div:nth-last-child(-n+3){border-bottom:0}.mp-experience-summary dt{color:#68766e;letter-spacing:.08em;text-transform:uppercase;align-self:center;font-size:.62rem;font-weight:820}.mp-experience-summary dd{color:#17231d;font-family:var(--font-display);letter-spacing:-.025em;grid-column:1/-1;margin:1rem 0 0;font-size:1.05rem;font-weight:680;line-height:1.2}.mp-experience-summary svg{width:1.05rem;color:var(--theme-accent,#9a6a1c)}.mp-section-enquiry{width:min(100% - (var(--page-gutter) * 2), var(--content-max));background:#fffdf7;border:1px solid #17231d2b;grid-template-columns:1.6rem minmax(0,1fr) auto;align-items:center;gap:.8rem;margin:clamp(1.25rem,3vw,2rem) auto 0;padding:.9rem 1rem;display:grid}.mp-section-enquiry>svg{width:1.2rem;color:var(--theme-accent,#9a6a1c)}.mp-section-enquiry strong{font-size:.82rem}.mp-section-enquiry p{color:#667169;margin:.2rem 0 0;font-size:.72rem;line-height:1.45}.mp-section-enquiry__link{color:#fffdf7;background:#183126;align-items:center;gap:.42rem;min-height:2.7rem;padding:.65rem .8rem;font-size:.68rem;font-weight:800;display:inline-flex}.mp-section-enquiry__link svg{width:.9rem}.mp-visit-confidence{background:#e8eee7;grid-template-columns:minmax(16rem,.72fr) minmax(0,1.28fr);gap:clamp(2rem,5vw,5rem);margin-top:clamp(3rem,7vw,6rem);margin-bottom:clamp(3rem,7vw,6rem);padding:clamp(1.4rem,4vw,3.5rem);display:grid}.mp-visit-confidence>div>p{color:#56655c;max-width:48ch;margin:1.1rem 0 1.5rem;line-height:1.6}.mp-visit-confidence dl{background:#17231d24;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0;display:grid}.mp-visit-confidence dl>div{background:#f8f5ec;padding:1rem}.mp-visit-confidence dt{margin-top:.7rem;font-weight:780}.mp-visit-confidence dd{color:#617067;margin:.45rem 0 0;font-size:.76rem;line-height:1.5}.mp-visit-confidence svg{color:#8c641d;width:1.15rem}.mp-contact-arrival{padding:clamp(4rem,8vw,7rem) 0}.mp-contact-arrival__heading{grid-template-columns:minmax(0,1fr) minmax(15rem,.7fr);align-items:end;gap:1.5rem 3rem;margin-bottom:2rem;display:grid}.mp-contact-arrival__heading .mp-section-marker,.mp-contact-arrival__heading h2{grid-column:1}.mp-contact-arrival__heading>p{color:#5d6962;grid-area:1/2/span 2;margin:0;line-height:1.6}.mp-contact-arrival__table{border:1px solid #17231d2b;overflow-x:auto}.mp-contact-arrival table{border-collapse:collapse;width:100%;min-width:720px}.mp-contact-arrival th,.mp-contact-arrival td{text-align:left;vertical-align:top;border-bottom:1px solid #17231d21;border-right:1px solid #17231d21;padding:1rem}.mp-contact-arrival thead th{color:#fffdf7;letter-spacing:.08em;text-transform:uppercase;background:#183126;font-size:.65rem}.mp-contact-arrival tbody th{color:#17231d;width:22%;font-size:.82rem}.mp-contact-arrival td{color:#5e6b63;font-size:.78rem;line-height:1.45}.mp-contact-arrival__response{background:#f4e4b6;grid-template-columns:1.4rem auto 1fr;align-items:center;gap:.7rem;margin-top:.75rem;padding:.85rem 1rem;display:grid}.mp-contact-arrival__response svg{width:1.1rem}.mp-contact-arrival__response strong{font-size:.75rem}.mp-contact-arrival__response p{color:#5f5336;margin:0;font-size:.73rem;line-height:1.45}.mp-contact-map__preview address{color:#fffdf7b8;max-width:30rem;margin:.75rem auto 0;font-size:.75rem;font-style:normal;line-height:1.4}@media (max-width:980px){.mp-home-chooser__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-home-chooser__grid>a:last-child{grid-column:1/-1;min-height:10rem}.mp-experience-summary{grid-template-columns:1fr}.mp-experience-summary__heading{border-bottom:1px solid #17231d2e;border-right:0}}@media (max-width:760px){.mp-home-chooser,.mp-experience-summary,.mp-visit-confidence,.mp-contact-arrival{width:min(100% - 2rem, var(--content-max))}.mp-home-chooser__heading,.mp-contact-arrival__heading{display:block}.mp-home-chooser__heading>p,.mp-contact-arrival__heading>p{margin-top:1rem}.mp-home-chooser__grid{grid-template-columns:1fr}.mp-home-chooser__grid>a,.mp-home-chooser__grid>a:last-child{grid-column:auto;min-height:10.5rem}.mp-home-chooser__grid strong{margin-top:1rem}.mp-experience-summary dl{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-experience-summary dl>div:nth-child(3n){border-right:1px solid #17231d21}.mp-experience-summary dl>div:nth-child(2n){border-right:0}.mp-experience-summary dl>div:nth-last-child(-n+3){border-bottom:1px solid #17231d21}.mp-experience-summary dl>div:nth-last-child(-n+2){border-bottom:0}.mp-section-enquiry{width:min(100% - 2rem, var(--content-max));grid-template-columns:1.4rem 1fr}.mp-section-enquiry__link{grid-column:1/-1;justify-content:center}.mp-visit-confidence,.mp-visit-confidence dl{grid-template-columns:1fr}.mp-contact-arrival__response{grid-template-columns:1.4rem 1fr}.mp-contact-arrival__response p{grid-column:1/-1}}.mp-living-day__description{color:#fffdf7db;max-width:48ch}.mp-living-day__postcard--1 img{object-position:56% 50%}.mp-living-day__postcard--2 img{object-position:50% 44%}.mp-home-story,.mp-home-features,.mp-home-planning{width:min(100% - (var(--page-gutter) * 2), var(--content-max));margin:0 auto}.mp-home-story{grid-template-columns:minmax(16rem,.86fr) minmax(0,1.3fr);gap:clamp(2rem,7vw,8rem);padding:clamp(5rem,10vw,9.5rem) 0;display:grid}.mp-home-story__heading{top:calc(var(--header-height) + 1.5rem);align-self:start;position:sticky}.mp-home-story h2,.mp-home-features h2,.mp-home-planning h2{color:#17231d;max-width:11ch;font-family:var(--font-display);letter-spacing:-.06em;margin:0;font-size:clamp(2.35rem,4.8vw,5.25rem);font-weight:760;line-height:.92}.mp-home-story__heading>p:last-child,.mp-home-features__heading>p:last-child,.mp-home-planning__copy>p:last-of-type{color:#526059;max-width:52ch;margin:1.4rem 0 0;line-height:1.68}.mp-home-story__steps{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.mp-home-story__step{--home-step-accent:#2e6d4f}.mp-home-story__step--guest{--home-step-accent:#35647e}.mp-home-story__step--love{--home-step-accent:#a7593c}.mp-home-story__step--tour{--home-step-accent:#247b73}.mp-home-story__step>a{color:#17231d;min-height:10.5rem;transition:transform .36s var(--ease-gate), border-color .28s ease, box-shadow .36s var(--ease-gate);background:#fbf8f0;border:1px solid #17231d29;grid-template-columns:minmax(9rem,.64fr) 2.4rem minmax(0,1fr) auto;align-items:stretch;display:grid;overflow:hidden}.mp-home-story__step>a:hover,.mp-home-story__step>a:focus-visible{border-color:var(--home-step-accent);box-shadow:-.55rem .7rem 0 var(--home-step-accent);transform:translate(.55rem)}.mp-home-story__step figure{min-height:100%;margin:0;position:relative;overflow:hidden}.mp-home-story__step figure img{object-fit:cover;transition:transform .7s var(--ease-gate)}.mp-home-story__step>a:hover figure img,.mp-home-story__step>a:focus-visible figure img{transform:scale(1.06)}.mp-home-story__index{color:var(--home-step-accent);letter-spacing:.1em;place-items:start center;padding-top:1.05rem;font-size:.68rem;font-weight:860;display:grid}.mp-home-story__step>a>div{padding:1.1rem .35rem 1rem 0}.mp-home-story__step small,.mp-home-feature small{color:var(--home-step-accent);letter-spacing:.09em;text-transform:uppercase;font-size:.64rem;font-weight:820}.mp-home-story__step h3,.mp-home-feature h3{font-family:var(--font-display);letter-spacing:-.045em;margin:.42rem 0 0;font-size:clamp(1.28rem,1.7vw,1.75rem);line-height:1}.mp-home-story__step p,.mp-home-feature p{color:#5d6a63;margin:.58rem 0 0;font-size:.83rem;line-height:1.52}.mp-home-story__step>a>svg{width:1.05rem;color:var(--home-step-accent);align-self:center;margin:0 1.1rem 0 .75rem}.mp-home-features{border-top:1px solid #17231d26;padding:clamp(4.5rem,9vw,8.5rem) 0}.mp-home-features__heading{grid-template-columns:minmax(0,1fr) minmax(15rem,.72fr);align-items:end;gap:2rem;margin-bottom:clamp(2rem,5vw,4.5rem);display:grid}.mp-home-features__heading .mp-section-marker,.mp-home-features__heading h2{grid-column:1}.mp-home-features__heading>p{grid-area:1/2/span 2;align-self:end}.mp-home-features__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.mp-home-feature{color:#fffdf7;isolation:isolate;min-height:29rem;transition:transform .44s var(--ease-gate), box-shadow .44s var(--ease-gate);background:#1b2a21;display:grid;position:relative;overflow:hidden}.mp-home-feature:nth-child(2),.mp-home-feature:nth-child(5){transform:translateY(2.4rem)}.mp-home-feature:hover,.mp-home-feature:focus-visible{transform:translateY(-.45rem);box-shadow:0 1.5rem 3.4rem #16231b33}.mp-home-feature figure{z-index:0;margin:0;position:absolute;inset:0}.mp-home-feature figure:after{content:"";background:linear-gradient(#08150d0a,#08150de0);position:absolute;inset:0}.mp-home-feature figure img{object-fit:cover;transition:transform .8s var(--ease-gate), filter .42s ease}.mp-home-feature:hover figure img,.mp-home-feature:focus-visible figure img{filter:saturate(1.06);transform:scale(1.07)}.mp-home-feature>div{z-index:1;flex-direction:column;justify-content:flex-end;align-items:flex-start;min-height:100%;padding:1.35rem;display:flex;position:relative}.mp-home-feature small{color:#f5c763}.mp-home-feature h3{font-size:clamp(1.55rem,2.2vw,2.35rem)}.mp-home-feature p{color:#fffdf7d1}.mp-home-feature>div>span{color:#f5c763;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.5rem;margin-top:1.25rem;font-size:.68rem;font-weight:820;display:inline-flex}.mp-home-feature>div>span svg{width:.9rem}.mp-home-planning{color:#fffdf7;background:#183126;grid-template-columns:minmax(0,1fr) minmax(18rem,.75fr);margin-bottom:clamp(5rem,10vw,9rem);display:grid;overflow:hidden}.mp-home-planning__copy{padding:clamp(2rem,5.5vw,5rem)}.mp-home-planning h2{color:#fffdf7}.mp-home-planning .mp-section-marker,.mp-home-planning__copy>p:last-of-type{color:#fffdf7b8}.mp-home-planning__copy ol{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:1.75rem 0 1.8rem;padding:0;list-style:none;display:grid}.mp-home-planning__copy li{color:#fffdf7e0;border:1px solid #fffdf738;align-items:center;gap:.7rem;min-height:3.3rem;padding:.6rem .7rem;font-size:.78rem;line-height:1.32;display:flex}.mp-home-planning__copy li>span{color:#f5c763;letter-spacing:.08em;font-size:.62rem;font-weight:860}.mp-home-planning__facts{background:#fffdf729;gap:1px;margin:0;padding:clamp(1.4rem,4vw,3.5rem);display:grid}.mp-home-planning__facts>div{color:#17231d;background:#f6f0df;align-content:center;padding:1.15rem;display:grid}.mp-home-planning__facts dt{color:#67736b;letter-spacing:.1em;text-transform:uppercase;font-size:.62rem;font-weight:840}.mp-home-planning__facts dd{font-family:var(--font-display);letter-spacing:-.04em;margin:.5rem 0 0;font-size:clamp(1.1rem,1.7vw,1.55rem);line-height:1.04}.mp-home-campaign{z-index:300;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}body.mp-campaign-open{overflow:hidden}.mp-home-campaign__backdrop{cursor:default;background:#08110bb8;border:0;position:absolute;inset:0}.mp-home-campaign__dialog{width:min(100%,58rem);min-height:27rem;animation:mp-home-campaign-enter .48s var(--ease-gate) both;background:#f6f0df;border:1px solid #fffdf78c;grid-template-columns:minmax(12rem,.85fr) minmax(18rem,1fr);display:grid;position:relative;overflow:hidden;box-shadow:0 2rem 8rem #0000006b}.mp-home-campaign__media{background:#213e2f;min-height:100%;margin:0;position:relative}.mp-home-campaign__media:after{content:"";background:linear-gradient(#0000 20%,#07130c94);position:absolute;inset:0}.mp-home-campaign__media img{object-fit:cover}.mp-home-campaign__copy{flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(2rem,5vw,4.5rem);display:flex}.mp-home-campaign__close{color:#17231d;background:#fffdf7d1;border:1px solid #17231d40;place-items:center;width:2.7rem;height:2.7rem;display:grid;position:absolute;top:.8rem;right:.8rem}.mp-home-campaign__close svg{width:1rem}.mp-home-campaign__copy>p{color:#477457;letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.68rem;font-weight:850}.mp-home-campaign__copy h2{color:#17231d;max-width:10ch;font-family:var(--font-display);letter-spacing:-.065em;margin:.8rem 0 0;font-size:clamp(2.35rem,4.7vw,4.25rem);line-height:.88}.mp-home-campaign__copy>span{color:#5d6a63;max-width:37ch;margin-top:1.25rem;font-size:.95rem;line-height:1.58}.mp-home-campaign__actions{flex-wrap:wrap;gap:.7rem;margin-top:1.65rem;display:flex}.mp-home-campaign__actions a{color:#1a2c20;letter-spacing:.04em;border:1px solid #1a2c20;align-items:center;gap:.52rem;min-height:2.9rem;padding:.75rem .9rem;font-size:.72rem;font-weight:820;display:inline-flex}.mp-home-campaign__actions a:first-child{color:#fffdf7;background:#1a2c20}.mp-home-campaign__actions a svg{width:.92rem}.mp-home-campaign__actions a:hover,.mp-home-campaign__actions a:focus-visible,.mp-home-campaign__close:hover,.mp-home-campaign__close:focus-visible{color:#17231d;background:#f2c866}@keyframes mp-home-campaign-enter{0%{opacity:0;transform:translateY(1.2rem)scale(.98)}to{opacity:1;transform:none}}@media (max-width:1120px){.mp-living-day__frame{gap:2rem}.mp-living-day__collage{opacity:.82;right:28%}.mp-home-story{grid-template-columns:minmax(13rem,.62fr) minmax(0,1fr);gap:2.5rem}.mp-home-features__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-home-feature:nth-child(2),.mp-home-feature:nth-child(5){transform:none}.mp-home-feature:nth-child(3n+2){transform:translateY(1.5rem)}}@media (max-width:760px){.mp-living-day{min-height:0}.mp-living-day__frame{min-height:44rem;padding:6.2rem 1.05rem 1.25rem;display:block}.mp-living-day__photo{object-position:58% 50%}.mp-living-day__veil{background:linear-gradient(#05100adb,#05100a47 46%,#05100aeb 84%),linear-gradient(90deg,#05100a61,#0000 75%)}.mp-living-day__copy{width:100%}.mp-living-day h1,.mp-locale-zh .mp-living-day h1{max-width:8.8ch;font-size:clamp(3.2rem,15vw,5rem)}.mp-locale-zh .mp-living-day h1{max-width:100%;font-size:clamp(2.55rem,12.4vw,4.2rem)}.mp-living-day__description{max-width:36ch;font-size:.86rem;display:block}.mp-living-day__collage{opacity:.58;width:10.5rem;height:13rem;top:18rem;right:1.1rem}.mp-living-day__trail{background:#08180e85;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2.2rem;display:grid;position:relative}.mp-living-day__stop{border-right:1px solid #fffdf733;grid-template-columns:1.4rem minmax(0,1fr);min-height:5.8rem;padding:.65rem}.mp-living-day__stop:hover,.mp-living-day__stop:focus-visible{padding-left:.65rem;padding-right:.65rem}.mp-living-day__stop-copy strong{font-size:.8rem}.mp-living-day__stop-copy em,.mp-living-day__stop-arrow{display:none}.mp-home-story,.mp-home-features{padding:4.4rem 0}.mp-home-story{display:block}.mp-home-story__heading{position:static}.mp-home-story__steps{margin-top:2rem}.mp-home-story__step>a{grid-template-columns:5.9rem 1.7rem minmax(0,1fr) auto;min-height:8.6rem}.mp-home-story__step>a:hover,.mp-home-story__step>a:focus-visible{box-shadow:inset .22rem 0 0 var(--home-step-accent);transform:none}.mp-home-story__step>a>div{padding:.8rem .1rem .7rem 0}.mp-home-story__step p{font-size:.72rem}.mp-home-story__step>a>svg{margin:0 .65rem 0 .35rem}.mp-home-features__heading{margin-bottom:2rem;display:block}.mp-home-features__heading>p{margin-top:1.2rem}.mp-home-features__grid{grid-template-columns:1fr}.mp-home-feature,.mp-home-feature:nth-child(3n+2){min-height:22rem;transform:none}.mp-home-planning{width:100%;margin-bottom:4.5rem;display:block}.mp-home-planning__copy,.mp-home-planning__facts{padding:1.35rem}.mp-home-planning__copy ol{grid-template-columns:1fr}.mp-home-planning__facts{gap:.7rem}.mp-home-planning__facts>div{min-height:8rem}.mp-home-campaign__dialog{flex-direction:column;width:min(100%,31rem);max-height:min(42rem,100svh - 2rem);display:flex;overflow:auto}.mp-home-campaign__media{min-height:13rem}.mp-home-campaign__copy{padding:1.65rem}.mp-home-campaign__copy h2{max-width:12ch}}@media (prefers-reduced-motion:reduce),(update:slow){.mp-living-day,.mp-living-day__frame{min-height:0}.mp-living-day__postcard,.mp-home-story__step>a,.mp-home-feature,.mp-home-feature:nth-child(2),.mp-home-feature:nth-child(5){transform:none}.mp-home-campaign__dialog{animation:none}.mp-home-feature figure img,.mp-home-story__step figure img{transition:none}}.mp-living-landscape{--scene-progress:1;border:1px solid var(--ink);isolation:isolate;background:#11231a;grid-template-columns:minmax(0,1.55fr) minmax(19rem,.72fr);min-height:clamp(630px,67vw,840px);margin-top:clamp(2.5rem,6vw,5.5rem);display:grid;position:relative;overflow:hidden;box-shadow:.85rem .85rem #17231d1a}.mp-living-landscape__media{z-index:0;background:#243a2d;min-height:100%;margin:0;position:relative;overflow:hidden}.mp-living-landscape__media img{object-fit:cover;object-position:center;animation:mp-landscape-image-enter .72s var(--ease-gate) both;filter:saturate(.94)contrast(1.04)}.mp-living-landscape__veil{z-index:1;pointer-events:none;background:linear-gradient(90deg,#08130d14 42%,#08130da8),linear-gradient(#0000 45%,#08130dcc);position:absolute;inset:0}.mp-living-landscape__media figcaption{z-index:3;color:#fffdf7;gap:.7rem;max-width:38rem;display:grid;position:absolute;bottom:clamp(1.5rem,5vw,4.5rem);left:clamp(1.5rem,4vw,4rem);right:clamp(1.5rem,4vw,4rem)}.mp-living-landscape__media figcaption small,.mp-living-landscape__route-copy small{letter-spacing:.13em;text-transform:uppercase;font-size:.68rem;font-weight:820}.mp-living-landscape__media figcaption strong{max-width:11ch;font-family:var(--font-display);letter-spacing:-.055em;font-size:clamp(3rem,6vw,6.7rem);font-weight:650;line-height:.88}.mp-living-landscape__media figcaption>span{color:#fffdf7cc;max-width:48ch;font-size:.92rem;line-height:1.6}.mp-living-landscape__map{z-index:2;pointer-events:none;width:73%;height:56%;position:absolute;top:5%;left:1.5%;overflow:visible}.mp-living-landscape__contour,.mp-living-landscape__path,.mp-living-landscape__mark path,.mp-living-landscape__mark circle,.mp-living-landscape__mark rect{fill:none;vector-effect:non-scaling-stroke}.mp-living-landscape__contour{stroke:#fffdf752;stroke-dasharray:.014 .012;stroke-width:1.5px}.mp-living-landscape__material{color:#fffdf76b;opacity:.22;transition:color .42s,opacity .42s}.mp-living-landscape__material[data-active=true]{color:#f7c95d;opacity:1}.mp-living-landscape__material--guest[data-active=true]{color:#a6d7f2}.mp-living-landscape__material--love[data-active=true]{color:#ffbd87}.mp-living-landscape__material--tour[data-active=true]{color:#9ce0d2}.mp-living-landscape__path{stroke:currentColor;stroke-dasharray:1;stroke-dashoffset:calc(1 - var(--scene-progress,1));stroke-linecap:round;stroke-width:3px}.mp-living-landscape__mark{stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.mp-living-landscape__routes{z-index:4;background:#0c1a13eb;border-left:1px solid #fffdf73d;grid-template-rows:repeat(4,minmax(0,1fr));display:grid;position:relative}.mp-living-landscape__route{--route-accent:#d9a52e;color:#fffdf7ad;min-height:0;transition:background .42s var(--ease-gate), color .24s ease;border-bottom:1px solid #fffdf733;grid-template-columns:auto minmax(0,1fr) auto;align-content:center;align-items:start;gap:.9rem;padding:clamp(1.2rem,2.6vw,2.25rem);display:grid}.mp-living-landscape__route:last-child{border-bottom:0}.mp-living-landscape__route--guest{--route-accent:#8dc7e4}.mp-living-landscape__route--love{--route-accent:#eaa16a}.mp-living-landscape__route--tour{--route-accent:#77c8b9}.mp-living-landscape__route[data-active=true],.mp-living-landscape__route:hover,.mp-living-landscape__route:focus-visible{background:linear-gradient(90deg, color-mix(in srgb, var(--route-accent) 20%, transparent), transparent 70%), #ffffff0e;color:#fffdf7}.mp-living-landscape__route-index{color:var(--route-accent);letter-spacing:.08em;padding-top:.15rem;font-size:.68rem;font-weight:860}.mp-living-landscape__route-copy{gap:.38rem;display:grid}.mp-living-landscape__route-copy small{color:var(--route-accent)}.mp-living-landscape__route-copy strong{max-width:17ch;font-family:var(--font-display);letter-spacing:-.025em;font-size:clamp(1.32rem,2vw,2.2rem);line-height:.98}.mp-living-landscape__route-copy>span{color:#fffdf799;max-width:34ch;font-size:.76rem;line-height:1.45}.mp-living-landscape__route-arrow{transition:transform .22s var(--ease-out);font-size:1.2rem;line-height:1}.mp-living-landscape__route[data-active=true] .mp-living-landscape__route-arrow,.mp-living-landscape__route:hover .mp-living-landscape__route-arrow,.mp-living-landscape__route:focus-visible .mp-living-landscape__route-arrow{transform:translate(3px,-3px)}@keyframes mp-landscape-image-enter{0%{opacity:.45;transform:scale(1.055)}to{opacity:1;transform:scale(1.005)}}.mp-rich{--rich-primary:var(--theme-primary);--rich-accent:var(--theme-accent);--rich-soft:var(--theme-soft);width:min(100%, var(--content-max));padding:var(--section-space) var(--page-gutter) 0;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(1rem,2.2vw,2rem);margin-inline:auto;display:grid}.mp-rich[data-route-material=farm]{--rich-primary:#215f3d;--rich-accent:#d9a52e;--rich-soft:#dde7b2}.mp-rich[data-route-material=guest]{--rich-primary:#1d3e5a;--rich-accent:#c86743;--rich-soft:#dee7ec}.mp-rich[data-route-material=love]{--rich-primary:#552a47;--rich-accent:#de9845;--rich-soft:#eacfc7}.mp-rich[data-route-material=tour]{--rich-primary:#175d63;--rich-accent:#c89a34;--rich-soft:#deeae6}.mp-rich__module{min-width:0}.mp-rich__module:has(>:empty){display:none}.mp-rich__module--story,.mp-rich__module--rooms,.mp-rich__module--pricing,.mp-rich__module--packages,.mp-rich__module--itinerary,.mp-rich__module--intro,.mp-rich__module--highlights,.mp-rich__module--journey,.mp-rich__module--gallery,.mp-rich__module--videos,.mp-rich__module--testimonials,.mp-rich__module--booking,.mp-rich__module--source{grid-column:1/-1}.mp-rich__module--inclusions{grid-column:1/span 7}.mp-rich__module--inclusions:has(>.mp-rich__inclusions--with-media){grid-column:1/-1}.mp-rich__module--practicalMedia{grid-column:1/span 7;display:flex}.mp-rich__module--practical{grid-column:8/-1}@media (min-width:1221px){.mp-rich__module--practicalMedia+.mp-rich__module--practical,.mp-rich__module--inclusions+.mp-rich__module--practical{display:flex}.mp-rich__module--inclusions:has(+.mp-rich__module--practical){display:flex}.mp-rich__module--practicalMedia+.mp-rich__module--practical>*,.mp-rich__module--inclusions+.mp-rich__module--practical>*{flex:1}.mp-rich__module--inclusions:has(+.mp-rich__module--practical)>*{flex:1}}.mp-rich__module--faqs{grid-column:3/span 8}.mp-rich__module{scroll-margin-top:calc(var(--header-height) + 1.5rem)}.mp-rich__eyebrow{color:var(--rich-primary);letter-spacing:.14em;text-transform:uppercase;margin:0 0 .85rem;font-size:.68rem;font-weight:850;line-height:1.35}.mp-rich__section-lede{max-width:60ch;color:var(--ink-soft);margin:-1.25rem 0 clamp(1.6rem,3vw,2.7rem);font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.7}.mp-rich__intro{border-block:1px solid var(--ink);grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(1rem,2.3vw,2.2rem);padding:clamp(2rem,5vw,4.5rem) 0;display:grid}.mp-rich__intro>.mp-rich__eyebrow{grid-column:1/-1;margin-bottom:0}.mp-rich__intro>h2{grid-column:1/span 6;max-width:11ch;margin:0}.mp-rich__intro-body{max-width:54ch;color:var(--ink-soft);font-family:var(--font-story);grid-column:8/-1;align-self:end;font-size:clamp(1.12rem,1.75vw,1.55rem);line-height:1.62}.mp-rich__intro-body p{margin:0}.mp-rich__facts{border-top:1px solid var(--ink);border-left:1px solid var(--ink);grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));margin:clamp(1.5rem,4vw,3.25rem) 0 0;display:grid}.mp-rich__facts>div{border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:linear-gradient(145deg, color-mix(in srgb, var(--rich-soft) 38%, transparent), transparent 70%), var(--paper-bright);min-height:8.75rem;transition:background-color .26s ease, color .26s ease, transform .3s var(--ease-out);padding:1.15rem}.mp-rich__facts dt{color:var(--rich-primary);letter-spacing:.12em;text-transform:uppercase;font-size:.62rem;font-weight:850}.mp-rich__facts dd{letter-spacing:-.025em;margin:2.2rem 0 0;font-size:clamp(1.05rem,1.75vw,1.55rem);font-weight:720;line-height:1.1}.mp-rich__highlights{border:1px solid var(--ink);background:var(--paper-bright);padding:clamp(2rem,5vw,4.5rem)}.mp-rich__highlights>p:not(.mp-rich__eyebrow){max-width:60ch;color:var(--ink-soft);line-height:1.7}.mp-rich__highlights>div{border-top:1px solid var(--ink);border-left:1px solid var(--ink);grid-template-columns:repeat(4,minmax(0,1fr));margin-top:2rem;display:grid}.mp-rich__highlights article{border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);min-height:14rem;transition:transform .32s var(--ease-out), background-color .25s ease;padding:1.35rem}.mp-rich__highlights article>span{color:var(--rich-accent);letter-spacing:.12em;font-size:.68rem;font-weight:850}.mp-rich__highlights article>p{color:var(--ink-soft);font-size:.82rem;line-height:1.55}.mp-rich__highlights article h3{margin-top:2.5rem}.mp-tour-story{--scene-progress:1;border:1px solid var(--ink);background:radial-gradient(circle at 12% 14%, color-mix(in srgb, var(--rich-accent) 15%, transparent), transparent 24rem), linear-gradient(155deg, color-mix(in srgb, var(--rich-soft) 68%, var(--paper-bright)), var(--paper-bright) 55%);grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;gap:clamp(1rem,2.2vw,2rem);padding:clamp(2rem,6vw,6rem);display:grid;position:relative;overflow:clip}.mp-tour-story:after{aspect-ratio:1;border:1px solid color-mix(in srgb, var(--rich-primary) 24%, transparent);width:18rem;box-shadow:0 0 0 2rem color-mix(in srgb, var(--rich-primary) 5%, transparent);content:"";pointer-events:none;border-radius:50%;position:absolute;bottom:-7rem;right:-7rem}.mp-tour-story__header{grid-column:1/span 7;margin-bottom:clamp(1rem,4vw,3rem)}.mp-tour-story__header h2{max-width:12ch;margin-bottom:1.25rem}.mp-tour-story__header>p:last-child{max-width:56ch;color:var(--ink-soft);margin:0;font-size:clamp(1rem,1.3vw,1.18rem);line-height:1.7}.mp-tour-story__map{top:calc(var(--header-height) + clamp(1rem, 5vh, 4rem));border:1px solid var(--ink);background:var(--rich-soft);grid-column:1/span 7;align-self:start;min-height:min(48vw,35rem);position:sticky;overflow:hidden;box-shadow:0 1.5rem 3rem #0c241d1f}.mp-tour-story__media-stack,.mp-tour-story__media-layer{position:absolute;inset:0}.mp-tour-story__media-stack{overflow:hidden}.mp-tour-story__media-stack:after{z-index:2;content:"";pointer-events:none;background:linear-gradient(#061b180d 48%,#061b18b8),linear-gradient(90deg,#061b182e,#0000 46%);position:absolute;inset:0}.mp-tour-story__media-layer{opacity:0;transition:opacity .62s ease, transform 1s var(--ease-out);margin:0;transform:scale(1.055)}.mp-tour-story__media-layer img{object-fit:cover}.mp-tour-story:not([data-motion-active-step]) .mp-tour-story__media-layer:first-child,.mp-tour-story[data-motion-active-step="0"] .mp-tour-story__media-layer[data-media-index="0"],.mp-tour-story[data-motion-active-step="1"] .mp-tour-story__media-layer[data-media-index="1"],.mp-tour-story[data-motion-active-step="2"] .mp-tour-story__media-layer[data-media-index="2"],.mp-tour-story[data-motion-active-step="3"] .mp-tour-story__media-layer[data-media-index="3"],.mp-tour-story[data-motion-active-step="4"] .mp-tour-story__media-layer[data-media-index="4"],.mp-tour-story[data-motion-active-step="5"] .mp-tour-story__media-layer[data-media-index="5"]{opacity:1;transform:scale(1.005)}.mp-tour-story__map-svg{z-index:3;filter:drop-shadow(0 1px 2px #00000080);width:calc(100% - clamp(2rem,6vw,4.5rem));height:auto;display:block;position:absolute;bottom:clamp(.7rem,2vw,1.5rem);left:clamp(1rem,3vw,2.25rem);right:clamp(1rem,3vw,2.25rem);overflow:visible}.mp-tour-story__map-svg--mobile{display:none}.mp-tour-story__path-base,.mp-tour-story__path-progress{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:4px}.mp-tour-story__path-base{stroke:#ffffff6b;stroke-dasharray:.02 .025}.mp-tour-story__path-progress{stroke:var(--paper-bright);stroke-dasharray:1;stroke-dashoffset:calc(1 - var(--scene-progress))}.mp-tour-story__marker circle{fill:#0c2b27db;stroke:var(--paper-bright);stroke-width:2px;transition:fill .24s ease, transform .32s var(--ease-out)}.mp-tour-story__marker text{fill:var(--paper-bright);font-family:var(--font-display);font-size:12px;font-weight:850;transition:fill .24s}.mp-tour-story__stops{z-index:1;grid-column:8/-1;margin:0;padding:0;list-style:none;display:grid;position:relative}.mp-tour-story__stops li{border-top:1px solid var(--rule);grid-template-columns:3.2rem minmax(0,1fr);align-content:center;gap:1.15rem;min-height:32svh;padding:clamp(1.4rem,3vw,2.4rem) 0;display:grid}.mp-tour-story__stop-media{display:none}.mp-tour-story__stops li:last-child{border-bottom:1px solid var(--rule)}.mp-tour-story__stop-index{aspect-ratio:1;border:1px solid var(--rich-primary);width:3.2rem;color:var(--rich-primary);letter-spacing:.08em;transition:background-color .24s ease, color .24s ease, transform .32s var(--ease-out);border-radius:50%;align-self:start;place-items:center;font-size:.66rem;font-weight:850;display:grid}.mp-tour-story__stops li>div>p:first-child{color:var(--rich-accent);letter-spacing:.1em;text-transform:uppercase;margin:0 0 .45rem;font-size:.64rem;font-weight:820}.mp-tour-story__stops li>div>h3+p{max-width:44ch;color:var(--ink-soft);margin:.75rem 0 0;font-size:.9rem;line-height:1.65}.mp-tour-story__stops li[data-motion-active=true] .mp-tour-story__stop-index{background:var(--rich-primary);color:var(--paper-bright);transform:rotate(-7deg)scale(1.08)}.mp-tour-story[data-motion-active-step="0"] .mp-tour-story__marker:first-of-type circle,.mp-tour-story[data-motion-active-step="1"] .mp-tour-story__marker:nth-of-type(2) circle,.mp-tour-story[data-motion-active-step="2"] .mp-tour-story__marker:nth-of-type(3) circle,.mp-tour-story[data-motion-active-step="3"] .mp-tour-story__marker:nth-of-type(4) circle,.mp-tour-story[data-motion-active-step="4"] .mp-tour-story__marker:nth-of-type(5) circle,.mp-tour-story[data-motion-active-step="5"] .mp-tour-story__marker:nth-of-type(6) circle{fill:var(--paper-bright);transform:scale(1.16)}.mp-tour-story[data-motion-active-step="0"] .mp-tour-story__marker:first-of-type text,.mp-tour-story[data-motion-active-step="1"] .mp-tour-story__marker:nth-of-type(2) text,.mp-tour-story[data-motion-active-step="2"] .mp-tour-story__marker:nth-of-type(3) text,.mp-tour-story[data-motion-active-step="3"] .mp-tour-story__marker:nth-of-type(4) text,.mp-tour-story[data-motion-active-step="4"] .mp-tour-story__marker:nth-of-type(5) text,.mp-tour-story[data-motion-active-step="5"] .mp-tour-story__marker:nth-of-type(6) text{fill:var(--rich-primary)}.mp-tour-gallery{--scene-progress:1;border-block:1px solid var(--ink);padding:clamp(2rem,6vw,6rem) 0}.mp-tour-gallery__header{grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(1rem,2.2vw,2rem);display:grid}.mp-tour-gallery__header .mp-rich__eyebrow,.mp-tour-gallery__header h2{grid-column:1/span 7}.mp-tour-gallery__header h2{margin-bottom:clamp(1rem,2vw,2rem)}.mp-tour-gallery__header>p:last-child{max-width:52ch;color:var(--ink-soft);grid-area:1/8/span 2/-1;align-self:end;margin:0 0 clamp(1rem,2vw,2rem);line-height:1.7}.mp-tour-gallery__layout{grid-template-columns:minmax(18rem,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(2rem,6vw,7rem);display:grid}.mp-tour-gallery__notes{margin:0;padding:0;list-style:none;display:grid}.mp-tour-gallery__notes>li{border-top:1px solid var(--rule);grid-template-columns:2.6rem minmax(0,1fr);align-content:center;gap:1rem;min-height:66svh;padding:clamp(1.5rem,3vw,2.5rem);transition:background-color .3s,color .3s;display:grid}.mp-tour-gallery__notes>li:last-child{border-bottom:1px solid var(--rule)}.mp-tour-gallery__notes>li[data-motion-active=true]{background:color-mix(in srgb, var(--rich-soft) 52%, transparent)}.mp-tour-gallery__index{color:var(--rich-accent);letter-spacing:.1em;font-size:.65rem;font-weight:850}.mp-tour-gallery__notes h3{margin-top:1.5rem}.mp-tour-gallery__notes li p{max-width:39ch;color:var(--ink-soft);margin:.65rem 0 0;font-size:.87rem;line-height:1.62}.mp-tour-gallery__notes li div>p:first-child{color:var(--rich-primary);letter-spacing:.11em;text-transform:uppercase;font-size:.62rem;font-weight:820}.mp-tour-gallery__mobile-media{display:none}.mp-tour-gallery__stage{top:calc(var(--header-height) + 1.5rem);height:calc(100svh - var(--header-height) - 3rem);place-items:center;min-height:36rem;display:grid;position:sticky}.mp-tour-gallery__deck{perspective:1400px;width:min(100%,43rem);height:min(72vh,47rem);min-height:33rem;position:relative}.mp-tour-gallery__card{--deck-x:0rem;--deck-y:0rem;--deck-rotate:0deg;transform:translate3d(var(--deck-x), var(--deck-y), 0) rotate(var(--deck-rotate)) scale(.94);transform-origin:50% 78%;opacity:.34;filter:saturate(.68)contrast(.94);transition:transform .72s var(--ease-gate), opacity .42s ease, filter .42s ease, box-shadow .52s ease;margin:0;position:absolute;inset:0}.mp-tour-gallery__card:first-child{--deck-x:-1.4rem;--deck-y:.2rem;--deck-rotate:-3.4deg}.mp-tour-gallery__card:nth-child(2){--deck-x:1.2rem;--deck-y:.7rem;--deck-rotate:2.8deg}.mp-tour-gallery__card:nth-child(3){--deck-x:-.4rem;--deck-y:1.3rem;--deck-rotate:-1.5deg}.mp-tour-gallery__card:nth-child(4){--deck-x:1.65rem;--deck-y:1.7rem;--deck-rotate:3.6deg}.mp-tour-gallery__card:nth-child(5){--deck-x:-1.1rem;--deck-y:2.1rem;--deck-rotate:-2.6deg}.mp-tour-gallery__card:nth-child(6){--deck-x:.7rem;--deck-y:2.5rem;--deck-rotate:1.8deg}.mp-tour-gallery__card-media{border:1px solid var(--ink);background:var(--rich-soft);position:absolute;inset:0 0 4.2rem;overflow:hidden}.mp-tour-gallery__card-media:after{content:"";pointer-events:none;background:linear-gradient(#0000 62%,#08140f33);position:absolute;inset:0}.mp-tour-gallery__card img{object-fit:cover;transition:transform .9s var(--ease-out)}.mp-tour-gallery__card figcaption{border:1px solid var(--ink);background:var(--paper-bright);border-top:0;justify-content:space-between;align-items:center;gap:1rem;min-height:4.2rem;padding:.9rem 1rem;display:flex;position:absolute;bottom:0;left:0;right:0}.mp-tour-gallery__card figcaption span{color:var(--rich-accent);letter-spacing:.11em;font-size:.64rem;font-weight:850}.mp-tour-gallery__card figcaption strong{letter-spacing:.04em;text-align:right;text-transform:uppercase;font-size:.82rem}.mp-tour-gallery:not([data-motion-active-step]) .mp-tour-gallery__card:first-child,.mp-tour-gallery[data-motion-active-step="0"] .mp-tour-gallery__card[data-gallery-index="0"],.mp-tour-gallery[data-motion-active-step="1"] .mp-tour-gallery__card[data-gallery-index="1"],.mp-tour-gallery[data-motion-active-step="2"] .mp-tour-gallery__card[data-gallery-index="2"],.mp-tour-gallery[data-motion-active-step="3"] .mp-tour-gallery__card[data-gallery-index="3"],.mp-tour-gallery[data-motion-active-step="4"] .mp-tour-gallery__card[data-gallery-index="4"],.mp-tour-gallery[data-motion-active-step="5"] .mp-tour-gallery__card[data-gallery-index="5"]{z-index:20;opacity:1;filter:none;transform:translateZ(4rem)rotate(0)scale(1);box-shadow:0 2rem 5rem #101f1738}.mp-rich__videos{border:1px solid var(--ink);background:linear-gradient(140deg, color-mix(in srgb, var(--rich-primary) 9%, transparent), transparent 55%), var(--paper-bright);padding:clamp(2rem,5vw,4.5rem)}.mp-rich__video-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.85rem,2vw,1.6rem);display:grid}.mp-rich__video-grid>a,.mp-rich__video-card{border:1px solid var(--ink);background:var(--paper-bright);min-width:0;transition:transform .38s var(--ease-out), box-shadow .38s ease, background-color .26s ease;grid-template-rows:auto 1fr;display:grid}.mp-rich__video-grid:has(.mp-rich__video-card--inline){grid-template-columns:1fr}.mp-rich__video-card--inline{grid-template-rows:none;grid-template-columns:minmax(20rem,.82fr) minmax(0,1.18fr);width:100%}.mp-rich__video-card--inline .mp-rich__video-media{aspect-ratio:4/3}.mp-rich__video-card--inline .mp-rich__video-copy{align-content:center;min-height:0;padding:clamp(1.6rem,4vw,3.5rem)}.mp-rich__video-card--inline .mp-rich__video-link{margin-top:.85rem}.mp-rich__video-trigger{width:100%;height:100%;color:inherit;cursor:pointer;background:0 0;border:0;padding:0;position:absolute;inset:0}.mp-rich__video-trigger:focus-visible{outline:3px solid var(--rich-accent);outline-offset:-5px}.mp-rich__video-media iframe{background:#000;border:0;width:100%;height:100%;position:absolute;inset:0}.mp-rich__video-media{aspect-ratio:16/10;background:var(--rich-soft);display:block;position:relative;overflow:hidden}.mp-rich__video-media:after{content:"";pointer-events:none;background:linear-gradient(#0000 40%,#05141059);position:absolute;inset:0}.mp-rich__video-media img{object-fit:cover;transition:transform .72s var(--ease-gate), filter .42s ease}.mp-rich__video-play{z-index:1;aspect-ratio:1;width:3.4rem;color:var(--rich-primary);transition:transform .36s var(--ease-out), background-color .26s ease, color .26s ease;background:#fffdf7eb;border:1px solid #ffffffc2;border-radius:50%;place-items:center;display:grid;position:absolute;bottom:1rem;right:1rem}.mp-rich__video-play svg{fill:currentColor;width:1rem}.mp-rich__video-copy{align-content:start;gap:.7rem;min-height:14.5rem;padding:1.35rem;display:grid}.mp-rich__video-copy small{color:var(--rich-primary);letter-spacing:.1em;text-transform:uppercase;font-size:.62rem;font-weight:850}.mp-rich__video-copy>strong{letter-spacing:-.025em;font-size:clamp(1.2rem,1.8vw,1.7rem);line-height:1.08}.mp-rich__video-copy>span:not(.mp-rich__video-link){color:var(--ink-soft);font-size:.84rem;line-height:1.55}.mp-rich__video-link{border-top:1px solid var(--rule);color:var(--rich-primary);letter-spacing:.09em;text-transform:uppercase;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.15rem;font-size:.68rem;font-weight:850;display:flex}.mp-rich__video-card .mp-rich__video-link{min-height:44px}.mp-rich__video-link svg{width:1rem;transition:transform .26s var(--ease-out)}.mp-rich__testimonials{border-block:1px solid var(--ink);padding:clamp(2rem,6vw,5.5rem)}.mp-rich__testimonials>div{border-top:1px solid var(--ink);border-left:1px solid var(--ink);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.mp-rich__testimonials figure{border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--paper-bright);min-height:22rem;transition:transform .32s var(--ease-out), background-color .26s ease;align-content:space-between;margin:0;padding:clamp(1.4rem,3vw,2.4rem);display:grid}.mp-rich__rating{color:var(--rich-accent);letter-spacing:.2em;font-size:.78rem}.mp-rich__testimonials blockquote{font-family:var(--font-story);margin:2rem 0;font-size:clamp(1.15rem,1.7vw,1.5rem);line-height:1.48}.mp-rich__testimonials figcaption{border-top:1px solid var(--rule);justify-content:space-between;gap:1rem;padding-top:1rem;font-size:.72rem;display:flex}.mp-rich__testimonials figcaption span{color:var(--ink-soft);text-align:right}.mp-rich__booking{background:radial-gradient(circle at 88% 4%, color-mix(in srgb, var(--rich-accent) 30%, transparent), transparent 22rem), var(--rich-primary);color:var(--paper-bright);grid-template-columns:minmax(0,1fr) minmax(18rem,.72fr);gap:clamp(2rem,6vw,7rem);padding:clamp(2rem,6vw,6rem);display:grid;position:relative;overflow:hidden}.mp-rich__booking:before{aspect-ratio:1;content:"";pointer-events:none;border:1px solid #ffffff38;border-radius:50%;width:24rem;position:absolute;top:-9rem;right:-6rem}.mp-rich__booking .mp-rich__eyebrow{color:color-mix(in srgb, var(--rich-accent) 82%, white)}.mp-rich__booking h2{max-width:10ch;color:inherit}.mp-rich__booking>div:first-child>p:last-child{color:#fffdf7b8;max-width:52ch;line-height:1.7}.mp-rich__booking-links{z-index:1;border-top:1px solid #ffffff75;align-content:center;display:grid;position:relative}.mp-rich__booking-links a{min-height:5.4rem;transition:padding .28s var(--ease-out), background-color .24s ease;border-bottom:1px solid #ffffff75;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.35rem 1rem;padding:1rem .4rem 1rem 0;display:grid}.mp-rich__booking-links a span{letter-spacing:-.025em;font-size:clamp(1.15rem,2vw,1.7rem);font-weight:720}.mp-rich__booking-links a small{color:#fffdf7a6;grid-row:2}.mp-rich__booking-links a svg{width:1.25rem;transition:transform .26s var(--ease-out);grid-area:1/2/span 2}.mp-rich__source-date{color:var(--ink-soft);align-items:center;gap:.35rem;display:inline-flex}.mp-rich__source-date>span{letter-spacing:.07em;text-transform:uppercase;font-size:.6rem;font-weight:780}@media (hover:hover) and (pointer:fine){.mp-rich__facts>div:hover,.mp-rich__highlights article:hover,.mp-rich__testimonials figure:hover{background-color:color-mix(in srgb, var(--rich-soft) 54%, var(--paper-bright));transform:translateY(-.35rem)}.mp-tour-story__stops li:hover .mp-tour-story__stop-index{transform:rotate(-7deg)scale(1.08)}.mp-rich__video-grid>a:hover,.mp-rich__video-grid>a:focus-visible,.mp-rich__video-card:hover{transform:translateY(-.55rem);box-shadow:0 1.4rem 3.2rem #14261d29}.mp-rich__video-grid>a:hover img,.mp-rich__video-grid>a:focus-visible img,.mp-rich__video-card:hover img{filter:saturate(1.08);transform:scale(1.055)}.mp-rich__video-grid>a:hover .mp-rich__video-play,.mp-rich__video-grid>a:focus-visible .mp-rich__video-play,.mp-rich__video-trigger:hover .mp-rich__video-play,.mp-rich__video-trigger:focus-visible .mp-rich__video-play{background:var(--rich-primary);color:var(--paper-bright);transform:rotate(-6deg)scale(1.08)}.mp-rich__video-grid>a:hover .mp-rich__video-link svg,.mp-rich__video-grid>a:focus-visible .mp-rich__video-link svg,.mp-rich__booking-links a:hover svg,.mp-rich__booking-links a:focus-visible svg{transform:translate(.2rem,-.2rem)}.mp-rich__booking-links a:hover,.mp-rich__booking-links a:focus-visible{background:#ffffff14;padding-left:.8rem;padding-right:.8rem}}.mp-rich h2{max-width:17ch;font-family:var(--font-display);letter-spacing:-.045em;overflow-wrap:anywhere;margin:0 0 clamp(1.6rem,3vw,3rem);font-size:clamp(2rem,4.2vw,4.8rem);font-weight:650;line-height:.98}.mp-rich h3{font-family:var(--font-display);letter-spacing:-.025em;margin:0;font-size:clamp(1.25rem,2vw,2rem);line-height:1.05}.mp-rich__story{border:1px solid var(--ink);background:linear-gradient(135deg, color-mix(in srgb, var(--rich-soft) 76%, var(--paper-bright)), var(--paper-bright) 64%);isolation:isolate;min-height:clamp(380px,45vw,630px);padding:clamp(2rem,7vw,7rem);position:relative;overflow:hidden}.mp-rich__story:before,.mp-rich__story:after{z-index:-1;content:"";pointer-events:none;position:absolute}.mp-rich__story:before{aspect-ratio:1;border:1px solid color-mix(in srgb, var(--rich-primary) 35%, transparent);width:clamp(13rem,31vw,31rem);box-shadow:inset 0 0 0 clamp(1rem, 3vw, 3.2rem) color-mix(in srgb, var(--rich-soft) 28%, transparent), 0 0 0 clamp(2rem, 7vw, 7rem) color-mix(in srgb, var(--rich-primary) 5%, transparent);transform:rotate(calc(var(--scene-progress,1) * 18deg));border-radius:50%;top:12%;right:-7%}.mp-rich__story:after{width:38%;height:.7rem;transform:scaleX(var(--scene-progress,1));transform-origin:100%;background:var(--rich-accent);bottom:0;right:0}.mp-rich__story h2{max-width:11ch;font-size:clamp(3rem,7vw,7.5rem)}.mp-rich__story-body{max-width:62ch;color:var(--ink-soft);font-size:clamp(1.02rem,1.4vw,1.28rem);line-height:1.75}.mp-rich__story-body p:last-child{margin-bottom:0}.mp-rich__pricing-group,.mp-rich__packages,.mp-rich__inclusions,.mp-rich__itinerary,.mp-rich__practical,.mp-rich__faqs{border:1px solid var(--ink);background:var(--paper-bright);padding:clamp(2rem,5vw,4.5rem)}.mp-rich__pricing{gap:clamp(1rem,2.2vw,2rem);display:grid}.mp-rich__rooms{border:1px solid var(--ink);background:linear-gradient(145deg, color-mix(in srgb, var(--rich-soft) 40%, transparent), transparent 48%), var(--paper-bright);padding:clamp(2rem,5vw,4.5rem)}.mp-rich__rooms-heading{grid-template-columns:minmax(0,.9fr) minmax(18rem,.52fr);align-items:end;gap:clamp(1rem,4vw,4rem);margin-bottom:clamp(1.8rem,4vw,3.5rem);display:grid}.mp-rich__rooms-heading h2{margin-bottom:0}.mp-rich__rooms-heading>p{color:var(--ink-soft);margin:0;line-height:1.7}.mp-room-grid{border-top:1px solid var(--ink);border-left:1px solid var(--ink);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (min-width:1221px){.mp-room-grid:has(>.mp-room-card:nth-child(5):last-child){grid-template-columns:repeat(6,minmax(0,1fr))}.mp-room-grid:has(>.mp-room-card:nth-child(5):last-child)>.mp-room-card{grid-column:span 2}.mp-room-grid:has(>.mp-room-card:nth-child(5):last-child)>.mp-room-card:nth-child(n+4){grid-column:span 3}}.mp-room-card{border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--paper-bright);grid-template-rows:auto 1fr;min-width:0;display:grid}.mp-room-card__media{aspect-ratio:4/3;border-bottom:1px solid var(--ink);background:var(--rich-soft);margin:0;position:relative;overflow:hidden}.mp-room-card__media:after{content:"";pointer-events:none;background:linear-gradient(#0000,#0a161db3);height:42%;position:absolute;inset:auto 0 0}.mp-room-card__media img{object-fit:cover;transition:transform .62s var(--ease-gate), filter .32s ease}.mp-room-card:hover .mp-room-card__media img{filter:saturate(1.06);transform:scale(1.035)}.mp-room-card__media figcaption{z-index:1;color:#fff;letter-spacing:.07em;text-transform:uppercase;font-size:.63rem;font-weight:780;position:absolute;bottom:.7rem;left:.8rem;right:.8rem}.mp-room-card__copy{align-content:start;padding:clamp(1.15rem,2.5vw,1.8rem);display:grid}.mp-room-card__title{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.8rem;display:grid}.mp-room-card__title h3{font-size:clamp(1.22rem,1.8vw,1.8rem)}.mp-room-card__title>strong{color:var(--rich-primary);font-family:var(--font-display);white-space:nowrap;font-size:clamp(1.25rem,2vw,1.9rem);line-height:1}.mp-room-card__facts{flex-wrap:wrap;gap:.45rem;margin-top:1.1rem;display:flex}.mp-room-card__facts span{border:1px solid color-mix(in srgb, var(--rich-primary) 36%, transparent);background:color-mix(in srgb, var(--rich-soft) 32%, var(--paper-bright));color:var(--rich-primary);letter-spacing:.04em;padding:.45rem .65rem;font-size:.66rem;font-weight:790}.mp-room-card__facts span[data-bathroom=private]{border-color:color-mix(in srgb, var(--rich-accent) 64%, transparent);background:color-mix(in srgb, var(--rich-accent) 14%, var(--paper-bright))}.mp-room-card__copy>p{color:var(--ink-soft);margin:1rem 0 0;font-size:.83rem;line-height:1.6}.mp-room-card__copy ul{color:var(--ink-soft);flex-wrap:wrap;gap:.4rem .9rem;margin:1rem 0 0;padding:0;font-size:.72rem;list-style:none;display:flex}.mp-room-card__copy li:before{color:var(--rich-accent);content:"•";margin-right:.38rem}.mp-room-card__copy>a{border-top:1px solid var(--rule);color:var(--rich-primary);justify-content:space-between;align-items:center;gap:.7rem;margin-top:1.25rem;padding-top:.9rem;font-size:.78rem;font-weight:820;display:flex}.mp-room-card__copy>a svg{width:1rem;transition:transform .22s var(--ease-out)}.mp-room-card__copy>a:hover svg,.mp-room-card__copy>a:focus-visible svg{transform:translate(.18rem,-.18rem)}.mp-rich__rooms-note{max-width:76ch;color:var(--ink-soft);margin:1.2rem 0 0;font-size:.77rem;line-height:1.6}.mp-rich__pricing-group>p{max-width:65ch;color:var(--ink-soft);line-height:1.7}.mp-rich__table-region{border-top:2px solid var(--rich-primary);max-width:100%;overflow-x:auto}.mp-rich table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%}.mp-rich th,.mp-rich td{border-bottom:1px solid var(--rule);text-align:left;vertical-align:top;padding:clamp(1rem,2.2vw,1.7rem) 1rem}.mp-rich th{width:34%;font-size:clamp(.88rem,1.2vw,1.04rem);line-height:1.45}.mp-rich thead th{width:auto;color:var(--rich-primary);letter-spacing:.11em;text-transform:uppercase;padding-top:.8rem;padding-bottom:.8rem;font-size:.65rem;font-weight:840}.mp-rich__price{width:23%;color:var(--rich-primary);font-family:var(--font-display);white-space:nowrap;font-size:clamp(1.25rem,2.5vw,2.35rem);font-weight:720;line-height:1.05}.mp-rich td.mp-rich__meta,.mp-rich p.mp-rich__meta{color:var(--ink-soft);font-size:.82rem;line-height:1.55}.mp-rich__package-grid{border-top:1px solid var(--ink);border-left:1px solid var(--ink);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.mp-rich__package{border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:linear-gradient(155deg, color-mix(in srgb, var(--rich-soft) 26%, transparent), transparent 52%), var(--paper-bright);min-height:18rem;padding:clamp(1.35rem,3vw,2.4rem)}.mp-rich__package-heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.mp-rich__package-heading strong{color:var(--rich-primary);font-family:var(--font-display);text-align:right;font-size:clamp(1.35rem,2.4vw,2.35rem);line-height:1}.mp-rich__package>p,.mp-rich__package li{color:var(--ink-soft);font-size:.88rem;line-height:1.58}.mp-rich__package ul{margin:1.2rem 0 0;padding-left:1.15rem}.mp-rich__inclusions>ul,.mp-rich__paired-copy>ul{border-top:1px solid var(--ink);margin:0;padding:0;list-style:none;display:grid}.mp-rich__inclusions li{border-bottom:1px solid var(--rule);grid-template-columns:minmax(9rem,.42fr) minmax(0,1fr);gap:1rem;padding:1.15rem 0;display:grid}.mp-rich__inclusions li:before{background:var(--rich-accent);content:"";grid-row:1/span 2;align-self:start;width:.75rem;height:.75rem;margin-top:.2rem;transform:rotate(45deg)}.mp-rich__inclusions li{grid-template-columns:auto minmax(8rem,.42fr) minmax(0,1fr)}.mp-rich__inclusions strong{font-family:var(--font-display);font-size:1.08rem;line-height:1.15}.mp-rich__inclusions span{color:var(--ink-soft);font-size:.86rem;line-height:1.55}.mp-rich__inclusions--with-media,.mp-rich__itinerary--with-media{grid-template-columns:minmax(0,7fr) minmax(22rem,5fr);padding:0;display:grid}.mp-rich__paired-copy{min-width:0;padding:clamp(2rem,5vw,4.5rem)}.mp-rich__paired-media{border-left:1px solid var(--ink);background:var(--rich-soft);min-height:100%;margin:0;position:relative;overflow:hidden}.mp-rich__paired-media:after{content:"";pointer-events:none;background:linear-gradient(#0000,#0e1a13c2);height:45%;position:absolute;inset:auto 0 0}.mp-rich__paired-media img{object-fit:cover;transition:transform .7s var(--ease-gate)}.mp-rich__paired-media:hover img{transform:scale(1.025)}.mp-rich__paired-media figcaption{z-index:1;color:#fff;max-width:28ch;font-family:var(--font-display);font-size:clamp(1.05rem,1.7vw,1.45rem);font-weight:700;line-height:1.2;position:absolute;bottom:clamp(1rem,3vw,2rem);left:clamp(1rem,3vw,2rem);right:clamp(1rem,3vw,2rem)}.mp-rich__itinerary{position:relative;overflow:hidden}.mp-rich__itinerary ol{margin:0;padding:0;list-style:none;display:grid;position:relative}.mp-rich__itinerary ol:before,.mp-rich__itinerary ol:after{content:"";width:2px;position:absolute;top:1.3rem;bottom:1.3rem;left:2.15rem}.mp-rich__itinerary ol:before{background:color-mix(in srgb, var(--rich-primary) 20%, transparent)}.mp-rich__itinerary ol:after{transform:scaleY(var(--scene-progress,1));transform-origin:top;background:var(--rich-primary)}.mp-rich__itinerary li{z-index:1;grid-template-columns:4.3rem minmax(0,1fr);gap:1.4rem;min-height:9rem;padding:1rem 0;display:grid;position:relative}.mp-rich__itinerary-step{border:1px solid var(--rich-primary);background:var(--paper-bright);min-width:4.3rem;min-height:2.7rem;color:var(--rich-primary);letter-spacing:.06em;text-align:center;align-self:start;place-items:center;padding:.5rem;font-size:.68rem;font-weight:850;display:grid}.mp-rich__itinerary li[data-motion-active=true] .mp-rich__itinerary-step{background:var(--rich-primary);color:var(--paper-bright)}.mp-rich__itinerary li p{max-width:58ch;color:var(--ink-soft);margin:.65rem 0 0;line-height:1.62}.mp-rich__practical dl{border-top:1px solid var(--ink);margin:0;display:grid}.mp-rich__practical{align-content:center;display:grid}.mp-rich__practical dl>div{border-bottom:1px solid var(--rule);grid-template-columns:minmax(7rem,.42fr) minmax(0,1fr);gap:1rem;padding:1.15rem 0;display:grid}.mp-rich__practical dt{color:var(--rich-primary);letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:820;line-height:1.35}.mp-rich__practical dd{font-family:var(--font-display);overflow-wrap:anywhere;margin:0;font-size:clamp(1rem,1.6vw,1.35rem);font-weight:650;line-height:1.25}.mp-rich__practical-media{border:1px solid var(--ink);background:var(--rich-soft);flex:1;min-height:clamp(28rem,39vw,41rem);margin:0;position:relative;overflow:hidden}.mp-rich__practical-media:after{content:"";pointer-events:none;background:linear-gradient(#0000,#0e1a13c7);height:46%;position:absolute;inset:auto 0 0}.mp-rich__practical-media img{object-fit:cover;transition:transform .7s var(--ease-gate)}.mp-rich__practical-media:hover img{transform:scale(1.025)}.mp-rich__practical-media figcaption{z-index:1;color:#fff;max-width:28ch;font-family:var(--font-display);font-size:clamp(1.15rem,2vw,1.65rem);font-weight:700;line-height:1.15;position:absolute;bottom:clamp(1rem,3vw,2rem);left:clamp(1rem,3vw,2rem);right:clamp(1rem,3vw,2rem)}.mp-rich__faqs>div{border-top:1px solid var(--ink)}.mp-rich__faqs details{border-bottom:1px solid var(--rule)}.mp-rich__faqs summary{min-height:64px;font-family:var(--font-display);cursor:pointer;justify-content:space-between;align-items:center;padding:1rem 2.3rem 1rem 0;font-size:clamp(1.05rem,1.6vw,1.35rem);font-weight:700;line-height:1.3;list-style:none;display:flex}.mp-rich__faqs summary::-webkit-details-marker{display:none}.mp-rich__faqs summary:after{color:var(--rich-primary);content:"+";flex:none;margin-left:1rem;font-family:ui-sans-serif,system-ui,sans-serif;font-size:1.5rem}.mp-rich__faqs details[open] summary:after{content:"−"}.mp-rich__faqs details p{max-width:62ch;color:var(--ink-soft);margin:0;padding:0 0 1.35rem;line-height:1.7}.mp-rich__source{border-block:1px solid var(--rule);color:var(--ink-soft);flex-wrap:wrap;align-items:center;gap:.45rem 1rem;padding:1rem 1.15rem;font-size:.72rem;line-height:1.4;display:flex}.mp-rich__source>span:first-child{color:var(--rich-primary);letter-spacing:.1em;text-transform:uppercase;font-weight:820}.mp-rich__source ul{flex-wrap:wrap;flex:36rem;gap:.55rem 1.2rem;margin:0;padding:0;list-style:none;display:flex}.mp-rich__source li{flex-wrap:wrap;align-items:center;gap:.35rem .7rem;display:inline-flex}.mp-rich__source li+li{border-left:1px solid var(--rule);padding-left:1.2rem}.mp-rich__source a{color:var(--ink);text-decoration:underline;-webkit-text-decoration-color:var(--rich-accent);text-decoration-color:var(--rich-accent);text-underline-offset:.25rem;font-weight:720}.mp-rich[data-rich-variant*=ticket] .mp-rich__pricing-group{background:repeating-linear-gradient(90deg, transparent 0 9.5%, color-mix(in srgb, var(--rich-primary) 8%, transparent) 9.5% 10%), var(--paper-bright)}.mp-rich[data-rich-variant*=durian] .mp-rich__story:before{box-shadow:inset 0 0 0 2rem color-mix(in srgb, var(--rich-accent) 12%, transparent), 0 0 0 4rem color-mix(in srgb, var(--rich-primary) 7%, transparent);border-width:2px;border-radius:42% 58% 48% 52%}.mp-rich[data-rich-variant*=batik] .mp-rich__story:after{width:48%;height:1.2rem;transform:rotate(-4deg) scaleX(var(--scene-progress,1));background:linear-gradient(90deg, var(--rich-accent), var(--rich-primary), #bd694c);border-radius:100%;bottom:13%;right:7%}.mp-rich[data-rich-variant*=party] .mp-rich__story{background:radial-gradient(circle at 13% 18%, var(--rich-accent) 0 4px, transparent 5px), radial-gradient(circle at 83% 28%, var(--rich-primary) 0 5px, transparent 6px), radial-gradient(circle at 70% 79%, #bd694c 0 3px, transparent 4px), linear-gradient(135deg, color-mix(in srgb, var(--rich-soft) 76%, var(--paper-bright)), var(--paper-bright) 64%)}.mp-rich[data-rich-variant*=room] .mp-rich__package,.mp-rich[data-rich-variant*=window] .mp-rich__package{box-shadow:inset .6rem 0 0 color-mix(in srgb, var(--rich-primary) 12%, transparent)}.mp-rich[data-rich-variant*=room] .mp-rich__price,.mp-rich[data-rich-variant*=window] .mp-rich__price{color:#1d3e5a}.mp-rich[data-rich-variant*=lantern] .mp-rich__story,.mp-rich[data-rich-variant*=camp] .mp-rich__story{background:radial-gradient(circle at 80% 22%,#de984540,#0000 15rem),linear-gradient(135deg,#eeded7,#fffdf7 64%)}.mp-rich[data-rich-variant*=cafe] .mp-rich__story{border-radius:48% 2rem 2rem/18% 2rem 2rem}.mp-rich[data-rich-variant*=route] .mp-rich__itinerary-step,.mp-rich[data-rich-variant*=tour] .mp-rich__itinerary-step,.mp-rich[data-rich-variant*=cycling] .mp-rich__itinerary-step{border-radius:999px}.mp-rich[data-rich-variant*=route] .mp-rich__itinerary ol:before,.mp-rich[data-rich-variant*=route] .mp-rich__itinerary ol:after,.mp-rich[data-rich-variant*=tour] .mp-rich__itinerary ol:before,.mp-rich[data-rich-variant*=tour] .mp-rich__itinerary ol:after,.mp-rich[data-rich-variant*=cycling] .mp-rich__itinerary ol:before,.mp-rich[data-rich-variant*=cycling] .mp-rich__itinerary ol:after{border-radius:50%}html[data-motion-ready=true] [data-motion-scene]{transition:opacity .52s var(--ease-out), transform .62s var(--ease-gate)}html[data-motion-ready=true] [data-motion-scene][data-motion-state=pending]{opacity:.74;transform:translateY(1.15rem)}html[data-motion-ready=true] [data-motion-scene][data-motion-state=active],html[data-motion-ready=true] [data-motion-scene][data-motion-state=complete]{opacity:1;transform:translateY(0)}html[data-motion-ready=true] [data-motion-progress] [data-motion-step]{transition:opacity .32s ease, transform .42s var(--ease-out)}html[data-motion-ready=true] [data-motion-progress] [data-motion-step][data-motion-active=false]{opacity:.68;transform:translateY(.35rem)}html[data-motion-ready=true] [data-motion-progress] [data-motion-step][data-motion-active=true]{opacity:1;transform:translateY(0)}html[data-motion-mode=static] .mp-living-landscape__media img{animation:none;transform:none}html[data-motion-mode=static] .mp-living-landscape__route,html[data-motion-mode=static] [data-motion-scene],html[data-motion-mode=static] [data-motion-step]{transition-duration:.01ms!important}html[data-motion-mode=static] .mp-route-stage{animation:none}html[data-motion-mode=static] .mp-route-curtain{display:none}html[data-motion-mode=static] .mp-tour-gallery__layout{grid-template-columns:1fr}html[data-motion-mode=static] .mp-tour-gallery__stage{display:none}html[data-motion-mode=static] .mp-tour-gallery__notes{border-top:1px solid var(--ink);border-left:1px solid var(--ink);grid-template-columns:repeat(2,minmax(0,1fr))}html[data-motion-mode=static] .mp-tour-gallery__notes>li{border-top:0;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);align-content:start;min-height:0;padding:0 1.2rem 1.4rem}html[data-motion-mode=static] .mp-tour-gallery__mobile-media{aspect-ratio:4/3;grid-column:1/-1;margin:0 -1.2rem 1.2rem;display:block;position:relative;overflow:hidden}html[data-motion-mode=static] .mp-tour-gallery__mobile-media img{object-fit:cover}@media (max-width:1220px){.mp-living-landscape{grid-template-columns:minmax(0,1.15fr) minmax(17rem,.85fr);min-height:690px}.mp-living-landscape__map{width:67%}.mp-living-landscape__media figcaption strong{font-size:clamp(2.8rem,6vw,5.2rem)}.mp-living-landscape__route-copy>span{display:none}.mp-rich__module--inclusions,.mp-rich__module--practicalMedia,.mp-rich__module--practical{grid-column:1/-1}.mp-rich__module--faqs{grid-column:2/span 10}.mp-rich__video-grid,.mp-room-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-room-grid:has(>.mp-room-card:nth-child(5):last-child)>.mp-room-card:last-child{grid-column:1/-1}.mp-rich__highlights>div{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.mp-rich__inclusions--with-media,.mp-rich__itinerary--with-media{grid-template-columns:1fr}.mp-rich__paired-media{border-top:1px solid var(--ink);border-left:0;min-height:min(72vw,30rem)}.mp-tour-story{grid-template-columns:minmax(0,1fr)}.mp-tour-story__header,.mp-tour-story__map,.mp-tour-story__stops{grid-column:1}.mp-tour-story__map{width:4.5rem;min-height:0;box-shadow:none;pointer-events:none;background:0 0;border:0;padding:0;position:absolute;top:clamp(13rem,28vw,19rem);bottom:3rem;left:clamp(1.5rem,6vw,5rem);overflow:visible}.mp-tour-story__media-stack,.mp-tour-story__map-svg--desktop{display:none}.mp-tour-story__map-svg--mobile{width:100%;height:100%;display:block}.mp-tour-story__stops{padding-left:clamp(4.5rem,11vw,7.5rem)}.mp-tour-story__stops li{min-height:0}.mp-tour-story__stop-media{aspect-ratio:3/2;border:1px solid var(--ink);background:var(--rich-soft);width:100%;margin:1.25rem 0 0;display:block;position:relative;overflow:hidden}.mp-tour-story__stop-media img{object-fit:cover}.mp-tour-gallery__header{grid-template-columns:1fr}.mp-tour-gallery__header .mp-rich__eyebrow,.mp-tour-gallery__header h2,.mp-tour-gallery__header>p:last-child{grid-area:auto/1}.mp-tour-gallery__layout{grid-template-columns:1fr}.mp-tour-gallery__stage{display:none}.mp-tour-story__media-layer,.mp-tour-trail__stop,.mp-tour-trail__media img{transition:none}.mp-tour-trail__stop:hover,.mp-tour-trail__stop:focus-visible,.mp-tour-trail__stop:hover .mp-tour-trail__media img,.mp-tour-trail__stop:focus-visible .mp-tour-trail__media img{transform:none}.mp-tour-gallery__notes{border-top:1px solid var(--ink);border-left:1px solid var(--ink);grid-template-columns:repeat(2,minmax(0,1fr))}.mp-tour-gallery__notes>li{border-top:0;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);grid-template-columns:2.6rem minmax(0,1fr);align-content:start;min-height:0;padding:0 1.2rem 1.4rem;display:grid}.mp-tour-gallery__mobile-media{aspect-ratio:4/3;background:var(--rich-soft);grid-column:1/-1;margin:0 -1.2rem 1.2rem;display:block;position:relative;overflow:hidden}.mp-tour-gallery__mobile-media img{object-fit:cover}}@media (max-width:760px){.mp-living-landscape{min-height:0;box-shadow:none;grid-template-columns:1fr}.mp-living-landscape__media{min-height:min(112vw,540px)}.mp-living-landscape__media figcaption{bottom:1.4rem;left:1.25rem;right:1.25rem}.mp-living-landscape__media figcaption strong{font-size:clamp(2.75rem,14vw,4.5rem)}.mp-living-landscape__media figcaption>span{display:none}.mp-living-landscape__map{width:100%;height:44%;top:1rem;left:0}.mp-living-landscape__routes{border-top:1px solid #fffdf73d;border-left:0;grid-template-rows:none}.mp-living-landscape__route{min-height:7rem;padding:1.2rem}.mp-living-landscape__route-copy>span{font-size:.72rem;display:block}.mp-rich{padding-right:var(--page-gutter);padding-left:var(--page-gutter);grid-template-columns:1fr;gap:.85rem}.mp-rich__module--story,.mp-rich__module--rooms,.mp-rich__module--pricing,.mp-rich__module--packages,.mp-rich__module--inclusions,.mp-rich__module--itinerary,.mp-rich__module--practical,.mp-rich__module--faqs,.mp-rich__module--intro,.mp-rich__module--highlights,.mp-rich__module--journey,.mp-rich__module--gallery,.mp-rich__module--videos,.mp-rich__module--testimonials,.mp-rich__module--booking,.mp-rich__module--source{grid-column:1}.mp-rich__story,.mp-rich__rooms,.mp-rich__pricing-group,.mp-rich__packages,.mp-rich__inclusions,.mp-rich__itinerary,.mp-rich__practical,.mp-rich__faqs,.mp-rich__highlights,.mp-rich__videos,.mp-tour-story{padding:1.35rem}.mp-rich__intro{grid-template-columns:1fr;padding:2.2rem 0}.mp-rich__intro>.mp-rich__eyebrow,.mp-rich__intro>h2,.mp-rich__intro-body,.mp-rich__facts{grid-column:1}.mp-rich__intro-body{font-size:1.08rem}.mp-rich__facts{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1rem}.mp-rich__facts>div{min-height:7.5rem;padding:1rem}.mp-rich__facts dd{margin-top:1.6rem}.mp-rich__highlights>div,.mp-rich__video-grid,.mp-rich__testimonials>div,.mp-rich__video-card--inline{grid-template-columns:1fr}.mp-rich__video-card--inline .mp-rich__video-media{aspect-ratio:9/16;max-height:none}.mp-rich__highlights article,.mp-rich__video-copy,.mp-rich__testimonials figure{min-height:0}.mp-rich__video-copy{align-content:start;padding:1.15rem}.mp-rich__testimonials{padding:2.8rem 0}.mp-rich__testimonials blockquote{font-size:1.08rem}.mp-rich__booking{grid-template-columns:1fr;gap:1.5rem;padding:2rem 1.35rem}.mp-rich__booking h2{margin-bottom:1.4rem}.mp-rich__booking-links a{min-height:4.7rem}.mp-tour-story__map{display:none}.mp-tour-story__stops{padding-left:0}.mp-tour-story__stops li{grid-template-columns:2.6rem minmax(0,1fr);gap:.8rem;min-height:0;padding-block:1.25rem}.mp-tour-story__stop-index{width:2.6rem}.mp-tour-gallery{padding:2.8rem 0}.mp-tour-gallery__notes,html[data-motion-mode=static] .mp-tour-gallery__notes{grid-template-columns:1fr}.mp-tour-gallery__notes>li{padding-bottom:1.2rem}.mp-tour-gallery__mobile-media{margin-bottom:1rem}.mp-rich__story{min-height:420px;padding-top:3.5rem}.mp-rich__story h2{font-size:clamp(2.8rem,14vw,4.7rem)}.mp-rich__story:before{width:23rem;top:46%;right:-30%}.mp-rich__package-grid,.mp-rich__rooms-heading,.mp-room-grid{grid-template-columns:1fr}.mp-room-grid:has(>.mp-room-card:nth-child(5):last-child)>.mp-room-card:last-child{grid-column:auto}.mp-rich__inclusions--with-media,.mp-rich__itinerary--with-media{padding:0}.mp-rich__paired-copy{padding:1.35rem}.mp-rich__rooms-heading{align-items:start}.mp-room-card__title{grid-template-columns:1fr}.mp-rich__package{min-height:0}.mp-rich__package-heading{display:grid}.mp-rich__package-heading strong{text-align:left}.mp-rich__inclusions li{grid-template-columns:auto minmax(0,1fr)}.mp-rich__inclusions span{grid-column:2}.mp-rich__table-region{margin-inline:-.35rem}.mp-rich table{min-width:40rem}.mp-rich__itinerary li{grid-template-columns:3.4rem minmax(0,1fr);gap:1rem;min-height:8.5rem}.mp-rich__itinerary-step{min-width:3.4rem}.mp-rich__itinerary ol:before,.mp-rich__itinerary ol:after{left:1.7rem}.mp-rich__practical dl>div{grid-template-columns:1fr;gap:.45rem}.mp-rich__practical-media{min-height:min(62vw,34rem)}.mp-rich__source{flex-direction:column;align-items:flex-start}.mp-rich__source ul{flex-direction:column;flex:0 auto;gap:.75rem;width:100%}.mp-rich__source li+li{border-top:1px solid var(--rule);border-left:0;padding-top:.75rem;padding-left:0}}@media (max-width:420px){.mp-living-landscape__route{grid-template-columns:auto minmax(0,1fr)}.mp-living-landscape__route-arrow{display:none}.mp-rich table{min-width:35rem}}@media (prefers-reduced-motion:reduce){.mp-route-stage,.mp-route-curtain,.mp-route-curtain span{animation:none}.mp-route-curtain{display:none}.mp-living-landscape__media img{animation:none;transform:none}.mp-living-landscape__path{stroke-dashoffset:0}.mp-rich__story:before,.mp-rich__story:after,.mp-rich__itinerary ol:after,.mp-tour-story__stop-index,.mp-tour-gallery__card,.mp-rich__video-grid>a,.mp-rich__video-media img,.mp-rich__video-play,.mp-rich__paired-media img{transform:none}.mp-rich__paired-media img{transition:none}.mp-tour-story__path-progress{stroke-dashoffset:0}.mp-tour-gallery__layout{grid-template-columns:1fr}.mp-tour-gallery__stage{display:none}.mp-tour-gallery__notes{border-top:1px solid var(--ink);border-left:1px solid var(--ink);grid-template-columns:repeat(2,minmax(0,1fr))}.mp-tour-gallery__notes>li{border-top:0;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);align-content:start;min-height:0;padding:0 1.2rem 1.4rem}.mp-tour-gallery__mobile-media{aspect-ratio:4/3;grid-column:1/-1;margin:0 -1.2rem 1.2rem;display:block;position:relative;overflow:hidden}.mp-tour-gallery__mobile-media img{object-fit:cover}[data-motion-step]{opacity:1!important;transform:none!important}}@media (prefers-reduced-motion:reduce) and (max-width:760px){.mp-tour-gallery__notes{grid-template-columns:1fr}}@media (update:slow){.mp-route-stage,.mp-route-curtain,.mp-route-curtain span{animation:none}.mp-route-curtain{display:none}}.mp-living-day{--day-progress:0;min-height:max(1160px, calc(310svh - var(--header-height)));color:#fffdf7;isolation:isolate;background:#101b17;position:relative}.mp-living-day__sticky{z-index:0;top:var(--header-height);height:calc(100svh - var(--header-height));background:#16251e;min-height:590px;position:sticky;overflow:hidden}.mp-living-day__photo-wrap,.mp-living-day__canvas,.mp-living-day__veil,.mp-living-day__grain{width:100%;height:100%;position:absolute;inset:0}.mp-living-day__photo-wrap{z-index:-4;overflow:hidden}.mp-living-day__photo{object-fit:cover;object-position:56% 54%;transform:scale(calc(1.055 - var(--day-progress) * .025));filter:saturate(.92)contrast(1.04);opacity:.48}.mp-living-day__canvas{z-index:-3;opacity:0;background:0 0;transition:opacity .9s;display:block}.mp-living-day[data-renderer=webgl] .mp-living-day__canvas{opacity:.84}.mp-living-day[data-renderer=webgl] .mp-living-day__photo{opacity:.34}.mp-living-day__veil{z-index:-2;pointer-events:none;background:linear-gradient(90deg,#060f0bd6 0%,#060f0b8c 34%,#060f0b14 62%,#060f0b7a 100%),linear-gradient(#07100c14,#07100c1f 52%,#07100cd1)}.mp-living-day__grain{z-index:-1;mix-blend-mode:soft-light;opacity:.32;pointer-events:none;background-image:radial-gradient(circle at 12% 17%,#fff4cf1f 0 1px,#0000 1.6px),radial-gradient(circle at 81% 64%,#fff4cf14 0 1px,#0000 1.6px);background-position:0 0,1.35rem 1.15rem;background-size:3.1rem 3.1rem,3.7rem 3.7rem}.mp-living-day__copy{z-index:4;top:50%;left:var(--page-gutter);width:min(46rem,52vw);transform:translateY(calc(-50% - var(--day-progress) * 1.8rem));opacity:clamp(.62, calc(1.04 - var(--day-progress) * .64), 1);position:absolute}.mp-living-day__copy .mp-section-marker{color:#fffdf7c2;margin-bottom:.85rem}.mp-living-day__kicker{color:#f4c763;font-family:var(--font-story);letter-spacing:.01em;margin:0 0 1rem;font-size:clamp(1rem,1.4vw,1.35rem);font-style:italic}.mp-living-day h1{max-width:8.4ch;font-family:var(--font-display);letter-spacing:-.065em;text-wrap:balance;text-shadow:0 .08em .45em #060f0b33;margin:0;font-size:clamp(4.2rem,8.4vw,9rem);font-weight:790;line-height:.83}.mp-locale-zh .mp-living-day h1{letter-spacing:-.035em;word-break:keep-all;max-width:7ch;font-size:clamp(3.9rem,7.6vw,7.8rem);line-height:.94}.mp-living-day__description{color:#fffdf7c7;max-width:52ch;margin:clamp(1.25rem,2.4vw,2rem) 0 0;font-size:clamp(.95rem,1.1vw,1.08rem);line-height:1.65}.mp-living-day__actions{flex-wrap:wrap;gap:.7rem;margin-top:1.5rem;display:flex}.mp-living-day__actions .mp-button{border-color:#fffdf7d9;box-shadow:0 .75rem 2.5rem #040e0929}.mp-button--ghost-inverse{color:#fffdf7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0b1a1233}.mp-button--ghost-inverse:hover{color:#17231d;background:#fffdf7f0}.mp-living-day__trail{z-index:5;top:50%;right:var(--page-gutter);border-top:1px solid #fffdf742;width:min(25rem,29vw);display:grid;position:absolute;transform:translateY(-50%)}.mp-living-day__stop{--stop-accent:#efbd5a;color:#fffdf780;min-height:clamp(4.8rem,9.4vh,6.4rem);transition:color .22s ease, background .32s var(--ease-gate), padding .32s var(--ease-gate);border-bottom:1px solid #fffdf742;grid-template-columns:2.25rem minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.8rem .7rem;display:grid}.mp-living-day__stop--guest{--stop-accent:#9dd8f5}.mp-living-day__stop--love{--stop-accent:#ffb681}.mp-living-day__stop--tour{--stop-accent:#8fddcb}.mp-living-day__stop[data-active=true],.mp-living-day__stop:hover,.mp-living-day__stop:focus-visible{background:linear-gradient(90deg, color-mix(in srgb, var(--stop-accent) 18%, transparent), transparent 76%);color:#fffdf7;padding-left:1rem;padding-right:1rem}.mp-living-day__stop:focus-visible{outline-color:var(--stop-accent)}.mp-living-day__stop-index{color:var(--stop-accent);letter-spacing:.08em;font-size:.68rem;font-weight:850}.mp-living-day__stop-copy{gap:.24rem;min-width:0;display:grid}.mp-living-day__stop-copy small{color:var(--stop-accent);letter-spacing:.1em;text-transform:uppercase;font-size:.62rem;font-weight:800}.mp-locale-zh .mp-living-day__stop-copy small{letter-spacing:0}.mp-living-day__stop-copy strong{letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(.86rem,1.12vw,1.04rem);line-height:1.14;overflow:hidden}.mp-living-day__stop-arrow{opacity:0;width:15px;transition:transform .22s var(--ease-out), opacity .18s ease;font-size:1rem;transform:translate(-.35rem)}.mp-living-day__stop[data-active=true] .mp-living-day__stop-arrow,.mp-living-day__stop:hover .mp-living-day__stop-arrow,.mp-living-day__stop:focus-visible .mp-living-day__stop-arrow{opacity:1;transform:translate(0)}.mp-living-day__pause{z-index:6;top:1.2rem;right:var(--page-gutter);color:#fffdf7d1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);letter-spacing:.04em;background:#0a161057;border:1px solid #fffdf766;align-items:center;gap:.5rem;min-height:44px;padding:.65rem .8rem;font-size:.68rem;font-weight:760;display:inline-flex;position:absolute}.mp-living-day__pause:hover{color:#17231d;background:#fffdf7eb}.mp-living-day__pause-glyph{text-align:center;min-width:15px;font-size:.72rem;line-height:1}.mp-living-day__progress{z-index:5;right:var(--page-gutter);bottom:1.15rem;left:var(--page-gutter);color:#fffdf799;letter-spacing:.1em;text-transform:uppercase;grid-template-columns:auto minmax(4rem,1fr) auto;align-items:center;gap:.85rem;font-size:.6rem;font-weight:760;display:grid;position:absolute}.mp-living-day__progress i{background:#fffdf747;height:1px;overflow:hidden}.mp-living-day__progress b{width:100%;height:100%;transform:scaleX(var(--day-progress));transform-origin:0;background:#efbd5a;display:block}.mp-living-day__progress strong{color:#fffdf7;font-variant-numeric:tabular-nums}.mp-gates{position:relative}.mp-gates:before{top:0;right:var(--page-gutter);left:var(--page-gutter);background:linear-gradient(90deg, transparent, var(--theme-accent), transparent);content:"";opacity:.7;height:1px;position:absolute}@media (max-width:1220px){.mp-living-day__copy{width:min(38rem,54vw)}.mp-living-day h1{font-size:clamp(3.8rem,7.7vw,7rem)}.mp-living-day__trail{width:min(22rem,34vw)}.mp-living-day__description{max-width:44ch}}@media (max-width:760px){.mp-living-day{min-height:max(980px, calc(265svh - var(--header-height)))}.mp-living-day__sticky{min-height:610px}.mp-living-day__photo{object-position:61% 50%}.mp-living-day__veil{background:linear-gradient(#050e0aab,#050e0a21 48%,#050e0ae0),linear-gradient(90deg,#050e0a6b,#0000 75%)}.mp-living-day__copy{width:auto;transform:translateY(calc(var(--day-progress) * -.8rem));opacity:clamp(.72, calc(1.03 - var(--day-progress) * .38), 1);top:clamp(1.25rem,4vh,2.5rem);left:1.05rem;right:1.05rem}.mp-living-day__copy .mp-section-marker{margin-bottom:.55rem;font-size:.61rem}.mp-living-day__kicker{margin-bottom:.55rem;font-size:.95rem}.mp-living-day h1,.mp-locale-zh .mp-living-day h1{letter-spacing:-.055em;max-width:9ch;font-size:clamp(3.35rem,15.5vw,5.4rem);line-height:.86}.mp-locale-zh .mp-living-day h1{overflow-wrap:anywhere;max-width:100%;font-size:clamp(2.7rem,12.8vw,4.25rem);line-height:.95}.mp-living-day__description{-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:35rem;margin-top:.85rem;font-size:.83rem;line-height:1.48;display:-webkit-box;overflow:hidden}.mp-living-day__actions{gap:.45rem;margin-top:.85rem}.mp-living-day__actions .mp-button{min-height:44px;padding:.7rem .75rem;font-size:.69rem}.mp-living-day__trail{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#08150e61;border-top-color:#fffdf752;border-left:1px solid #fffdf73d;grid-template-columns:repeat(2,minmax(0,1fr));width:auto;inset:auto 1.05rem 4.2rem;transform:none}.mp-living-day__stop{border-right:1px solid #fffdf73d;grid-template-columns:1.6rem minmax(0,1fr);gap:.45rem;min-height:4.35rem;padding:.65rem}.mp-living-day__stop:nth-child(odd){border-left:0}.mp-living-day__stop[data-active=true],.mp-living-day__stop:hover,.mp-living-day__stop:focus-visible{padding-left:.65rem;padding-right:.65rem}.mp-living-day__stop-arrow{display:none}.mp-living-day__stop-copy strong{font-size:.78rem}.mp-living-day__stop-copy small{font-size:.53rem}.mp-living-day__pause{justify-content:center;min-width:44px;min-height:44px;padding:.5rem .65rem;top:auto;bottom:1rem;right:1.05rem}.mp-living-day__pause>span:last-child{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.mp-living-day__progress{grid-template-columns:minmax(3rem,1fr) auto;bottom:1.05rem;left:1.05rem;right:4.6rem}.mp-living-day__progress>span{display:none}}@media (max-width:420px){.mp-living-day__description{-webkit-line-clamp:2}.mp-living-day__actions .mp-button{padding-inline:.62rem}.mp-living-day__actions .mp-button svg:first-child{display:none}}@media (max-height:700px) and (min-width:761px){.mp-living-day__copy{top:46%}.mp-living-day h1{font-size:clamp(3.4rem,7vw,5.8rem)}.mp-living-day__description{display:none}.mp-living-day__stop{min-height:4.2rem}}.mp-living-day[data-renderer=static],.mp-living-day[data-renderer=fallback]{min-height:760px}.mp-living-day[data-renderer=static] .mp-living-day__sticky,.mp-living-day[data-renderer=fallback] .mp-living-day__sticky{height:min(850px, calc(100svh - var(--header-height)));position:relative;top:0}.mp-living-day[data-renderer=static] .mp-living-day__photo,.mp-living-day[data-renderer=fallback] .mp-living-day__photo{opacity:.72;transform:none}@media (prefers-reduced-motion:reduce){.mp-living-day{min-height:760px}.mp-living-day__sticky{height:min(850px, calc(100svh - var(--header-height)));position:relative;top:0}.mp-living-day__photo,.mp-living-day__copy{transform:none!important}.mp-living-day__canvas{display:none}.mp-living-day__copy{opacity:1}.mp-living-day__progress b{transform:scaleX(1)}}@media (forced-colors:active){.mp-living-day__canvas,.mp-living-day__grain{display:none}.mp-living-day__veil{background:#000000d1}.mp-living-day__stop,.mp-living-day__pause,.mp-button--ghost-inverse{border:2px solid buttontext}}.mp-living-day__photo-wrap{margin:0;position:absolute;inset:0;overflow:hidden}.mp-living-day__copy,.mp-living-day__trail{inset:auto}.mp-living-day{min-height:clamp(720px, calc(100svh - var(--header-height)), 900px);background:#142117;overflow:clip}.mp-living-day__photo-wrap{z-index:0}.mp-living-day__photo{opacity:1;filter:saturate(.96)contrast(1.04);transform:none}.mp-living-day__veil{z-index:1;background:linear-gradient(90deg,#05100aeb 0%,#05100abf 35%,#05100a33 68%,#05100a94 100%),linear-gradient(#040d081a,#040d0847 62%,#040d08e0)}.mp-living-day__grain{z-index:2;opacity:.2}.mp-living-day__frame{z-index:3;min-height:clamp(720px, calc(100svh - var(--header-height)), 900px);padding:clamp(2.4rem, 5.6vw, 6rem) var(--page-gutter) clamp(2rem, 3.6vw, 3.5rem);grid-template-columns:minmax(0,1.18fr) minmax(19rem,.82fr);align-items:center;gap:clamp(2rem,7vw,10rem);display:grid;position:relative}.mp-living-day__copy{z-index:3;opacity:1;width:min(43rem,100%);position:relative;top:auto;left:auto;transform:none}.mp-living-day h1{max-width:8.8ch;font-size:clamp(4rem,8vw,8.2rem);line-height:.87}.mp-living-day__description{color:#fffdf7db;max-width:48ch;display:block}.mp-living-day__trail{z-index:4;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0b1c1147;border-color:#fffdf752;width:100%;display:grid;position:relative;top:auto;right:auto;transform:none}.mp-living-day__stop{color:#fffdf7b8;grid-template-columns:2rem minmax(0,1fr) auto;min-height:6.4rem;padding:1rem}.mp-living-day__stop-copy{gap:.34rem}.mp-living-day__stop-copy strong{text-overflow:clip;white-space:normal;font-size:clamp(1rem,1.24vw,1.18rem);overflow:visible}.mp-living-day__stop-copy em{color:#fffdf79e;max-width:40ch;font-size:.72rem;font-style:normal;line-height:1.42;display:block}.mp-living-day__stop:hover,.mp-living-day__stop:focus-visible{padding-left:1.25rem;padding-right:1.25rem}.mp-living-day__collage{z-index:2;pointer-events:none;width:clamp(11rem,19vw,21rem);height:clamp(13rem,23vw,25rem);position:absolute;top:8%;right:31%}.mp-living-day__postcard{border:1px solid #fffdf7ad;margin:0;position:absolute;overflow:hidden;box-shadow:0 1.5rem 4rem #040d0852}.mp-living-day__postcard img{object-fit:cover}.mp-living-day__postcard--1{width:68%;height:72%;bottom:0;right:0;transform:rotate(4deg)}.mp-living-day__postcard--2{width:64%;height:57%;top:0;left:0;transform:rotate(-6deg)}.mp-living-day__postcard--3{width:52%;height:47%;top:27%;right:7%;transform:rotate(1deg)}@media (max-width:1120px){.mp-living-day__frame{gap:2rem}.mp-living-day__collage{opacity:.82;right:28%}}@media (max-width:760px){.mp-living-day{min-height:0}.mp-living-day__frame{min-height:44rem;padding:6.2rem 1.05rem 1.25rem;display:block}.mp-living-day__photo{object-position:58% 50%}.mp-living-day__veil{background:linear-gradient(#05100adb,#05100a47 46%,#05100aeb 84%),linear-gradient(90deg,#05100a61,#0000 75%)}.mp-living-day__copy{width:100%}.mp-living-day h1,.mp-locale-zh .mp-living-day h1{max-width:8.8ch;font-size:clamp(3.2rem,15vw,5rem)}.mp-locale-zh .mp-living-day h1{max-width:100%;font-size:clamp(2.55rem,12.4vw,4.2rem)}.mp-living-day__description{max-width:36ch;font-size:.86rem;display:block}.mp-living-day__collage{opacity:.58;width:10.5rem;height:13rem;top:18rem;right:1.1rem}.mp-living-day__trail{background:#08180e85;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2.2rem;display:grid}.mp-living-day__stop{border-right:1px solid #fffdf733;grid-template-columns:1.4rem minmax(0,1fr);min-height:5.8rem;padding:.65rem}.mp-living-day__stop:hover,.mp-living-day__stop:focus-visible{padding-left:.65rem;padding-right:.65rem}.mp-living-day__stop-copy strong{font-size:.8rem}.mp-living-day__stop-copy em,.mp-living-day__stop-arrow{display:none}}@media (prefers-reduced-motion:reduce),(update:slow){.mp-living-day,.mp-living-day__frame{min-height:0}.mp-living-day__postcard{transform:none}}
