@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&family=Work+Sans:ital,wght@0,400;0,600;1,400&display=swap";.navbar{z-index:10000;-webkit-backdrop-filter:blur(16px);background:#fffffff2;border-bottom:1px solid #0000000f;position:sticky;top:0;box-shadow:0 1px 12px #0000000a}.navbar-inner{justify-content:space-between;align-items:center;height:56px;display:flex}@media (width>=768px){.navbar-inner{height:62px}}@media (width>=1024px){.navbar-inner{height:68px}}.navbar-left{align-items:center;gap:1.5rem;display:flex}@media (width>=1024px){.navbar-left{gap:2rem}}@media (width>=1280px){.navbar-left{gap:2.5rem}}.navbar-brand{align-items:center;transition:opacity .2s;display:flex}.navbar-brand:hover{opacity:.85}.navbar-logo{object-fit:contain;width:auto;height:34px}@media (width>=768px){.navbar-logo{height:38px}}@media (width>=1024px){.navbar-logo{height:40px}}.navbar-links{align-items:center;gap:.125rem;display:none}@media (width>=1024px){.navbar-links{gap:.25rem;display:flex}}.navbar-link{font-family:var(--font-headline);color:var(--on-surface-variant);border-radius:var(--radius-md);cursor:pointer;letter-spacing:.01em;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.125rem;padding:6px 12px;font-size:.8125rem;font-weight:600;transition:color .2s,background .2s;display:inline-flex;position:relative}.navbar-link:hover{color:var(--primary);background:#0061550f}.navbar-link.active{color:var(--primary);background:#0061551a}.navbar-link:after{content:"";background:var(--primary);border-radius:1px;width:0;height:2px;transition:width .3s,left .3s;position:absolute;bottom:0;left:50%}.navbar-link:hover:after,.navbar-link.active:after{width:60%;left:20%}.navbar-more{position:relative}.navbar-more__trigger{gap:.25rem}.navbar-more__trigger:after{display:none}.navbar-more__icon{font-size:1rem;transition:transform .3s cubic-bezier(.16,1,.3,1)}.navbar-more__trigger.open .navbar-more__icon{transform:rotate(180deg)}.navbar-more__dropdown{border-radius:var(--radius-xl);z-index:60;background:#fff;border:1px solid #00000014;min-width:170px;max-width:calc(100vw - 2rem);padding:.375rem;animation:.25s cubic-bezier(.16,1,.3,1) navDropIn;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 8px 30px #0000001f,0 2px 8px #0000000f}@keyframes navDropIn{0%{opacity:0;transform:translate(-50%)translateY(-6px)scale(.97)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}.navbar-more__item{font-family:var(--font-headline);color:var(--on-surface-variant);border-radius:var(--radius-md);padding:.625rem 1rem;font-size:.8125rem;font-weight:600;transition:background .15s,color .15s,transform .15s;display:block}.navbar-more__item:hover{color:var(--primary);background:#00615514;transform:translate(2px)}.navbar-more__item.active{color:var(--primary);background:#0061551a}.navbar-right{align-items:center;gap:.375rem;display:flex}@media (width>=768px){.navbar-right{gap:.5rem}}.navbar-icon-btn{border-radius:var(--radius-full);width:38px;height:38px;color:var(--on-surface-variant);justify-content:center;align-items:center;transition:background .2s,color .2s,transform .2s;display:flex}@media (width<=767px){.navbar-icon-btn{width:44px;height:44px}}.navbar-icon-btn:hover{color:var(--primary);background:#00615514;transform:scale(1.05)}.navbar-icon-btn:active{transform:scale(.95)}.navbar-subscribe{background:var(--primary);color:#fff;font-family:var(--font-headline);border-radius:var(--radius-full);letter-spacing:.03em;text-transform:uppercase;padding:8px 20px;font-size:.75rem;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s;display:none}.navbar-subscribe:hover{background:var(--primary-container);transform:translateY(-1px);box-shadow:0 4px 12px #00615540}.navbar-subscribe:active{box-shadow:none;transform:translateY(0)}@media (width>=1024px){.navbar-subscribe{display:block}}.navbar-mobile-toggle{color:var(--on-surface);border-radius:var(--radius-md);justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:6px;transition:background .2s;display:flex}.navbar-mobile-toggle:hover{background:var(--surface-container)}@media (width>=1024px){.navbar-mobile-toggle{display:none}}.navbar-mobile-menu{z-index:99999;-webkit-overflow-scrolling:touch;background:#fff;flex-direction:column;animation:.4s cubic-bezier(.16,1,.3,1) forwards mobileMenuBgIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes mobileMenuBgIn{0%{clip-path:inset(0 0 100%);opacity:0}to{clip-path:inset(0);opacity:1}}.navbar-mobile-header{padding:12px var(--gutter);border-bottom:1px solid var(--surface-container);opacity:0;flex-shrink:0;justify-content:space-between;align-items:center;animation:.35s cubic-bezier(.16,1,.3,1) 50ms forwards mobileMenuItemIn;display:flex}.navbar-mobile-header .navbar-logo{height:34px}.navbar-mobile-header__actions{align-items:center;gap:.5rem;display:flex}.navbar-mobile-header__btn{border-radius:var(--radius-full);width:44px;height:44px;color:var(--on-surface-variant);justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.navbar-mobile-header__btn:hover{color:var(--primary);background:#00615514}.navbar-mobile-close{border-radius:var(--radius-full);background:var(--surface-container);width:44px;height:44px;color:var(--on-surface);justify-content:center;align-items:center;transition:background .2s,transform .3s;display:flex}.navbar-mobile-close:hover{background:var(--surface-container-high);transform:rotate(90deg)}.navbar-mobile-close .material-symbols-outlined{font-size:1.375rem}.navbar-mobile-menu__content{padding:1rem var(--gutter) 3rem;flex-direction:column;flex:1;display:flex}@media (width>=768px){.navbar-mobile-menu__content{padding:1.5rem 2rem 3rem}}.navbar-mobile-link{font-family:var(--font-headline);color:var(--on-surface);border-bottom:1px solid var(--surface-container);border-radius:var(--radius-md);opacity:0;align-items:center;min-height:56px;padding:18px 12px;font-size:1.25rem;font-weight:600;transition:color .25s,background .25s,padding-left .25s;animation:.45s cubic-bezier(.16,1,.3,1) forwards mobileMenuItemIn;display:flex;transform:translate(-20px)}@media (width>=768px){.navbar-mobile-link{padding:20px 16px;font-size:1.375rem}}@keyframes mobileMenuItemIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.navbar-mobile-link:hover{color:var(--primary);background:#0061550a;padding-left:24px}.navbar-mobile-link:last-child{border-bottom:none}.site-footer{background:#0f172a;border-top:1px solid #1e293b;padding:3rem 0 0}@media (width>=768px){.site-footer{padding:4rem 0 0}}.footer-inner{border-bottom:1px solid #1e293b;grid-template-columns:1fr;gap:2rem;padding-bottom:2.5rem;display:grid}@media (width>=480px){.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}}@media (width>=768px){.footer-inner{grid-template-columns:2fr 1fr 1.2fr 1fr;gap:2rem;padding-bottom:3rem}}.footer-brand{flex-direction:column;gap:.75rem;display:flex}@media (width>=480px) and (width<=767px){.footer-brand{grid-column:1/-1}}.footer-logo{object-fit:contain;border-radius:var(--radius-sm);background:#fffffff2;align-self:flex-start;width:auto;height:40px;padding:4px 8px}@media (width>=768px){.footer-logo{height:48px}}.footer-tagline-hindi{color:var(--teal-400);letter-spacing:.02em;font-size:.875rem;font-weight:600}@media (width>=768px){.footer-tagline-hindi{font-size:.9375rem}}.footer-desc{color:#94a3b8;max-width:none;font-size:.8125rem;line-height:1.6}@media (width>=768px){.footer-desc{max-width:340px}}.footer-links__heading,.footer-contact__heading,.footer-social__heading{font-family:var(--font-headline);color:#e2e8f0;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:.75rem;font-weight:700}@media (width>=768px){.footer-links__heading,.footer-contact__heading,.footer-social__heading{margin-bottom:1rem}}.footer-nav{flex-direction:column;gap:.5rem;display:flex}@media (width>=768px){.footer-nav{gap:.625rem}}.footer-nav a{color:#94a3b8;font-family:var(--font-headline);padding:4px 0;font-size:.8125rem;font-weight:500;transition:color .2s}@media (width<=767px){.footer-nav a{padding:6px 0}}.footer-nav a:hover{color:var(--teal-400)}.footer-contact__items{flex-direction:column;gap:.75rem;display:flex}.footer-contact__item{color:#94a3b8;word-break:break-all;align-items:center;gap:.5rem;padding:4px 0;font-size:.75rem;transition:color .2s;display:flex}@media (width>=768px){.footer-contact__item{word-break:normal;font-size:.8125rem}}.footer-contact__item:hover{color:var(--teal-400)}.footer-contact__item .material-symbols-outlined{color:var(--teal-400);flex-shrink:0;font-size:1.125rem}.footer-social__icons{gap:.625rem;display:flex}@media (width>=768px){.footer-social__icons{gap:.75rem}}.footer-social__link{border-radius:var(--radius-md);color:#94a3b8;background:#1e293b;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,color .2s,transform .2s;display:flex}@media (width>=768px){.footer-social__link{width:36px;height:36px}}.footer-social__link:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.footer-social__link svg{width:18px;height:18px}.footer-bottom{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem 0;display:flex}@media (width>=768px){.footer-bottom{flex-direction:row;justify-content:space-between;padding:1.5rem 0}}.footer-copyright{color:#64748b;font-family:var(--font-headline);letter-spacing:.05em;text-transform:uppercase;font-size:.625rem}@media (width>=768px){.footer-copyright{font-size:.6875rem}}.footer-bottom__links{gap:1.5rem;display:flex}.footer-bottom__links a{color:#64748b;padding:4px 0;font-size:.75rem;font-weight:500;transition:color .2s}.footer-bottom__links a:hover{color:var(--teal-400)}.ticker-section{padding:.625rem 0}@media (width>=768px){.ticker-section{padding:1rem 0}}.ticker-bar{background:var(--surface-container);border-radius:var(--radius-full);border:1px solid var(--surface-variant);align-items:center;height:34px;display:flex;overflow:hidden;box-shadow:0 1px 4px #00000008}@media (width>=768px){.ticker-bar{height:38px}}.ticker-label{background:var(--primary);color:var(--on-primary);height:100%;font-family:var(--font-headline);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;z-index:2;border-radius:0 1.25rem 1.25rem 0;align-items:center;padding:0 .875rem;font-size:.5625rem;font-weight:700;display:flex;box-shadow:2px 0 8px #0000001a}@media (width>=768px){.ticker-label{padding:0 1.25rem;font-size:.625rem}}.ticker-track{flex:1;align-items:center;height:100%;display:flex;overflow:hidden}.ticker-content{white-space:nowrap;align-items:center;width:max-content;animation:40s linear infinite ticker;display:flex}.ticker-content:hover{animation-play-state:paused}.ticker-item{cursor:pointer;align-items:center;gap:1rem;padding:0 1rem;text-decoration:none;display:flex}@media (width>=768px){.ticker-item{gap:1.25rem;padding:0 1.25rem}}.ticker-text{font-family:var(--font-body);color:var(--on-surface-variant);font-size:.75rem;transition:color .2s}@media (width>=768px){.ticker-text{font-size:.8125rem}}.ticker-item:hover .ticker-text{color:var(--primary)}.ticker-dot{background:var(--primary);opacity:.4;border-radius:50%;flex-shrink:0;width:4px;height:4px}@media (width>=768px){.ticker-dot{width:5px;height:5px}}.news-card{background:var(--surface-container-lowest);border-radius:var(--radius-xl);border:1px solid var(--surface-variant);flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.news-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2d34360f}@media (width>=768px){.news-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #2d343614}}.news-card__image{aspect-ratio:16/10;position:relative;overflow:hidden}.news-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.news-card:hover .news-card__image img{transform:scale(1.05)}.news-card__body{flex-direction:column;flex:1;gap:.375rem;padding:.875rem 1rem 1rem;display:flex}@media (width>=768px){.news-card__body{gap:.5rem;padding:1rem 1.25rem 1.25rem}}.news-card__category{font-family:var(--font-headline);text-transform:uppercase;letter-spacing:.05em;font-size:.625rem;font-weight:700}@media (width>=768px){.news-card__category{font-size:.6875rem}}.news-card__title{font-family:var(--font-headline);color:var(--on-surface);font-size:1rem;font-weight:700;line-height:1.3;transition:color .2s}@media (width>=768px){.news-card__title{font-size:1.125rem}}.news-card:hover .news-card__title{color:var(--primary)}.news-card__snippet{color:var(--on-surface-variant);font-size:.8125rem;line-height:1.5}@media (width>=768px){.news-card__snippet{font-size:.875rem}}.news-card__meta{color:var(--outline);align-items:center;gap:.5rem;margin-top:auto;padding-top:.375rem;font-size:.6875rem;display:flex}@media (width>=768px){.news-card__meta{gap:.75rem;padding-top:.5rem;font-size:.75rem}}.news-card__brand{border-top:1px solid var(--surface-variant);align-items:center;gap:.5rem;margin-top:.375rem;padding-top:.5rem;display:flex}@media (width>=768px){.news-card__brand{margin-top:.5rem;padding-top:.625rem}}.news-card__brand-logo{object-fit:contain;border-radius:2px;width:auto;height:14px}@media (width>=768px){.news-card__brand-logo{height:16px}}.news-card--small .news-card__image{aspect-ratio:16/9}.news-card--small .news-card__title{font-size:.875rem}@media (width>=768px){.news-card--small .news-card__title{font-size:.9375rem}}.news-card--small .news-card__body{padding:.625rem .875rem}@media (width>=768px){.news-card--small .news-card__body{padding:.75rem 1rem}}.home-loading{min-height:60vh;color:var(--on-surface-variant);font-family:var(--font-headline);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.home-loading__spinner{border:3px solid var(--surface-variant);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.reveal-item{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal-item.revealed{opacity:1;transform:translateY(0)}.hero{align-items:flex-end;width:100%;height:auto;min-height:0;max-height:none;padding-top:3rem;padding-bottom:1.5rem;display:flex;position:relative;overflow:hidden}@media (width>=480px){.hero{height:75vh;min-height:480px;max-height:860px;padding-top:0;padding-bottom:2rem}}@media (width>=768px){.hero{height:80vh;min-height:560px;padding-bottom:3rem}}@media (width>=1024px){.hero{height:85vh;min-height:600px}}.hero__bg{object-fit:cover;z-index:0;width:100%;height:100%;animation:25s ease-in-out infinite alternate kenBurns;position:absolute;inset:0}@keyframes kenBurns{0%{transform:scale(1)translate(0)}to{transform:scale(1.1)translate(-1%,-1%)}}.hero__overlay{z-index:1;background:linear-gradient(#0000 0%,#0003 30%,#00000080 60%,#000000e0 100%);position:absolute;inset:0}.hero__content{z-index:2;width:100%;position:relative}.anim-hero-text>*{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards heroReveal;transform:translateY(24px)}.anim-hero-text>:first-child{animation-delay:.1s}.anim-hero-text>:nth-child(2){animation-delay:.25s}.anim-hero-text>:nth-child(3){animation-delay:.4s}.anim-hero-text>:nth-child(4){animation-delay:.55s}@keyframes heroReveal{to{opacity:1;transform:translateY(0)}}.hero__text{flex-direction:column;gap:6px;max-width:700px;margin-bottom:1rem;display:flex}@media (width>=480px){.hero__text{gap:var(--stack-sm);margin-bottom:1.5rem}}@media (width>=768px){.hero__text{gap:var(--stack-md);margin-bottom:2.5rem}}.hero__badge{color:#fff;font-family:var(--font-headline);letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-full);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1e7b6de6;align-items:center;gap:.5rem;width:fit-content;padding:6px 16px;font-size:.6875rem;font-weight:700;animation:3s ease-in-out infinite badgePulse;display:inline-flex}@keyframes badgePulse{0%,to{box-shadow:0 0 #1e7b6d66}50%{box-shadow:0 0 0 8px #1e7b6d00}}.hero__title{font-family:var(--font-headline);color:#fff;letter-spacing:-.02em;font-size:clamp(1.5rem,5vw,3.5rem);font-weight:800;line-height:1.15}@media (width>=768px){.hero__title{line-height:1.1}}.hero__desc{color:#fffc;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8125rem;line-height:1.45;display:-webkit-box;overflow:hidden}@media (width>=480px){.hero__desc{-webkit-line-clamp:3;font-size:.9375rem}}@media (width>=768px){.hero__desc{-webkit-line-clamp:unset;color:#ffffffd9;font-size:1.125rem;line-height:1.6}}.hero__cta{background:var(--primary);color:#fff;font-family:var(--font-headline);border-radius:var(--radius-full);letter-spacing:.02em;align-items:center;gap:.5rem;width:fit-content;padding:10px 22px;font-size:.8125rem;font-weight:700;transition:transform .3s,box-shadow .3s,background .3s;display:inline-flex}@media (width>=768px){.hero__cta{padding:12px 28px;font-size:.875rem}}.hero__cta:hover{background:var(--primary-container);transform:translateY(-2px);box-shadow:0 8px 24px #1e7b6d59}.hero__cta .material-symbols-outlined{font-size:1.125rem;transition:transform .3s}.hero__cta:hover .material-symbols-outlined{transform:translate(4px)}.hero__cards{grid-template-columns:1fr;gap:.625rem;display:grid}@media (width>=480px){.hero__cards{gap:.75rem}}@media (width>=768px){.hero__cards{gap:var(--gutter);grid-template-columns:repeat(3,1fr)}}.hero-card{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg);cursor:pointer;opacity:0;background:#ffffff12;border:1px solid #ffffff26;flex-direction:column;gap:.25rem;padding:.875rem;transition:background .3s,border-color .3s,transform .3s;animation:.6s cubic-bezier(.16,1,.3,1) forwards heroReveal;display:flex;transform:translateY(20px)}@media (width>=480px){.hero-card{border-radius:var(--radius-xl);gap:.375rem;padding:1rem}}@media (width>=768px){.hero-card{gap:.5rem;padding:1.5rem}}.hero-card:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-4px)}.hero-card__top{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.hero-card__num{font-family:var(--font-headline);color:#ffffff4d;font-size:1.5rem;font-weight:700;line-height:1}@media (width>=768px){.hero-card__num{font-size:2rem}}.hero-card__arrow{color:#fff9;transition:transform .3s,color .3s}.hero-card:hover .hero-card__arrow{color:#fff;transform:translate(4px)}.hero-card__title{font-family:var(--font-headline);color:#fff;font-size:.8125rem;font-weight:600;line-height:1.3}@media (width>=480px){.hero-card__title{font-size:.9375rem}}@media (width>=768px){.hero-card__title{font-size:1.0625rem}}.hero-card__desc{color:#fff9;font-size:.75rem;line-height:1.5;display:none}@media (width>=480px){.hero-card__desc{display:block}}@media (width>=768px){.hero-card__desc{font-size:.8125rem}}.featured{padding:2.5rem 0 1.5rem}@media (width>=768px){.featured{padding:3rem 0 2rem}}@media (width>=1024px){.featured{padding:4rem 0 2rem}}.featured__header{justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;display:flex}@media (width>=768px){.featured__header{margin-bottom:2rem}}@media (width>=1024px){.featured__header{margin-bottom:3rem}}.featured__heading{font-family:var(--font-headline);color:var(--on-surface);letter-spacing:-.02em;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;position:relative}.featured__heading:after{content:"";background:var(--primary);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-8px;left:0}.featured__viewall{font-family:var(--font-headline);color:var(--primary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;transition:color .2s;display:none}@media (width>=480px){.featured__viewall{display:flex}}@media (width>=768px){.featured__viewall{font-size:1rem}}@media (width>=1024px){.featured__viewall{font-size:1.125rem}}.featured__viewall:hover{color:var(--primary-container)}.featured__viewall .material-symbols-outlined{transition:transform .3s}.featured__viewall:hover .material-symbols-outlined{transform:translate(6px)}.featured__grid{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}@media (width>=1024px){.featured__grid{grid-template-columns:8fr 4fr}}.featured__main{cursor:pointer;flex-direction:column;display:flex}.featured__main-image{border-radius:var(--radius-2xl);aspect-ratio:16/10;margin-bottom:1.5rem;position:relative;overflow:hidden}.featured__main-image img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.featured__main:hover .featured__main-image img{transform:scale(1.05)}.featured__main-body{flex-direction:column;gap:.5rem;padding-right:0;display:flex}@media (width>=768px){.featured__main-body{gap:.75rem;padding-right:1rem}}@media (width>=1024px){.featured__main-body{padding-right:2rem}}.featured__main-title{font-family:var(--font-headline);color:var(--on-surface);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;line-height:1.2;transition:color .3s}.featured__main:hover .featured__main-title{color:var(--primary)}.featured__main-desc{color:var(--on-surface-variant);font-size:.9375rem;line-height:1.5}@media (width>=768px){.featured__main-desc{font-size:1rem;line-height:1.6}}@media (width>=1024px){.featured__main-desc{font-size:1.125rem}}.featured__sidebar{flex-direction:column;gap:2rem;display:flex}.featured__side-item{cursor:pointer;flex-direction:column;display:flex}.featured__side-image{border-radius:var(--radius-xl);aspect-ratio:16/10;margin-bottom:1rem;position:relative;overflow:hidden}.featured__side-image img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.featured__side-item:hover .featured__side-image img{transform:scale(1.1)}.featured__side-title{font-family:var(--font-headline);color:var(--on-surface);margin-top:.375rem;font-size:1.125rem;font-weight:700;line-height:1.3;transition:color .3s}@media (width>=768px){.featured__side-title{font-size:1.25rem}}@media (width>=1024px){.featured__side-title{font-size:1.375rem}}.featured__side-item:hover .featured__side-title{color:var(--primary)}.featured__side-desc{color:var(--on-surface-variant);margin-top:.25rem;font-size:.8125rem;line-height:1.55}.dispatches{margin-top:.5rem;padding:1.5rem 0 2.5rem}@media (width>=768px){.dispatches{margin-top:1rem;padding:2rem 0 3rem}}@media (width>=1024px){.dispatches{padding:2rem 0 4rem}}.dispatches__grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (width>=1024px){.dispatches__grid{grid-template-columns:8fr 4fr}}.dispatches__heading{font-family:var(--font-headline);color:var(--on-surface);text-transform:uppercase;letter-spacing:-.01em;border-bottom:3px solid var(--surface-variant);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.5rem;font-weight:800;display:inline-block}@media (width>=768px){.dispatches__heading{border-bottom-width:4px;margin-bottom:2rem;padding-bottom:1rem;font-size:1.75rem}}@media (width>=1024px){.dispatches__heading{margin-bottom:2.5rem;font-size:2rem}}.dispatches__list{flex-direction:column;gap:2.5rem;display:flex}.dispatch-article{border-top:1px solid var(--surface-variant);cursor:pointer;flex-direction:column;gap:1.5rem;padding-top:2rem;transition:border-color .3s;display:flex}.dispatch-article:hover{border-top-color:var(--primary)}@media (width>=768px){.dispatch-article{flex-direction:row;align-items:center}.dispatch-article__text{order:1;width:50%}.dispatch-article__image{order:2;width:50%}.dispatch-article--alt .dispatch-article__text{order:2}.dispatch-article--alt .dispatch-article__image{order:1}}@media (width>=1024px){.dispatch-article__text{width:42%}.dispatch-article__image{width:58%}}.dispatch-article__meta{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.dispatch-article__dot{background:var(--primary);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite dotPulse}@keyframes dotPulse{0%,to{opacity:1}50%{opacity:.3}}.dispatch-article__divider{background:var(--surface-variant);width:1px;height:14px}.dispatch-article__read{color:var(--outline);font-size:.8125rem}.dispatch-article__title{font-family:var(--font-headline);color:var(--on-surface);margin-bottom:.5rem;font-size:1.25rem;font-weight:700;line-height:1.2;transition:color .3s}@media (width>=768px){.dispatch-article__title{margin-bottom:.75rem;font-size:1.5rem}}@media (width>=1024px){.dispatch-article__title{font-size:1.75rem}}.dispatch-article:hover .dispatch-article__title{color:var(--primary)}.dispatch-article__snippet{color:var(--on-surface-variant);margin-bottom:.75rem;font-size:.875rem;line-height:1.5}@media (width>=768px){.dispatch-article__snippet{margin-bottom:1rem;font-size:.9375rem;line-height:1.6}}.dispatch-article__cta{font-family:var(--font-headline);color:var(--on-surface);text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:700;transition:transform .3s,color .3s;display:flex}.dispatch-article:hover .dispatch-article__cta{color:var(--primary);transform:translate(8px)}.dispatch-article__image{border-radius:var(--radius-2xl);aspect-ratio:4/3;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s;position:relative;overflow:hidden}.dispatch-article:hover .dispatch-article__image{transform:translateY(-4px);box-shadow:0 16px 40px #0000001f}.dispatch-article__image img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.dispatch-article:hover .dispatch-article__image img{transform:scale(1.04)}.cat-sidebar{flex-direction:column;align-self:start;max-height:calc(100vh - 110px);display:flex;position:sticky;top:90px}.cat-sidebar__inner{background:var(--surface-bright);border-radius:var(--radius-2xl);border:1px solid var(--surface-variant);flex-direction:column;padding:1.25rem;display:flex;overflow:hidden;box-shadow:0 2px 12px #00000008}@media (width>=768px){.cat-sidebar__inner{padding:1.5rem}}.cat-sidebar__header{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.cat-sidebar__title{font-family:var(--font-headline);color:var(--on-surface);text-transform:uppercase;letter-spacing:.02em;font-size:1.25rem;font-weight:800}.cat-sidebar__list{flex-direction:column;gap:.5rem;max-height:calc(100vh - 220px);padding-right:.25rem;display:flex;overflow-y:auto}.cat-sidebar__list::-webkit-scrollbar{width:3px}.cat-sidebar__list::-webkit-scrollbar-track{background:0 0}.cat-sidebar__list::-webkit-scrollbar-thumb{background:var(--surface-variant);border-radius:3px}.cat-sidebar__item{background:var(--surface);border:1px solid var(--surface-variant);border-radius:var(--radius-xl);cursor:pointer;flex-shrink:0;padding:.875rem;transition:border-color .3s,box-shadow .3s,transform .3s}@media (width>=768px){.cat-sidebar__item{padding:1rem}}.cat-sidebar__item:hover{border-color:#0061554d;transform:translate(4px);box-shadow:0 4px 16px #00615514}.cat-sidebar__item-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.cat-sidebar__item-name{font-family:var(--font-headline);text-transform:uppercase;letter-spacing:.03em;font-size:1rem;font-weight:700;transition:color .2s}.cat-sidebar__item:hover .cat-sidebar__item-name{color:var(--primary)}.cat-sidebar__item-arrow{color:var(--surface-variant);font-size:1.125rem;transition:color .2s,transform .3s}.cat-sidebar__item:hover .cat-sidebar__item-arrow{color:var(--primary);transform:translate(4px)}.cat-sidebar__item-preview{border-top:1px solid var(--surface-variant);padding-top:.75rem}.cat-sidebar__item-article{font-family:var(--font-headline);color:var(--on-surface);margin-bottom:.25rem;font-size:.8125rem;font-weight:700;line-height:1.4}.cat-sidebar__item-desc{color:var(--on-surface-variant);font-size:.75rem;line-height:1.5}.pagination{border-top:1px solid var(--surface-variant);justify-content:center;align-items:center;gap:.375rem;margin-top:2.5rem;padding:1.5rem 0 .5rem;display:flex}@media (width>=768px){.pagination{gap:.5rem;margin-top:3rem;padding-top:2rem}}.pagination__arrow{border-radius:var(--radius-full);border:1px solid var(--outline-variant);width:36px;height:36px;color:var(--on-surface);cursor:pointer;background:#fff;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}@media (width>=768px){.pagination__arrow{width:40px;height:40px}}.pagination__arrow .material-symbols-outlined{font-size:1.25rem}.pagination__arrow:hover:not(:disabled){background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 2px 8px #00615540}.pagination__arrow:active:not(:disabled){transform:scale(.95)}.pagination__arrow:disabled{opacity:.3;cursor:not-allowed}.pagination__pages{align-items:center;gap:.125rem;display:flex}@media (width>=768px){.pagination__pages{gap:.25rem}}.pagination__page{min-width:34px;height:34px;font-family:var(--font-headline);color:var(--on-surface-variant);border-radius:var(--radius-full);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 2px;font-size:.8125rem;font-weight:600;transition:all .2s;display:flex}@media (width>=768px){.pagination__page{min-width:38px;height:38px;font-size:.875rem}}.pagination__page:hover:not(.active){background:var(--surface-container);color:var(--on-surface)}.pagination__page.active{background:var(--primary);color:#fff;font-weight:700;box-shadow:0 2px 8px #0061554d}.pagination__dots{min-width:28px;height:34px;font-family:var(--font-headline);color:var(--outline);-webkit-user-select:none;user-select:none;letter-spacing:.1em;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.cat-hero{background:var(--surface-container-low);border-bottom:1px solid var(--surface-variant);padding:1.5rem 0 1.25rem;position:relative;overflow:hidden}@media (width>=768px){.cat-hero{padding:2rem 0 1.5rem}}@media (width>=1024px){.cat-hero{padding:2.5rem 0 2rem}}.cat-hero:before{content:"";background:var(--primary);opacity:.08;clip-path:polygon(0 0,100% 0,0 100%);pointer-events:none;width:120px;height:120px;position:absolute;top:0;left:0}.cat-hero:after{content:"";background:var(--primary);opacity:.08;clip-path:polygon(100% 0,100% 100%,0 100%);pointer-events:none;width:120px;height:120px;position:absolute;bottom:0;right:0}.cat-hero__title{font-family:var(--font-headline);color:var(--on-surface);margin:.5rem 0 1rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800}.cat-hero__desc{color:var(--on-surface-variant);max-width:560px;font-size:.9375rem;line-height:1.5}@media (width>=768px){.cat-hero__desc{font-size:1rem;line-height:1.6}}@media (width>=1024px){.cat-hero__desc{font-size:1.0625rem}}.cat-hero__count{font-family:var(--font-headline);color:var(--outline);align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.875rem;font-weight:600;display:flex}.cat-featured{padding:1.5rem 0}@media (width>=768px){.cat-featured{padding:2rem 0}}@media (width>=1024px){.cat-featured{padding:3rem 0}}.cat-featured__grid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (width>=1024px){.cat-featured__grid{grid-template-columns:7fr 5fr}}.cat-featured__main{cursor:pointer;flex-direction:column;display:flex}.cat-featured__main-image{border-radius:var(--radius-2xl);aspect-ratio:4/3;margin-bottom:1.5rem;position:relative;overflow:hidden}.cat-featured__main-image img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.cat-featured__main:hover .cat-featured__main-image img{transform:scale(1.03)}.cat-featured__tag{color:#fff;font-family:var(--font-headline);letter-spacing:.04em;border-radius:var(--radius-sm);padding:4px 12px;font-size:.6875rem;font-weight:700;position:absolute;top:12px;left:12px}.cat-featured__main-title{font-family:var(--font-headline);color:var(--on-surface);margin-bottom:.5rem;font-size:clamp(1.25rem,3vw,2rem);font-weight:700;line-height:1.2;transition:color .3s}@media (width>=768px){.cat-featured__main-title{margin-bottom:.75rem}}.cat-featured__main:hover .cat-featured__main-title{color:var(--primary)}.cat-featured__main-desc{color:var(--on-surface-variant);margin-bottom:.75rem;font-size:.875rem;line-height:1.5}@media (width>=768px){.cat-featured__main-desc{margin-bottom:1rem;font-size:.9375rem;line-height:1.6}}.cat-featured__main-meta{color:var(--outline);font-size:.8125rem}.cat-featured__side{flex-direction:column;gap:2rem;display:flex}.cat-side-card{cursor:pointer;flex-direction:column;gap:.5rem;display:flex}.cat-side-card__image{border-radius:var(--radius-xl);aspect-ratio:16/9;position:relative;overflow:hidden}.cat-side-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.cat-side-card:hover .cat-side-card__image img{transform:scale(1.05)}.cat-side-card__title{font-family:var(--font-headline);color:var(--on-surface);font-size:1rem;font-weight:700;line-height:1.3;transition:color .3s}@media (width>=768px){.cat-side-card__title{font-size:1.125rem}}.cat-side-card:hover .cat-side-card__title{color:var(--primary)}.cat-side-card__desc{color:var(--on-surface-variant);font-size:.8125rem;line-height:1.5}.cat-side-card__read{color:var(--outline);font-size:.75rem}.cat-dispatch{padding:1.5rem 0 2.5rem}@media (width>=768px){.cat-dispatch{padding:2rem 0 3rem}}@media (width>=1024px){.cat-dispatch{padding:2rem 0 4rem}}.cat-dispatch__header{border-bottom:1px solid var(--surface-variant);justify-content:space-between;align-items:flex-end;margin-bottom:2rem;padding-bottom:1rem;display:flex}.cat-dispatch__heading{font-family:var(--font-headline);color:var(--on-surface);font-size:1.25rem;font-weight:700}@media (width>=768px){.cat-dispatch__heading{font-size:1.5rem}}@media (width>=1024px){.cat-dispatch__heading{font-size:1.75rem}}.cat-dispatch__viewall{font-family:var(--font-headline);color:var(--primary);align-items:center;gap:.375rem;font-size:.8125rem;font-weight:700;transition:color .2s;display:flex}.cat-dispatch__grid{gap:var(--gutter);grid-template-columns:1fr;display:grid}@media (width>=480px){.cat-dispatch__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.cat-dispatch__grid{grid-template-columns:repeat(3,1fr)}}.cat-dispatch__quote{border-radius:var(--radius-xl);color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2.5rem 2rem;display:flex}.cat-dispatch__quote-logo{border-radius:var(--radius-md);object-fit:contain;background:#ffffff26;width:56px;height:56px;padding:6px}.cat-dispatch__quote-text{font-family:var(--font-headline);font-size:1.375rem;font-style:normal;font-weight:700;line-height:1.4}.cat-dispatch__quote-author{font-family:var(--font-headline);letter-spacing:.1em;opacity:.7;font-size:.75rem;font-weight:700}.article-hero{width:100%;height:45vh;min-height:280px;max-height:720px;position:relative;overflow:hidden}@media (width>=480px){.article-hero{height:50vh;min-height:320px}}@media (width>=768px){.article-hero{height:55vh;min-height:360px}}@media (width>=1024px){.article-hero{height:60vh;min-height:400px}}.article-hero__bg{object-fit:cover;object-position:center;width:100%;height:100%}.article-hero__gradient{background:linear-gradient(#0000,#0003,#0009);position:absolute;inset:0}.article-header-wrapper{max-width:900px;padding:0 var(--gutter);z-index:10;margin:-8rem auto 0;position:relative}.article-header{background:var(--surface);border-radius:var(--radius-xl) var(--radius-xl) 0 0;padding:1.25rem;box-shadow:0 -10px 40px #0000001a}.article-header-wrapper{margin-top:-4rem}@media (width>=480px){.article-header{padding:1.5rem}.article-header-wrapper{margin-top:-5rem}}@media (width>=768px){.article-header{padding:2rem 2.25rem}.article-header-wrapper{margin-top:-6rem}}@media (width>=1024px){.article-header{padding:2.5rem 3rem}.article-header-wrapper{margin-top:-8rem}}.article-header__meta{margin-bottom:var(--stack-md);align-items:center;gap:.75rem;display:flex}.article-header__category{background:var(--surface-container);border-radius:var(--radius-full);font-family:var(--font-headline);letter-spacing:.05em;text-transform:uppercase;padding:6px 14px;font-size:.6875rem;font-weight:700}.article-header__dot{color:var(--outline)}.article-header__read{color:var(--outline);font-size:.8125rem}.article-header__title{font-family:var(--font-headline);color:var(--on-surface);letter-spacing:-.02em;margin-bottom:var(--stack-md);text-wrap:balance;font-size:clamp(1.375rem,4vw,3.5rem);font-weight:800;line-height:1.15}@media (width>=768px){.article-header__title{margin-bottom:var(--stack-lg);line-height:1.1}}.article-header__author-bar{border-top:1px solid var(--surface-variant);padding-top:var(--stack-md);margin-top:var(--stack-lg);justify-content:space-between;align-items:center;display:flex}.article-header__author{align-items:center;gap:.75rem;display:flex}.article-header__avatar-img{object-fit:contain;background:var(--surface-container);border-radius:3px;width:auto;height:20px;padding:3px 5px}@media (width>=768px){.article-header__avatar-img{height:24px;padding:4px 6px}}.article-header__author-name{font-family:var(--font-headline);color:var(--on-surface);letter-spacing:.02em;text-transform:uppercase;margin-bottom:2px;font-size:.75rem;font-weight:700}.article-header__date{color:var(--outline);font-size:.8125rem}.article-header__actions{gap:.5rem;display:flex}.article-header__action-btn{border:1px solid var(--outline-variant);width:40px;height:40px;color:var(--on-surface-variant);border-radius:50%;justify-content:center;align-items:center;min-width:44px;min-height:44px;transition:background .2s;display:flex}.article-header__action-btn:hover{background:var(--surface-container)}.article-body-wrapper{max-width:900px;padding:0 var(--gutter);margin:0 auto;position:relative}.article-body-corner{pointer-events:none;width:50px;height:50px;display:none;position:absolute}@media (width>=820px){.article-body-corner{width:65px;height:65px;display:block}}@media (width>=1024px){.article-body-corner{width:80px;height:80px}}.article-body-corner--tl{top:1rem;left:var(--gutter);border-top:3px solid var(--primary);border-left:3px solid var(--primary)}.article-body-corner--br{bottom:1rem;right:var(--gutter);border-bottom:3px solid var(--primary);border-right:3px solid var(--primary)}.article-body{max-width:720px;padding:var(--section-gap) 0;font-family:var(--font-body);color:var(--on-surface-variant);margin:0 auto;font-size:1rem;line-height:1.65}@media (width>=768px){.article-body{font-size:1.125rem;line-height:1.7}}.article-body p{margin-bottom:var(--stack-lg)}.article-body__first{margin-bottom:var(--stack-lg);color:var(--on-surface);font-size:1.0625rem;line-height:1.65}@media (width>=768px){.article-body__first{font-size:1.1875rem;line-height:1.7}}.article-body__quote{margin:var(--section-gap) 0;border-left:4px solid var(--primary);background:var(--surface-container-low);border-radius:0 var(--radius-md) var(--radius-md) 0;padding:1.5rem 2rem}.article-body__quote-text{font-family:var(--font-headline);color:var(--primary-container);text-wrap:balance;margin-bottom:.75rem;font-size:1.375rem;font-style:italic;font-weight:700;line-height:1.4}.article-body__quote-footer{font-family:var(--font-headline);color:var(--outline);text-transform:uppercase;letter-spacing:.05em;font-size:.6875rem;font-weight:700}.article-gallery{padding:var(--stack-lg) 0}.article-gallery__grid{gap:var(--gutter);height:auto;display:grid}.article-gallery__grid--1{grid-template-columns:1fr;max-width:900px;margin:0 auto}.article-gallery__grid--2{grid-template-columns:1fr}@media (width>=768px){.article-gallery__grid--2{grid-template-columns:1fr 1fr}}.article-gallery__grid--3{grid-template-rows:auto;grid-template-columns:1fr}@media (width>=768px){.article-gallery__grid--3{grid-template-rows:1fr 1fr;grid-template-columns:2fr 1fr}}.article-gallery__grid--3 .article-gallery__item:first-child{grid-row:span 1}@media (width>=768px){.article-gallery__grid--3 .article-gallery__item:first-child{grid-row:span 2}}.article-gallery__item{border-radius:var(--radius-xl);overflow:hidden}.article-gallery__item img{object-fit:cover;width:100%;height:100%;min-height:160px;transition:transform .7s}@media (width>=768px){.article-gallery__item img{min-height:200px}}.article-gallery__item:hover img{transform:scale(1.05)}.article-tags{max-width:720px;padding:2rem var(--gutter);border-top:1px solid var(--surface-container-highest);border-bottom:1px solid var(--surface-variant);padding-bottom:var(--section-gap);flex-wrap:wrap;gap:.75rem;margin:0 auto;display:flex}.article-tag{background:var(--surface-container);border-radius:var(--radius-full);font-family:var(--font-headline);color:var(--on-surface-variant);letter-spacing:.02em;text-transform:uppercase;cursor:pointer;padding:8px 16px;font-size:.6875rem;font-weight:700;transition:background .2s}.article-tag:hover{background:var(--surface-variant)}.article-related{background:var(--surface-bright);padding:var(--section-gap) 0}.article-related__header{margin-bottom:var(--stack-lg);justify-content:space-between;align-items:flex-end;display:flex}.article-related__heading{font-family:var(--font-headline);color:var(--on-surface);font-size:1.5rem;font-weight:700}@media (width>=768px){.article-related__heading{font-size:1.75rem}}@media (width>=1024px){.article-related__heading{font-size:2rem}}.article-related__viewall{font-family:var(--font-headline);color:var(--primary);text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:.375rem;font-size:.75rem;font-weight:700;transition:color .2s;display:flex}.article-related__grid{gap:var(--gutter);grid-template-columns:1fr;display:grid}@media (width>=768px){.article-related__grid{grid-template-columns:repeat(3,1fr)}}.article-not-found{text-align:center;padding:6rem 0}.article-not-found h1{font-family:var(--font-headline);margin-bottom:1rem;font-size:2rem}.article-not-found a{color:var(--primary);font-weight:600}.search-hero{background:var(--surface-container-low);text-align:center;border-bottom:1px solid var(--surface-variant);flex-direction:column;align-items:center;padding:2rem 0 1.5rem;display:flex}@media (width>=768px){.search-hero{padding:3rem 0 2rem}}@media (width>=1024px){.search-hero{padding:4rem 0 3rem}}.search-hero__title{font-family:var(--font-headline);color:var(--on-surface);letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800}.search-hero__desc{color:var(--on-surface-variant);max-width:520px;margin-bottom:2rem;font-size:1rem;line-height:1.6}.search-hero__bar{border:1px solid var(--surface-variant);border-radius:var(--radius-full);width:calc(100% - 2 * var(--gutter));background:#fff;align-items:center;max-width:560px;height:48px;padding:0 1rem;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 2px 12px #0000000a}@media (width>=768px){.search-hero__bar{width:100%;height:52px;padding:0 1.25rem}}.search-hero__bar:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #0061551a}.search-hero__icon{color:var(--outline);margin-right:.75rem}.search-hero__input{color:var(--on-surface);background:0 0;flex:1;font-size:.9375rem}@media (width>=768px){.search-hero__input{font-size:1rem}}.search-hero__input::placeholder{color:var(--outline-variant)}.search-hero__tags{padding:0 var(--gutter);flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;display:flex}.search-hero__tags-label{font-family:var(--font-headline);color:var(--on-surface-variant);font-size:.8125rem;font-weight:600}.search-hero__tag{border:1px solid var(--surface-variant);border-radius:var(--radius-full);font-family:var(--font-headline);color:var(--on-surface);text-transform:uppercase;letter-spacing:.03em;align-items:center;min-height:36px;padding:5px 10px;font-size:.6875rem;font-weight:600;transition:background .2s,border-color .2s;display:inline-flex}@media (width>=768px){.search-hero__tag{padding:6px 14px;font-size:.75rem}}.search-hero__tag:hover{background:var(--surface-container);border-color:var(--outline-variant)}.search-results{padding:2rem 0 2.5rem}@media (width>=768px){.search-results{padding:3rem 0 3.5rem}}@media (width>=1024px){.search-results{padding:3rem 0 4rem}}.search-results__header{margin-bottom:2rem}.search-results__heading{font-family:var(--font-headline);color:var(--on-surface);padding-bottom:.75rem;font-size:1.25rem;font-weight:700;position:relative}@media (width>=768px){.search-results__heading{font-size:1.5rem}}@media (width>=1024px){.search-results__heading{font-size:1.75rem}}.search-results__heading:after{content:"";background:var(--primary);border-radius:2px;width:60px;height:3px;position:absolute;bottom:0;left:0}.search-featured{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;display:grid}@media (width>=1024px){.search-featured{grid-template-columns:7fr 5fr}}.search-featured__main{cursor:pointer;flex-direction:column;display:flex}.search-featured__main-image{border-radius:var(--radius-2xl);aspect-ratio:16/9;margin-bottom:1rem;position:relative;overflow:hidden}.search-featured__main-image img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.search-featured__main:hover .search-featured__main-image img{transform:scale(1.03)}.search-featured__tag{color:#fff;font-family:var(--font-headline);border-radius:var(--radius-sm);padding:4px 12px;font-size:.6875rem;font-weight:700;position:absolute;bottom:12px;left:12px}.search-featured__main-title{font-family:var(--font-headline);color:var(--on-surface);margin-bottom:.5rem;font-size:1.25rem;font-weight:700;line-height:1.2;transition:color .3s}@media (width>=768px){.search-featured__main-title{font-size:1.375rem}}@media (width>=1024px){.search-featured__main-title{font-size:1.5rem}}.search-featured__main:hover .search-featured__main-title{color:var(--primary)}.search-featured__main-desc{color:var(--on-surface-variant);font-size:.9375rem;line-height:1.6}.search-featured__side{flex-direction:column;display:flex}.search-side-card{cursor:pointer;flex-direction:column;gap:.5rem;display:flex}.search-side-card__image{border-radius:var(--radius-xl);aspect-ratio:16/9;overflow:hidden}.search-side-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.search-side-card:hover .search-side-card__image img{transform:scale(1.05)}.search-side-card__title{font-family:var(--font-headline);color:var(--on-surface);font-size:1.0625rem;font-weight:700;line-height:1.3;transition:color .3s}@media (width>=768px){.search-side-card__title{font-size:1.125rem}}@media (width>=1024px){.search-side-card__title{font-size:1.25rem}}.search-side-card:hover .search-side-card__title{color:var(--primary)}.search-side-card__desc{color:var(--on-surface-variant);font-size:.875rem;line-height:1.5}.search-grid{gap:var(--gutter);grid-template-columns:1fr;display:grid}@media (width>=480px){.search-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.search-grid{grid-template-columns:repeat(3,1fr)}}.search-results__count{font-family:var(--font-headline);color:var(--outline);font-size:.8125rem;font-weight:500}.search-empty{text-align:center;color:var(--on-surface-variant);flex-direction:column;align-items:center;gap:1rem;padding:4rem 0;display:flex}:root{--primary:#006155;--primary-container:#1e7b6d;--on-primary:#fff;--on-primary-container:#bbfff0;--inverse-primary:#82d6c5;--surface:#f8f9fa;--surface-bright:#f8f9fa;--surface-dim:#d9dadb;--surface-container:#edeeef;--surface-container-low:#f3f4f5;--surface-container-high:#e7e8e9;--surface-container-highest:#e1e3e4;--surface-container-lowest:#fff;--surface-variant:#e1e3e4;--background:#f8f9fa;--on-surface:#191c1d;--on-surface-variant:#3e4946;--on-background:#191c1d;--inverse-surface:#2e3132;--inverse-on-surface:#f0f1f2;--secondary:#586062;--on-secondary:#fff;--secondary-container:#dae1e3;--tertiary:#00624d;--tertiary-container:#007d64;--outline:#6e7976;--outline-variant:#bec9c5;--error:#ba1a1a;--error-container:#ffdad6;--teal-700:#006155;--teal-600:#00796b;--teal-400:#4bddb7;--container-max:1280px;--gutter:16px;--section-gap:48px;--stack-sm:8px;--stack-md:16px;--stack-lg:32px;--margin-page:24px;--font-headline:"Plus Jakarta Sans", sans-serif;--font-body:"Work Sans", sans-serif;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px}@media (width>=480px){:root{--gutter:20px}}@media (width>=768px){:root{--gutter:24px;--section-gap:64px;--margin-page:32px}}@media (width>=1024px){:root{--section-gap:80px;--margin-page:40px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{font-family:var(--font-body);color:var(--on-surface);background:var(--background);padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0);font-size:16px;line-height:1.6;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea{border:none;outline:none;font-family:inherit}.font-headline{font-family:var(--font-headline)}.font-body{font-family:var(--font-body)}.text-display-xl{font-family:var(--font-headline);letter-spacing:-.02em;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.text-headline-lg{font-family:var(--font-headline);font-size:1.5rem;font-weight:700;line-height:1.2}@media (width>=768px){.text-headline-lg{font-size:2rem}}.text-headline-md{font-family:var(--font-headline);font-size:1.25rem;font-weight:700;line-height:1.3}@media (width>=768px){.text-headline-md{font-size:1.5rem}}.text-headline-sm{font-family:var(--font-headline);font-size:1.125rem;font-weight:600;line-height:1.4}@media (width>=768px){.text-headline-sm{font-size:1.25rem}}.text-body-lg{font-family:var(--font-body);font-size:1rem;line-height:1.6}@media (width>=768px){.text-body-lg{font-size:1.125rem}}.text-body-md{font-family:var(--font-body);font-size:.9375rem;line-height:1.6}@media (width>=768px){.text-body-md{font-size:1rem}}.text-body-sm{font-family:var(--font-body);font-size:.8125rem;line-height:1.5}@media (width>=768px){.text-body-sm{font-size:.875rem}}.text-label-bold{font-family:var(--font-headline);letter-spacing:.05em;text-transform:uppercase;font-size:.6875rem;font-weight:700;line-height:1}@media (width>=768px){.text-label-bold{font-size:.75rem}}.container{max-width:var(--container-max);padding-left:var(--gutter);padding-right:var(--gutter);margin:0 auto}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.touch-target{min-width:44px;min-height:44px}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-fade-in{animation:.5s forwards fadeIn}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24}::selection{background:var(--primary-container);color:var(--on-primary-container)}.brand-badge{align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.brand-badge--sm{margin-top:.5rem}.brand-badge__logo{object-fit:contain;border-radius:3px;flex-shrink:0;width:auto;height:16px;display:block}@media (width>=768px){.brand-badge__logo{height:18px}}.brand-badge--sm .brand-badge__logo{border-radius:2px;height:14px}@media (width>=768px){.brand-badge--sm .brand-badge__logo{height:16px}}
