.bhutan{--bg:#09090b;--surface:#121216;--surface-2:#17171d;--hairline:#232329;--hairline-strong:#33333c;--text:#ffffff;--text-muted:#a5a1af;--text-dim:#7d7889;--accent-a:#f853a2;--accent-b:#b57bee;--link:#f853a2;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.bhutan-gradient-text{background:linear-gradient(90deg,var(--accent-a),var(--accent-b));-webkit-background-clip:text;background-clip:text}.bhutan-gradient-drift,.bhutan-gradient-text{-webkit-text-fill-color:transparent;color:transparent}.bhutan-gradient-drift{background:linear-gradient(90deg,var(--accent-a),var(--accent-b),var(--accent-a));background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:bhutan-drift 9s ease-in-out 1.4s infinite}@keyframes bhutan-drift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.bhutan-marquee-track{animation:bhutan-marquee 38s linear infinite;will-change:transform}.bhutan-marquee:hover .bhutan-marquee-track{animation-play-state:paused}.bhutan-gradient-bg{background:linear-gradient(90deg,var(--accent-a),var(--accent-b))}.bhutan-cta-bg{background:var(--accent-a);transition:background-color .15s ease}.bhutan-cta-bg:hover{background:#fa6bb0}.bhutan-rule{height:3px;width:64px;border-radius:999px;background:linear-gradient(90deg,var(--accent-a),var(--accent-b))}.bhutan-display{font-weight:800;letter-spacing:-.035em;line-height:.98}.bhutan-h2{font-weight:800;letter-spacing:-.028em;line-height:1.06}.bhutan-eyebrow{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.28em}.bhutan-photo img{filter:saturate(.82) contrast(1.06) brightness(.88)}.bhutan-hero{min-height:100vh;min-height:100svh}.bhutan-hero-img{animation:bhutan-kenburns 24s ease-in-out infinite alternate;transform-origin:58% 45%;will-change:transform}@keyframes bhutan-kenburns{0%{transform:scale(1.02)}to{transform:scale(1.14)}}.bhutan-scrim{background:linear-gradient(0deg,rgba(9,9,11,.97) 0,rgba(9,9,11,.92) 20%,rgba(9,9,11,.74) 45%,rgba(9,9,11,.46) 72%,rgba(9,9,11,.48))}.bhutan-scrim-side{background:linear-gradient(90deg,rgba(9,9,11,.9) 0,rgba(9,9,11,.66) 26%,rgba(9,9,11,.3) 52%,rgba(9,9,11,0) 78%)}.bhutan-plate-fade{background:linear-gradient(to bottom,var(--bg) 0,rgba(9,9,11,.55) 22%,rgba(9,9,11,.55) 78%,var(--bg) 100%)}.bhutan-grain:after{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.05;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E")}.bhutan-card{border-radius:24px;border:1px solid var(--hairline);background:var(--surface);transition:border-color .2s ease,background-color .2s ease}.bhutan-card:hover{border-color:var(--hairline-strong);background:var(--surface-2)}.bhutan-pill{border-radius:999px;transition:transform .2s ease,border-color .2s ease,opacity .2s ease}.bhutan-pill:hover{transform:translateY(-1px)}.bhutan-pill:active{transform:scale(.97)}@keyframes bhutan-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.bhutan-marquee-track{animation:bhutan-marquee 34s linear infinite}.bhutan-marquee-mask{-webkit-mask-image:linear-gradient(90deg,transparent,black 6%,black 94%,transparent);mask-image:linear-gradient(90deg,transparent,black 6%,black 94%,transparent)}@media (prefers-reduced-motion:reduce){.bhutan-marquee-track{animation:none}}.bhutan-reveal{opacity:0;transform:translateY(16px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.bhutan-reveal.is-visible{opacity:1;transform:translateY(0)}.bhutan-timeline-line{background:var(--hairline);position:relative;overflow:hidden}.bhutan-timeline-line:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--accent-a),var(--accent-b));transform:scaleX(0);transform-origin:left;transition:transform .9s cubic-bezier(.16,1,.3,1)}.bhutan-timeline-line.is-visible:after{transform:scaleX(1)}@media (max-width:1023.98px){.bhutan-timeline-line:after{transform-origin:top;transform:scaleY(0)}.bhutan-timeline-line.is-visible:after{transform:scaleY(1)}}.bhutan-embed-fade{background:linear-gradient(to bottom,rgba(18,18,22,0) 0,rgba(18,18,22,.55) 26%,rgba(18,18,22,.93) 52%,var(--surface) 74%)}.bhutan-embed-skeleton{background:linear-gradient(90deg,var(--surface) 25%,#1c1c22 37%,var(--surface) 63%);background-size:400% 100%;animation:bhutan-shimmer 1.6s ease-in-out infinite}@keyframes bhutan-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.bhutan-scroll-cue{animation:bhutan-cue 2.4s ease-in-out infinite}@keyframes bhutan-cue{0%,to{transform:translateY(0);opacity:.5}50%{transform:translateY(6px);opacity:1}}@keyframes bhutan-enter{0%{opacity:0;transform:translateY(18px)}}@keyframes bhutan-enter-cta{0%{opacity:0;transform:translateY(18px) scale(.96)}}@keyframes bhutan-rule-in{0%{width:0;opacity:0}}@keyframes bhutan-photo-in{0%{opacity:0;transform:scale(1.06)}}.bhutan-hero-photo{animation:bhutan-photo-in 1.3s cubic-bezier(.22,1,.36,1) backwards}.bhutan-hero-enter>*{animation:bhutan-enter .9s cubic-bezier(.16,1,.3,1) backwards}.bhutan-hero-enter>:first-child{animation-delay:.26s}.bhutan-hero-enter>:nth-child(2){animation-delay:.36s}.bhutan-hero-enter>:nth-child(3){animation-delay:.5s}.bhutan-hero-enter>:nth-child(4){animation-delay:.6s}.bhutan-hero-enter>:nth-child(5){animation-delay:.68s}.bhutan-hero-enter>:nth-child(6){animation-delay:.78s}.bhutan-hero-enter>:nth-child(7){animation-delay:.9s}.bhutan-hero-enter>.bhutan-rule{animation-name:bhutan-rule-in;animation-duration:.7s}.bhutan-hero-enter>.bhutan-hero-ctas{animation-name:bhutan-enter-cta}.bhutan-hero-logo{animation:bhutan-enter .8s cubic-bezier(.16,1,.3,1) .18s backwards}.bhutan-hero-cue{animation:bhutan-enter .9s cubic-bezier(.16,1,.3,1) 1.15s backwards}@media (prefers-reduced-motion:reduce){.bhutan-gradient-drift{animation:none;background-position:0 50%}.bhutan-marquee-track{animation:none}.bhutan-reveal{opacity:1;transform:none}.bhutan-reveal,.bhutan-timeline-line:after{transition-duration:.01ms!important}.bhutan-tl-body,.bhutan-tl-node{opacity:1!important;transform:none!important;transition:none!important}.bhutan-sticky{transition:none!important}.bhutan-embed-skeleton,.bhutan-hero-img,.bhutan-scroll-cue{animation:none}.bhutan-hero-cue,.bhutan-hero-enter>*,.bhutan-hero-logo,.bhutan-hero-photo{animation:none;opacity:1;transform:none}.bhutan-hero-enter>.bhutan-rule{width:64px}.bhutan-pill:hover{transform:none}}