:root{
  --pgh-navy:#09263a;
  --pgh-navy-2:#103850;
  --pgh-navy-3:#1d5672;
  --pgh-gold:#d2ab66;
  --pgh-gold-hi:#e9cc95;
  --pgh-ink:#162530;
  --pgh-muted:#738390;
  --pgh-paper:#fbfaf7;
  --pgh-line:rgba(9,38,58,.09);
  --pgh-shadow:0 40px 100px rgba(7,26,39,.22);
  --pgh-ease:cubic-bezier(.18,.86,.23,1);
}
.pgh,.pgh *{box-sizing:border-box}
.pgh{position:relative;z-index:2200;height:90px;font-family:inherit}
.pgh-backdrop{position:fixed;inset:0;background:rgba(7,22,32,.16);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}
.pgh:has(.pgh-item.is-open) .pgh-backdrop,
.pgh-menu-open .pgh-backdrop{opacity:1;visibility:visible;pointer-events:auto}
.pgh-shell{width:100%;background:rgba(255,255,255,.975);border-bottom:1px solid rgba(9,38,58,.08);transition:background .35s ease,box-shadow .35s ease,backdrop-filter .35s ease}
.pgh.is-scrolled .pgh-shell{position:fixed;top:0;right:0;left:0;background:rgba(255,255,255,.86);backdrop-filter:blur(20px) saturate(155%);-webkit-backdrop-filter:blur(20px) saturate(155%);box-shadow:0 13px 46px rgba(9,38,58,.11)}
.pgh-inner{max-width:1600px;height:90px;margin:0 auto;padding:0 34px;display:flex;align-items:center;gap:30px;direction:rtl;transition:height .34s var(--pgh-ease),padding .34s var(--pgh-ease)}
.pgh.is-scrolled .pgh-inner{height:72px}
.pgh-brand{position:relative;display:flex;align-items:center;justify-content:center;flex:0 0 auto;isolation:isolate}
.pgh-brand::before{content:"";position:absolute;width:72px;height:72px;border-radius:50%;background:radial-gradient(circle,rgba(210,171,102,.16),transparent 66%);opacity:0;transform:scale(.72);transition:opacity .3s ease,transform .45s var(--pgh-ease);z-index:-1}
.pgh-brand:hover::before{opacity:1;transform:scale(1)}
.pgh-brand img{width:62px;height:auto;display:block;transition:transform .45s var(--pgh-ease),filter .45s ease}
.pgh-brand:hover img{transform:translateY(-3px) scale(1.035);filter:drop-shadow(0 12px 22px rgba(161,116,45,.18))}

.pgh-desktop-nav{flex:1;min-width:0;position:relative}
.pgh-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:flex-start;gap:2px;white-space:nowrap}
.pgh-item{position:relative}
.pgh-link{position:relative;isolation:isolate;border:0;background:transparent;color:var(--pgh-ink);text-decoration:none;padding:32px 11px 30px;display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:650;line-height:1;cursor:pointer;transition:color .25s ease,transform .25s var(--pgh-ease)}
.pgh.is-scrolled .pgh-link{padding-top:24px;padding-bottom:23px}
.pgh-link::before{content:"";position:absolute;inset:18px 3px;border-radius:999px;z-index:-1;background:radial-gradient(circle at center,rgba(210,171,102,.13),rgba(210,171,102,0) 74%);opacity:0;transform:scale(.84);transition:opacity .25s ease,transform .34s var(--pgh-ease)}
.pgh-link:hover,.pgh-item.is-open>.pgh-link,.pgh-link.is-current{color:var(--pgh-navy)}
.pgh-link:hover::before,.pgh-item.is-open>.pgh-link::before,.pgh-link.is-current::before{opacity:1;transform:scale(1)}
.pgh-link--iranban{color:#087984}
.pgh-chevron{width:7px;height:7px;border-left:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(-45deg);transition:transform .28s var(--pgh-ease)}
.pgh-item.is-open .pgh-chevron{transform:rotate(135deg)}
.pgh-nav-rail{position:absolute;bottom:9px;right:0;height:2px;width:0;border-radius:999px;opacity:0;background:linear-gradient(90deg,transparent,var(--pgh-gold),transparent);box-shadow:0 0 16px rgba(210,171,102,.32);transition:right .34s var(--pgh-ease),width .34s var(--pgh-ease),opacity .2s ease;pointer-events:none}

.pgh-dropdown{position:absolute;top:calc(100% - 7px);right:0;left:auto;width:340px;max-width:calc(100vw - 28px);padding:16px;background:rgba(255,255,255,.965);border:1px solid rgba(9,38,58,.08);border-radius:24px;box-shadow:var(--pgh-shadow);backdrop-filter:blur(22px) saturate(140%);-webkit-backdrop-filter:blur(22px) saturate(140%);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(13px) scale(.982);transform-origin:top right;transition:opacity .22s ease,transform .36s var(--pgh-ease),visibility .22s ease;overflow:hidden}
.pgh-item.is-open>.pgh-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}
.pgh-align-left>.pgh-dropdown{right:auto;left:0;transform-origin:top left}

