@charset "UTF-8";.pokhara-home{font-family:var(--font-sans);font-size:16px;line-height:1.5;color:var(--color-on-surface)}.pokhara-home .home-section{padding-top:96px;padding-bottom:96px}.pokhara-home .home-section--flush-bottom{padding-bottom:0}.pokhara-home .home-section__inner{box-sizing:border-box;width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:max(16px,3vw);padding-right:max(16px,3vw)}.pokhara-home .home-section__inner--full{max-width:none}.pokhara-home .home-section__header{margin-bottom:64px;text-align:center}.pokhara-home .home-section__header--left{text-align:left}.pokhara-home .home-section__header-row{display:flex;flex-direction:column;gap:16px;margin-bottom:64px}@media (min-width: 768px){.pokhara-home .home-section__header-row{flex-direction:row;align-items:flex-end;justify-content:space-between}}.pokhara-home .home-section__eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.05em;text-transform:uppercase;color:var(--color-primary)}.pokhara-home .home-section__header--left .home-section__eyebrow,.pokhara-home .home-section__header-row .home-section__eyebrow{justify-content:flex-start}.pokhara-home .home-section__eyebrow-icon{font-size:18px!important;width:18px;height:18px}.pokhara-home .home-section__title{margin:0;font-size:36px;font-weight:900;line-height:1.1;letter-spacing:-.02em;color:var(--color-on-surface)}.pokhara-home .home-section__subtitle{margin:16px 0 0;font-size:18px;font-weight:400;line-height:1.6;color:var(--color-on-surface-variant)}.pokhara-home .home-hero{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100vh;overflow:hidden}.pokhara-home .home-hero__media{position:absolute;inset:0;z-index:0}.pokhara-home .home-hero__media .home-hero__carousel{position:absolute;inset:0;overflow:hidden}.pokhara-home .home-hero__media .home-hero__track{display:flex;flex-direction:row;height:100%;transition:transform .9s cubic-bezier(.4,0,.2,1);will-change:transform}.pokhara-home .home-hero__media .home-hero__slide{flex:0 0 100vw;width:100vw;height:100%;overflow:hidden}.pokhara-home .home-hero__media img{display:block;width:100%;height:100%;object-fit:cover}.pokhara-home .home-hero__scroll{position:absolute;bottom:40px;left:50%;z-index:20;padding:0;cursor:pointer;background:transparent;border:none;transform:translate(-50%);animation:home-hero-bounce 1.5s infinite}@keyframes home-hero-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.pokhara-home .home-hero__content{position:relative;z-index:10;box-sizing:border-box;max-width:896px;padding-left:16px;padding-right:16px;text-align:center}.pokhara-home .home-hero__eyebrow{display:block;margin-bottom:24px;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.2em;text-transform:uppercase;color:var(--color-primary)}.pokhara-home .home-hero__title{margin:0 0 24px;font-size:48px;font-weight:900;line-height:1.1;letter-spacing:-.02em;color:var(--color-on-surface)}@media (min-width: 768px){.pokhara-home .home-hero__title{font-size:72px}}.pokhara-home .home-hero__title em{font-style:italic;color:var(--color-primary)}.pokhara-home .home-hero__desc{max-width:672px;margin:0 auto 40px;font-size:18px;font-weight:500;line-height:1.6;color:var(--color-on-surface-variant)}.pokhara-home .home-hero__actions{display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center}@media (min-width: 768px){.pokhara-home .home-hero__actions{flex-direction:row}}.pokhara-home .home-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 40px;font-family:inherit;font-size:14px;font-weight:700;line-height:1.2;text-transform:uppercase;border-radius:8px;cursor:pointer;transition:filter .2s ease,background-color .2s ease;border:none}.pokhara-home .home-btn--primary{color:var(--color-on-primary);background-color:var(--color-primary);box-shadow:0 10px 15px -3px #0000001a}.pokhara-home .home-btn--primary:hover{filter:brightness(1.1)}.pokhara-home .home-btn--secondary{color:var(--color-on-surface);background-color:#e0e3e54d;border:1px solid rgba(141,112,108,.5);backdrop-filter:blur(12px)}.pokhara-home .home-btn--secondary:hover{background-color:var(--color-surface-container-high)}.pokhara-home .home-btn--outline{color:var(--color-primary);background:transparent;border:2px solid var(--color-primary)}.pokhara-home .home-btn--outline:hover{background-color:#9e20160d}.pokhara-home .home-btn--surface{color:var(--color-on-surface);background-color:var(--color-surface-container);border:2px solid var(--color-outline)}.pokhara-home .home-btn--surface:hover{background-color:var(--color-surface-container-high)}.pokhara-home .home-btn--cta{padding:16px 40px;color:var(--color-on-primary);background-color:var(--color-primary);box-shadow:0 4px 6px -1px #0000001a}.pokhara-home .home-btn--cta:hover{filter:brightness(1.1)}.pokhara-home .home-btn--link{padding:0;font-size:14px;font-weight:700;color:var(--color-primary);text-transform:uppercase;text-decoration:none;background:transparent;border:none}.pokhara-home .home-btn--link:hover{color:var(--color-primary-container);text-decoration:underline}.pokhara-home .home-section__cta{margin-top:48px;text-align:center}.pokhara-home .home-section__cta--wide{margin-top:64px}.pokhara-home .home-grid-4{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 640px){.pokhara-home .home-grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.pokhara-home .home-grid-4{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1024px){.pokhara-home .home-grid-4.home-grid-4--auto{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.pokhara-home .home-grid-6{display:grid;gap:16px;justify-content:center;grid-template-columns:repeat(2,minmax(140px,180px))}@media (min-width: 768px){.pokhara-home .home-grid-6{grid-template-columns:repeat(3,minmax(140px,180px))}}@media (min-width: 1024px){.pokhara-home .home-grid-6{grid-template-columns:repeat(auto-fit,180px)}}.pokhara-home .home-grid-3{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 768px){.pokhara-home .home-grid-3{grid-template-columns:repeat(3,1fr)}}.pokhara-home .home-adventure-card{position:relative;aspect-ratio:1/1;overflow:hidden;cursor:pointer;background-color:var(--color-surface-container);border:1px solid rgba(225,191,185,.3);border-radius:12px;box-shadow:0 1px 2px #0000000d;transition:box-shadow .3s ease}.pokhara-home .home-adventure-card:hover{box-shadow:0 4px 6px -1px #0000001a}.pokhara-home .home-adventure-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.pokhara-home .home-adventure-card:hover img{transform:scale(1.1)}.pokhara-home .home-adventure-card__scrim{position:absolute;inset:0;background:linear-gradient(0deg,#000c,#0000 60%);pointer-events:none}.pokhara-home .home-adventure-card__body{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:24px}.pokhara-home .home-adventure-card__icon{display:block;margin-bottom:8px;font-size:24px!important;color:var(--color-neon-accent)}.pokhara-home .home-adventure-card__title{margin:0;font-size:24px;font-weight:700;line-height:1.3;color:#fff}.pokhara-home .home-adventure-card__desc{margin:8px 0 0;font-size:14px;font-weight:400;line-height:1.5;color:#fffc;opacity:0;transition:opacity .3s ease}.pokhara-home .home-adventure-card:hover .home-adventure-card__desc{opacity:1}.pokhara-home .home-adventure-card__badge{position:absolute;top:16px;right:16px;padding:4px 12px;font-size:10px;font-weight:700;line-height:1.2;color:#fff;background:#00000080;border-radius:9999px;backdrop-filter:blur(12px)}.pokhara-home .home-dest-card{position:relative;aspect-ratio:1;overflow:hidden;cursor:pointer;background-color:var(--color-surface);border:1px solid rgba(225,191,185,.3);border-radius:12px;box-shadow:0 1px 2px #0000000d}.pokhara-home .home-dest-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.pokhara-home .home-dest-card:hover img{transform:scale(1.1)}.pokhara-home .home-dest-card__overlay{position:absolute;inset:0;background:#0006;transition:background .3s ease}.pokhara-home .home-dest-card:hover .home-dest-card__overlay{background:#0003}.pokhara-home .home-dest-card__label{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.pokhara-home .home-dest-card__name{font-size:20px;font-weight:700;line-height:1.3}.pokhara-home .home-dest-card__trips{font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.pokhara-home .home-trip-card{overflow:hidden;cursor:pointer;background:#fff;border:1px solid rgba(225,191,185,.5);border-radius:12px;transition:border-color .3s ease,box-shadow .3s ease}.pokhara-home .home-trip-card:hover{border-color:#9e201680;box-shadow:0 20px 25px -5px #0000001a}.pokhara-home .home-trip-card__media{position:relative;aspect-ratio:16/9}.pokhara-home .home-trip-card__media img{width:100%;height:100%;object-fit:cover}.pokhara-home .home-trip-card__tags{position:absolute;top:12px;left:12px;display:flex;gap:4px}.pokhara-home .home-trip-card__tag{padding:4px 8px;font-size:9px;font-weight:700;line-height:1.2;text-transform:uppercase;border-radius:4px}.pokhara-home .home-trip-card__tag--region{color:#fff;background:#191c1ecc;backdrop-filter:blur(4px)}.pokhara-home .home-trip-card__tag--primary{color:var(--color-on-primary);background:var(--color-primary)}.pokhara-home .home-trip-card__tag--secondary{color:var(--color-on-secondary);background:var(--color-secondary)}.pokhara-home .home-trip-card__tag--beginner{color:var(--color-on-secondary-container);background:var(--color-secondary-container)}.pokhara-home .home-trip-card__tag--expert{color:var(--color-on-primary);background:var(--color-error)}.pokhara-home .home-trip-card__recommended{position:absolute;top:12px;right:12px;padding:4px 8px;font-size:9px;font-weight:700;line-height:1.2;color:var(--color-on-primary);text-transform:uppercase;background:var(--color-neon-accent);border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a}.pokhara-home .home-trip-card__body{padding:24px}.pokhara-home .home-trip-card__rating{display:flex;gap:4px;align-items:center;margin-bottom:8px;font-size:14px;font-weight:700;color:var(--color-on-surface)}.pokhara-home .home-trip-card__rating .material-symbols-outlined{font-size:14px!important;color:var(--color-primary)}.pokhara-home .home-trip-card__title{margin:0 0 12px;font-size:20px;font-weight:700;line-height:1.35;color:var(--color-on-surface);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.pokhara-home .home-trip-card__meta{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;margin-bottom:24px;font-size:12px;font-weight:600;color:var(--color-on-surface-variant);border-bottom:1px solid rgba(225,191,185,.3)}.pokhara-home .home-trip-card__meta span{display:inline-flex;gap:4px;align-items:center}.pokhara-home .home-trip-card__meta .material-symbols-outlined{font-size:14px!important}.pokhara-home .home-trip-card__excerpt{margin:0 0 12px;font-size:13px;line-height:1.5;color:var(--color-on-surface-variant);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.pokhara-home .home-trip-card__footer{display:flex;align-items:center;justify-content:space-between}.pokhara-home .home-trip-card__price{font-size:24px;font-weight:900;color:var(--color-primary)}.pokhara-home .home-trip-card__price small{margin-left:4px;font-size:12px;font-weight:500;color:var(--color-on-surface-variant)}.pokhara-home .home-trip-card__link{padding-bottom:2px;font-size:11px;font-weight:700;color:var(--color-primary);text-transform:uppercase;border-bottom:2px solid var(--color-primary)}.pokhara-home .home-reason-card{padding:32px;text-align:center;background:#fff;border:1px solid rgba(225,191,185,.5);border-radius:12px;transition:border-color .3s ease,box-shadow .3s ease}.pokhara-home .home-reason-card:hover{border-color:#9e20164d;box-shadow:0 10px 15px -3px #0000001a}.pokhara-home .home-reason-card__icon-wrap{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 24px;background:#9e20161a;border-radius:50%;transition:transform .3s ease}.pokhara-home .home-reason-card__icon-wrap .material-symbols-outlined{font-size:30px!important;color:var(--color-primary)}.pokhara-home .home-reason-card:hover .home-reason-card__icon-wrap{transform:scale(1.1)}.pokhara-home .home-reason-card__title{margin:0 0 16px;font-size:20px;font-weight:700;line-height:1.3;color:var(--color-on-surface)}.pokhara-home .home-reason-card__desc{margin:0;font-size:14px;font-weight:500;line-height:1.6;color:var(--color-on-surface-variant)}.pokhara-home .home-story-wrap{max-width:768px;margin:0 auto}.pokhara-home .home-story-card{position:relative;padding:48px;background:#fff;border:1px solid rgba(225,191,185,.5);border-radius:16px;box-shadow:0 20px 25px -5px #0000001a}.pokhara-home .home-story-card__quote-icon{position:absolute;top:24px;right:24px;font-size:60px!important;color:var(--color-primary);opacity:.1}.pokhara-home .home-story-card__stars{display:flex;gap:4px;align-items:center;margin-bottom:24px;font-size:14px;font-weight:700;color:var(--color-on-surface)}.pokhara-home .home-story-card__stars .material-symbols-outlined{font-size:20px!important;color:var(--color-primary)}.pokhara-home .home-story-card__text{margin:0 0 40px;font-size:20px;font-weight:500;font-style:italic;line-height:1.6;color:var(--color-on-surface)}.pokhara-home .home-story-card__author{display:flex;gap:16px;align-items:center}.pokhara-home .home-story-card__avatar{width:56px;height:56px;overflow:hidden;border:2px solid rgba(158,32,22,.2);border-radius:50%}.pokhara-home .home-story-card__avatar img{width:100%;height:100%;object-fit:cover}.pokhara-home .home-story-card__name{font-size:16px;font-weight:900;color:var(--color-on-surface)}.pokhara-home .home-story-card__role{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--color-on-surface-variant)}.pokhara-home .home-story-nav{display:flex;gap:16px;align-items:center;justify-content:center;margin-top:32px}.pokhara-home .home-story-nav__btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:var(--color-on-surface);cursor:pointer;background:transparent;border:2px solid rgba(141,112,108,.3);border-radius:50%;box-shadow:0 1px 2px #0000000d;transition:all .2s ease}.pokhara-home .home-story-nav__btn:hover{color:var(--color-on-primary);background:var(--color-primary);border-color:var(--color-primary)}.pokhara-home .home-story-nav__pager{display:flex;gap:8px;align-items:center;font-size:14px;font-weight:700}.pokhara-home .home-story-nav__pager .current{color:var(--color-primary)}.pokhara-home .home-story-nav__pager .divider{width:48px;height:2px;background:var(--color-outline-variant)}.pokhara-home .home-story-nav__pager .total{color:var(--color-on-surface-variant)}.pokhara-home .home-blog-card{cursor:default}.pokhara-home .home-blog-card__media,.pokhara-home .home-blog-card__body{cursor:pointer}.pokhara-home .home-blog-card__body{padding-top:0}.pokhara-home .home-blog-card__media{position:relative;aspect-ratio:16/10;margin-bottom:24px;overflow:hidden;border-radius:12px;box-shadow:0 1px 2px #0000000d}@media (max-width: 1024px){.pokhara-home .home-blog-card__media{aspect-ratio:16/5}}.pokhara-home .home-blog-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.pokhara-home .home-blog-card:hover .home-blog-card__media img{transform:scale(1.05)}.pokhara-home .home-blog-card__category{position:absolute;top:16px;left:16px;padding:4px 12px;font-size:10px;font-weight:700;line-height:1.2;text-transform:uppercase;border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a}.pokhara-home .home-blog-card__date{margin-bottom:8px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--color-on-surface-variant)}.pokhara-home .home-blog-card__title{margin:0 0 16px;font-size:20px;font-weight:700;line-height:1.35;color:var(--color-on-surface);transition:color .2s ease}.pokhara-home .home-blog-card:hover .home-blog-card__title{color:var(--color-primary)}.pokhara-home .home-blog-card__excerpt{display:-webkit-box;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:14px;font-weight:500;line-height:1.5;color:var(--color-on-surface-variant)}.pokhara-home .home-recommend-card{overflow:hidden;cursor:pointer;background:var(--color-surface-container-lowest);border:1px solid var(--color-outline-variant);border-radius:16px;transition:box-shadow .25s ease,transform .25s ease}.pokhara-home .home-recommend-card:hover{box-shadow:0 12px 32px #00000014;transform:translateY(-2px)}.pokhara-home .home-recommend-card__media{position:relative;aspect-ratio:16/10;overflow:hidden}@media (max-width: 1024px){.pokhara-home .home-recommend-card__media{aspect-ratio:16/5}}.pokhara-home .home-recommend-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.pokhara-home .home-recommend-card:hover .home-recommend-card__media img{transform:scale(1.05)}.pokhara-home .home-recommend-card__body{padding:16px 20px 20px}.pokhara-home .home-recommend-card__region{display:block;margin-bottom:6px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--color-primary)}.pokhara-home .home-recommend-card__title{margin:0 0 10px;font-size:18px;font-weight:700;line-height:1.35;color:var(--color-on-surface)}.pokhara-home .home-recommend-card__meta{display:flex;justify-content:space-between;gap:12px;font-size:14px;font-weight:600;color:var(--color-on-surface-variant)}.pokhara-home .home-video-card{cursor:pointer;transition:transform .25s ease}.pokhara-home .home-video-card:hover{transform:translateY(-2px)}.pokhara-home .home-video-card__media{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:16px;background:var(--color-surface-container)}.pokhara-home .home-video-card__media img{width:100%;height:100%;object-fit:cover}.pokhara-home .home-video-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--color-surface-container-high),var(--color-surface-container))}.pokhara-home .home-video-card__play{position:absolute;top:50%;left:50%;font-size:56px!important;color:#fff;filter:drop-shadow(0 4px 12px rgba(0,0,0,.35));transform:translate(-50%,-50%)}.pokhara-home .home-video-card__title{margin:16px 0 0;font-size:18px;font-weight:700;line-height:1.35;color:var(--color-on-surface)}.pokhara-home .home-hero__tags{position:absolute;bottom:96px;left:50%;z-index:10;display:flex;flex-wrap:wrap;gap:24px;align-items:center;justify-content:center;color:#fff;transform:translate(-50%)}.pokhara-home .home-hero__tag{display:inline-flex;gap:10px;align-items:center;font-size:1.125rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-shadow:0 2px 10px rgba(0,0,0,.5)}.pokhara-home .home-hero__tag .material-symbols-outlined{font-size:1.375rem!important;color:var(--color-tertiary-fixed)}.pokhara-home .home-adventure-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:1/1;padding:32px;overflow:hidden;cursor:pointer;background:var(--color-surface-container-lowest);border:1px solid rgba(225,191,185,.3);border-radius:16px;box-shadow:0 1px 2px #0000000d;transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease}.pokhara-home .home-adventure-card:hover{background:var(--color-primary);border-color:var(--color-primary);box-shadow:0 10px 15px -3px #0000001a}.pokhara-home .home-adventure-card img,.pokhara-home .home-adventure-card .home-adventure-card__scrim{display:none}.pokhara-home .home-adventure-card__icon{margin-bottom:16px;font-size:56px!important;color:var(--color-primary);transition:color .3s ease}.pokhara-home .home-adventure-card:hover .home-adventure-card__icon{color:#fff}.pokhara-home .home-adventure-card__body{position:static;display:block;padding:0;text-align:center}.pokhara-home .home-adventure-card__title{font-size:20px;font-weight:700;color:var(--color-on-surface);transition:color .3s ease}.pokhara-home .home-adventure-card:hover .home-adventure-card__title{color:#fff}.pokhara-home .home-adventure-card__desc{display:block!important;margin-top:8px;font-size:14px;color:var(--color-on-surface-variant);opacity:1;transition:color .3s ease}.pokhara-home .home-adventure-card:hover .home-adventure-card__desc{color:#fffc}.pokhara-home .home-adventure-card__badge{top:16px;right:16px;color:var(--color-on-surface);background:var(--color-surface-container-high)}.pokhara-home .home-why-split{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media (min-width: 1024px){.pokhara-home .home-why-split{grid-template-columns:1fr 1fr;gap:80px}}.pokhara-home .home-why-list{display:flex;flex-direction:column;gap:24px;margin-top:32px}.pokhara-home .home-why-item{display:flex;gap:16px;align-items:flex-start}.pokhara-home .home-why-item__icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:48px;height:48px;background:#f39c121a;border-radius:50%}.pokhara-home .home-why-item__icon .material-symbols-outlined{font-size:24px!important;color:var(--color-primary)}.pokhara-home .home-why-item__title{margin:0 0 4px;font-size:16px;font-weight:700;color:var(--color-on-surface)}.pokhara-home .home-why-item__desc{margin:0;font-size:14px;line-height:1.6;color:var(--color-on-surface-variant)}.pokhara-home .home-why-media{position:relative;overflow:visible;min-height:520px}@media (max-width: 767px){.pokhara-home .home-why-media{min-height:0}}.pokhara-home .home-why-media .design-image{position:relative;z-index:1;width:100%;height:520px;border-radius:24px;overflow:hidden}@media (max-width: 767px){.pokhara-home .home-why-media .design-image{height:auto;aspect-ratio:9/5}}.pokhara-home .home-why-media__img{width:100%;height:520px;object-fit:cover;border-radius:24px;box-shadow:0 20px 25px -5px #0000001a}@media (max-width: 767px){.pokhara-home .home-why-media__img{height:100%;aspect-ratio:9/5}}.pokhara-home .home-why-badge{position:absolute;z-index:10;bottom:-24px;left:-24px;max-width:260px;padding:24px;background:var(--color-surface-container-lowest);border-radius:16px;box-shadow:0 20px 25px -5px #0000001a}.pokhara-home .home-why-badge__stat{display:flex;gap:12px;align-items:center;margin-bottom:12px}.pokhara-home .home-why-badge__number{font-size:32px;font-weight:900;color:var(--color-primary)}.pokhara-home .home-why-badge__label{font-size:14px;font-weight:600;line-height:1.3;color:var(--color-on-surface-variant)}.pokhara-home .home-section--dark{background:var(--color-on-secondary-fixed);color:var(--color-inverse-on-surface)}.pokhara-home .home-testimonials-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 768px){.pokhara-home .home-testimonials-grid{grid-template-columns:repeat(2,1fr)}}.pokhara-home .home-testimonial-card{padding:40px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px}.pokhara-home .home-testimonial-card p{margin:0 0 24px;font-size:18px;font-weight:500;font-style:italic;line-height:1.6;color:var(--color-inverse-on-surface)}.pokhara-home .home-testimonial-card__author{display:flex;gap:16px;align-items:center}.pokhara-home .home-testimonial-card__author img{width:48px;height:48px;object-fit:cover;border-radius:50%}.pokhara-home .home-testimonial-card__name{font-size:16px;font-weight:700;color:var(--color-inverse-on-surface)}.pokhara-home .home-testimonial-card__role{font-size:12px;color:#fff9}.pokhara-home .home-cta-bottom{position:relative;padding-top:120px;padding-bottom:120px;overflow:hidden;text-align:center;background:var(--color-primary)}.pokhara-home .home-cta-bottom__title{margin:0 0 24px;font-size:40px;font-weight:800;line-height:1.1;color:#fff}@media (min-width: 768px){.pokhara-home .home-cta-bottom__title{font-size:56px}}.pokhara-home .home-cta-bottom__desc{max-width:640px;margin:0 auto 40px;font-size:18px;line-height:1.6;color:#ffffffd9}.pokhara-home .home-cta-bottom__actions{display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center}@media (min-width: 768px){.pokhara-home .home-cta-bottom__actions{flex-direction:row}}.pokhara-home .home-btn--on-primary{color:var(--color-primary);background:#fff}.pokhara-home .home-btn--on-primary:hover{filter:brightness(.95)}.pokhara-home .home-btn--ghost-light{color:#fff;background:transparent;border:1px solid rgba(255,255,255,.4)}.pokhara-home .home-btn--ghost-light:hover{background:#ffffff1a}@media (max-width: 767px){.pokhara-home .home-section{padding-top:56px;padding-bottom:56px}.pokhara-home .home-section__header,.pokhara-home .home-section__header-row{margin-bottom:32px}.pokhara-home .home-section__title{font-size:28px}.pokhara-home .home-section__subtitle{margin-top:12px;font-size:16px}.pokhara-home .home-section__eyebrow{font-size:12px}.pokhara-home .home-hero{height:20vh;min-height:180px;max-height:280px}.pokhara-home .home-hero .home-hero__media img{object-fit:cover;object-position:center}.pokhara-home .home-hero__title{font-size:28px;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.pokhara-home .home-hero__subtitle-en,.pokhara-home .home-hero__desc{white-space:normal;overflow-wrap:anywhere;word-break:break-word;max-width:100%;padding-inline:4px;box-sizing:border-box}.pokhara-home .home-hero__desc{margin-bottom:28px;font-size:16px}.pokhara-home .home-hero__eyebrow{margin-bottom:16px;font-size:12px;letter-spacing:.12em}.pokhara-home .home-hero__actions{width:100%;max-width:320px;margin:0 auto}.pokhara-home .home-btn{width:100%;max-width:320px;padding:14px 24px}.pokhara-home .home-section__header-row .home-btn--link{align-self:flex-start;margin-top:4px}.pokhara-home .home-section__cta{margin-top:32px}.pokhara-home .home-section__cta--wide{margin-top:40px}.pokhara-home .home-story-card{padding:24px 20px}.pokhara-home .home-story-card__text{font-size:16px}}.pokhara-home--stitch .home-section__title{font-family:var(--font-sans)}.pokhara-home--stitch .home-hero--stitch{height:100vh;height:100svh;min-height:700px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#0b0b0b}.pokhara-home--stitch .home-hero--stitch .home-hero__title{max-width:4xl;margin-right:auto;margin-left:auto;font-size:clamp(1.875rem,8vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.5);text-align:center}.pokhara-home--stitch .home-hero--stitch .home-hero__subtitle-en{display:none}.pokhara-home--stitch .home-hero--stitch .home-hero__content{text-align:center;padding:0 20px}.pokhara-home--stitch .home-hero--stitch .home-hero__actions{display:flex;flex-direction:column;gap:24px;justify-content:center;align-items:center;margin-top:32px;margin-bottom:80px}@media (min-width: 768px){.pokhara-home--stitch .home-hero--stitch .home-hero__actions{flex-direction:row}}@media (max-width: 767px){.pokhara-home--stitch .home-hero--stitch{height:60vh;min-height:360px}.pokhara-home--stitch .home-hero--stitch .home-hero__media{position:absolute;inset:0}.pokhara-home--stitch .home-hero--stitch .home-hero__media img{object-fit:cover;object-position:center center}.pokhara-home--stitch .home-hero--stitch .home-hero__content{padding:72px 16px 56px}.pokhara-home--stitch .home-hero--stitch .home-hero__title{font-size:clamp(1.35rem,6.5vw,1.875rem)}.pokhara-home--stitch .home-hero--stitch .home-hero__actions{gap:12px;margin-top:20px;margin-bottom:36px}.pokhara-home--stitch .home-hero--stitch .home-hero__actions .home-btn--lg{width:min(100%,280px);padding:12px 20px;font-size:14px}.pokhara-home--stitch .home-hero--stitch .home-hero__tags--stitch{bottom:12px;gap:16px;font-size:11px}.pokhara-home--stitch .home-hero--stitch .home-hero__tags--stitch .material-symbols-outlined{font-size:1rem!important}}.pokhara-home--stitch .hero-scrim--dark{background:#0006}.pokhara-home--stitch .home-hero__tags--stitch{position:absolute;bottom:48px;left:50%;transform:translate(-50%);display:flex;gap:32px;color:#fff;font-weight:700;letter-spacing:.1em;text-shadow:0 2px 10px rgba(0,0,0,.5)}.pokhara-home--stitch .home-hero__tags--stitch .home-hero__tag{display:flex;align-items:center;gap:8px}.pokhara-home--stitch .home-hero__tags--stitch .home-hero__tag .material-symbols-outlined{color:var(--color-primary);font-size:1.25rem!important}.pokhara-home--stitch .home-btn--lg{padding:16px 40px;font-size:18px;font-weight:700;border-radius:8px;letter-spacing:.05em;text-transform:uppercase;transition:all .15s ease}.pokhara-home--stitch .home-btn--lg:active{transform:scale(.95)}.pokhara-home--stitch .home-btn--primary.home-btn--lg{background:var(--color-primary);color:#fff;border:none;box-shadow:0 4px 6px -1px #0000001a}.pokhara-home--stitch .home-btn--primary.home-btn--lg:hover{filter:brightness(1.1)}.pokhara-home--stitch .home-btn--glass{padding:16px 40px;font-size:18px;font-weight:700;border-radius:8px;letter-spacing:.05em;text-transform:uppercase;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(8px);transition:all .15s ease}.pokhara-home--stitch .home-btn--glass:hover{background:#fff3}.pokhara-home--stitch .home-btn--glass:active{transform:scale(.95)}.pokhara-home--stitch .home-section--top-picks{padding-top:5rem;padding-bottom:5rem;background:var(--color-surface-container-lowest)}.pokhara-home--stitch .home-section__header-row--stitch{align-items:flex-end;margin-bottom:2rem}.pokhara-home--stitch .home-section__eyebrow--plain{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary)}.pokhara-home--stitch .home-section__eyebrow--plain .home-section__eyebrow-icon{display:none}.pokhara-home--stitch .home-grid-3{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.pokhara-home--stitch .home-grid-3{grid-template-columns:repeat(3,1fr)}}.pokhara-home--stitch .home-section--top-picks{border-top:1px solid var(--color-surface-container-high)}.pokhara-home--stitch .home-grid-4-stitch{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 576px){.pokhara-home--stitch .home-grid-4-stitch{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.pokhara-home--stitch .home-grid-4-stitch{grid-template-columns:repeat(4,1fr)}}.pokhara-home--stitch .home-trip-card--stitch{aspect-ratio:3/5;overflow:hidden;background:var(--color-surface-container-lowest);border:none;border-radius:8px;box-shadow:0 1px 2px #0000000d;cursor:pointer;position:relative;transition:transform .3s ease,box-shadow .3s ease}@media (max-width: 767px){.pokhara-home--stitch .home-trip-card--stitch{aspect-ratio:9/5}}.pokhara-home--stitch .home-trip-card--stitch:hover{box-shadow:0 4px 25px #0000001f;transform:translateY(-4px)}.pokhara-home--stitch .home-trip-card__media--stitch{aspect-ratio:3/5;overflow:hidden;position:relative;width:100%;height:100%}@media (max-width: 767px){.pokhara-home--stitch .home-trip-card__media--stitch{aspect-ratio:9/5}}.pokhara-home--stitch .home-trip-card__media--stitch img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-trip-card--stitch:hover .pokhara-home--stitch .home-trip-card__media--stitch img{transform:scale(1.05)}.pokhara-home--stitch .home-trip-card__scrim{position:absolute;inset:0;background:#00000080}.pokhara-home--stitch .home-trip-card__scrim--route{pointer-events:none;background:linear-gradient(to top,#000000c7,#00000047 42%,#0000000f)}.pokhara-home--stitch .home-trip-card__badge{position:absolute;top:16px;left:16px;z-index:2;padding:4px 12px;font-size:12px;font-weight:700;line-height:1.4;text-transform:none;border-radius:9999px;color:#fff;background:#1e1e1e8c;backdrop-filter:blur(4px)}.pokhara-home--stitch .home-trip-card__badge--advanced,.pokhara-home--stitch .home-trip-card__badge--expert,.pokhara-home--stitch .home-trip-card__badge--moderate{color:#fff;background:#1e1e1e8c}.pokhara-home--stitch .home-trip-card__price-badge{position:absolute;top:16px;right:16px;z-index:2;padding:4px 12px;font-size:12px;font-weight:700;line-height:1.4;white-space:nowrap;border-radius:9999px;color:#fff;background:#1e1e1e8c;backdrop-filter:blur(4px)}.pokhara-home--stitch .home-trip-card__caption{position:absolute;right:auto;bottom:0;left:0;z-index:2;max-width:92%;padding:20px 18px 22px;color:#fff;text-align:left}.pokhara-home--stitch .home-trip-card__eyebrow{display:block;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;font-size:12px;font-weight:500;line-height:1.4;letter-spacing:.04em;text-transform:none;white-space:nowrap;color:#ffffffeb;opacity:1}.pokhara-home--stitch .home-trip-card__caption .home-trip-card__title{margin:0;overflow:hidden;text-overflow:ellipsis;font-family:inherit;font-size:clamp(16px,2.2vw,20px);font-weight:700;line-height:1.3;letter-spacing:normal;color:#fff;text-transform:none;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical}.pokhara-home--stitch .home-trip-card__content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px;text-align:center;z-index:2}.pokhara-home--stitch .home-trip-card__content .home-trip-card__title{font-family:var(--font-sans);font-size:clamp(1rem,2.1vw,1.5rem);font-weight:700;letter-spacing:-.02em;color:var(--color-primary);margin-bottom:8px;text-transform:none;text-align:center;max-width:100%}@media (min-width: 768px){.pokhara-home--stitch .home-trip-card__content .home-trip-card__title{font-size:clamp(1.1rem,1.8vw,1.65rem)}}.pokhara-home--stitch .home-trip-card__content .home-trip-card__location{font-size:.875rem;line-height:1.5;color:#ffffffe6;margin-bottom:0;font-weight:400;text-align:center}.pokhara-home--stitch .home-trip-card__content .home-trip-card__excerpt{font-size:.8125rem;line-height:1.6;color:#ffffffb3;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pokhara-home--stitch .home-trip-card__hot{position:absolute;top:1rem;right:1rem;z-index:2;padding:.25rem .75rem;font-size:.75rem;font-weight:700;color:#fff;background:var(--color-primary);border-radius:9999px}.pokhara-home--stitch .home-trip-card__level{position:absolute;bottom:1rem;left:1rem;z-index:2;padding:.25rem .75rem;font-size:.75rem;font-weight:700;border-radius:.25rem}.pokhara-home--stitch .home-trip-card__level--advanced{color:var(--color-on-tertiary-fixed);background:var(--color-tertiary-fixed)}.pokhara-home--stitch .home-trip-card__level--moderate{color:var(--color-on-secondary-fixed);background:var(--color-secondary-fixed)}.pokhara-home--stitch .home-trip-card__level--epic{color:var(--color-on-tertiary-fixed);background:var(--color-tertiary-fixed)}.pokhara-home--stitch .home-trip-card__level--easy{color:var(--color-on-secondary-container);background:var(--color-secondary-container)}.pokhara-home--stitch .home-trip-card__body--stitch{display:flex;flex:1;flex-direction:column;padding:1.5rem}.pokhara-home--stitch .home-trip-card__body--stitch .home-trip-card__title{flex-shrink:0;margin-bottom:.5rem}.pokhara-home--stitch .home-trip-card__body--stitch .home-trip-card__desc{flex:1;min-height:4.125rem;margin:0 0 1rem;font-size:.875rem;line-height:1.5;color:var(--color-secondary)}.pokhara-home--stitch .home-trip-card__footer--stitch{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;min-height:2rem;margin-top:auto;font-size:.875rem;font-weight:700}.pokhara-home--stitch .home-trip-card__days{display:inline-flex;gap:.25rem;align-items:center;color:var(--color-on-surface-variant)}.pokhara-home--stitch .home-trip-card__days .material-symbols-outlined{font-size:1.125rem!important}.pokhara-home--stitch .home-trip-card__footer--stitch .home-trip-card__link{display:inline-flex;gap:.125rem;align-items:center;padding-bottom:0;font-size:.875rem;color:var(--color-primary);text-decoration:none;border-bottom:none}.pokhara-home--stitch .home-trip-card__footer--stitch .home-trip-card__link:hover{color:var(--color-primary-container);text-decoration:underline}.pokhara-home--stitch .home-trip-card__footer--stitch .home-trip-card__link .material-symbols-outlined{font-size:1.125rem!important}.pokhara-home--stitch .home-section--adventure-types{padding-top:8rem;padding-bottom:0;background:transparent}.pokhara-home--stitch .home-adventure-page-container,.pokhara-home--stitch .home-top-picks-page-container,.pokhara-home--stitch .home-stories-page-container,.pokhara-home--stitch .home-photo-page-container{position:relative}.pokhara-home--stitch .home-adventure-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}@media (max-width: 767px){.pokhara-home--stitch .home-adventure-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.pokhara-home--stitch .home-adventure-grid--wide{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width: 767px){.pokhara-home--stitch .home-adventure-grid--wide{grid-template-columns:1fr}}.pokhara-home--stitch .home-adventure-grid--wide .home-adventure-card--stitch{aspect-ratio:14/9;min-height:270px}.pokhara-home--stitch .home-adventure-scroll-container{position:relative}.pokhara-home--stitch .home-adventure-scroll{display:flex;gap:16px;overflow-x:auto;padding-bottom:32px;scroll-behavior:smooth;scrollbar-width:none}.pokhara-home--stitch .home-adventure-scroll::-webkit-scrollbar{display:none}.pokhara-home--stitch .home-adventure-scroll-arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:48px;height:48px;background:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 6px -1px #0000001a;border:none;cursor:pointer;transition:transform .2s ease;z-index:10}.pokhara-home--stitch .home-adventure-scroll-arrow:hover{transform:translateY(-50%) scale(1.1)}.pokhara-home--stitch .home-adventure-dots{display:flex;justify-content:center;gap:8px;margin-top:32px}.pokhara-home--stitch .home-adventure-dot{width:24px;height:8px;padding:0;border-radius:9999px;border:2px solid var(--color-primary);background:transparent;cursor:pointer}.pokhara-home--stitch .home-adventure-dot--active{background:var(--color-primary)}.pokhara-home--stitch .home-adventure-card--stitch{min-width:0;width:100%;aspect-ratio:3/5;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;border:none;border-radius:8px;box-shadow:0 1px 2px #0000000d;position:relative;overflow:hidden;flex-shrink:0;cursor:pointer}@media (max-width: 767px){.pokhara-home--stitch .home-adventure-card--stitch{aspect-ratio:9/5}}@media (min-width: 768px){.pokhara-home--stitch .home-adventure-card--stitch{min-width:0}}.pokhara-home--stitch .home-adventure-card--stitch:hover{transform:none;border:none;box-shadow:0 1px 2px #0000000d;background-color:#fff}.pokhara-home--stitch .home-adventure-card--stitch .home-adventure-card__bg{position:absolute;inset:0;z-index:0;background-color:#fff;transform:none;overflow:hidden}.pokhara-home--stitch .home-adventure-card--stitch .home-adventure-card__bg img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.pokhara-home--stitch .home-adventure-card--stitch .home-adventure-card__scrim{position:absolute;inset:0;z-index:1;background:#00000080;transition:background .3s ease;pointer-events:none}.pokhara-home--stitch .home-adventure-card--stitch:hover .home-adventure-card__scrim{background:#0000008c}.pokhara-home--stitch .home-adventure-card--stitch .home-adventure-card__icon{display:none}.pokhara-home--stitch .home-adventure-card--stitch .home-adventure-card__body{position:absolute;inset:0;z-index:2;padding:24px;pointer-events:none}.pokhara-home--stitch .home-adventure-card--stitch .home-adventure-card__title{position:absolute;top:50%;right:16px;left:16px;z-index:1;font-family:var(--font-sans);font-size:2rem;font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--color-primary)!important;margin:0;text-align:center;text-transform:uppercase;transform:translateY(-50%);white-space:normal;overflow-wrap:anywhere;word-break:break-word}@media (max-width: 767px){.pokhara-home--stitch .home-adventure-card--stitch .home-adventure-card__title{font-size:1.35rem;right:12px;left:12px}}@media (min-width: 768px){.pokhara-home--stitch .home-adventure-card--stitch .home-adventure-card__title{font-size:2.5rem;right:24px;left:24px}}.pokhara-home--stitch .home-adventure-card--stitch .home-adventure-card__desc{display:none}.pokhara-home--stitch .home-custom-inquire{padding:2rem 1rem 5rem;background:var(--color-surface-container-low)}@media (min-width: 768px){.pokhara-home--stitch .home-custom-inquire{padding-right:4rem;padding-left:4rem}}.pokhara-home--stitch .home-custom-inquire__inner{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;justify-content:space-between;max-width:64rem;margin:0 auto;padding:2rem;background:#fff;border:none;border-radius:1rem;box-shadow:0 1px 2px #0000000d}@media (min-width: 768px){.pokhara-home--stitch .home-custom-inquire__inner{flex-direction:row;align-items:center}}.pokhara-home--stitch .home-custom-inquire__text h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:var(--color-on-surface)}.pokhara-home--stitch .home-custom-inquire__text p{margin:0;font-size:.875rem;line-height:1.5;color:var(--color-secondary)}.pokhara-home--stitch .home-section--why-stitch{padding-top:5rem;padding-bottom:5rem;overflow:visible;background:var(--color-background);border:none}.pokhara-home--stitch .home-section--why-stitch .home-why-split{overflow:visible}.pokhara-home--stitch .home-section__title--why{margin-bottom:16px;font-size:3rem;font-weight:800;letter-spacing:-.02em;text-transform:uppercase;color:#000}@media (min-width: 768px){.pokhara-home--stitch .home-section__title--why{font-size:3.5rem}}.pokhara-home--stitch .home-why-split .home-section__subtitle{font-size:1rem;line-height:1.6;color:var(--color-on-surface-variant);margin-bottom:40px}.pokhara-home--stitch .home-why-item__icon{background:#d4a04d1a}.pokhara-home--stitch .home-why-item__icon .material-symbols-outlined{font-size:28px!important;color:var(--color-primary)}.pokhara-home--stitch .home-why-item__title{font-size:18px;font-weight:700;color:#000;margin-bottom:8px}.pokhara-home--stitch .home-why-item__desc{font-size:14px;line-height:1.6;color:var(--color-on-surface-variant)}.pokhara-home--stitch .home-why-media{min-height:560px}@media (max-width: 767px){.pokhara-home--stitch .home-why-media{min-height:0}}.pokhara-home--stitch .home-why-media .design-image{height:560px;border-radius:8px}@media (max-width: 767px){.pokhara-home--stitch .home-why-media .design-image{height:auto;aspect-ratio:9/5}}.pokhara-home--stitch .home-why-media__img{border-radius:8px;box-shadow:none;height:560px;object-fit:cover}@media (max-width: 767px){.pokhara-home--stitch .home-why-media__img{height:100%;aspect-ratio:9/5}}.pokhara-home--stitch .home-why-badge{position:absolute;z-index:10;left:-40px;bottom:-40px;display:flex;flex-direction:column;gap:12px;min-width:240px;max-width:320px;padding:20px 24px;background:#fff;border-radius:8px;box-shadow:0 20px 25px -5px #0000001a}.pokhara-home--stitch .home-why-badge__stat{display:flex;flex-direction:row;gap:12px;align-items:center;margin-bottom:0}.pokhara-home--stitch .home-why-badge__number{flex-shrink:0;font-size:48px;font-weight:900;line-height:1;color:var(--color-primary)}.pokhara-home--stitch .home-why-badge__label{font-size:14px;font-weight:600;line-height:1.35;color:var(--color-on-surface-variant);text-transform:none}.pokhara-home--stitch .home-why-badge__stars{display:flex;gap:4px;align-items:center}.pokhara-home--stitch .home-why-badge__star{font-size:18px!important;color:var(--color-primary)}.pokhara-home--stitch .home-section--photo-grid{padding-top:5rem;padding-bottom:5rem;background:var(--color-background)}.pokhara-home--stitch .home-photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}@media (max-width: 768px){.pokhara-home--stitch .home-photo-grid{grid-template-columns:repeat(2,1fr)}}.pokhara-home--stitch .home-photo-grid__item{aspect-ratio:1/1;position:relative;overflow:hidden;border-radius:8px;cursor:pointer;transition:transform .3s ease}.pokhara-home--stitch .home-photo-grid__item--hovered{transform:scale(1.05);z-index:10}.pokhara-home--stitch .home-photo-grid__img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.home-photo-grid__item--hovered .pokhara-home--stitch .home-photo-grid__img{transform:scale(1.1)}.pokhara-home--stitch .home-photo-grid__img :deep(.ant-image-img){width:100%;height:100%;object-fit:cover}.pokhara-home--stitch .home-photo-grid__img :deep(.ant-image){width:100%;height:100%}.pokhara-home--stitch .home-photo-grid__scrim{position:absolute;inset:0;background:#0000;transition:background .3s ease;z-index:1;pointer-events:none}.home-photo-grid__item--hovered .pokhara-home--stitch .home-photo-grid__scrim{background:#0006}.pokhara-home--stitch .home-photo-grid__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;z-index:2;pointer-events:none}.home-photo-grid__item--hovered .pokhara-home--stitch .home-photo-grid__overlay{opacity:1}.pokhara-home--stitch .home-photo-grid__overlay .material-symbols-outlined{width:48px;height:48px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-primary);font-size:24px!important;transition:transform .3s ease}.home-photo-grid__item--hovered .pokhara-home--stitch .home-photo-grid__overlay .material-symbols-outlined{transform:scale(1.1)}.pokhara-home--stitch .home-photo-grid__caption{position:absolute;bottom:0;left:0;right:0;padding:16px;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);color:#fff;font-size:14px;font-weight:600;opacity:0;transition:opacity .3s ease;z-index:2;pointer-events:auto}.home-photo-grid__item--hovered .pokhara-home--stitch .home-photo-grid__caption{opacity:1}.pokhara-home--stitch .home-photo-grid__preview-btn{display:block;width:100%;height:100%;padding:0;overflow:hidden;cursor:zoom-in;background:none;border:none}.pokhara-home--stitch .home-photo-preview-lightbox{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px;cursor:zoom-out;background:#000000d9;border:none}.pokhara-home--stitch .home-photo-preview-lightbox img{max-width:min(96vw,1200px);max-height:90vh;object-fit:contain}.pokhara-home--stitch .home-section--stories-dark{padding-top:5rem;padding-bottom:5rem;color:#000;background:#fff}.pokhara-home--stitch .home-section--stories-dark .home-section__title{margin:0;color:#000}.pokhara-home--stitch .home-section__header-row--stitch-dark{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;margin-bottom:2rem}.pokhara-home--stitch .home-section__stories-badge{padding:.25rem .75rem;font-size:.875rem;color:#000c;border:1px solid rgba(0,0,0,.2);border-radius:.25rem}.pokhara-home--stitch .home-stories-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.pokhara-home--stitch .home-stories-grid{grid-template-columns:repeat(2,1fr)}}.pokhara-home--stitch .home-story-card--stitch{display:flex;flex-direction:column;min-height:280px;padding:2.5rem;background:var(--color-surface-container-low);border:1px solid var(--color-surface-container-high);border-radius:1rem}.pokhara-home--stitch .home-story-card--stitch .home-story-card__content{flex:1 1 auto;min-height:0}.pokhara-home--stitch .home-story-card--stitch .home-story-card__text{margin:0;font-size:1.125rem;font-style:italic;line-height:1.6;color:#000;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pokhara-home--stitch .home-story-card--stitch .home-story-card__text.is-expanded{display:block;overflow:visible;-webkit-line-clamp:unset}.pokhara-home--stitch .home-story-card--stitch .home-story-card__more{margin-top:.75rem;padding:0;font-family:inherit;font-size:.875rem;font-weight:600;color:var(--color-primary);cursor:pointer;background:none;border:none}.pokhara-home--stitch .home-story-card--stitch .home-story-card__author{display:flex;flex-shrink:0;gap:1rem;align-items:center;margin-top:auto;padding-top:1.5rem}.pokhara-home--stitch .home-story-card--stitch .home-story-card__name{font-weight:700;color:#000}.pokhara-home--stitch .home-story-card--stitch .home-story-card__role{font-size:.75rem;color:#0009}.pokhara-home--stitch .home-story-card--stitch .home-story-card__avatar{background:var(--color-primary)}.pokhara-home--stitch .home-bottom-cta{padding:8rem 1rem;text-align:center;background:#fff;border-top:1px solid var(--color-surface-container-high)}@media (min-width: 768px){.pokhara-home--stitch .home-bottom-cta{padding-right:3rem;padding-left:3rem}}.pokhara-home--stitch .home-bottom-cta__inner{width:100%;max-width:1280px;margin:0 auto}.pokhara-home--stitch .home-bottom-cta h2{font-family:var(--font-sans);margin:0 0 2rem;font-size:clamp(1.75rem,3.2vw,3.5rem);font-weight:800;line-height:1.15;color:#000}@media (min-width: 1024px){.pokhara-home--stitch .home-bottom-cta h2{white-space:nowrap}}.pokhara-home--stitch .home-bottom-cta p{max-width:none;margin:0 auto 3rem;font-size:1.125rem;line-height:1.6;color:#0009}@media (min-width: 1024px){.pokhara-home--stitch .home-bottom-cta p{white-space:nowrap}}.pokhara-home--stitch .home-bottom-cta__actions{display:flex;flex-direction:column;flex-wrap:nowrap;gap:1.5rem;align-items:center;justify-content:center}@media (min-width: 768px){.pokhara-home--stitch .home-bottom-cta__actions{flex-direction:row;gap:2rem}}.pokhara-home--stitch .home-bottom-cta__btn{flex-shrink:0;padding:1.25rem 3rem;font-family:inherit;font-size:1.25rem;font-weight:700;line-height:1.2;color:#fff;white-space:nowrap;cursor:pointer;background:var(--color-primary);border:none;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a;transition:filter .2s ease,transform .15s ease,background-color .2s ease}.pokhara-home--stitch .home-bottom-cta__btn:hover{opacity:.9}.pokhara-home--stitch .home-bottom-cta__btn:active{transform:scale(.98)}.pokhara-home--stitch .home-bottom-cta__phone{display:inline-flex;flex-shrink:0;gap:.5rem;align-items:center;font-size:1rem;font-weight:700;line-height:1.2;color:#000;text-decoration:none;white-space:nowrap;cursor:pointer;background:transparent;border:none;transition:color .2s ease}.pokhara-home--stitch .home-bottom-cta__phone .material-symbols-outlined{font-size:1.25rem!important}.pokhara-home--stitch .home-bottom-cta__phone:hover{color:#fffc}.help-page{margin-top:-80px;background:var(--color-background);font-family:var(--font-sans);color:var(--color-on-surface)}.help-page__hero{padding:120px 20px 48px;background:linear-gradient(180deg,rgba(0,107,92,.08) 0%,transparent 100%);border-bottom:1px solid var(--color-outline-variant)}@media (min-width: 768px){.help-page__hero{padding:140px 64px 56px}}.help-page__hero-inner{max-width:1280px;margin:0 auto}.help-page__eyebrow{display:inline-block;margin-bottom:12px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary)}.help-page__title{margin:0 0 12px;font-family:var(--font-sans);font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.15;letter-spacing:-.02em}.help-page__subtitle{max-width:720px;margin:0;font-size:16px;line-height:1.65;color:var(--color-on-surface-variant)}.help-page__body{display:grid;grid-template-columns:1fr;gap:32px;max-width:1280px;margin:0 auto;padding:32px 20px 80px}@media (min-width: 960px){.help-page__body{grid-template-columns:240px minmax(0,1fr);gap:48px;padding:48px 64px 96px}}.help-page__nav-label{margin:0 0 12px;padding:0 12px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-on-surface-variant)}.help-page__nav ul{padding:0;margin:0;list-style:none}.help-page__nav a{display:block;padding:10px 12px;font-size:14px;font-weight:600;color:var(--color-on-surface-variant);text-decoration:none;border-radius:8px;transition:background .2s,color .2s}.help-page__nav a:hover{color:var(--color-primary);background:#00bfa514}.help-page__nav a.is-active{color:var(--color-primary);background:#00bfa51f}.help-page__main{min-width:0}.help-prose{font-size:15px;line-height:1.75;color:var(--color-on-surface)}.help-prose>p,.help-prose .help-prose__body>p{margin:0 0 16px;color:var(--color-on-surface-variant)}.help-prose h2,.help-prose .help-prose__body h2{margin:32px 0 12px;font-size:20px;font-weight:700;color:var(--color-on-surface)}.help-prose h2:first-child,.help-prose .help-prose__body h2:first-child{margin-top:0}.help-prose h3,.help-prose .help-prose__body h3{margin:20px 0 8px;font-size:16px;font-weight:700}.help-prose ul,.help-prose ol,.help-prose .help-prose__body ul,.help-prose .help-prose__body ol{padding-left:20px;margin:0 0 16px;color:var(--color-on-surface-variant)}.help-prose li,.help-prose .help-prose__body li{margin-bottom:8px}.help-prose a,.help-prose .help-prose__body a{color:var(--color-primary);text-decoration:underline}.help-prose__updated{margin-bottom:24px;padding:12px 16px;font-size:13px;color:var(--color-on-surface-variant);background:var(--color-surface-container-low);border-left:3px solid var(--color-primary);border-radius:0 8px 8px 0}.help-hub-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 640px){.help-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.help-hub-card{display:flex;flex-direction:column;gap:8px;padding:24px;text-decoration:none;background:#fff;border:1px solid var(--color-outline-variant);border-radius:12px;box-shadow:0 4px 16px #006b5c0a;transition:border-color .2s,box-shadow .2s,transform .2s}.help-hub-card:hover{border-color:#006b5c59;box-shadow:0 8px 24px #006b5c14;transform:translateY(-2px)}.help-hub-card .material-symbols-outlined{font-size:28px;color:var(--color-primary)}.help-hub-card h2{margin:0;font-size:17px;font-weight:700;color:var(--color-on-surface)}.help-hub-card p{margin:0;font-size:14px;line-height:1.55;color:var(--color-on-surface-variant)}
