:root{--mg-ink:#17211f;--mg-muted:#5f6965;--mg-brand:#a9472b;--mg-brand-dark:#85341f;--mg-sand:#f7f1e8;--mg-sand-2:#efe4d5;--mg-line:#e7e1d8;--mg-white:#fff;--mg-gold:#f3c975;--mg-shadow:0 14px 40px rgba(23,33,31,.09);--mg-max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--mg-ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;text-rendering:optimizeLegibility}body,button,input,select,textarea{font-family:inherit}a{color:var(--mg-brand);text-decoration-thickness:.08em;text-underline-offset:.16em}a:hover{color:var(--mg-brand-dark)}img{max-width:100%;height:auto}.mg-wrap{width:min(calc(100% - 36px),var(--mg-max));margin-inline:auto}.mg-section{padding:64px 0}.mg-section--soft{background:var(--mg-sand)}
.site-header,.main-navigation,.site-footer .footer-widgets,.site-footer .site-info{display:none!important}
.mg-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.98);border-bottom:1px solid rgba(231,225,216,.95);box-shadow:0 7px 24px rgba(23,33,31,.04);backdrop-filter:saturate(150%) blur(10px)}.admin-bar .mg-header{top:32px}.mg-header__inner{min-height:70px;display:flex;align-items:center;gap:22px}.mg-brand{display:inline-flex;align-items:center;gap:10px;color:var(--mg-ink);text-decoration:none;flex:0 0 auto}.mg-brand:hover{color:var(--mg-ink)}.mg-brand__logo{display:block;width:auto;max-width:210px;max-height:46px;object-fit:contain}.mg-brand__mark{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:var(--mg-ink);color:#fff;font-size:12px;font-weight:900}.mg-brand__text{display:grid;line-height:1.05}.mg-brand__text strong{font-size:18px;letter-spacing:-.035em}.mg-brand__text small{margin-top:4px;color:var(--mg-muted);font-size:10px;font-weight:750}.mg-desktop-nav{margin-left:auto}.mg-menu,.mg-desktop-nav ul,.mg-mobile-menu ul{list-style:none;margin:0;padding:0}.mg-desktop-nav>.mg-menu,.mg-desktop-nav .menu{display:flex;align-items:center;gap:2px}.mg-desktop-nav li{position:relative}.mg-desktop-nav a{display:flex;min-height:42px;align-items:center;padding:0 11px;color:var(--mg-ink);font-size:14px;font-weight:800;text-decoration:none;border-radius:10px}.mg-desktop-nav a:hover,.mg-desktop-nav .current-menu-item>a,.mg-desktop-nav .current_page_item>a{color:var(--mg-brand);background:var(--mg-sand)}.mg-desktop-nav .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:220px;padding:8px;background:#fff;border:1px solid var(--mg-line);border-radius:14px;box-shadow:var(--mg-shadow)}.mg-desktop-nav li:hover>.sub-menu,.mg-desktop-nav li:focus-within>.sub-menu{display:block}.mg-header__actions{display:flex;align-items:center;gap:10px;margin-left:4px}.mg-header__wa{color:var(--mg-ink);font-size:13px;font-weight:800;text-decoration:none}.mg-mobile-menu{display:none;position:relative}.mg-mobile-menu summary{width:44px;height:44px;border:1px solid var(--mg-line);border-radius:12px;display:grid;place-content:center;gap:4px;cursor:pointer;list-style:none;background:#fff}.mg-mobile-menu summary::-webkit-details-marker{display:none}.mg-mobile-menu summary span{width:19px;height:2px;border-radius:2px;background:var(--mg-ink);display:block}.mg-mobile-menu__panel{position:absolute;right:0;top:53px;width:min(340px,calc(100vw - 28px));padding:12px;background:#fff;border:1px solid var(--mg-line);border-radius:16px;box-shadow:0 24px 60px rgba(23,33,31,.18)}.mg-mobile-menu__links li+li{border-top:1px solid var(--mg-line)}.mg-mobile-menu__links a,.mg-mobile-menu .mg-menu a{display:block;padding:12px 10px;color:var(--mg-ink);font-size:15px;font-weight:800;text-decoration:none}.mg-mobile-menu__panel .mg-btn{width:100%;margin-top:10px}
.mg-btn{display:inline-flex;justify-content:center;align-items:center;min-height:46px;padding:11px 19px;border:1px solid transparent;border-radius:999px;background:var(--mg-brand);color:#fff;font-weight:850;text-decoration:none;line-height:1;transition:transform .18s ease,background .18s ease,border-color .18s ease}.mg-btn:hover{color:#fff;background:var(--mg-brand-dark);transform:translateY(-1px)}.mg-btn--ghost{color:var(--mg-ink);background:#fff;border-color:#d9d1c6}.mg-btn--ghost:hover{color:var(--mg-brand-dark);background:#fff;border-color:#c9b8a4}.mg-btn:focus-visible,a:focus-visible,summary:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #e8b85d;outline-offset:3px}.mg-header__book{min-height:42px;padding:10px 17px;font-size:14px}
.mg-breadcrumbs{font-size:12px;color:#66716d;margin-bottom:16px}.mg-breadcrumbs a{color:#4f5d58;text-decoration:none}.mg-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--mg-brand);font-weight:850;font-size:11px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px}.mg-kicker:before{content:"";width:22px;height:2px;background:currentColor}
.mg-wte-hero{padding:32px 0 36px;background:linear-gradient(180deg,#fbf7f1,#fff);border-bottom:1px solid var(--mg-line)}.mg-wte-hero__grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(330px,.96fr);gap:34px;align-items:center}.mg-wte-hero__media{aspect-ratio:16/10;max-height:430px;border-radius:20px;overflow:hidden;background:var(--mg-sand-2);box-shadow:0 15px 38px rgba(23,33,31,.10)}.mg-wte-hero__media img{width:100%;height:100%;object-fit:cover;display:block}.mg-wte-hero__copy h1{font-size:clamp(36px,4.3vw,54px);line-height:1.02;letter-spacing:-.045em;margin:0 0 12px;color:var(--mg-ink)}.mg-wte-hero__copy>p{font-size:16px;line-height:1.55;color:var(--mg-muted);margin:0 0 14px;max-width:650px}.mg-wte-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:14px 0}.mg-wte-facts>div{padding:10px 11px;background:#fff;border:1px solid var(--mg-line);border-radius:10px}.mg-wte-facts small{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:8px;font-weight:900;color:#606c67;margin-bottom:3px}.mg-wte-facts strong{font-size:12px;line-height:1.35;color:var(--mg-ink)}.mg-wte-hero__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:14px}.mg-wte-text-action{display:inline-flex;align-items:center;min-height:44px;padding:0 8px;color:#46534e;font-size:13px;font-weight:800;text-decoration:none}.mg-wte-text-action:hover{color:var(--mg-brand-dark)}.mg-wte-mini-trust{display:flex;flex-wrap:wrap;gap:7px 14px;margin-top:13px;color:#57635e;font-size:11px;font-weight:800}.mg-wte-mini-trust span:before{content:'✓';color:var(--mg-brand);margin-right:5px}.mg-wte-no-price{font-size:12px!important;color:#626e69!important;margin-top:7px!important}
.mg-wte-content-section{padding-top:46px;padding-bottom:54px}.mg-wte-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:38px;align-items:start}.mg-wte-content{max-width:780px}.mg-wte-block{padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid var(--mg-line)}.mg-wte-block:last-child{border-bottom:0}.mg-wte-block h2{font-size:26px;line-height:1.2;letter-spacing:-.035em;margin:0 0 12px;color:var(--mg-ink)}.mg-wte-block h3{font-size:18px;margin:0 0 10px}.mg-wte-copy .entry-content{font-size:16px;line-height:1.72;color:#35423d}.mg-wte-copy .entry-content p{color:#35423d}.mg-wte-copy .entry-content h2{font-size:24px;margin-top:28px;margin-bottom:10px}.mg-wte-copy .entry-content h3{font-size:19px;margin-top:22px;margin-bottom:8px}.mg-highlight-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;list-style:none;padding:0;margin:0}.mg-highlight-list li{position:relative;padding:11px 13px 11px 36px;background:var(--mg-sand);border-radius:11px;font-weight:750;font-size:14px}.mg-highlight-list li:before{content:'✓';position:absolute;left:13px;color:var(--mg-brand);font-weight:900}.mg-include-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mg-include-grid>div{background:#fff;border:1px solid var(--mg-line);border-radius:14px;padding:17px}.mg-list-good,.mg-list-neutral{list-style:none;padding:0;margin:0;display:grid;gap:8px}.mg-list-good li,.mg-list-neutral li{position:relative;padding-left:23px;font-size:14px}.mg-list-good li:before{content:'✓';position:absolute;left:0;color:#246d3f;font-weight:900}.mg-list-neutral li:before{content:'–';position:absolute;left:0;color:#68736e;font-weight:900}.mg-faq{display:grid;gap:9px}.mg-faq details{border:1px solid var(--mg-line);border-radius:13px;background:#fff;padding:0 16px}.mg-faq summary{cursor:pointer;list-style:none;font-weight:850;padding:16px 30px 16px 0;position:relative}.mg-faq summary::-webkit-details-marker{display:none}.mg-faq summary:after{content:'+';position:absolute;right:0;top:14px;font-size:21px;color:var(--mg-brand)}.mg-faq details[open] summary:after{content:'–'}.mg-faq details p{color:#53605b;margin:0 0 16px}
.mg-wte-sidebar{position:sticky;top:82px}.mg-wte-enquiry-card{background:#fff;border:1px solid #ddd4c8;border-radius:18px;padding:18px;box-shadow:0 12px 34px rgba(23,33,31,.10)}.mg-wte-enquiry-label{display:inline-flex;padding:4px 8px;border-radius:999px;background:var(--mg-sand);color:#78321f;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.mg-wte-enquiry-card h2{font-size:22px;line-height:1.15;margin:9px 0 5px;color:var(--mg-ink)}.mg-wte-enquiry-card>p{font-size:12px;line-height:1.5;color:#59655f;margin:0 0 12px}.mg-wte-enquiry-card form{margin:0!important}.mg-wte-enquiry-card form label{display:block!important;margin:0 0 4px!important;font-size:11px!important;font-weight:850!important;color:#35413d!important;line-height:1.3!important}.mg-wte-enquiry-card form input,.mg-wte-enquiry-card form select,.mg-wte-enquiry-card form textarea{width:100%!important;font-size:13px!important;min-height:40px!important;padding:8px 10px!important;border:1px solid #d5cdc1!important;border-radius:9px!important;background:#fff!important;color:var(--mg-ink)!important;margin:0!important;box-shadow:none!important}.mg-wte-enquiry-card form textarea{min-height:78px!important;max-height:110px!important;resize:vertical!important}.mg-wte-enquiry-card form input[type=submit],.mg-wte-enquiry-card form button{min-height:42px!important;width:100%!important;margin-top:4px!important;padding:9px 14px!important;border:0!important;border-radius:999px!important;background:var(--mg-brand)!important;color:#fff!important;font-size:13px!important;font-weight:900!important;cursor:pointer}.mg-wte-enquiry-card form input[type=submit]:hover,.mg-wte-enquiry-card form button:hover{background:var(--mg-brand-dark)!important}.mg-wte-enquiry-card form .form-group,.mg-wte-enquiry-card form .row-repeater,.mg-wte-enquiry-card form .wpte-form-group,.mg-wte-enquiry-card form>p,.mg-wte-enquiry-card form>div{margin-bottom:9px!important}.mg-wte-enquiry-card .wp-travel-engine-enquiry-form,.mg-wte-enquiry-card .wpte-trip-enquiry-form,.mg-wte-enquiry-card .enquiry-form{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.mg-wte-direct-contact{margin-top:12px;padding-top:12px;border-top:1px solid var(--mg-line);display:grid;gap:8px}.mg-wte-direct-contact>span{font-size:11px;color:#626e69;font-weight:750}.mg-wte-direct-contact>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mg-wte-direct-contact a{display:flex;align-items:center;justify-content:center;min-height:38px;border:1px solid #d9d1c6;border-radius:10px;color:var(--mg-ink);font-size:12px;font-weight:850;text-decoration:none;background:#fff}.mg-wte-direct-contact a:hover{border-color:#c8b7a3;background:var(--mg-sand)}
.mg-section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:24px}.mg-section-head h2{margin:0;font-size:clamp(28px,4vw,40px);line-height:1.08;letter-spacing:-.035em}.mg-section-head p{max-width:620px;margin:8px 0 0;color:var(--mg-muted)}.mg-link-arrow{font-weight:850;text-decoration:none;white-space:nowrap}.mg-wte-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.mg-wte-card{background:#fff;border:1px solid var(--mg-line);border-radius:17px;overflow:hidden;box-shadow:0 9px 25px rgba(23,33,31,.07);transition:transform .18s ease,box-shadow .18s ease}.mg-wte-card:hover{transform:translateY(-2px);box-shadow:var(--mg-shadow)}.mg-wte-card__media{display:block;position:relative;aspect-ratio:4/3;overflow:hidden;background:linear-gradient(135deg,#eadfce,#8f6348)}.mg-wte-card__media img{width:100%;height:100%;object-fit:cover;display:block}.mg-wte-card__media span{position:absolute;top:11px;left:11px;background:rgba(255,255,255,.95);color:var(--mg-ink);border-radius:999px;padding:5px 9px;font-size:10px;font-weight:900}.mg-wte-card__body{padding:15px}.mg-wte-card__location{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.09em;color:var(--mg-brand);margin-bottom:5px}.mg-wte-card h3{font-size:18px;line-height:1.25;margin:0 0 7px}.mg-wte-card h3 a{color:var(--mg-ink);text-decoration:none}.mg-wte-card p{font-size:13px;line-height:1.5;color:var(--mg-muted);margin:0 0 11px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.mg-wte-card__foot{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid var(--mg-line);padding-top:11px;font-size:12px}.mg-wte-card__foot span{color:var(--mg-muted);font-weight:700}.mg-wte-card__foot a{font-weight:850;text-decoration:none;white-space:nowrap}
.mg-footer{background:#0f1211;color:rgba(255,255,255,.86);padding:0 0 26px;border-top:1px solid rgba(255,255,255,.08)}.mg-footer a{color:rgba(255,255,255,.90);text-decoration:none}.mg-footer a:hover{color:#fff}.mg-footer__cta{min-height:154px;display:flex;align-items:center;justify-content:space-between;gap:36px;border-bottom:1px solid rgba(255,255,255,.10)}.mg-footer__kicker{display:block;color:#f3c975;font-size:10px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;margin-bottom:8px}.mg-footer__cta h2{color:#fff;font-size:clamp(29px,4vw,40px);line-height:1.04;letter-spacing:-.04em;margin:0 0 9px}.mg-footer__cta p{max-width:650px;margin:0;color:rgba(255,255,255,.82)}.mg-footer__cta-actions{display:flex;flex-wrap:wrap;gap:10px}.mg-btn--footer-ghost{background:transparent;border-color:rgba(255,255,255,.32);color:#fff}.mg-footer__grid{display:grid;grid-template-columns:minmax(250px,.85fr) minmax(160px,.45fr) minmax(420px,1.35fr);gap:50px;padding:48px 0 42px}.mg-footer__logo{display:inline-block;color:#fff!important;font-size:26px;font-weight:900;letter-spacing:-.045em;margin-bottom:17px}.mg-footer__logo span{color:#f3c975}.mg-footer__brand p{max-width:380px;margin:0;line-height:1.7}.mg-footer__social{display:flex;gap:9px;margin-top:20px}.mg-footer__social a{width:36px;height:36px;border:1px solid rgba(255,255,255,.2);border-radius:10px;display:grid;place-items:center;font-weight:900}.mg-footer h3{color:#f3c975;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;margin:3px 0 17px}.mg-footer__links ul{list-style:none;margin:0;padding:0}.mg-footer__links li{border-bottom:1px solid rgba(255,255,255,.10)}.mg-footer__links li:first-child{border-top:1px solid rgba(255,255,255,.10)}.mg-footer__links a{display:block;padding:10px 2px;font-size:14px}.mg-footer__contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mg-contact-card{min-height:90px;display:flex;flex-direction:column;justify-content:center;padding:15px 16px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.025);overflow-wrap:anywhere}.mg-contact-card span{color:rgba(255,255,255,.72);font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:7px}.mg-contact-card strong{color:#fff;font-size:13px;line-height:1.45}.mg-footer__bottom{min-height:58px;padding-top:18px;display:flex;justify-content:space-between;align-items:center;gap:18px;border-top:1px solid rgba(255,255,255,.11);font-size:12px;color:rgba(255,255,255,.76)}.mg-footer__bottom p{margin:0}.mg-footer__bottom div{display:flex;gap:16px}
.mg-mobile-bar{display:none;position:fixed;z-index:1100;left:10px;right:10px;bottom:10px;padding:7px;gap:7px;background:rgba(255,255,255,.98);border:1px solid var(--mg-line);border-radius:999px;box-shadow:0 12px 38px rgba(0,0,0,.18);backdrop-filter:blur(10px)}.mg-mobile-bar a{flex:1;min-height:43px;font-size:12px;padding-inline:10px}
@media(max-width:1080px){.mg-header__inner{gap:16px}.mg-brand__text small{display:none}.mg-desktop-nav a{padding-inline:8px;font-size:13px}.mg-header__wa{display:none}.mg-footer__grid{grid-template-columns:1fr 1fr}.mg-footer__contact{grid-column:1/-1}}
@media(max-width:980px){.mg-wte-hero__grid,.mg-wte-layout{grid-template-columns:1fr;gap:22px}.mg-wte-hero__media{max-height:440px}.mg-wte-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.mg-wte-sidebar{position:static}.mg-wte-enquiry-card{max-width:620px}.mg-wte-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){body{padding-bottom:72px}.mg-header__inner{min-height:64px}.mg-desktop-nav,.mg-header__wa{display:none}.mg-header__actions{margin-left:auto}.mg-mobile-menu{display:block}.mg-header__book{display:none}.mg-brand__text strong{font-size:16px}.mg-footer__cta{align-items:flex-start;flex-direction:column;padding:42px 0;min-height:0}.mg-footer__cta-actions{width:100%}.mg-footer__cta-actions .mg-btn{flex:1}.mg-footer__grid{grid-template-columns:1fr;gap:32px;padding:38px 0}.mg-footer__contact{grid-column:auto}.mg-footer__bottom{align-items:flex-start;flex-direction:column}.mg-mobile-bar{display:flex}}
@media(max-width:640px){.admin-bar .mg-header{top:46px}.mg-wrap{width:min(calc(100% - 28px),var(--mg-max))}.mg-section{padding:48px 0}.mg-wte-hero{padding:22px 0 28px}.mg-wte-hero__media{aspect-ratio:16/11;border-radius:15px}.mg-wte-hero__copy h1{font-size:34px}.mg-wte-hero__copy>p{font-size:15px}.mg-wte-facts{gap:7px}.mg-wte-facts>div{padding:9px}.mg-wte-hero__actions .mg-btn{flex:1 1 145px}.mg-wte-text-action{display:none}.mg-wte-content-section{padding-top:32px;padding-bottom:40px}.mg-wte-block{padding-bottom:19px;margin-bottom:19px}.mg-wte-block h2{font-size:23px}.mg-highlight-list,.mg-include-grid{grid-template-columns:1fr}.mg-wte-enquiry-card{padding:15px;border-radius:15px}.mg-wte-card-grid{grid-template-columns:1fr;gap:15px}.mg-wte-card__media{aspect-ratio:16/10}.mg-section-head{display:block}.mg-section-head .mg-link-arrow{display:inline-block;margin-top:12px}.mg-footer__contact-grid{grid-template-columns:1fr}.mg-footer__cta-actions{flex-direction:column}.mg-footer__cta-actions .mg-btn{width:100%}.mg-footer__bottom div{flex-wrap:wrap}.mg-wte-direct-contact>div{grid-template-columns:1fr 1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}

/* v3.3 contact-first header and enquiry */
.mg-header__wa{display:inline-flex;align-items:center;gap:9px;padding:7px 11px;border:1px solid #ccebd7;border-radius:999px;background:#f2fbf5;color:#173d27!important;text-decoration:none!important;line-height:1}.mg-header__wa:hover{background:#e8f8ed;border-color:#a8ddb9}.mg-header__wa-icon{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#1fbd63;color:#fff;flex:0 0 auto}.mg-header__wa-icon svg{width:14px;height:14px;fill:currentColor}.mg-header__wa-copy{display:grid;gap:2px;white-space:nowrap}.mg-header__wa-copy small{font-size:8px;letter-spacing:.08em;text-transform:uppercase;color:#4e6858;font-weight:900}.mg-header__wa-copy strong{font-size:11px;color:#173d27}.mg-mobile-wa{display:flex!important;align-items:center;gap:10px;margin:8px 0 2px;padding:11px 12px!important;border-radius:12px;background:#1fbd63!important;color:#fff!important}.mg-mobile-wa span{width:24px;height:24px;display:grid;place-items:center}.mg-mobile-wa svg{width:20px;height:20px;fill:currentColor}.mg-mobile-wa strong{font-size:13px}.mg-mobile-wa-btn{background:#1fbd63!important;color:#fff!important;border-color:#1fbd63!important;gap:7px}.mg-mobile-wa-btn svg{width:18px;height:18px;fill:currentColor}.mg-btn--whatsapp{background:#1fbd63!important;color:#fff!important;border-color:#1fbd63!important;gap:7px}.mg-btn--whatsapp:hover{background:#169f51!important;color:#fff!important}.mg-btn--whatsapp svg{width:17px;height:17px;fill:currentColor}.mg-wte-enquiry-card{padding:18px}.mg-wte-enquiry-card h2{font-size:24px;margin-bottom:5px}.mg-wte-whatsapp-primary{display:flex;align-items:center;gap:12px;padding:11px 13px;margin:12px 0 0;border-radius:13px;background:#1fbd63;color:#fff!important;text-decoration:none!important;box-shadow:0 9px 24px rgba(31,189,99,.2)}.mg-wte-whatsapp-primary:hover{background:#169f51;color:#fff!important}.mg-wte-whatsapp-primary__icon{width:37px;height:37px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.18);flex:0 0 auto}.mg-wte-whatsapp-primary__icon svg{width:22px;height:22px;fill:currentColor}.mg-wte-whatsapp-primary>span:last-child{display:grid;gap:2px}.mg-wte-whatsapp-primary small{font-size:10px;color:rgba(255,255,255,.88);font-weight:800}.mg-wte-whatsapp-primary strong{font-size:15px;letter-spacing:.01em}.mg-wte-enquiry-divider{display:flex;align-items:center;gap:9px;margin:14px 0 10px;color:#69756f;font-size:10px;font-weight:800}.mg-wte-enquiry-divider:before,.mg-wte-enquiry-divider:after{content:'';height:1px;background:#e5ded4;flex:1}.mg-wte-call-link{display:flex;justify-content:center;align-items:center;min-height:38px;margin-top:7px;border:1px solid #d7d0c6;border-radius:10px;color:var(--mg-ink);font-size:11px;font-weight:850;text-decoration:none}.mg-wte-call-link:hover{background:var(--mg-sand);color:var(--mg-brand-dark)}.mg-wte-enquiry-note{font-size:10px!important;line-height:1.45!important;color:#69756f!important;margin:9px 0 0!important;text-align:center}.mg-wte-direct-contact{display:none!important}
@media(max-width:1180px){.mg-header__wa-copy small{display:none}.mg-header__wa{padding-inline:9px}.mg-header__wa-copy strong{font-size:10px}.mg-desktop-nav a{padding-inline:8px}}
@media(max-width:1040px){.mg-header__wa-copy{display:none}.mg-header__wa{width:42px;height:42px;padding:0;justify-content:center}.mg-header__wa-icon{width:28px;height:28px}.mg-header__book{padding-inline:14px}}
@media(max-width:820px){.mg-header__wa{display:inline-flex!important;width:40px;height:40px}.mg-header__book{display:none}.mg-wte-whatsapp-primary strong{font-size:14px}}


/* v3.5 premium booking interface */
body.single-trip{background:#f8f6f2}
.mg-wte-hero{padding:28px 0 42px;background:radial-gradient(circle at 88% 4%,rgba(227,187,122,.16),transparent 28%),linear-gradient(180deg,#fbfaf7 0%,#f6f2eb 100%);border-bottom:0}
.mg-breadcrumbs{margin:0 0 14px;padding-left:4px;font-size:12px;color:#66706c}
.mg-wte-hero-card{background:#fff;border:1px solid #e8e0d5;border-radius:28px;box-shadow:0 24px 70px rgba(35,42,39,.10);overflow:hidden}
.mg-wte-hero__grid{grid-template-columns:minmax(0,1.04fr) minmax(370px,.96fr);gap:0;align-items:stretch}
.mg-wte-hero__media{position:relative;aspect-ratio:auto;min-height:500px;max-height:none;border-radius:0;box-shadow:none;background:#dcd0c0}
.mg-wte-hero__media img{height:100%;object-fit:cover}
.mg-wte-hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(12,20,18,.42) 100%);pointer-events:none}
.mg-wte-media-badge{position:absolute;z-index:2;left:22px;bottom:22px;display:grid;gap:2px;padding:10px 13px;border:1px solid rgba(255,255,255,.32);border-radius:13px;background:rgba(18,25,23,.68);backdrop-filter:blur(8px);color:#fff}
.mg-wte-media-badge span{font-size:9px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:#f3c975}
.mg-wte-media-badge strong{font-size:13px;line-height:1.2}
.mg-wte-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:38px 38px 34px;background:#fff}
.mg-wte-hero__copy .mg-kicker{margin-bottom:12px}
.mg-wte-hero__copy h1{font-size:clamp(42px,4.5vw,62px);line-height:.98;letter-spacing:-.052em;margin-bottom:16px}
.mg-wte-hero__copy>p{font-size:17px;line-height:1.6;color:#5b6762;margin-bottom:20px}
.mg-wte-facts{grid-template-columns:1fr 1fr;gap:9px;margin:0 0 18px}
.mg-wte-fact{display:flex!important;align-items:flex-start;gap:10px;min-height:74px;padding:12px!important;border:1px solid #ece4da!important;background:#fbfaf7!important;border-radius:14px!important}
.mg-wte-fact__icon{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;flex:0 0 32px;background:#f3eadf;color:#9c4128;font-size:14px;font-weight:900}
.mg-wte-fact>span:last-child{display:grid;min-width:0}
.mg-wte-facts small{font-size:9px;letter-spacing:.11em;color:#6b7570;margin-bottom:4px}
.mg-wte-facts strong{font-size:13px;line-height:1.35}
.mg-wte-hero__actions{gap:9px;margin-top:0}
.mg-btn--primary-large{min-height:50px;padding-inline:22px;box-shadow:0 10px 24px rgba(169,71,43,.18)}
.mg-btn--whatsapp{min-height:50px!important;padding-inline:18px!important;box-shadow:0 10px 24px rgba(31,189,99,.15)}
.mg-btn--call{min-height:50px;background:#fff!important;color:#24302c!important;border-color:#d8d0c5!important;padding-inline:17px!important}
.mg-btn--call:hover{background:#f7f2eb!important;color:#8a361f!important;border-color:#c9b8a4!important}
.mg-wte-confidence{display:flex;flex-wrap:wrap;gap:7px 14px;margin-top:16px;padding-top:15px;border-top:1px solid #eee7dd;color:#596660;font-size:11px;font-weight:800}
.mg-wte-confidence span{white-space:nowrap}
.mg-wte-no-price{margin:8px 0 0!important;font-size:12px!important;color:#6b7570!important}
.mg-wte-content-section{padding:46px 0 60px;background:#f8f6f2}
.mg-wte-layout{grid-template-columns:minmax(0,1fr) 350px;gap:28px}
.mg-wte-content{max-width:none}
.mg-wte-block{background:#fff;border:1px solid #ebe3d9;border-radius:20px;padding:25px 26px;margin:0 0 16px;box-shadow:0 10px 26px rgba(26,35,32,.045)}
.mg-wte-block:last-child{border-bottom:1px solid #ebe3d9}
.mg-wte-block h2{font-size:26px;margin-bottom:14px}
.mg-wte-copy .entry-content{font-size:16px;line-height:1.78}
.mg-highlight-list{gap:9px}
.mg-highlight-list li{background:#fbf7f1;border:1px solid #eee3d5;border-radius:13px;padding:12px 14px 12px 38px}
.mg-include-grid>div{background:#fbfaf7;border-color:#ece3d8}
.mg-wte-sidebar{top:92px}
.mg-wte-enquiry-card{border-radius:22px;border:1px solid #dfd6cb;box-shadow:0 22px 55px rgba(27,35,32,.11);padding:20px;background:#fff}
.mg-wte-enquiry-label{background:#f4eadf;color:#893820;padding:5px 9px}
.mg-wte-enquiry-card h2{font-size:26px;letter-spacing:-.035em;margin:9px 0 4px}
.mg-wte-enquiry-card>p{font-size:13px;line-height:1.55}
.mg-wte-whatsapp-primary{border-radius:15px;padding:12px 13px;box-shadow:0 12px 28px rgba(31,189,99,.18)}
.mg-wte-enquiry-divider{margin:16px 0 12px}
.mg-wte-enquiry-card form input,.mg-wte-enquiry-card form select,.mg-wte-enquiry-card form textarea{border-radius:11px!important;background:#fcfbf9!important;border-color:#dcd4ca!important;min-height:43px!important}
.mg-wte-enquiry-card form textarea{min-height:90px!important}
.mg-wte-enquiry-card form input[type=submit],.mg-wte-enquiry-card form button[type=submit],.mg-wte-enquiry-card form .submit{min-height:46px!important;border-radius:999px!important;font-weight:900!important;box-shadow:0 10px 20px rgba(169,71,43,.15)}
.mg-wte-call-link{min-height:42px;border-radius:999px;font-size:12px}
.mg-section--soft{background:#f3eee7}
.mg-wte-card{border-radius:20px;box-shadow:0 12px 30px rgba(23,33,31,.07)}
.mg-wte-card__media{aspect-ratio:16/11}
.mg-wte-card__body{padding:16px 17px}
.mg-wte-card h3{font-size:18px}
.mg-mobile-bar{border-radius:18px;bottom:10px;padding:7px;background:rgba(255,255,255,.96);box-shadow:0 18px 46px rgba(0,0,0,.20)}
@media(max-width:980px){.mg-wte-hero-card{border-radius:22px}.mg-wte-hero__grid{grid-template-columns:1fr}.mg-wte-hero__media{min-height:400px}.mg-wte-hero__copy{padding:30px}.mg-wte-layout{grid-template-columns:1fr}.mg-wte-sidebar{position:static}.mg-wte-enquiry-card{max-width:none}}
@media(max-width:640px){.mg-wte-hero{padding:16px 0 28px}.mg-breadcrumbs{margin-bottom:10px}.mg-wte-hero-card{border-radius:18px}.mg-wte-hero__media{min-height:0;aspect-ratio:16/11}.mg-wte-media-badge{left:14px;bottom:14px;padding:8px 10px}.mg-wte-hero__copy{padding:22px 18px 20px}.mg-wte-hero__copy h1{font-size:36px;line-height:1.02}.mg-wte-hero__copy>p{font-size:15px}.mg-wte-facts{grid-template-columns:1fr 1fr;gap:7px}.mg-wte-fact{min-height:68px;padding:10px!important}.mg-wte-fact__icon{width:28px;height:28px;flex-basis:28px}.mg-wte-hero__actions{display:grid;grid-template-columns:1fr 1fr}.mg-wte-hero__actions .mg-btn:first-child{grid-column:1/-1}.mg-btn--call{display:flex!important}.mg-wte-confidence{gap:6px 10px}.mg-wte-content-section{padding:28px 0 40px}.mg-wte-block{padding:19px 17px;border-radius:16px}.mg-wte-block h2{font-size:24px}.mg-wte-enquiry-card{padding:17px;border-radius:18px}.mg-wte-card__media{aspect-ratio:16/10}}


/* v3.6 mobile action polish + iOS date input */
.mg-wte-enquiry-card input[type="date"]{display:block!important;width:100%!important;height:46px!important;min-height:46px!important;max-height:46px!important;box-sizing:border-box!important;padding:0 13px!important;line-height:46px!important;font-size:16px!important;color:var(--mg-ink)!important;background:#fff!important;border:1px solid #d9d1c7!important;border-radius:12px!important;overflow:hidden!important;-webkit-appearance:none!important;appearance:none!important}
.mg-wte-enquiry-card input[type="date"]::-webkit-date-and-time-value{min-height:0!important;padding:0!important;margin:0!important;text-align:left!important;line-height:1.2!important}
.mg-wte-enquiry-card input[type="date"]::-webkit-calendar-picker-indicator{opacity:.72;width:18px;height:18px;padding:0;margin:0 0 0 8px}
.mg-mobile-menu__actions{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(106px,.75fr);gap:9px;margin-top:10px}.mg-mobile-menu__actions .mg-mobile-wa,.mg-mobile-menu__actions .mg-mobile-menu__book{min-height:48px;margin:0!important;border-radius:13px!important;box-shadow:none!important}.mg-mobile-menu__actions .mg-mobile-wa{padding:8px 10px!important;gap:8px}.mg-mobile-menu__actions .mg-mobile-wa span:first-child{width:28px;height:28px;flex:0 0 28px}.mg-mobile-menu__actions .mg-mobile-wa-copy{display:grid;min-width:0;gap:1px;line-height:1.08}.mg-mobile-menu__actions .mg-mobile-wa-copy strong{font-size:12px;color:#fff;white-space:nowrap}.mg-mobile-menu__actions .mg-mobile-wa-copy small{display:block;font-size:9px;font-weight:750;color:rgba(255,255,255,.86);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mg-mobile-menu__actions .mg-mobile-menu__book{display:flex;align-items:center;justify-content:center;padding:0 12px!important;font-size:12px!important;white-space:nowrap}
.mg-mobile-bar{left:14px!important;right:14px!important;bottom:12px!important;padding:6px!important;gap:6px!important;border-radius:18px!important;background:rgba(255,255,255,.97)!important;border:1px solid rgba(218,210,200,.95)!important;box-shadow:0 12px 34px rgba(16,24,21,.18)!important}.mg-mobile-bar a{min-height:44px!important;border-radius:13px!important;font-size:13px!important;padding:0 12px!important;box-shadow:none!important}.mg-mobile-bar .mg-mobile-wa-btn svg{width:16px;height:16px}
@media(max-width:420px){.mg-mobile-menu__panel{width:min(330px,calc(100vw - 24px));padding:10px}.mg-mobile-menu__links a,.mg-mobile-menu .mg-menu a{padding:11px 10px;font-size:15px}.mg-mobile-menu__actions{grid-template-columns:1fr 108px}.mg-mobile-bar{left:10px!important;right:10px!important;bottom:10px!important}}

/* v4.0 unified 2026 UI for WP Travel Engine trip pages */
:root{--mg-ink:#10231e;--mg-muted:#617069;--mg-brand:#b64a2b;--mg-brand-dark:#90351f;--mg-sand:#f5efe6;--mg-line:#e8dfd3;--mg-shadow:0 20px 55px rgba(18,34,29,.08)}
body.single-trip{background:#f8f5ef;color:var(--mg-ink)}.mg-header{background:rgba(255,255,255,.94);border-bottom-color:rgba(228,220,209,.86);box-shadow:0 8px 30px rgba(16,35,30,.045);backdrop-filter:blur(14px) saturate(150%)}.mg-header__inner{min-height:72px}.mg-brand__logo{max-height:48px}.mg-btn,.mg-header__book{border-radius:13px}.mg-desktop-nav a{border-radius:12px}
.mg-wte-hero{padding:24px 0 36px;background:linear-gradient(180deg,#fbf8f3,#fff);}.mg-wte-hero-card{border-radius:24px;border-color:#e8dfd3;box-shadow:0 20px 55px rgba(18,34,29,.08)}.mg-wte-hero__media{min-height:470px}.mg-wte-hero__copy{padding:34px}.mg-wte-hero__copy h1{font-size:clamp(38px,4.2vw,55px);line-height:1;letter-spacing:-.052em}.mg-wte-hero__copy>p{font-size:16px}.mg-wte-fact{border-radius:13px!important;background:#fbf8f3!important}.mg-wte-fact__icon{border-radius:10px}.mg-btn--primary-large,.mg-btn--whatsapp,.mg-btn--call{border-radius:13px!important}.mg-wte-content-section{background:#f8f5ef}.mg-wte-block{border-radius:18px;border-color:#e8dfd3;box-shadow:0 12px 32px rgba(18,34,29,.045)}.mg-wte-enquiry-card{border-radius:20px;border-color:#ddd3c7;box-shadow:0 22px 54px rgba(18,34,29,.10)}.mg-wte-whatsapp-primary{border-radius:14px}.mg-wte-enquiry-card form input,.mg-wte-enquiry-card form select,.mg-wte-enquiry-card form textarea{border-radius:11px!important;background:#fff!important;border-color:#dcd4ca!important}.mg-wte-card{border-radius:18px;border-color:#e8dfd3}.mg-footer{background:#0e1d18}
@media(max-width:640px){.mg-header__inner{min-height:66px}.mg-wte-hero{padding:15px 0 26px}.mg-wte-hero-card{border-radius:18px}.mg-wte-hero__copy{padding:21px 18px}.mg-wte-hero__copy h1{font-size:34px}.mg-wte-hero__media{aspect-ratio:16/11;min-height:0}.mg-wte-block{border-radius:16px}.mg-wte-enquiry-card{border-radius:18px}}

/* v4.0 title-first travel product layout */
.mg-wte-v4-hero{padding:26px 0 32px;background:linear-gradient(180deg,#fbf8f3,#fff);border-bottom:1px solid #eee6dc}.mg-wte-v4-hero .mg-breadcrumbs{display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin:0 0 26px}.mg-wte-v4-head{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:42px;align-items:end;margin-bottom:22px}.mg-wte-v4-head>div:first-child{max-width:840px}.mg-wte-v4-head h1{margin:0 0 14px;font-size:clamp(42px,5.2vw,66px);line-height:.99;letter-spacing:-.055em;color:var(--mg-ink)}.mg-wte-v4-head p{max-width:760px;margin:0;color:#5e6b65;font-size:17px;line-height:1.62}.mg-wte-v4-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}.mg-wte-v4-chips span{padding:6px 10px;border:1px solid #e7ded3;border-radius:999px;background:#fff;color:#45524d;font-size:10px;font-weight:850}.mg-wte-v4-chips span:before{content:'✓';margin-right:6px;color:#168a50}.mg-wte-v4-head__actions{display:grid;gap:9px}.mg-wte-v4-contact{display:flex;align-items:center;gap:10px;min-height:56px;padding:10px 12px;border:1px solid #e3dbd0;border-radius:15px;background:#fff;color:var(--mg-ink)!important;text-decoration:none!important;box-shadow:0 10px 28px rgba(18,34,29,.045)}.mg-wte-v4-contact svg{width:20px;height:20px;fill:currentColor}.mg-wte-v4-contact>span{display:grid}.mg-wte-v4-contact small{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#75807a;font-weight:900}.mg-wte-v4-contact strong{font-size:13px}.mg-wte-v4-contact b{margin-left:auto}.mg-wte-v4-contact--wa{border-color:#cde8d7;background:#f3fbf6;color:#176d42!important}.mg-wte-v4-media{position:relative;height:500px;overflow:hidden;border-radius:24px;background:#e6ddd1;box-shadow:0 20px 55px rgba(18,34,29,.09)}.mg-wte-v4-media img{width:100%;height:100%;object-fit:cover;display:block}.mg-wte-v4-summary{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;margin:-25px 24px 0;padding:16px 18px;border:1px solid #e4dbd0;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 18px 42px rgba(18,34,29,.10);backdrop-filter:blur(12px)}.mg-wte-v4-facts{display:flex;flex-wrap:wrap;gap:8px 18px}.mg-wte-v4-fact{display:flex;align-items:center;gap:8px;min-width:135px}.mg-wte-v4-fact>span{width:31px;height:31px;display:grid;place-items:center;flex:0 0 31px;border-radius:10px;background:#f4ece2;color:#9d4026;font-weight:900}.mg-wte-v4-fact div{display:grid}.mg-wte-v4-fact small,.mg-wte-v4-summary__cta small{font-size:8px;text-transform:uppercase;letter-spacing:.09em;color:#75807a;font-weight:900}.mg-wte-v4-fact strong{font-size:12px;line-height:1.3}.mg-wte-v4-summary__cta{display:flex;align-items:center;gap:12px;padding-left:17px;border-left:1px solid #e7ded3}.mg-wte-v4-summary__cta>div{display:grid;min-width:130px}.mg-wte-v4-summary__cta strong{font-size:13px}.mg-wte-v4-summary__cta .mg-btn{min-height:45px;padding-inline:16px}
@media(max-width:980px){.mg-wte-v4-head{grid-template-columns:1fr;gap:16px}.mg-wte-v4-head__actions{grid-template-columns:1fr 1fr}.mg-wte-v4-media{height:430px}.mg-wte-v4-summary{grid-template-columns:1fr;margin-inline:16px}.mg-wte-v4-summary__cta{padding-left:0;padding-top:13px;border-left:0;border-top:1px solid #e7ded3;justify-content:space-between}}
@media(max-width:640px){.mg-wte-v4-hero{padding:15px 0 24px}.mg-wte-v4-hero .mg-breadcrumbs{display:block;margin-bottom:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mg-wte-v4-head{margin-bottom:16px}.mg-wte-v4-head h1{font-size:36px}.mg-wte-v4-head p{font-size:15px}.mg-wte-v4-head__actions{grid-template-columns:1fr}.mg-wte-v4-head__actions .mg-wte-v4-contact:not(.mg-wte-v4-contact--wa){display:none}.mg-wte-v4-media{height:auto;aspect-ratio:16/11;border-radius:17px}.mg-wte-v4-summary{margin:10px 0 0;padding:14px;border-radius:16px;box-shadow:none}.mg-wte-v4-facts{display:grid;grid-template-columns:1fr 1fr;gap:9px}.mg-wte-v4-fact{min-width:0}.mg-wte-v4-summary__cta{display:grid;grid-template-columns:1fr auto;gap:9px}.mg-wte-v4-summary__cta .mg-btn{font-size:12px}}
@media(max-width:390px){.mg-wte-v4-head h1{font-size:33px}.mg-wte-v4-facts{grid-template-columns:1fr}.mg-wte-v4-summary__cta{grid-template-columns:1fr}.mg-wte-v4-summary__cta .mg-btn{width:100%}}


/* v4.1 multi-photo Trip Gallery */
.mg-wte-v4-media--gallery{height:auto;min-height:0;overflow:visible;background:transparent;box-shadow:none;border-radius:0;position:relative}.mg-wte-gallery{display:grid;gap:10px;height:500px}.mg-wte-gallery__item{margin:0;overflow:hidden;border-radius:18px;background:#e8ded1;position:relative}.mg-wte-gallery__img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.mg-wte-gallery__item:hover .mg-wte-gallery__img{transform:scale(1.018)}.mg-wte-gallery--count-1{grid-template-columns:1fr}.mg-wte-gallery--count-1 .mg-wte-gallery__item--1{grid-column:1;grid-row:1}.mg-wte-gallery--count-2{grid-template-columns:1fr 1fr}.mg-wte-gallery--count-3{grid-template-columns:1.45fr 1fr;grid-template-rows:1fr 1fr}.mg-wte-gallery--count-3 .mg-wte-gallery__item--1{grid-row:1/3}.mg-wte-gallery--count-4{grid-template-columns:1.45fr 1fr 1fr;grid-template-rows:1fr 1fr}.mg-wte-gallery--count-4 .mg-wte-gallery__item--1{grid-row:1/3}.mg-wte-gallery--count-4 .mg-wte-gallery__item--4{grid-column:2/4}.mg-wte-gallery--count-5{grid-template-columns:1.45fr 1fr 1fr;grid-template-rows:1fr 1fr}.mg-wte-gallery--count-5 .mg-wte-gallery__item--1{grid-row:1/3}.mg-wte-media-badge{z-index:4}.mg-wte-v4-media--gallery .mg-wte-media-badge{left:16px;bottom:16px}
@media(max-width:980px){.mg-wte-gallery{height:420px}.mg-wte-gallery--count-4,.mg-wte-gallery--count-5{grid-template-columns:1.35fr 1fr;grid-template-rows:1fr 1fr}.mg-wte-gallery--count-4 .mg-wte-gallery__item--1,.mg-wte-gallery--count-5 .mg-wte-gallery__item--1{grid-row:1/3}.mg-wte-gallery--count-4 .mg-wte-gallery__item--4,.mg-wte-gallery--count-5 .mg-wte-gallery__item--4{grid-column:auto}.mg-wte-gallery--count-5 .mg-wte-gallery__item--4,.mg-wte-gallery--count-5 .mg-wte-gallery__item--5{display:none}}
@media(max-width:640px){.mg-wte-v4-media--gallery{margin-inline:-18px;padding-inline:18px;overflow:hidden}.mg-wte-gallery{display:flex;height:auto;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:2px}.mg-wte-gallery::-webkit-scrollbar{display:none}.mg-wte-gallery__item{flex:0 0 84vw;aspect-ratio:4/3;border-radius:16px;scroll-snap-align:start}.mg-wte-gallery--count-1 .mg-wte-gallery__item{flex-basis:100%}.mg-wte-gallery--count-5 .mg-wte-gallery__item--4,.mg-wte-gallery--count-5 .mg-wte-gallery__item--5{display:block}.mg-wte-v4-media--gallery .mg-wte-media-badge{left:32px;bottom:14px}}


/* =========================================================
   v4.2 — Calm premium trip UI, mobile-first, no fixed CTAs
   ========================================================= */
body.single-trip{padding-bottom:0!important;background:#fbfaf7;color:#14231e;-webkit-font-smoothing:antialiased}
.single-trip .mg-mobile-bar{display:none!important}
.mg-wte-single--v42{background:#fbfaf7}
.mg-trip-hero{padding:22px 0 0;background:linear-gradient(180deg,#fff 0,#fbfaf7 100%);border-bottom:1px solid #ece5db}
.mg-trip-breadcrumbs{margin:0 0 26px;color:#758079;font-size:12px;display:flex;gap:7px;align-items:center;overflow:hidden;white-space:nowrap}.mg-trip-breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis}.mg-trip-breadcrumbs a{color:#65716b;text-decoration:none}.mg-trip-breadcrumbs a:hover{color:#a9472b}
.mg-trip-intro{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:42px;align-items:end;margin-bottom:28px}.mg-trip-intro__copy{max-width:820px}.mg-trip-intro__copy .mg-kicker{margin-bottom:11px;color:#a9472b}.mg-trip-intro h1{margin:0 0 14px;color:#14231e;font-size:clamp(42px,5.4vw,70px);line-height:.98;letter-spacing:-.055em;font-weight:750;text-wrap:balance}.mg-trip-intro p{margin:0;max-width:760px;color:#5f6d66;font-size:18px;line-height:1.62}
.mg-trip-intro__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;min-width:390px}.mg-trip-primary-cta,.mg-trip-wa-cta{min-height:58px;border-radius:15px;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 16px;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.mg-trip-primary-cta{background:#b64a2c;color:#fff;box-shadow:0 10px 24px rgba(182,74,44,.16);flex-direction:column;gap:1px}.mg-trip-primary-cta span{font-size:14px;font-weight:850}.mg-trip-primary-cta small{color:rgba(255,255,255,.78);font-size:10px}.mg-trip-primary-cta:hover{color:#fff;background:#963a23;transform:translateY(-1px)}.mg-trip-wa-cta{background:#eefaf3;border:1px solid #cbe9d7;color:#145e36;justify-content:flex-start}.mg-trip-wa-cta svg{width:22px;height:22px;flex:0 0 auto}.mg-trip-wa-cta span{display:grid}.mg-trip-wa-cta strong{font-size:13px}.mg-trip-wa-cta small{font-size:10px;color:#397257}.mg-trip-wa-cta:hover{color:#145e36;background:#e3f7eb;transform:translateY(-1px)}
.mg-wte-v4-media--gallery{margin:0!important;padding:0!important;overflow:visible!important;background:transparent!important;box-shadow:none!important}
.mg-trip-gallery{display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:12px;align-items:stretch}.mg-trip-gallery__stage{position:relative;overflow:hidden;border-radius:22px;background:#e7dfd4;aspect-ratio:16/8.4;box-shadow:0 18px 50px rgba(26,34,31,.09)}.mg-trip-gallery__main{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .12s ease,transform .28s ease}.mg-trip-gallery__main.is-changing{opacity:.62;transform:scale(1.006)}.mg-trip-gallery__count{position:absolute;right:14px;bottom:14px;background:rgba(17,28,24,.78);color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:6px 10px;font-size:11px;line-height:1;backdrop-filter:blur(6px)}.mg-trip-gallery__thumbs{display:grid;grid-template-rows:repeat(5,minmax(0,1fr));gap:8px;min-height:0}.mg-trip-gallery__thumb{appearance:none;border:2px solid transparent;border-radius:13px;overflow:hidden;background:#e8dfd4;padding:0;cursor:pointer;min-height:0;transition:border-color .16s ease,transform .16s ease,opacity .16s ease;opacity:.76}.mg-trip-gallery__thumb:hover{opacity:1;transform:translateY(-1px)}.mg-trip-gallery__thumb.is-active{border-color:#b64a2c;opacity:1}.mg-trip-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover}
.mg-trip-facts{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin:16px 0 0;background:#fff;border:1px solid #e7ded3;border-radius:18px;box-shadow:0 8px 28px rgba(26,34,31,.05);overflow:hidden}.mg-trip-fact{min-width:0;display:flex;align-items:center;gap:10px;padding:16px 18px;border-right:1px solid #eee7df}.mg-trip-fact:last-child{border-right:0}.mg-trip-fact__icon{width:31px;height:31px;border-radius:10px;background:#f7ede7;color:#ad4529;display:grid;place-items:center;flex:0 0 auto;font-size:14px}.mg-trip-fact div{display:grid;min-width:0}.mg-trip-fact small{font-size:9px;line-height:1.2;text-transform:uppercase;letter-spacing:.11em;color:#859089;font-weight:800;margin-bottom:3px}.mg-trip-fact strong{font-size:12px;line-height:1.35;color:#1b2a25;font-weight:780;overflow-wrap:anywhere}
.mg-trip-content-section{padding:56px 0 72px}.mg-trip-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}.mg-trip-content{display:grid;gap:18px;min-width:0}.mg-trip-block{background:#fff;border:1px solid #e8e0d6;border-radius:18px;padding:26px;box-shadow:0 8px 26px rgba(21,32,28,.035)}.mg-trip-block__heading{margin-bottom:18px}.mg-trip-block__heading small{display:block;color:#a9472b;text-transform:uppercase;letter-spacing:.12em;font-size:9px;font-weight:850;margin-bottom:4px}.mg-trip-block__heading h2{margin:0;color:#15251f;font-size:clamp(24px,3vw,32px);line-height:1.08;letter-spacing:-.035em;font-weight:740}.mg-trip-block p,.mg-trip-block .entry-content{color:#56645e;font-size:15px;line-height:1.75}.mg-trip-copy .entry-content h2,.mg-trip-copy .entry-content h3{color:#172721;margin-top:24px;margin-bottom:8px;line-height:1.18}.mg-highlight-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0;padding:0;list-style:none}.mg-highlight-list li{position:relative;padding:13px 14px 13px 38px;background:#fbf7f2;border:1px solid #eee2d5;border-radius:12px;color:#24332e;font-size:13px;line-height:1.45}.mg-highlight-list li:before{content:'✓';position:absolute;left:14px;top:13px;color:#b64a2c;font-weight:900}.mg-include-grid{gap:12px}.mg-include-grid>div{border-radius:14px;background:#fbfaf7;border:1px solid #ece5dc;padding:18px}.mg-include-grid h3{font-size:15px;margin:0 0 10px}
.mg-trip-enquiry{position:static!important}.mg-trip-enquiry__card{background:#fff;border:1px solid #e5dbcf;border-radius:20px;padding:22px;box-shadow:0 14px 38px rgba(23,33,29,.07)}.mg-trip-enquiry__eyebrow{color:#a9472b;text-transform:uppercase;letter-spacing:.11em;font-size:9px;font-weight:900;margin-bottom:6px}.mg-trip-enquiry__card h2{margin:0 0 8px;font-size:25px;line-height:1.08;letter-spacing:-.03em;color:#17251f}.mg-trip-enquiry__card>p{margin:0 0 16px;color:#67736d;font-size:13px;line-height:1.55}.mg-trip-enquiry__wa{display:flex;align-items:center;gap:11px;text-decoration:none;background:#1fc466;color:#fff;border-radius:13px;padding:12px 14px;min-height:52px}.mg-trip-enquiry__wa:hover{color:#fff;background:#17ae59}.mg-trip-enquiry__wa svg{width:22px;height:22px}.mg-trip-enquiry__wa span{display:grid}.mg-trip-enquiry__wa strong{font-size:12px}.mg-trip-enquiry__wa small{font-size:10px;color:rgba(255,255,255,.82)}.mg-trip-enquiry__divider{display:flex;align-items:center;gap:9px;margin:15px 0;color:#9a9289;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.mg-trip-enquiry__divider:before,.mg-trip-enquiry__divider:after{content:'';height:1px;background:#ece4db;flex:1}.mg-trip-enquiry__call{display:flex;align-items:center;justify-content:center;min-height:42px;border:1px solid #dfd7cd;border-radius:12px;margin-top:10px;color:#24332e;text-decoration:none;font-size:12px;font-weight:800}.mg-trip-enquiry__note{margin-top:12px;color:#7b857f;font-size:10px;line-height:1.5;text-align:center}
.mg-trip-enquiry__card .wte_enquiry_contact_form-wrap,.mg-trip-enquiry__card .wpte-trip-enquiry-form{padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.mg-trip-enquiry__card input,.mg-trip-enquiry__card select,.mg-trip-enquiry__card textarea{min-height:44px!important;border:1px solid #ddd5cc!important;border-radius:11px!important;background:#fff!important;padding:9px 11px!important;font-size:13px!important;box-shadow:none!important}.mg-trip-enquiry__card textarea{min-height:78px!important}.mg-trip-enquiry__card label{font-size:11px!important;color:#3b4943!important;font-weight:760!important;margin-bottom:4px!important}.mg-trip-enquiry__card input[type=submit],.mg-trip-enquiry__card button[type=submit]{width:100%!important;min-height:44px!important;background:#b64a2c!important;color:#fff!important;border:0!important;border-radius:11px!important;font-weight:850!important;font-size:13px!important;box-shadow:none!important}.mg-trip-enquiry__card input[type=submit]:hover,.mg-trip-enquiry__card button[type=submit]:hover{background:#963a23!important}
.mg-trip-related{border-top:1px solid #ece4db}
@media(max-width:1020px){.mg-trip-intro{grid-template-columns:1fr;gap:18px}.mg-trip-intro__actions{min-width:0;max-width:520px}.mg-trip-layout{grid-template-columns:1fr}.mg-trip-enquiry__card{max-width:650px}.mg-trip-facts{grid-template-columns:repeat(3,1fr)}.mg-trip-fact:nth-child(3n){border-right:0}.mg-trip-gallery{grid-template-columns:minmax(0,1fr) 100px}}
@media(max-width:720px){body.single-trip{padding-bottom:0!important}.mg-trip-hero{padding:14px 0 0}.mg-trip-breadcrumbs{margin-bottom:18px;font-size:11px}.mg-trip-intro{margin-bottom:18px;gap:15px}.mg-trip-intro h1{font-size:clamp(34px,10vw,46px);line-height:1.01;letter-spacing:-.045em;margin-bottom:10px}.mg-trip-intro p{font-size:15px;line-height:1.58}.mg-trip-intro__actions{grid-template-columns:1fr 1fr;gap:8px}.mg-trip-primary-cta,.mg-trip-wa-cta{min-height:50px;padding:8px 11px;border-radius:13px}.mg-trip-primary-cta span,.mg-trip-wa-cta strong{font-size:12px}.mg-trip-wa-cta small,.mg-trip-primary-cta small{font-size:9px}.mg-trip-gallery{display:block}.mg-trip-gallery__stage{aspect-ratio:4/3;border-radius:17px;box-shadow:none}.mg-trip-gallery__thumbs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:9px 1px 1px;scroll-snap-type:x proximity}.mg-trip-gallery__thumbs::-webkit-scrollbar{display:none}.mg-trip-gallery__thumb{flex:0 0 76px;width:76px;height:58px;border-radius:10px;scroll-snap-align:start}.mg-trip-gallery__count{right:10px;bottom:10px}.mg-trip-facts{grid-template-columns:1fr 1fr;margin-top:11px;border-radius:15px}.mg-trip-fact{padding:12px 13px;gap:8px;border-right:1px solid #eee7df;border-bottom:1px solid #eee7df}.mg-trip-fact:nth-child(2n){border-right:0}.mg-trip-fact:nth-last-child(-n+2){border-bottom:0}.mg-trip-fact__icon{width:28px;height:28px;border-radius:9px}.mg-trip-fact strong{font-size:11px}.mg-trip-content-section{padding:38px 0 50px}.mg-trip-layout{gap:18px}.mg-trip-block{padding:19px;border-radius:16px}.mg-trip-block__heading{margin-bottom:13px}.mg-trip-block__heading h2{font-size:25px}.mg-highlight-list{grid-template-columns:1fr}.mg-highlight-list li{padding:12px 12px 12px 36px}.mg-trip-enquiry__card{padding:18px;border-radius:17px}.mg-trip-related .mg-section-head{margin-bottom:18px}}
@media(max-width:420px){.mg-trip-intro__actions{grid-template-columns:1fr}.mg-trip-wa-cta{justify-content:center}.mg-trip-facts{grid-template-columns:1fr}.mg-trip-fact,.mg-trip-fact:nth-child(2n),.mg-trip-fact:nth-child(3n){border-right:0;border-bottom:1px solid #eee7df}.mg-trip-fact:last-child{border-bottom:0}.mg-trip-block{padding:17px}}


/* v4.3 — cleaner 2026 trip layout: main photo + thumbnails below */
.mg-wte-single--v43{background:#fcfbf8}
.mg-wte-single--v43 .mg-trip-hero{padding:24px 0 0;background:#fff;border-bottom:1px solid #ece6dd}
.mg-wte-single--v43 .mg-trip-breadcrumbs{margin-bottom:22px}
.mg-wte-single--v43 .mg-trip-intro{display:block;margin-bottom:22px;max-width:980px}
.mg-wte-single--v43 .mg-trip-intro__copy{max-width:880px}
.mg-wte-single--v43 .mg-trip-intro__copy .mg-kicker{margin-bottom:10px;font-size:10px;letter-spacing:.14em;color:#a8472b}
.mg-wte-single--v43 .mg-trip-intro h1{max-width:900px;margin:0 0 12px;font-size:clamp(40px,4.7vw,62px);line-height:1.01;letter-spacing:-.048em;font-weight:720;color:#17251f;text-wrap:balance}
.mg-wte-single--v43 .mg-trip-intro p{max-width:760px;margin:0;color:#5d6964;font-size:17px;line-height:1.62}
.mg-wte-single--v43 .mg-trip-intro__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;min-width:0;max-width:none}
.mg-wte-single--v43 .mg-trip-primary-cta,.mg-wte-single--v43 .mg-trip-wa-cta{min-height:50px;border-radius:12px;padding:9px 16px;box-shadow:none}
.mg-wte-single--v43 .mg-trip-primary-cta{min-width:188px;background:#b84b2d;color:#fff;border:1px solid #b84b2d}
.mg-wte-single--v43 .mg-trip-primary-cta:hover{background:#973b22;border-color:#973b22}
.mg-wte-single--v43 .mg-trip-primary-cta span{font-size:13px;font-weight:850}
.mg-wte-single--v43 .mg-trip-primary-cta small{font-size:9px;color:rgba(255,255,255,.78)}
.mg-wte-single--v43 .mg-trip-wa-cta{min-width:182px;background:#fff;color:#1d6f46;border:1px solid #cfe5d8}
.mg-wte-single--v43 .mg-trip-wa-cta:hover{background:#f3fbf6;color:#155d39;border-color:#9ed0af}
.mg-wte-single--v43 .mg-trip-wa-cta svg{width:20px;height:20px;color:#18a957}
.mg-wte-single--v43 .mg-trip-wa-cta strong{font-size:13px}.mg-wte-single--v43 .mg-trip-wa-cta small{font-size:9px;color:#658172}

.mg-wte-single--v43 .mg-wte-v4-media--gallery{margin:0!important;padding:0!important;overflow:visible!important}
.mg-wte-single--v43 .mg-trip-gallery{display:block!important}
.mg-wte-single--v43 .mg-trip-gallery__stage{aspect-ratio:16/8.2;border-radius:20px;overflow:hidden;background:#e9e2d8;box-shadow:0 16px 42px rgba(23,31,28,.075)}
.mg-wte-single--v43 .mg-trip-gallery__main{width:100%;height:100%;object-fit:cover}
.mg-wte-single--v43 .mg-trip-gallery__count{right:14px;bottom:14px;padding:6px 9px;border-radius:9px;font-size:10px;background:rgba(18,29,25,.76)}
.mg-wte-single--v43 .mg-trip-gallery__thumbs{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;grid-template-rows:none!important;gap:8px;margin-top:9px;padding:0;overflow:visible;min-height:0}
.mg-wte-single--v43 .mg-trip-gallery__thumb{width:100%!important;height:auto!important;aspect-ratio:16/10;min-height:0;display:block;opacity:.78;border:2px solid transparent;border-radius:11px;padding:0;background:#ece5dc;overflow:hidden;box-shadow:none}
.mg-wte-single--v43 .mg-trip-gallery__thumb:hover{opacity:1;transform:none;border-color:#cbbfb2}
.mg-wte-single--v43 .mg-trip-gallery__thumb.is-active{opacity:1;border-color:#b84b2d;box-shadow:0 0 0 1px rgba(184,75,45,.08)}
.mg-wte-single--v43 .mg-trip-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}

.mg-wte-single--v43 .mg-trip-facts{margin:14px 0 0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));background:#fff;border:1px solid #e9e1d7;border-radius:14px;box-shadow:none;overflow:hidden}
.mg-wte-single--v43 .mg-trip-fact{padding:13px 15px;gap:10px;border-right:1px solid #eee8e0;background:#fff}
.mg-wte-single--v43 .mg-trip-fact__icon{width:26px;height:26px;flex:0 0 26px;border:0;border-radius:0;background:transparent;color:#a8472b}
.mg-wte-single--v43 .mg-trip-fact__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.mg-wte-single--v43 .mg-trip-fact small{font-size:8px;letter-spacing:.1em;color:#88928d;margin-bottom:2px}
.mg-wte-single--v43 .mg-trip-fact strong{font-size:11px;line-height:1.35;font-weight:760;color:#1d2b26}

.mg-wte-single--v43 .mg-trip-content-section{padding:48px 0 68px}
.mg-wte-single--v43 .mg-trip-layout{grid-template-columns:minmax(0,1fr) 320px;gap:24px}
.mg-wte-single--v43 .mg-trip-content{gap:14px}
.mg-wte-single--v43 .mg-trip-block{padding:23px;border-radius:16px;border-color:#e9e1d7;box-shadow:none}
.mg-wte-single--v43 .mg-trip-block__heading h2{font-size:clamp(23px,2.4vw,30px)}
.mg-wte-single--v43 .mg-trip-block p,.mg-wte-single--v43 .mg-trip-block .entry-content{font-size:15px;line-height:1.72}
.mg-wte-single--v43 .mg-trip-enquiry__card{border-radius:16px;padding:20px;box-shadow:none}

@media(max-width:900px){
  .mg-wte-single--v43 .mg-trip-facts{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mg-wte-single--v43 .mg-trip-layout{grid-template-columns:1fr}
}
@media(max-width:720px){
  .mg-wte-single--v43 .mg-trip-hero{padding:12px 0 0}
  .mg-wte-single--v43 .mg-trip-breadcrumbs{margin-bottom:16px;font-size:10px}
  .mg-wte-single--v43 .mg-trip-intro{margin-bottom:16px}
  .mg-wte-single--v43 .mg-trip-intro h1{font-size:clamp(32px,9vw,42px);line-height:1.03;letter-spacing:-.04em;margin-bottom:9px}
  .mg-wte-single--v43 .mg-trip-intro p{font-size:14px;line-height:1.58}
  .mg-wte-single--v43 .mg-trip-intro__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}
  .mg-wte-single--v43 .mg-trip-primary-cta,.mg-wte-single--v43 .mg-trip-wa-cta{min-width:0;min-height:48px;padding:8px 10px;border-radius:11px;justify-content:center}
  .mg-wte-single--v43 .mg-trip-gallery__stage{aspect-ratio:4/3;border-radius:15px;box-shadow:none}
  .mg-wte-single--v43 .mg-trip-gallery__thumbs{display:flex!important;gap:7px;overflow-x:auto;padding:8px 0 2px;scroll-snap-type:x proximity;scrollbar-width:none}
  .mg-wte-single--v43 .mg-trip-gallery__thumbs::-webkit-scrollbar{display:none}
  .mg-wte-single--v43 .mg-trip-gallery__thumb{flex:0 0 72px!important;width:72px!important;aspect-ratio:4/3!important;border-radius:9px;scroll-snap-align:start}
  .mg-wte-single--v43 .mg-trip-facts{grid-template-columns:1fr 1fr;margin-top:10px;border-radius:13px}
  .mg-wte-single--v43 .mg-trip-fact{padding:11px 12px;border-bottom:1px solid #eee8e0}
  .mg-wte-single--v43 .mg-trip-fact:nth-child(2n){border-right:0}
  .mg-wte-single--v43 .mg-trip-fact__icon{width:23px;height:23px;flex-basis:23px}
  .mg-wte-single--v43 .mg-trip-fact__icon svg{width:19px;height:19px}
  .mg-wte-single--v43 .mg-trip-fact strong{font-size:10.5px}
  .mg-wte-single--v43 .mg-trip-content-section{padding:34px 0 48px}
  .mg-wte-single--v43 .mg-trip-layout{gap:15px}
  .mg-wte-single--v43 .mg-trip-block{padding:17px;border-radius:14px}
  .mg-wte-single--v43 .mg-trip-enquiry__card{padding:17px;border-radius:14px}
}
@media(max-width:430px){
  .mg-wte-single--v43 .mg-trip-intro__actions{grid-template-columns:1fr}
  .mg-wte-single--v43 .mg-trip-facts{grid-template-columns:1fr 1fr}
}


/* v4.4 — iPhone/mobile gallery flow fix */
@media (max-width:720px){
  .mg-wte-single--v43 .mg-wte-v4-media--gallery{
    display:block!important;
    position:relative!important;
    overflow:hidden!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  .mg-wte-single--v43 .mg-trip-gallery{
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
    position:relative!important;
    overflow:hidden!important;
    width:100%!important;
  }
  .mg-wte-single--v43 .mg-trip-gallery__stage{
    position:relative!important;
    display:block!important;
    width:100%!important;
    aspect-ratio:4/3!important;
    min-height:0!important;
    margin:0!important;
    border-radius:16px!important;
    overflow:hidden!important;
    z-index:1!important;
  }
  .mg-wte-single--v43 .mg-trip-gallery__main{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }
  .mg-wte-single--v43 .mg-trip-gallery__thumbs{
    position:static!important;
    inset:auto!important;
    z-index:auto!important;
    display:flex!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    gap:8px!important;
    margin:0!important;
    padding:0 0 4px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    scroll-snap-type:x proximity!important;
    scrollbar-width:none!important;
    transform:none!important;
  }
  .mg-wte-single--v43 .mg-trip-gallery__thumbs::-webkit-scrollbar{display:none!important}
  .mg-wte-single--v43 .mg-trip-gallery__thumb{
    position:relative!important;
    inset:auto!important;
    flex:0 0 82px!important;
    width:82px!important;
    height:62px!important;
    aspect-ratio:auto!important;
    min-width:82px!important;
    min-height:62px!important;
    margin:0!important;
    padding:0!important;
    border-radius:10px!important;
    transform:none!important;
    scroll-snap-align:start!important;
  }
  .mg-wte-single--v43 .mg-trip-gallery__thumb img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }
  .mg-wte-single--v43 .mg-trip-facts{
    position:relative!important;
    z-index:0!important;
    clear:both!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    width:100%!important;
    margin:14px 0 0!important;
    overflow:hidden!important;
    border-radius:15px!important;
  }
  .mg-wte-single--v43 .mg-trip-fact{
    position:relative!important;
    min-width:0!important;
    min-height:82px!important;
    padding:13px 14px!important;
    align-items:flex-start!important;
    overflow:visible!important;
  }
  .mg-wte-single--v43 .mg-trip-fact div{min-width:0!important}
  .mg-wte-single--v43 .mg-trip-fact strong{
    display:block!important;
    font-size:12px!important;
    line-height:1.35!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
  }
  .mg-wte-single--v43 .mg-trip-fact small{
    font-size:9px!important;
    line-height:1.25!important;
  }
  .mg-wte-single--v43 .mg-trip-fact:last-child:nth-child(odd){grid-column:1/-1!important}
  .mg-wte-single--v43 .mg-trip-content-section{margin-top:0!important}
}
@media (max-width:430px){
  .mg-wte-single--v43 .mg-trip-facts{grid-template-columns:1fr!important}
  .mg-wte-single--v43 .mg-trip-fact,
  .mg-wte-single--v43 .mg-trip-fact:nth-child(2n),
  .mg-wte-single--v43 .mg-trip-fact:nth-child(3n){
    min-height:0!important;
    border-right:0!important;
    border-bottom:1px solid #eee8e0!important;
  }
  .mg-wte-single--v43 .mg-trip-fact:last-child{border-bottom:0!important}
  .mg-wte-single--v43 .mg-trip-fact:last-child:nth-child(odd){grid-column:auto!important}
  .mg-wte-single--v43 .mg-trip-gallery__thumb{flex-basis:78px!important;width:78px!important;min-width:78px!important;height:58px!important;min-height:58px!important}
}


/* v4.5 — wider, calmer desktop trip title and spacing */
@media (min-width: 1100px) {
  .mg-wte-single--v43 .mg-trip-hero { padding-top: 28px; }
  .mg-wte-single--v43 .mg-trip-breadcrumbs { margin-bottom: 18px; font-size: 12px; }
  .mg-wte-single--v43 .mg-trip-intro { max-width: none; margin-bottom: 22px; }
  .mg-wte-single--v43 .mg-trip-intro__copy { max-width: none; }
  .mg-wte-single--v43 .mg-trip-intro h1 {
    max-width: 1160px;
    font-size: clamp(42px, 3.75vw, 56px);
    line-height: 1.04;
    letter-spacing: -.042em;
    font-weight: 720;
    text-wrap: pretty;
  }
  .mg-wte-single--v43 .mg-trip-intro p {
    max-width: 860px;
    font-size: 17px;
    line-height: 1.62;
  }
  .mg-wte-single--v43 .mg-trip-intro__actions { margin-top: 16px; }
  .mg-wte-single--v43 .mg-trip-primary-cta,
  .mg-wte-single--v43 .mg-trip-wa-cta {
    min-height: 48px;
    border-radius: 11px;
  }
}


/* v4.7 — compact related services with strong same-type internal linking */
.mg-trip-related{
  padding:54px 0 62px;
  background:#f6f0e7;
  border-top:1px solid #ebe1d5;
}
.mg-related-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:26px;
  margin-bottom:20px;
}
.mg-related-head h2{
  margin:0;
  font-size:clamp(28px,3.2vw,42px);
  line-height:1.05;
  letter-spacing:-.04em;
}
.mg-related-head p{
  max-width:590px;
  margin:8px 0 0;
  color:#66706d;
  font-size:14px;
  line-height:1.55;
}
.mg-related-all{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:40px;
  padding:8px 13px;
  border:1px solid #e1d6c8;
  border-radius:12px;
  background:#fff;
  color:#9f4129;
  font-size:12px;
  font-weight:850;
  text-decoration:none;
  white-space:nowrap;
}
.mg-related-all:hover{background:#fffaf4;color:#7f2f1e}
.mg-related-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.mg-related-card{
  min-width:0;
  overflow:hidden;
  background:#fff;
  border:1px solid #e7ddd1;
  border-radius:16px;
  box-shadow:0 8px 24px rgba(20,32,28,.055);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.mg-related-card:hover{
  transform:translateY(-2px);
  border-color:#dccbbd;
  box-shadow:0 14px 30px rgba(20,32,28,.09);
}
.mg-related-card__media{
  position:relative;
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#e9dfd2;
}
.mg-related-card__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .28s ease;
}
.mg-related-card:hover .mg-related-card__media img{transform:scale(1.025)}
.mg-related-card__type{
  position:absolute;
  left:10px;
  top:10px;
  padding:5px 8px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#8f3926;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  backdrop-filter:blur(5px);
}
.mg-related-card__body{padding:13px 14px 14px}
.mg-related-card__location{
  overflow:hidden;
  margin-bottom:5px;
  color:#7b827f;
  font-size:10px;
  font-weight:750;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.mg-related-card h3{
  margin:0 0 10px;
  font-size:15px;
  line-height:1.28;
  letter-spacing:-.02em;
}
.mg-related-card h3 a{color:#17211f;text-decoration:none}
.mg-related-card__meta{
  display:flex;
  justify-content:space-between;
  gap:8px;
  padding-top:9px;
  border-top:1px solid #eee6dc;
  color:#68716e;
  font-size:10px;
  line-height:1.3;
}
.mg-related-card__meta span:last-child{text-align:right}
.mg-related-card__link{
  display:inline-flex;
  align-items:center;
  gap:5px;
  margin-top:10px;
  color:#a4432a;
  font-size:11px;
  font-weight:900;
  text-decoration:none;
}
.mg-related-card__link:hover{color:#7e2e1d}
@media(max-width:1050px){
  .mg-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .mg-trip-related{padding:42px 0 48px;overflow:hidden}
  .mg-related-head{align-items:flex-start;margin-bottom:16px}
  .mg-related-head h2{font-size:29px}
  .mg-related-head p{font-size:13px}
  .mg-related-all{min-height:36px;padding:7px 10px}
  .mg-related-grid{
    display:flex;
    gap:12px;
    overflow-x:auto;
    margin-right:calc((100vw - 100%) / -2);
    padding:0 18px 8px 0;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    overscroll-behavior-inline:contain;
  }
  .mg-related-grid::-webkit-scrollbar{display:none}
  .mg-related-card{
    flex:0 0 min(76vw,280px);
    scroll-snap-align:start;
  }
  .mg-related-card__media{aspect-ratio:16/10}
}
@media(max-width:480px){
  .mg-related-head{display:block}
  .mg-related-all{margin-top:12px}
  .mg-related-card{flex-basis:min(82vw,270px)}
  .mg-related-card h3{font-size:15px}
}


/* v4.8 — cleaner tourism highlights, call action and enquiry form */
.mg-trip-block--highlights{
  background:linear-gradient(145deg,#fff 0%,#fdfaf6 100%);
  border-color:#e8ddd0;
  padding:28px;
}
.mg-trip-block__heading--highlights{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:20px;
}
.mg-trip-heading-icon{
  width:42px;height:42px;flex:0 0 42px;border-radius:13px;
  display:grid;place-items:center;background:#f5e8dd;color:#a9472b;
  border:1px solid #ead8c8;
}
.mg-trip-heading-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mg-trip-block__heading--highlights>div{min-width:0}
.mg-trip-block__heading--highlights small{margin:0 0 3px;font-size:9px;letter-spacing:.14em;color:#a9472b}
.mg-trip-block__heading--highlights h2{font-size:30px;line-height:1.05;margin:0;color:#16261f;letter-spacing:-.035em}
.mg-trip-block__heading--highlights p{margin:6px 0 0!important;font-size:12px!important;line-height:1.5!important;color:#6c7772!important}
.mg-wte-single--v43 .mg-highlight-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.mg-wte-single--v43 .mg-highlight-list li{
  display:flex;align-items:flex-start;gap:11px;min-height:64px;
  padding:13px 14px;background:#fff;border:1px solid #e8dfd5;border-radius:14px;
  color:#24332d;font-size:13px;line-height:1.45;font-weight:700;
  box-shadow:0 5px 16px rgba(24,36,31,.035)
}
.mg-wte-single--v43 .mg-highlight-list li:before{display:none!important;content:none!important}
.mg-highlight-icon{
  width:32px;height:32px;flex:0 0 32px;border-radius:10px;background:#fbf1e9;color:#b34b2d;
  display:grid;place-items:center;margin-top:1px
}
.mg-highlight-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mg-wte-single--v43 .mg-highlight-list li>span:last-child{padding-top:5px}

.mg-trip-enquiry__call{
  display:flex;align-items:center;justify-content:flex-start;gap:11px;
  min-height:52px;padding:9px 12px!important;border:1px solid #dfd6ca!important;
  border-radius:13px!important;margin-top:10px;background:#fff;color:#20312a!important;
  text-decoration:none;transition:border-color .18s ease,background .18s ease,transform .18s ease
}
.mg-trip-enquiry__call:hover{background:#faf6f0;border-color:#cdbca9!important;transform:translateY(-1px)}
.mg-trip-enquiry__call-icon{width:34px;height:34px;flex:0 0 34px;border-radius:10px;display:grid;place-items:center;background:#f5ebe1;color:#a9472b}
.mg-trip-enquiry__call-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mg-trip-enquiry__call>span:last-child{display:grid;gap:1px;text-align:left}
.mg-trip-enquiry__call strong{font-size:12px;line-height:1.2;color:#1c2c26}
.mg-trip-enquiry__call small{font-size:10px;line-height:1.2;color:#65716c}

/* WP Travel Engine may render paired fields. After removing adults, expand the remaining phone field. */
.mg-trip-enquiry__card .row-repeater.mg-one-field-row,
.mg-wte-enquiry-card .row-repeater.mg-one-field-row{display:block!important}
.mg-trip-enquiry__card .row-repeater.mg-one-field-row>*:not([style*="display: none"]),
.mg-wte-enquiry-card .row-repeater.mg-one-field-row>*:not([style*="display: none"]){width:100%!important;max-width:none!important;flex:1 1 100%!important}

@media(max-width:720px){
  .mg-trip-block--highlights{padding:19px 17px}
  .mg-trip-block__heading--highlights{gap:11px;margin-bottom:15px}
  .mg-trip-heading-icon{width:36px;height:36px;flex-basis:36px;border-radius:11px}
  .mg-trip-block__heading--highlights h2{font-size:26px}
  .mg-trip-block__heading--highlights p{font-size:11px!important}
  .mg-wte-single--v43 .mg-highlight-list{grid-template-columns:1fr;gap:8px}
  .mg-wte-single--v43 .mg-highlight-list li{min-height:0;padding:11px 12px;gap:10px;font-size:12px}
  .mg-highlight-icon{width:29px;height:29px;flex-basis:29px;border-radius:9px}
  .mg-wte-single--v43 .mg-highlight-list li>span:last-child{padding-top:4px}
  .mg-trip-enquiry__call{min-height:50px}
}


/* v5.1 — refined travel highlights and calmer content typography */
.mg-wte-single--v43 .mg-trip-block{
  border-color:#e9e2d8;
  box-shadow:0 8px 24px rgba(20,34,29,.035);
}
.mg-wte-single--v43 .mg-trip-block__heading{
  margin-bottom:16px;
}
.mg-wte-single--v43 .mg-trip-block__heading:not(.mg-trip-block__heading--highlights) small{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin:0 0 7px;
  color:#a34a31;
  font-size:10px;
  line-height:1;
  letter-spacing:.105em;
  text-transform:uppercase;
  font-weight:800;
}
.mg-wte-single--v43 .mg-trip-block__heading:not(.mg-trip-block__heading--highlights) small:before{
  content:"";
  width:18px;
  height:1px;
  background:#c96a4d;
}
.mg-wte-single--v43 .mg-trip-block__heading h2{
  font-weight:720;
  letter-spacing:-.035em;
}
.mg-trip-block--highlights{
  padding:28px 30px!important;
  background:linear-gradient(145deg,#fff 0%,#fcfaf6 100%)!important;
  border:1px solid #e9e0d5!important;
  border-radius:20px!important;
}
.mg-trip-block__heading--highlights{
  display:block!important;
  margin-bottom:18px!important;
}
.mg-trip-eyebrow{
  display:inline-flex!important;
  align-items:center;
  gap:7px;
  width:max-content;
  margin:0 0 8px!important;
  padding:6px 9px;
  border:1px solid #ead8c8;
  border-radius:999px;
  background:#fbf2ea;
  color:#994126!important;
  font-size:9px!important;
  line-height:1!important;
  letter-spacing:.105em!important;
  font-weight:850!important;
  text-transform:uppercase;
}
.mg-trip-eyebrow__icon{
  width:15px;
  height:15px;
  display:grid;
  place-items:center;
  color:#b24a2c;
}
.mg-trip-eyebrow__icon svg{
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.mg-trip-block__heading--highlights h2{
  margin:0!important;
  color:#16251f!important;
  font-size:28px!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
  font-weight:730!important;
}
.mg-trip-block__heading--highlights p{
  margin:6px 0 0!important;
  color:#69746f!important;
  font-size:13px!important;
  line-height:1.5!important;
}
.mg-wte-single--v43 .mg-highlight-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.mg-wte-single--v43 .mg-highlight-list li{
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  align-items:center;
  gap:12px;
  min-height:68px;
  padding:12px 14px;
  background:#fff;
  border:1px solid #ebe2d8;
  border-radius:14px;
  color:#23322c;
  font-size:13px;
  line-height:1.42;
  font-weight:680;
  box-shadow:none;
  transition:border-color .18s ease,background .18s ease,transform .18s ease;
}
.mg-wte-single--v43 .mg-highlight-list li:hover{
  background:#fffdf9;
  border-color:#d9c6b5;
  transform:translateY(-1px);
}
.mg-wte-single--v43 .mg-highlight-list li:before{display:none!important;content:none!important}
.mg-wte-single--v43 .mg-highlight-icon{
  width:36px;
  height:36px;
  flex:0 0 36px;
  margin:0;
  border-radius:11px;
  border:1px solid #ecd9c8;
  background:#fbf0e6;
  color:#ad4729;
  display:grid;
  place-items:center;
}
.mg-wte-single--v43 .mg-highlight-icon svg{
  display:block!important;
  width:18px!important;
  height:18px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.mg-wte-single--v43 .mg-highlight-list li>span:last-child{
  padding:0!important;
}
.mg-wte-single--v43 .mg-trip-copy .entry-content{
  color:#46564f;
  font-size:15px;
  line-height:1.78;
}
.mg-wte-single--v43 .mg-trip-copy .entry-content h2{
  margin-top:30px;
  font-size:25px;
  line-height:1.18;
  font-weight:700;
  letter-spacing:-.035em;
}
.mg-wte-single--v43 .mg-trip-copy .entry-content h3{
  font-size:19px;
  font-weight:700;
}
@media(max-width:720px){
  .mg-trip-block--highlights{padding:18px 16px!important;border-radius:16px!important}
  .mg-trip-eyebrow{margin-bottom:7px!important}
  .mg-trip-block__heading--highlights h2{font-size:25px!important}
  .mg-trip-block__heading--highlights p{font-size:12px!important}
  .mg-wte-single--v43 .mg-highlight-list{grid-template-columns:1fr;gap:8px}
  .mg-wte-single--v43 .mg-highlight-list li{grid-template-columns:34px minmax(0,1fr);min-height:58px;padding:10px 11px;gap:10px;font-size:12.5px;border-radius:12px}
  .mg-wte-single--v43 .mg-highlight-icon{width:34px;height:34px;border-radius:10px}
  .mg-wte-single--v43 .mg-trip-copy .entry-content{font-size:15px;line-height:1.72}
  .mg-wte-single--v43 .mg-trip-copy .entry-content h2{font-size:23px;margin-top:25px}
}