.pgh-mega--signature{position:fixed !important;top:var(--pgh-mega-top,90px) !important;left:50% !important;right:auto !important;width:min(1180px,calc(100vw - 52px)) !important;max-width:none !important;min-height:390px;padding:0 !important;display:grid !important;grid-template-columns:minmax(320px,360px) minmax(0,1fr) !important;gap:0 !important;border-radius:32px !important;overflow:hidden !important;isolation:isolate;background:radial-gradient(circle at var(--mx,78%) var(--my,28%),rgba(210,171,102,.18),transparent 22%),linear-gradient(145deg,rgba(255,255,255,.99),rgba(247,244,237,.97)) !important;border:1px solid rgba(210,171,102,.26) !important;box-shadow:0 48px 130px rgba(3,20,34,.23),0 0 0 1px rgba(255,255,255,.85) inset !important;transform:translate(-50%,20px) scale(.972) !important;transform-origin:top center !important;transition:opacity .24s ease,transform .44s var(--pgh-ease),visibility .24s ease !important}
.pgh-item.is-open>.pgh-mega--signature{transform:translate(-50%,0) scale(1) !important}
.pgh-mega--signature::before{content:"";position:absolute;inset:0;z-index:-2;pointer-events:none;opacity:.55;background-image:linear-gradient(rgba(9,38,58,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(9,38,58,.028) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to left,rgba(0,0,0,.58),transparent 80%)}
.pgh-mega--signature::after{content:"";position:absolute;right:-110px;top:-125px;width:370px;height:370px;border-radius:50%;z-index:-1;border:1px solid rgba(210,171,102,.22);box-shadow:0 0 0 52px rgba(210,171,102,.045),0 0 0 104px rgba(210,171,102,.022);pointer-events:none;animation:pghHalo 7s ease-in-out infinite alternate}
@keyframes pghHalo{from{transform:scale(.96)}to{transform:scale(1.04)}}

.pgh-mega-intro{position:relative;min-width:0;padding:44px 40px 38px;background:radial-gradient(circle at 20% 85%,rgba(210,171,102,.18),transparent 28%),linear-gradient(160deg,var(--pgh-navy),var(--pgh-navy-2) 68%,#20546c);border-left:1px solid rgba(255,255,255,.08);overflow:hidden;color:#fff;display:flex;flex-direction:column}
.pgh-mega-intro::before{content:"";position:absolute;right:-55px;bottom:-115px;width:285px;height:285px;border-radius:50%;background:radial-gradient(circle,rgba(210,171,102,.24),transparent 67%)}
.pgh-signature-no{position:absolute;left:28px;top:18px;font-family:"Titillium Web",Arial,sans-serif;font-size:78px;font-weight:200;line-height:1;color:rgba(255,255,255,.055);letter-spacing:-.05em}
.pgh-orbit{position:absolute;left:34px;bottom:30px;width:66px;height:66px;border-radius:50%;border:1px solid rgba(232,201,141,.26);opacity:.75;animation:pghOrbitSpin 12s linear infinite}
.pgh-orbit::before,.pgh-orbit::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(232,201,141,.16)}
.pgh-orbit::before{inset:10px}.pgh-orbit::after{inset:22px}
.pgh-orbit i{position:absolute;top:-4px;left:29px;width:8px;height:8px;border-radius:50%;background:var(--pgh-gold-hi);box-shadow:0 0 14px rgba(232,201,141,.55)}
@keyframes pghOrbitSpin{to{transform:rotate(360deg)}}
.pgh-kicker{display:block;direction:ltr;text-align:right;color:#b88237;font-family:"Titillium Web",Arial,sans-serif !important;font-size:10px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}
.pgh-mega-intro .pgh-kicker{color:var(--pgh-gold-hi);font-size:10px;margin-bottom:14px}
.pgh-mega-intro strong{display:block;color:#fff;font-size:24px;line-height:1.7;margin:0 0 12px;white-space:normal !important;text-wrap:balance}
.pgh-mega-intro p{margin:0;color:rgba(255,255,255,.69);font-size:12px;line-height:2.1;white-space:normal !important}
.pgh-text-cta{display:inline-flex !important;align-items:center !important;gap:8px !important;margin-top:24px !important;padding:10px 0 !important;color:var(--pgh-gold-hi) !important;background:transparent !important;font-size:12px !important;font-weight:850 !important;box-shadow:none !important;transform:none !important}
.pgh-text-cta span{font-size:18px;transition:transform .25s var(--pgh-ease)}
.pgh-text-cta:hover span{transform:translateX(-6px)}

.pgh-media-card{position:relative;margin-top:auto;min-height:150px;padding:16px;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.18);background-size:cover;background-position:center;box-shadow:0 12px 28px rgba(0,0,0,.22)}
.pgh-media-card::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,23,36,.04),rgba(3,23,36,.78))}
.pgh-media-card span,.pgh-media-card small{position:relative;z-index:1;display:block}
.pgh-media-card span{color:#fff;font-size:16px;font-weight:800;margin-top:74px}
.pgh-media-card small{margin-top:5px;color:rgba(255,255,255,.74);font-size:11px;line-height:1.8;direction:ltr;text-align:right}
.pgh-media-card--flights{background-image:url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1200&q=80')}
.pgh-media-card--hotel{background-image:url('https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1200&q=80')}
.pgh-media-card--about{background-image:url('https://images.unsplash.com/photo-1527631746610-bca00a040d60?auto=format&fit=crop&w=1200&q=80')}

.pgh-mega-grid{min-width:0;padding:34px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;align-content:start}
.pgh-mega-grid--duo{grid-template-columns:1fr;align-content:center}
.pgh-mega-grid--about{grid-template-columns:1fr;align-content:center}
.pgh-mega-grid>a{position:relative;display:flex;align-items:center;gap:15px;min-width:0;padding:19px 17px;border-radius:18px;border:1px solid rgba(9,38,58,.06);background:rgba(255,255,255,.57);text-decoration:none;color:var(--pgh-ink);box-shadow:0 1px 0 rgba(255,255,255,.9) inset;overflow:hidden;opacity:0;transform:translateY(16px) scale(.985);transition:transform .4s var(--pgh-ease),box-shadow .28s ease,border-color .28s ease,background .28s ease,opacity .32s ease}
.pgh-item.is-open .pgh-mega-grid>a{opacity:1;transform:translateY(0) scale(1);transition-delay:calc(var(--pgh-i,0) * 50ms)}
.pgh-mega-grid>a::before{content:"";position:absolute;inset:-40% auto -40% -25%;width:120px;background:linear-gradient(90deg,transparent,rgba(210,171,102,.16),transparent);transform:translateX(-120%) rotate(10deg);transition:transform .65s ease}
.pgh-mega-grid>a::after{content:"";position:absolute;left:12px;top:50%;width:3px;height:52%;border-radius:999px;background:linear-gradient(180deg,var(--pgh-gold),transparent);transform:translateY(-50%);opacity:0;transition:opacity .26s ease}
.pgh-mega-grid>a:hover{transform:translateY(-3px) !important;border-color:rgba(210,171,102,.32);background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(246,240,228,.95));box-shadow:0 18px 36px rgba(10,37,54,.10)}
.pgh-mega-grid>a:hover::before{transform:translateX(55%) rotate(10deg)}
.pgh-mega-grid>a:hover::after{opacity:1}
.pgh-mega-grid>a>div{min-width:0;position:relative;z-index:1}
.pgh-mega-grid strong{display:block;color:var(--pgh-navy);font-size:13.6px;line-height:1.65;margin-bottom:4px;white-space:normal}
.pgh-mega-grid small{display:block;color:var(--pgh-muted);font-size:10.5px;line-height:1.72;white-space:normal}
.pgh-dot{width:11px;height:11px;border-radius:50%;background:var(--pgh-gold);box-shadow:0 0 0 6px rgba(210,171,102,.11);flex:0 0 auto;transition:transform .26s var(--pgh-ease),box-shadow .26s ease}
.pgh-mega-grid>a:hover .pgh-dot{transform:scale(1.22);box-shadow:0 0 0 8px rgba(210,171,102,.10)}
.pgh-service-icon{width:42px;height:42px;border-radius:14px;border:1px solid rgba(210,171,102,.38);display:flex;align-items:center;justify-content:center;color:#b37f33;font-size:13px;font-weight:800;flex:0 0 auto;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(250,244,232,.96));transition:transform .3s var(--pgh-ease),background .28s ease,color .28s ease}
.pgh-mega-grid>a:hover .pgh-service-icon{transform:rotate(-6deg) scale(1.05);background:var(--pgh-navy);color:#fff}
.pgh-mega-grid>a:nth-child(1){--pgh-i:0}.pgh-mega-grid>a:nth-child(2){--pgh-i:1}.pgh-mega-grid>a:nth-child(3){--pgh-i:2}.pgh-mega-grid>a:nth-child(4){--pgh-i:3}.pgh-mega-grid>a:nth-child(5){--pgh-i:4}.pgh-mega-grid>a:nth-child(6){--pgh-i:5}

.pgh-tools{display:flex;align-items:center;gap:16px;flex:0 0 auto}
.pgh-phone,.pgh-club{display:inline-flex;align-items:center;gap:8px;text-decoration:none;white-space:nowrap}
.pgh-phone{color:var(--pgh-ink);font-size:14px;font-weight:700}
.pgh-phone svg{width:18px;height:18px;fill:currentColor}
.pgh-club{padding:12px 18px;border:1px solid rgba(210,171,102,.65);border-radius:20px;color:#b37f33;background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(250,246,238,.9));font-size:14px;font-weight:800;transition:transform .3s var(--pgh-ease),box-shadow .3s ease,color .3s ease}
.pgh-club svg{width:16px;height:16px;fill:currentColor}
.pgh-club:hover{color:#8f652a;box-shadow:0 12px 24px rgba(210,171,102,.18);transform:translateY(-2px)}
.pgh-lang{display:flex;align-items:center;gap:10px;color:#8d9aa5;font-size:14px;font-weight:700}
.pgh-lang span{width:1px;height:16px;background:rgba(9,38,58,.12)}
.pgh-lang a{text-decoration:none;color:#8d9aa5}.pgh-lang a.is-active,.pgh-lang a:hover{color:var(--pgh-navy)}

.pgh-mobile-toggle{display:none;width:44px;height:44px;border:0;background:transparent;padding:0;cursor:pointer}
.pgh-mobile-toggle span{display:block;width:24px;height:2px;background:var(--pgh-navy);margin:5px auto;border-radius:999px;transition:transform .28s ease,opacity .24s ease}
.pgh-mobile-panel{position:fixed;top:0;right:0;width:min(440px,92vw);height:100vh;background:rgba(255,255,255,.98);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:-20px 0 50px rgba(9,38,58,.16);transform:translateX(104%);transition:transform .4s var(--pgh-ease);z-index:2205;display:flex;flex-direction:column}
.pgh-menu-open .pgh-mobile-panel{transform:translateX(0)}
.pgh-mobile-head{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 12px;border-bottom:1px solid var(--pgh-line)}
.pgh-mobile-head img{width:54px;height:auto}
.pgh-mobile-close{width:42px;height:42px;border:0;border-radius:50%;background:rgba(9,38,58,.06);font-size:28px;line-height:1;cursor:pointer;color:var(--pgh-ink)}
.pgh-mobile-scroll{padding:10px 18px 18px;overflow:auto;flex:1}
.pgh-mobile-single,.pgh-mobile-parent{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 0;border:0;background:transparent;color:var(--pgh-ink);font-size:15px;font-weight:760;text-decoration:none;border-bottom:1px solid rgba(9,38,58,.06)}
.pgh-mobile-parent i{width:10px;height:10px;border-left:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(-45deg);transition:transform .28s ease}
.pgh-mobile-accordion.is-open .pgh-mobile-parent i{transform:rotate(135deg)}
.pgh-mobile-sub{display:grid;grid-template-rows:0fr;transition:grid-template-rows .34s var(--pgh-ease)}
.pgh-mobile-sub>a{overflow:hidden;text-decoration:none;color:#546472;font-size:14px;padding:0 10px 0 0;display:block}
.pgh-mobile-accordion.is-open .pgh-mobile-sub{grid-template-rows:1fr}
.pgh-mobile-accordion.is-open .pgh-mobile-sub>a{padding:12px 10px 12px 0;border-bottom:1px solid rgba(9,38,58,.04)}
.pgh-mobile-footer{padding:16px 18px 22px;border-top:1px solid var(--pgh-line);display:grid;gap:12px}
.pgh-mobile-club,.pgh-mobile-phone,.pgh-mobile-lang a{text-decoration:none}
.pgh-mobile-club{display:block;padding:13px 16px;border-radius:16px;background:linear-gradient(180deg,var(--pgh-navy),var(--pgh-navy-2));color:#fff;text-align:center;font-weight:800}
.pgh-mobile-phone{display:block;padding:12px 0;color:var(--pgh-ink);font-weight:800;text-align:center}
.pgh-mobile-lang{display:flex;justify-content:center;gap:10px}.pgh-mobile-lang a{color:#7a8b97}.pgh-mobile-lang .is-active{color:var(--pgh-navy)}

@media (min-width:1101px){
  .pgh-has-menu::after{content:"";position:absolute;right:-18px;left:-18px;top:58px;height:34px;background:transparent;pointer-events:auto}
}
@media (max-width:1360px){
  .pgh-mega--signature{width:min(1020px,calc(100vw - 30px)) !important;grid-template-columns:285px minmax(0,1fr) !important}
  .pgh-mega-grid{padding:25px;gap:9px}.pgh-mega-grid>a{padding:15px}.pgh-mega-intro{padding:40px 31px}.pgh-mega-intro strong{font-size:21px}
}
@media (max-width:1100px){
  .pgh{height:76px}.pgh-desktop-nav,.pgh-phone,.pgh-lang,.pgh-club{display:none}.pgh-mobile-toggle{display:block}
  .pgh-inner{height:76px;justify-content:space-between;padding:0 18px}.pgh-brand img{width:51px}.pgh-tools{margin-right:auto}.pgh.is-scrolled .pgh-inner{height:68px}
  .pgh-backdrop{display:none}
}
@media (max-width:640px){.pgh-inner{padding:0 14px}.pgh-mobile-panel{width:95vw}.pgh-brand img{width:48px}}
@media (prefers-reduced-motion:reduce){.pgh *{transition:none !important;animation:none !important;scroll-behavior:auto !important}}

.pgh-nav-burst{position:fixed;left:0;top:0;width:18px;height:18px;margin:-9px 0 0 -9px;border-radius:50%;pointer-events:none;z-index:2147483200;border:1.5px solid rgba(210,171,102,.88);box-shadow:0 0 0 1px rgba(255,255,255,.8) inset,0 0 18px rgba(210,171,102,.42),0 0 36px rgba(210,171,102,.18);animation:pghNavBurst .55s cubic-bezier(.15,.85,.28,1) forwards}
.pgh-nav-burst::before,.pgh-nav-burst::after{content:"";position:absolute;left:50%;top:50%;width:5px;height:5px;margin:-2.5px 0 0 -2.5px;border-radius:50%;background:#e2bf7a;box-shadow:16px 0 0 rgba(210,171,102,.78),-16px 0 0 rgba(210,171,102,.58),0 16px 0 rgba(210,171,102,.62),0 -16px 0 rgba(210,171,102,.72);animation:pghNavSparks .55s ease-out forwards}
.pgh-nav-burst::after{transform:rotate(45deg);opacity:.72}
@keyframes pghNavBurst{0%{transform:scale(.25);opacity:0}18%{opacity:1}100%{transform:scale(4.2);opacity:0}}
@keyframes pghNavSparks{0%{transform:scale(.35);opacity:0}24%{opacity:1}100%{transform:scale(1.75);opacity:0}}
.pgh-nav-streak{position:fixed;left:0;top:0;width:56px;height:2px;pointer-events:none;z-index:2147483199;transform-origin:left center;background:linear-gradient(90deg,rgba(210,171,102,0),rgba(232,201,141,.95),rgba(255,255,255,.82));filter:drop-shadow(0 0 6px rgba(210,171,102,.42));animation:pghNavStreak .48s ease-out forwards}
@keyframes pghNavStreak{from{opacity:0;transform:translateX(-8px) scaleX(.25)}24%{opacity:1}to{opacity:0;transform:translateX(28px) scaleX(1.15)}}
.pgh .pgh-link.is-activating,.pgh .pgh-mega-grid a.is-activating,.pgh .pgh-mobile-sub a.is-activating,.pgh .pgh-mobile-single.is-activating{color:#a8752e !important;transform:translateY(-1px) scale(.985) !important;transition:transform .14s ease,color .14s ease !important}

.pgh-flight-companion{position:fixed;left:0;top:0;width:48px;height:48px;z-index:2147483000;pointer-events:none;opacity:0;transform:translate3d(-100px,-100px,0);transform-origin:50% 50%;will-change:transform,opacity;filter:drop-shadow(0 10px 18px rgba(6,38,58,.18));transition:opacity .22s ease}
.pgh-flight-companion.is-visible{opacity:.96}
.pgh-flight-companion img,.pgh-flight-companion svg{display:block;width:100%;height:100%;object-fit:contain}
.pgh-flight-trail{position:fixed;left:0;top:0;width:8px;height:8px;border-radius:50%;pointer-events:none;z-index:2147482999;background:radial-gradient(circle,#edd39a 0 32%,rgba(210,171,102,.58) 34% 60%,rgba(210,171,102,0) 72%);box-shadow:0 0 12px rgba(210,171,102,.34);transform:translate3d(-100px,-100px,0) scale(1);will-change:transform,opacity}
.pgh-flight-script{position:fixed;left:0;top:0;z-index:2147482998;pointer-events:none;opacity:0;transform:translate3d(-300px,-300px,0);will-change:transform,opacity;transition:opacity .18s ease}
.pgh-flight-script.is-visible{opacity:1}
.pgh-flight-script-text{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 16px 9px;white-space:nowrap;direction:rtl !important;unicode-bidi:isolate !important;writing-mode:horizontal-tb !important;transform:none !important;font-family:inherit;font-size:17px;font-weight:900;line-height:1.25;letter-spacing:0;color:#d8b56e;text-shadow:none;filter:none;isolation:isolate}
.pgh-flight-script-text::before,.pgh-flight-script-text::after{content:"";position:absolute;pointer-events:none;z-index:-1;border-radius:999px}
.pgh-flight-script-text::before{inset:-14px -28px -15px;background:radial-gradient(ellipse at 18% 55%,rgba(232,201,141,.44),transparent 34%),radial-gradient(ellipse at 46% 42%,rgba(210,171,102,.34),transparent 36%),radial-gradient(ellipse at 74% 58%,rgba(240,215,165,.28),transparent 34%),radial-gradient(ellipse at 94% 48%,rgba(210,171,102,.24),transparent 28%);filter:blur(9px);opacity:.98;animation:pghSmokeCloudA 3.3s ease-in-out infinite alternate}
.pgh-flight-script-text::after{inset:-7px -16px -9px;background:linear-gradient(90deg,rgba(210,171,102,0),rgba(227,196,133,.26) 18%,rgba(210,171,102,.42) 50%,rgba(227,196,133,.24) 82%,rgba(210,171,102,0));filter:blur(6px);opacity:.95;animation:pghSmokeCloudB 2.5s ease-in-out infinite alternate}
@keyframes pghSmokeCloudA{from{transform:translateX(5px) scaleX(.98) scaleY(.92);opacity:.80}to{transform:translateX(-10px) scaleX(1.08) scaleY(1.12);opacity:1}}
@keyframes pghSmokeCloudB{from{transform:translateX(-3px) scaleX(.96);opacity:.66}to{transform:translateX(10px) scaleX(1.07);opacity:1}}
.pgh-flight-script.is-on-light .pgh-flight-script-text{color:#b88336}

@media (pointer:coarse), (max-width:1100px), (prefers-reduced-motion:reduce){
  .pgh-flight-companion,.pgh-flight-trail,.pgh-flight-script,.pgh-nav-burst,.pgh-nav-streak{display:none !important}
}


/* =========================================================
   4.1 — final airplane + brand signature hard override
   ========================================================= */
.pgh-flight-companion{
  width:52px!important;
  height:52px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.pgh-flight-companion svg{
  display:block!important;
  width:100%!important;
  height:100%!important;
  overflow:visible!important;
  background:transparent!important;
}
.pgh-flight-companion svg path{
  fill:#d2ab67!important;
}
.pgh-flight-script-text{
  color:#d2ab67!important;
  text-shadow:none!important;
  -webkit-text-stroke:0!important;
  filter:none!important;
  box-shadow:none!important;
  background:transparent!important;
}

/* Smoke is separate from the text itself; larger and more visible */
.pgh-flight-script-text::before{
  inset:-18px -38px -20px!important;
  background:
    radial-gradient(ellipse at 14% 52%,rgba(238,211,158,.55),transparent 34%),
    radial-gradient(ellipse at 38% 46%,rgba(210,171,102,.46),transparent 38%),
    radial-gradient(ellipse at 66% 56%,rgba(235,205,146,.38),transparent 36%),
    radial-gradient(ellipse at 90% 48%,rgba(210,171,102,.30),transparent 32%)!important;
  filter:blur(11px)!important;
  opacity:1!important;
}
.pgh-flight-script-text::after{
  inset:-10px -24px -12px!important;
  background:linear-gradient(90deg,
    rgba(210,171,102,0),
    rgba(230,202,145,.34) 16%,
    rgba(210,171,102,.50) 50%,
    rgba(230,202,145,.30) 84%,
    rgba(210,171,102,0))!important;
  filter:blur(7px)!important;
  opacity:1!important;
}
.pgh-flight-script.is-on-light .pgh-flight-script-text{
  color:#b98234!important;
  text-shadow:none!important;
  filter:none!important;
}


/* =========================================================
   4.2 — CLEAN GOLD SMOKE / ABSOLUTELY FLAT BRAND TEXT
   ========================================================= */

/* Remove the old dotted trail completely */
.pgh-flight-trail{
  display:none!important;
}

/* The Persian text itself is intentionally FLAT:
   no glow, no shadow, no filter, no stroke, no background */
.pgh-flight-script-text,
.pgh-flight-script.is-on-light .pgh-flight-script-text{
  color:#d2ab67!important;
  text-shadow:none!important;
  -webkit-text-shadow:none!important;
  filter:none!important;
  -webkit-filter:none!important;
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
  -webkit-text-stroke:0 transparent!important;
  background:none!important;
  background-color:transparent!important;
  border:0!important;
  outline:0!important;
}

/* Much larger smoke halo, visually separated from the letters */
.pgh-flight-script-text::before{
  inset:-34px -70px -36px!important;
  border-radius:999px!important;
  background:
    radial-gradient(ellipse at 8% 52%,rgba(235,205,146,.38) 0%,rgba(210,171,102,.23) 34%,transparent 64%),
    radial-gradient(ellipse at 28% 43%,rgba(235,205,146,.42) 0%,rgba(210,171,102,.25) 36%,transparent 67%),
    radial-gradient(ellipse at 52% 57%,rgba(225,188,119,.42) 0%,rgba(210,171,102,.24) 38%,transparent 69%),
    radial-gradient(ellipse at 76% 45%,rgba(238,213,164,.36) 0%,rgba(210,171,102,.20) 36%,transparent 68%),
    radial-gradient(ellipse at 96% 55%,rgba(210,171,102,.30) 0%,rgba(210,171,102,.16) 32%,transparent 64%)!important;
  filter:blur(17px)!important;
  -webkit-filter:blur(17px)!important;
  opacity:.94!important;
  transform:translateX(-18px) scaleX(1.18)!important;
  animation:pghSmokeCloudWide 3.8s ease-in-out infinite alternate!important;
}

/* Secondary smoke layer is longer and softer, not a text glow */
.pgh-flight-script-text::after{
  inset:-22px -95px -24px!important;
  border-radius:999px!important;
  background:
    linear-gradient(90deg,
      rgba(210,171,102,0) 0%,
      rgba(221,184,113,.16) 11%,
      rgba(232,201,141,.28) 30%,
      rgba(210,171,102,.30) 52%,
      rgba(232,201,141,.22) 72%,
      rgba(210,171,102,.10) 88%,
      rgba(210,171,102,0) 100%)!important;
  filter:blur(15px)!important;
  -webkit-filter:blur(15px)!important;
  opacity:.92!important;
  transform:translateX(-42px) scaleX(1.34)!important;
  animation:pghSmokeCloudLong 4.7s ease-in-out infinite alternate!important;
}

@keyframes pghSmokeCloudWide{
  from{transform:translateX(-10px) scaleX(1.12) scaleY(.90);opacity:.76}
  to{transform:translateX(-34px) scaleX(1.28) scaleY(1.14);opacity:1}
}
@keyframes pghSmokeCloudLong{
  from{transform:translateX(-28px) scaleX(1.22) scaleY(.90);opacity:.68}
  to{transform:translateX(-68px) scaleX(1.46) scaleY(1.12);opacity:.96}
}

/* Keep the text above smoke with clean edges */
.pgh-flight-script-text{
  z-index:1!important;
}
.pgh-flight-script-text::before,
.pgh-flight-script-text::after{
  z-index:-1!important;
  pointer-events:none!important;
}


/* =========================================================
   5.0 — CINEMATIC CANVAS TRAIL
   Award-style premium cursor wake with one lightweight canvas.
   ========================================================= */

.pgh-flight-companion{width:36px!important;height:36px!important}

.pgh-flight-script-text,
.pgh-flight-script.is-on-light .pgh-flight-script-text{
  color:#d2ab67!important;
  text-shadow:none!important;
  -webkit-text-shadow:none!important;
  filter:none!important;
  -webkit-filter:none!important;
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
  -webkit-text-stroke:0!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
}
.pgh-flight-script-text::before,
.pgh-flight-script-text::after{content:none!important;display:none!important}

.pgh-flight-smoke{display:none!important}

.pgh-flight-canvas{
  position:fixed;
  inset:0;
  width:100vw;
  height:100vh;
  z-index:2147482997;
  pointer-events:none;
  opacity:0;
  transition:opacity .22s ease;
}
.pgh-flight-canvas.is-visible{opacity:1}

@media (pointer:coarse), (max-width:1100px), (prefers-reduced-motion:reduce){
  .pgh-flight-canvas{display:none!important}
}
/* TEMP - Hide airplane and all flight effects */
.pgh-flight-companion,
.pgh-flight-trail,
.pgh-flight-script,
.pgh-flight-smoke,
.pgh-flight-canvas{
    display:none !important;
}