:root{--red:#d71920;--dark-red:#a80f16;--ink:#1f2933;--muted:#6b7280;--line:#e5e7eb;--soft:#f8f8f8;--tint:#fff1f2;--white:#fff;--shadow:0 22px 60px #1f29331f;--radius:8px;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--white);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}body::selection{color:var(--white);background:var(--red)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}figure{margin:0}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #d7192057}.container{width:min(100% - 32px, var(--container));margin:0 auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #e5e7ebcc;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;min-height:74px;padding:10px clamp(16px,4vw,44px);display:grid;position:sticky;top:0}.brand{align-items:center;gap:10px;min-width:0;display:inline-flex}.brand-logo{object-fit:cover;background:var(--white);border-radius:50%;width:40px;height:40px;box-shadow:0 12px 22px #d7192040}.brand strong{font-weight:900;line-height:1.1;display:block}.brand small{color:var(--muted);margin-top:2px;font-size:12px;font-weight:700;display:block}.nav{justify-self:center;align-items:center;gap:3px;display:none}.nav a{border-radius:var(--radius);color:#344054;padding:10px 11px;font-size:14px;font-weight:800}.nav a:hover{color:var(--dark-red);background:var(--tint)}.nav .nav-mobile-cta{color:var(--white);background:var(--red)}.language-switcher{color:var(--muted);align-items:center;gap:8px;font-size:13px;font-weight:950;display:none}.language-switcher a{border:1px solid #0000;border-radius:999px;padding:8px 9px}.language-switcher a:hover{color:var(--dark-red);background:var(--tint)}.language-switcher a.active{color:var(--white);background:var(--red)}.nav .language-switcher{border-top:1px solid var(--line);justify-content:center;margin-top:8px;padding-top:8px;display:flex}.menu-toggle{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);cursor:pointer;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;display:inline-flex}.menu-toggle span{background:var(--ink);border-radius:99px;width:18px;height:2px;margin:0 auto}.header-cta{display:none}.btn{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;min-height:46px;padding:12px 18px;font-weight:900;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{color:var(--white);background:var(--red);box-shadow:0 14px 30px #d7192040}.btn-primary:hover{background:var(--dark-red)}.btn-light{color:var(--dark-red);background:var(--white);border-color:#ffffffb8}.btn-full{width:100%}.site-header .header-cta{display:none}.breadcrumbs{background:var(--white);border-bottom:1px solid #e5e7ebb8;padding:14px 0}.breadcrumbs ol{flex-wrap:wrap;gap:8px;padding:0;list-style:none;display:flex}.breadcrumbs li{color:var(--muted);align-items:center;gap:8px;font-size:13px;font-weight:800;display:inline-flex}.breadcrumbs li+li:before{content:"/";color:#98a2b3}.breadcrumbs a{color:#344054}.breadcrumbs a:hover{color:var(--dark-red)}.locale-entry{text-align:center;place-items:center;min-height:100vh;padding:48px 0;display:grid}.locale-entry img{border-radius:50%;width:76px;height:76px;margin:0 auto 18px}.locale-entry p{margin:12px auto 22px}.locale-entry div div{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.reveal{opacity:0;transition:opacity .7s ease var(--reveal-delay,0s), transform .7s ease var(--reveal-delay,0s);will-change:opacity, transform;transform:translateY(24px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.hero{min-height:calc(100vh - 74px);color:var(--white);background:linear-gradient(115deg,#1f2933e6 0%,#a80f16ad 48%,#1f29334d 100%),url(/images/hero-lyg.jpg) 50%/cover no-repeat;align-items:center;display:grid;overflow:hidden}.hero-grid{gap:30px;padding:74px 0 58px;display:grid}.hero-content{max-width:880px}.eyebrow{color:var(--red);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:950;display:inline-flex}.hero .eyebrow,.final-cta .eyebrow{color:#ffd7db}h1,h2,h3{letter-spacing:0;margin:0;line-height:1.1}h1{max-width:920px;font-size:clamp(38px,8vw,76px)}h2{font-size:clamp(28px,5vw,46px)}h3{font-size:20px}p{color:var(--muted);margin:0}.hero p{color:#ffffffe0;max-width:710px;margin-top:18px;font-size:18px}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.trust-badges{flex-wrap:wrap;gap:10px;margin:24px 0 0;padding:0;list-style:none;display:flex}.trust-badges li{color:var(--white);background:#ffffff1f;border:1px solid #ffffff38;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:850}.hero-card{border-radius:var(--radius);color:var(--ink);box-shadow:var(--shadow);background:#fffffff0;border:1px solid #ffffff80;align-self:end;padding:26px}.hero-card h2{margin-top:12px;font-size:25px}.hero-card p{color:var(--dark-red);margin:12px 0 20px;font-weight:750}.card-icon{width:44px;height:44px;color:var(--white);background:var(--red);border-radius:50%;place-items:center;font-weight:950;display:grid}.trust-strip{border-bottom:1px solid var(--line);background:var(--white)}.strip-grid{grid-template-columns:1fr;gap:1px;display:grid}.strip-grid div{grid-template-columns:48px 1fr;align-items:center;column-gap:12px;padding:18px 0;display:grid}.strip-grid span{width:44px;height:44px;color:var(--dark-red);background:var(--tint);border-radius:50%;grid-row:span 2;place-items:center;font-size:12px;font-weight:950;display:grid}.strip-grid strong{line-height:1.1}.strip-grid small{color:var(--muted)}.section{padding:78px 0}.section-soft{background:var(--soft)}.section-red-tint{background:var(--tint)}.section-head{max-width:780px;margin-bottom:32px}.section-head h2{margin-top:8px}.section-head p{margin-top:14px;font-size:17px}.team-section{background:linear-gradient(180deg, var(--white) 0%, var(--tint) 100%)}.team-grid{align-items:center;gap:28px;display:grid}.team-copy{max-width:680px}.team-copy h2{margin-top:8px}.team-copy p{margin:16px 0 22px;font-size:17px}.team-points{gap:10px;margin-bottom:24px;display:grid}.team-points span{color:var(--ink);align-items:center;gap:10px;font-weight:850;display:flex}.team-points span:before{content:"";background:var(--red);border-radius:50%;flex:none;width:9px;height:9px;box-shadow:0 0 0 5px #d719201f}.team-photo{aspect-ratio:4/3;background:var(--white);box-shadow:var(--shadow);border:1px solid #e5e7ebe6;border-radius:28px;position:relative;overflow:hidden}.team-photo picture,.team-photo img{width:100%;height:100%}.team-photo picture{display:block}.team-photo img{object-fit:cover;object-position:center center}.filter-tabs{gap:8px;margin-bottom:28px;padding-bottom:8px;display:flex;overflow-x:auto}.filter-tabs button{border:1px solid var(--line);background:var(--white);color:var(--ink);font:inherit;cursor:pointer;border-radius:999px;flex:none;padding:10px 15px;font-weight:900}.filter-tabs button.active{color:var(--white);background:var(--red);border-color:var(--red)}.package-region{margin-top:34px}.region-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:16px;margin-bottom:16px;padding-bottom:12px;display:flex}.region-head span{color:var(--dark-red);background:var(--tint);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;flex:none;padding:7px 11px;font-size:12px;font-weight:950}.region-head h3{font-size:clamp(22px,4vw,30px)}.package-grid,.feature-grid,.steps-grid,.style-grid,.testimonial-grid{gap:20px;display:grid}.package-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);flex-direction:column;min-height:100%;transition:transform .22s,box-shadow .22s;display:flex;overflow:hidden;box-shadow:0 12px 32px #1f293312}.package-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.package-image{aspect-ratio:16/10;background:var(--soft);position:relative;overflow:hidden}.package-image img{object-fit:cover;width:100%;height:100%;transition:transform .32s}.package-card:hover .package-image img,.gallery-item:hover img{transform:scale(1.045)}.package-image span{color:var(--white);background:var(--red);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:950;position:absolute;top:14px;left:14px}.package-body{flex-direction:column;flex:1;padding:20px;display:flex}.package-meta{color:var(--dark-red);justify-content:space-between;gap:10px;margin:12px 0;font-size:14px;display:flex}.package-meta strong{flex:none}.package-meta b{text-align:right}.package-body p{margin-bottom:16px}.package-body ul,.final-cta ul{margin:auto 0 18px;padding:0;list-style:none}.package-body li,.final-cta li{color:#364152;margin:8px 0;padding-left:24px;font-weight:700;position:relative}.package-body li:before,.final-cta li:before{content:"✓";color:var(--red);font-weight:950;position:absolute;left:0}.feature-card,.steps-grid article,.style-grid article,.testimonial-grid article,.contact-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);padding:24px;box-shadow:0 10px 26px #1f29330f}.feature-card span{width:44px;height:44px;color:var(--dark-red);background:var(--tint);border-radius:50%;place-items:center;margin-bottom:18px;font-size:12px;font-weight:950;display:grid}.feature-card h3,.steps-grid h3,.style-grid h3{margin-bottom:10px}.steps-grid b{color:var(--red);margin-bottom:18px;font-size:38px;line-height:1;display:block}.style-grid article{background:#ffffffe0}.gallery-grid{grid-template-columns:1fr;grid-auto-flow:dense;gap:14px;display:grid}.gallery-item{border-radius:var(--radius);background:var(--soft);min-height:250px;position:relative;overflow:hidden;box-shadow:0 18px 38px #1f29331a}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.testimonial-grid article p{color:var(--ink);margin:12px 0 18px;font-size:17px}.stars{color:var(--red);letter-spacing:0;font-size:14px}.faq-wrap{max-width:920px}.faq-list{gap:10px;display:grid}.faq-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);animation:.45s both faqFadeUp;animation-delay:calc(var(--faq-index,0) * 45ms);overflow:hidden}.faq-item:first-child{--faq-index:0}.faq-item:nth-child(2){--faq-index:1}.faq-item:nth-child(3){--faq-index:2}.faq-item:nth-child(4){--faq-index:3}.faq-item:nth-child(5){--faq-index:4}.faq-item:nth-child(6){--faq-index:5}.faq-item:nth-child(7){--faq-index:6}.faq-item:nth-child(8){--faq-index:7}.faq-item button{background:var(--white);width:100%;color:var(--ink);font:inherit;text-align:left;cursor:pointer;border:0;padding:18px 48px 18px 18px;font-weight:950;position:relative}.faq-item button:after{content:"+";color:var(--red);font-size:24px;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.faq-item button[aria-expanded=true]:after{content:"-"}.faq-item div{grid-template-rows:0fr;transition:grid-template-rows .25s;display:grid}.faq-item div>p{padding:0 18px;overflow:hidden}.faq-item.open div{grid-template-rows:1fr}.faq-item.open div>p{padding-bottom:18px}@keyframes faqFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.final-cta{color:var(--white);background:linear-gradient(135deg, var(--dark-red), var(--red));padding:74px 0}.cta-grid{align-items:center;gap:26px;display:grid}.final-cta h2{margin-top:8px}.final-cta p{color:#ffffffe0;max-width:720px;margin:14px 0 24px}.final-cta ul{border-radius:var(--radius);background:#ffffff1f;border:1px solid #fff3;margin:0;padding:20px}.final-cta li,.final-cta li:before{color:var(--white)}.contact-grid{align-items:start;gap:24px;display:grid}.contact-head{margin-bottom:0}.contact-head .btn{margin-top:22px}.contact-card{gap:10px;font-style:normal;display:grid}.contact-card strong{color:var(--dark-red);font-size:20px}.footer{color:var(--white);background:#4c090c;padding:44px 0 22px}.footer p,.footer a,.footer-bottom{color:#ffffffc7}.footer-grid{gap:28px;display:grid}.footer-brand{align-items:flex-start;gap:14px;display:flex}.footer-brand img{object-fit:cover;background:var(--white);border-radius:50%;flex:none;width:52px;height:52px}.footer strong{font-size:20px}.footer nav{flex-wrap:wrap;gap:12px;display:flex}.footer nav a:hover{color:var(--white)}.socials{gap:10px;display:flex}.socials a{border:1px solid #ffffff40;border-radius:50%;place-items:center;width:38px;height:38px;font-weight:950;display:grid}.footer-bottom{border-top:1px solid #ffffff26;margin-top:28px;padding-top:20px;font-size:14px}.floating-wa{z-index:40;min-height:46px;color:var(--white);background:#1fa855;border-radius:999px;align-items:center;padding:12px 16px;font-weight:950;display:inline-flex;position:fixed;bottom:16px;right:16px;box-shadow:0 14px 30px #1f29333d}.inbound-header .nav a{font-size:13px}.inbound-header .inbound-plan-cta{min-height:42px;color:var(--dark-red);background:var(--white);border-color:#d719202e;border-radius:999px;padding:10px 16px;box-shadow:0 14px 34px #a80f1629,0 0 0 6px #fff1f2e6}.inbound-header .inbound-plan-cta:hover{color:var(--white);background:var(--red);border-color:var(--red);box-shadow:0 18px 40px #d719203d,0 0 0 6px #fff1f2f2}.inbound-hero,.tour-hero{min-height:calc(100vh - 74px);color:var(--white);background:linear-gradient(110deg,#1f2933e0 0%,#a80f16b8 48%,#1f29332e 100%),url(/images/hero-lyg.jpg) 50%/cover no-repeat;align-items:center;display:grid}.inbound-hero{background:linear-gradient(110deg,#1f2933e6 0%,#a80f16b3 48%,#1f293333 100%),url(/images/international/hero-malaysia.avif) 50%/cover no-repeat}.tour-hero{background:linear-gradient(110deg,#1f2933e6 0%,#a80f16c2 52%,#1f293347 100%),url(/images/package-melaka-education.jpg) 50%/cover no-repeat;min-height:72vh}.inbound-hero-grid{gap:28px;padding:78px 0 58px;display:grid}.inbound-hero-copy h1{max-width:920px;font-size:clamp(40px,8vw,78px)}.inbound-hero-copy h2{color:#ffffffeb;max-width:760px;margin-top:14px;font-size:clamp(24px,4vw,38px)}.inbound-hero-copy p{color:#ffffffe0;max-width:720px;margin-top:18px;font-size:18px}.inbound-journey-card,.signature-panel,.tour-overview,.tour-facts,.inbound-form{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}.inbound-journey-card{color:var(--ink);padding:26px}.inbound-journey-card span{color:var(--red);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:950}.inbound-journey-card h3{margin-top:10px;font-size:28px}.inbound-journey-card p{margin:12px 0 18px}.inbound-journey-card a{color:var(--dark-red);font-weight:950}.inbound-trust-strip{border-bottom:1px solid var(--line);background:var(--white);padding:18px 0}.inbound-trust-grid{gap:12px;display:grid}.inbound-trust-grid article{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg, var(--white), snow);grid-template-columns:auto 1fr;align-items:center;gap:2px 12px;padding:16px;display:grid;box-shadow:0 10px 24px #1f29330d}.inbound-trust-grid span{width:42px;height:42px;color:var(--dark-red);background:var(--tint);border-radius:50%;grid-row:span 2;place-items:center;font-size:12px;font-weight:950;display:grid}.inbound-trust-grid strong{color:var(--ink);line-height:1.2}.inbound-trust-grid p{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.int-card-grid,.destination-grid,.timeline-grid{gap:18px;display:grid}.int-info-card,.destination-card,.timeline-grid article{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);padding:24px;box-shadow:0 10px 26px #1f29330f}.int-info-card h3,.destination-card h3{margin-bottom:10px}.int-photo-card{padding:0;overflow:hidden}.int-photo-card img{aspect-ratio:16/10;object-fit:cover;background:var(--soft);width:100%}.int-photo-card div{padding:22px}.why-link-card{color:inherit;text-decoration:none;transition:transform .25s,box-shadow .25s}.why-link-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.why-link-card:hover h3{color:var(--dark-red)}.destination-photo-card{padding:0;overflow:hidden}.destination-photo-card img{aspect-ratio:16/9;object-fit:cover;background:var(--soft);width:100%;transition:transform .35s,filter .35s}.destination-photo-card div{padding:22px}.destination-photo-card strong{color:var(--dark-red);margin:-2px 0 8px;font-size:14px;line-height:1.35;display:block}.destination-photo-card p{margin:0}.destination-photo-card:hover img{filter:saturate(1.05);transform:scale(1.035)}.journey-options-section{overflow:hidden}.journey-options-grid{gap:22px;display:grid}.journey-option-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:0 10px 26px #1f29330f}.journey-option-primary{box-shadow:var(--shadow);border-color:#d7192033;display:grid;overflow:hidden}.consultation-visual{background:var(--soft);min-height:260px;overflow:hidden}.consultation-visual img{object-fit:cover;object-position:center center;width:100%;height:100%;min-height:260px}.journey-option-body{padding:24px}.journey-option-body h3,.journey-option-secondary h3{margin-bottom:16px}.journey-option-body .btn{margin-top:22px}.option-reassurance{color:var(--muted);text-align:center;margin:12px 0 0;font-size:14px;font-weight:800}.journey-option-secondary{text-align:center;align-content:center;padding:26px;display:grid}.journey-option-secondary .btn-light{color:var(--dark-red);background:var(--white);border-color:#d7192042;margin:18px 0}.option-icon{width:58px;height:58px;color:var(--dark-red);background:var(--tint);border-radius:50%;place-items:center;margin:0 auto 16px;font-size:12px;font-weight:950;display:grid}.option-chips{flex-wrap:wrap;justify-content:center;gap:9px;padding-top:6px;display:flex}.option-chips span{border:1px solid var(--line);color:#364152;background:var(--white);border-radius:999px;padding:8px 11px;font-size:13px;font-weight:800}.journey-options-note{max-width:760px;color:var(--muted);text-align:center;margin:22px auto 0}.destination-video-section{background:linear-gradient(180deg, var(--white) 0%, var(--soft) 100%)}.destination-video-grid{align-items:center;gap:28px;display:grid}.destination-video-grid .section-head{margin:0}.destination-video-grid .section-head .btn{margin-top:20px}.destination-video-card{border:1px solid var(--line);border-radius:calc(var(--radius) + 6px);background:var(--white);box-shadow:var(--shadow);overflow:hidden}.destination-video-card>p{color:var(--muted);margin:0;padding:12px 16px 14px;font-size:13px}.melaka-specialist-section{overflow:hidden}.melaka-specialist-grid{align-items:center;gap:28px;display:grid}.melaka-specialist-visual{border-radius:calc(var(--radius) + 4px);background:var(--soft);box-shadow:var(--shadow);overflow:hidden}.melaka-specialist-visual img{aspect-ratio:16/10;object-fit:cover;width:100%}.melaka-specialist-grid .btn{margin-top:22px}.guide-card a{color:var(--dark-red);margin-top:14px;font-weight:950;text-decoration:none;display:inline-flex}.guide-card a:hover{text-decoration:underline}.video-lite{aspect-ratio:16/9;background:#111827;position:relative;overflow:hidden}.video-lite iframe,.video-poster,.video-poster img{width:100%;height:100%}.video-lite iframe{border:0;display:block}.video-poster{cursor:pointer;background:#111827;border:0;padding:0;display:block;position:relative}.video-poster img{object-fit:cover;transition:transform .45s,filter .45s}.video-poster:after{content:"";background:linear-gradient(#1f29330a,#1f29335c);position:absolute;inset:0}.video-poster:hover img{filter:saturate(1.08);transform:scale(1.035)}.video-play{z-index:2;background:#fffffff0;border-radius:50%;place-items:center;width:72px;height:72px;transition:transform .2s,background .2s;display:grid;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 18px 45px #1f293347}.video-play span{border-top:13px solid #0000;border-bottom:13px solid #0000;border-left:20px solid var(--red);width:0;height:0;margin-left:5px}.video-poster:hover .video-play{background:var(--white);transform:translate(-50%,-50%)scale(1.05)}.signature-panel{align-items:center;gap:22px;padding:clamp(16px,3vw,24px);display:grid;overflow:hidden}.signature-visual{border-radius:var(--radius);background:var(--soft);overflow:hidden}.signature-visual img{aspect-ratio:16/8.5;object-fit:cover;object-position:center center;width:100%}.signature-panel>div{padding:4px clamp(8px,2vw,18px) clamp(8px,2vw,18px)}.signature-panel h2{margin-top:8px}.signature-panel p{max-width:780px;margin:14px 0}.signature-panel strong{color:var(--dark-red)}.destination-card span,.timeline-grid b{width:44px;height:44px;color:var(--dark-red);background:var(--tint);border-radius:50%;place-items:center;margin-bottom:16px;font-size:12px;font-weight:950;display:grid}.trust-list,.plain-list{margin:0;padding:0;list-style:none}.trust-list{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);gap:12px;padding:24px;display:grid;box-shadow:0 10px 26px #1f29330f}.trust-list li,.plain-list li{color:#364152;padding-left:24px;font-weight:750;position:relative}.trust-list li:before,.plain-list li:before{content:"";background:var(--red);border-radius:50%;width:8px;height:8px;position:absolute;top:.72em;left:0}.plain-list li+li{margin-top:10px}.inbound-tour-grid{gap:20px;display:grid}.inbound-tour-card .package-body{gap:0}.tour-meta{gap:7px;margin:12px 0;display:grid}.tour-meta span{width:fit-content;color:var(--dark-red);background:var(--tint);border-radius:999px;padding:6px 10px;font-size:13px;font-weight:950}.tour-meta strong{color:#364152;font-size:14px;line-height:1.45}.ideal-line{color:#364152;margin:0 0 18px;font-size:14px}.ideal-line strong{color:var(--ink)}.inbound-tour-featured{border-color:#d7192057;box-shadow:0 22px 60px #1f29331f}.inbound-tour-featured .package-image span{background:var(--dark-red)}.enquiry-grid,.tour-overview-grid,.tour-two-col{gap:24px;display:grid}.inbound-form{padding:22px}.form-grid{gap:14px;display:grid}.inbound-form label{gap:6px;display:grid}.inbound-form span{color:var(--ink);font-size:13px;font-weight:900}.inbound-form input,.inbound-form select,.inbound-form textarea{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);width:100%;min-height:44px;color:var(--ink);font:inherit;padding:11px 12px}.inbound-form textarea{resize:vertical}.inbound-form .btn{width:100%;margin-top:16px}.form-note{margin-top:12px;font-size:13px}.planning-page-grid{align-items:start;gap:22px;display:grid}.planning-page-hero h1{margin-top:8px}.planning-note,.planning-summary-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}.planning-note{color:#364152;padding:14px 16px;font-size:14px}.planning-summary-card{padding:24px;box-shadow:0 10px 26px #1f29330f}.planning-summary-card strong{color:var(--dark-red);margin-bottom:14px;font-size:18px;display:block}.form-page-wrap{max-width:980px}.secure-inbound-form fieldset{border:0;border-bottom:1px solid var(--line);min-width:0;margin:0 0 22px;padding:0 0 22px}.secure-inbound-form fieldset:last-of-type{margin-bottom:18px}.secure-inbound-form legend{color:var(--dark-red);margin-bottom:16px;font-weight:950}.consent-row{color:#364152;align-items:flex-start;margin-top:10px;grid-template-columns:none!important;gap:10px!important;display:flex!important}.consent-row input{accent-color:var(--red);margin-top:4px;width:18px!important;height:18px!important}.form-honeypot{opacity:0;width:1px;height:1px;position:absolute;left:-9999px}.form-message{border-radius:var(--radius);margin:14px 0 0;padding:13px 14px;font-size:14px;font-weight:800}.form-message-success{color:#17633a;background:#ecfdf3;border:1px solid #bbf7d0}.form-message-error{color:var(--dark-red);background:var(--tint);border:1px solid #d7192038}.secure-inbound-form .btn:disabled{opacity:.72;cursor:progress;transform:none}.tour-overview,.tour-facts{padding:26px}.tour-overview h2{margin:8px 0 14px}.tour-facts{align-self:start;gap:14px;display:grid}.tour-facts div{border-bottom:1px solid var(--line);gap:5px;padding-bottom:14px;display:grid}.tour-facts div:last-child{border-bottom:0;padding-bottom:0}.tour-facts strong{color:var(--dark-red)}.tour-facts span{color:var(--muted)}.inbound-footer .btn{margin-top:14px}@media (max-width:1179px){.nav{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow);flex-direction:column;align-items:stretch;padding:10px;display:none;position:fixed;top:78px;left:16px;right:16px}.nav.open{display:flex}}@media (min-width:640px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:210px}.gallery-item{min-height:auto}.gallery-feature{grid-area:span 2/span 2}.gallery-tall{grid-row:span 2}.inbound-trust-grid,.package-grid,.feature-grid,.steps-grid,.style-grid,.testimonial-grid,.inbound-tour-grid,.int-card-grid,.destination-grid,.timeline-grid,.form-grid{grid-template-columns:repeat(2,1fr)}.form-wide{grid-column:1/-1}}@media (min-width:768px){.strip-grid{grid-template-columns:repeat(2,1fr);gap:20px}.hero-grid{grid-template-columns:1.18fr .82fr;align-items:end}.team-grid{grid-template-columns:.92fr 1.08fr;gap:44px}.team-photo{aspect-ratio:16/11}.contact-grid,.cta-grid{grid-template-columns:1.25fr .75fr}.melaka-specialist-grid{grid-template-columns:.95fr 1.05fr}.journey-options-grid{grid-template-columns:1.15fr .85fr;align-items:stretch}.journey-option-primary{grid-template-columns:.92fr 1.08fr}.planning-page-grid{grid-template-columns:1.12fr .88fr}.destination-video-grid{grid-template-columns:.82fr 1.18fr;gap:36px}.inbound-hero-grid{grid-template-columns:1.15fr .85fr;align-items:end}.enquiry-grid,.tour-overview-grid,.tour-two-col{grid-template-columns:1.15fr .85fr}.footer-grid{grid-template-columns:1.2fr 1fr auto;align-items:start}}@media (min-width:1024px){.strip-grid{grid-template-columns:repeat(4,1fr)}.inbound-trust-grid{grid-template-columns:repeat(5,1fr)}.package-grid,.feature-grid,.style-grid,.inbound-tour-grid{grid-template-columns:repeat(3,1fr)}.steps-grid{grid-template-columns:repeat(4,1fr)}.destination-grid{grid-template-columns:repeat(3,1fr)}.timeline-grid{grid-template-columns:repeat(4,1fr)}.gallery-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:210px;gap:16px}.gallery-feature{grid-area:span 2/span 2}.gallery-tall{grid-row:span 2}.section{padding:92px 0}}@media (min-width:1180px){.site-header{grid-template-columns:auto 1fr auto auto}.brand{gap:12px;min-width:196px}.brand-logo{width:44px;height:44px}.nav{display:flex}.nav .nav-mobile-cta,.nav .language-switcher{display:none}.site-header>.language-switcher{display:flex}.menu-toggle{display:none}.site-header .header-cta{display:inline-flex}}@media (min-width:1280px){h1{font-size:78px}.hero-grid{padding-top:92px;padding-bottom:84px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;transition-delay:0s!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}
