*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--violet-900: #b80cb8;--violet-800: #9e2c95;--violet-700: #4c1d95;--violet-600: #6d28d9;--violet-500: #7c3aed;--violet-400: #8b5cf6;--violet-100: #ede9fe;--violet-50: #f5f3ff;--green-700: #15803d;--green-600: #16a34a;--green-500: #22c55e;--green-100: #dcfce7;--white: #ffffff;--bg-page: #f8f7fc;--bg-card: #ffffff;--border: #e5e7eb;--text-dark: #1a1a2e;--text-mid: #4b5563;--text-light: #9ca3af;--shadow-sm: 0 1px 4px rgba(0,0,0,.08);--shadow-md: 0 4px 20px rgba(0,0,0,.1);--shadow-lg: 0 8px 32px rgba(0,0,0,.14);--shadow-sticky: 0 2px 16px rgba(76,29,149,.14);--shadow-float: 0 8px 28px rgba(76,29,149,.28);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--max-width: 1100px;--site-banner-height: 120px;--main-nav-height: 45px;--fixed-header-height: calc(var(--site-banner-height) + var(--main-nav-height));--compact-banner-height: 64px;--compact-nav-height: 45px;--compact-total-height: calc(var(--compact-banner-height) + var(--compact-nav-height));--header-transition: .32s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth}body{font-family:"Source Sans 3",Segoe UI,sans-serif;font-size:16px;line-height:1.6;color:var(--text-dark);background-color:var(--bg-page);padding-top:var(--fixed-header-height);transition:padding-top var(--header-transition)}body.site-shell--compact{padding-top:var(--compact-total-height)}h1,h2,h3,h4,h5{font-family:Playfair Display,Georgia,serif;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}button{border:none}.page-wrap{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}section[id],[id]{scroll-margin-top:calc(var(--fixed-header-height) + 1rem)}body.site-shell--compact section[id],body.site-shell--compact [id],.site-shell--compact section[id],.site-shell--compact [id]{scroll-margin-top:calc(var(--compact-total-height) + 1rem)}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.94) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .55s ease both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.32s}.delay-4{animation-delay:.44s}.site-banner{position:fixed;top:0;left:0;width:100%;min-height:var(--site-banner-height);z-index:3000;background:linear-gradient(135deg,#fffffffa,#f5f3fffa),linear-gradient(90deg,var(--violet-800),var(--green-700));border-bottom:3px solid var(--violet-500);box-shadow:var(--shadow-sm);padding:.75rem 1.5rem;display:flex;align-items:center;transition:min-height var(--header-transition),padding var(--header-transition),box-shadow var(--header-transition),border-width var(--header-transition)}.site-banner__brand{width:100%;max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;gap:.75rem;min-width:0}.site-banner__logo+.site-banner__logo{margin-left:-.15rem}.site-banner__logos{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.site-banner__logo{width:64px;height:64px;object-fit:contain;flex-shrink:0;transition:width var(--header-transition),height var(--header-transition)}.site-banner__text{min-width:0;margin-left:.25rem;flex:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,auto);grid-template-areas:"meta meta" "agency tagline" "title tagline";column-gap:1.5rem;row-gap:.1rem;align-items:start}.site-banner__meta{grid-area:meta;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--violet-800);font-family:"Source Sans 3",sans-serif;font-size:.72rem;font-weight:800;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.site-banner__meta .top-bar__clock,.site-banner__meta .site-banner__clock,.site-banner__clock{margin-left:auto;color:var(--violet-700);font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}.site-banner__agency{grid-area:agency;display:flex;flex-direction:column;gap:.03rem;max-width:100%;margin-top:.05rem;color:var(--text-mid);font-family:"Source Sans 3",sans-serif;font-size:.68rem;font-weight:600;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;overflow:hidden}.site-banner__agency-line{display:block}.site-banner__title{grid-area:title;margin:0;padding-top:.2rem;color:var(--violet-800);font-size:clamp(1.2rem,2.3vw,1.65rem);font-weight:800;line-height:1.05}.site-banner__title span{color:var(--green-600)}.site-banner__tagline{display:flex;flex-direction:column;grid-area:tagline;justify-self:end;align-self:start;max-width:360px;margin:.2rem 0 0;color:var(--violet-600);font-family:Playfair Display,serif;font-size:.82rem;font-style:italic;line-height:1.35;text-align:right}.site-banner__tagline-line{display:block}body.site-shell--compact .site-banner,.site-shell--compact .site-banner{min-height:var(--compact-banner-height);padding:.45rem 1.5rem;border-bottom-width:2px;box-shadow:var(--shadow-sticky)}body.site-shell--compact .site-banner__logo,.site-shell--compact .site-banner__logo{width:42px;height:42px}body.site-shell--compact .site-banner__agency,body.site-shell--compact .site-banner__tagline,.site-shell--compact .site-banner__agency,.site-shell--compact .site-banner__tagline{display:none}body.site-shell--compact .site-banner__title,.site-shell--compact .site-banner__title{padding-top:0;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.site-shell--compact .site-banner__meta,.site-shell--compact .site-banner__meta{font-size:.68rem}.header-hamburger{display:none!important}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.42rem 1.15rem;border-radius:var(--radius-sm);font-size:.82rem;font-weight:600;font-family:"Source Sans 3",sans-serif;cursor:pointer;transition:opacity .18s,transform .18s,box-shadow .18s;white-space:nowrap;border:2px solid transparent}.btn:hover{opacity:.88;transform:translateY(-1px)}.btn--hero-primary{background-color:var(--green-500);color:#052e16;font-weight:700;padding:.72rem 1.7rem;font-size:.9rem;box-shadow:0 4px 14px #22c55e66}.btn--hero-primary:hover{box-shadow:0 6px 20px #22c55e73}.main-nav{position:fixed;top:var(--site-banner-height);left:0;width:100%;z-index:2998;overflow:visible;background:linear-gradient(90deg,var(--violet-800),var(--violet-700));min-height:var(--main-nav-height);box-shadow:var(--shadow-sm);transition:top var(--header-transition)}body.site-shell--compact .main-nav,.site-shell--compact .main-nav{top:var(--compact-banner-height);box-shadow:0 3px 12px #4c1d952e}.main-nav__links{display:flex;overflow:visible;position:relative}.main-nav__hamburger{display:none;align-items:center;gap:.5rem;width:100%;background:none;color:var(--white);padding:.75rem 1.25rem;cursor:pointer;font-family:"Source Sans 3",sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.03em}.main-nav__hamburger-label{flex:1;text-align:left}.hamburger-icon{display:flex;flex-direction:column;gap:4px;width:20px;flex-shrink:0}.hamburger-icon span{display:block;height:2px;border-radius:2px;background:var(--white);transition:all .25s ease;transform-origin:center}.hamburger-icon--open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger-icon--open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger-icon--open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.main-nav__link{display:flex;align-items:center;gap:.3rem;color:#ffffffd9;padding:.7rem 1.2rem;font-size:.82rem;font-weight:500;font-family:"Source Sans 3",sans-serif;white-space:nowrap;border-right:1px solid rgba(255,255,255,.08);background:none;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s;letter-spacing:.025em}.main-nav__link--dropdown-trigger{border-right:none}.main-nav__link:hover{background-color:#ffffff14;color:var(--white);box-shadow:inset 0 -3px #ffffff59}.main-nav__link--active{background-color:var(--violet-500);color:var(--white);box-shadow:inset 0 -3px 0 var(--green-500)}.nav-dropdown{position:relative;display:inline-flex;overflow:visible;z-index:200}.nav-dropdown__caret{font-size:.65rem;opacity:.7;transition:transform .2s ease;display:inline-block;margin-left:2px}.nav-dropdown--open .nav-dropdown__caret{transform:rotate(180deg)}.nav-dropdown__panel{position:absolute;top:100%;left:0;z-index:300;min-width:210px;background:var(--white);border-radius:0 var(--radius-md) var(--radius-md) var(--radius-md);box-shadow:0 10px 28px #00000026;list-style:none;border-top:3px solid var(--green-500);opacity:0;visibility:hidden;transform:translateY(6px);pointer-events:none;transition:opacity .18s ease,visibility .18s ease,transform .18s ease}.nav-dropdown--open .nav-dropdown__panel{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.nav-dropdown__item{display:flex;align-items:center;gap:.65rem;padding:.75rem 1.1rem;color:var(--text-dark);font-size:.8rem;font-family:"Source Sans 3",sans-serif;font-weight:500;transition:background .15s,color .15s,padding-left .15s;border-bottom:1px solid var(--border);cursor:pointer}.nav-dropdown__item:last-child{border-bottom:none}.nav-dropdown__item:hover{background:var(--violet-50);color:var(--violet-700);padding-left:1.35rem}.nav-search__toggle{display:none!important}.nav-search{display:flex!important;align-items:center;justify-content:center;position:relative;background:transparent;min-width:0}.nav-search__input-wrap{position:relative!important;inset:auto!important;display:flex!important;align-items:center;gap:.4rem;width:100%!important;max-width:none!important;opacity:1!important;overflow:visible!important;padding:.28rem .45rem!important;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);border-radius:999px;box-shadow:none!important;transition:border-color .2s,background .2s}.nav-search__input-wrap:focus-within{background:#ffffff2e;border-color:#ffffff73}.nav-search__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#ffffffbf;font-size:.78rem;line-height:1}.nav-search__input{width:100%!important;min-width:0;margin-left:0!important;padding:.28rem .15rem!important;border:0!important;outline:none;background:transparent!important;color:var(--white);font-size:.78rem;line-height:1.2}.nav-search__input::placeholder{color:#ffffff8c}.nav-search__input:focus{background:transparent!important;border-color:transparent!important}.nav-search__clear{position:static!important;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 auto;border-radius:50%;background:#ffffff2e;color:var(--white);font-size:.75rem;cursor:pointer;transition:background .2s}.nav-search__clear:hover{background:#ffffff4d}.nav-search__results{position:absolute!important;top:calc(100% + .45rem)!important;right:0!important;left:auto!important;width:min(320px,calc(100vw - 1.5rem))!important;background:var(--white);color:var(--text-dark);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:7000;overflow:hidden;animation:slideDown .2s ease both}.nav-search__result{display:block;padding:.72rem 1rem;border-bottom:1px solid var(--border);transition:background .15s,padding-left .15s}.nav-search__result:last-child{border-bottom:none}.nav-search__result:hover{background:var(--violet-50);padding-left:1.2rem;color:var(--violet-700)}.nav-search__result-type{display:block;font-size:.6rem;color:var(--violet-400);font-weight:800;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.1rem}.nav-search__empty{padding:.8rem 1rem;font-size:.85rem;color:var(--text-mid)}.section-heading{display:flex;align-items:baseline;gap:.8rem;margin-top:.75rem;margin-bottom:1rem}.section-heading__title{font-size:1.45rem;color:var(--violet-800);font-weight:700;white-space:nowrap}.section-heading__line{flex:1;height:2px;background:linear-gradient(to right,var(--violet-400),transparent);border-radius:2px;min-width:30px}.hero{background:linear-gradient(135deg,var(--violet-900) 0%,var(--violet-700) 50%,var(--green-700) 100%);padding:3.5rem 1.5rem 4rem;position:relative;overflow:hidden;transition:background .6s ease}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(ellipse at 15% 60%,rgba(139,92,246,.25) 0%,transparent 55%),radial-gradient(ellipse at 85% 20%,rgba(34,197,94,.15) 0%,transparent 50%);pointer-events:none}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.hero__inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:center;position:relative;z-index:1}.hero__badge{display:inline-block;background-color:var(--green-500);color:#052e16;font-size:.7rem;font-weight:700;padding:.28rem .85rem;border-radius:20px;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.85rem;font-family:"Source Sans 3",sans-serif}.hero__heading{font-size:clamp(1.35rem,4vw,2.75rem);color:var(--white);font-weight:900;margin-bottom:.7rem}.hero__heading span{color:#a7f3d0}.hero__description{color:#ffffffd1;font-size:.97rem;line-height:1.7;max-width:560px;margin-bottom:1.4rem}.hero__mood-message{display:flex;align-items:center;gap:.55rem;background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-md);padding:.65rem 1rem;color:var(--white);font-size:.88rem;font-style:italic;font-family:Playfair Display,serif;margin-bottom:1.2rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero__actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:1rem}.hero__change-mood-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.38rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:20px;color:#ffffffe6;font-size:.76rem;font-family:"Source Sans 3",sans-serif;font-weight:600;cursor:pointer;transition:background .2s,transform .18s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);margin-top:.25rem}.hero__change-mood-btn:hover{background:#fff3;transform:translateY(-1px)}.hero__card{background:#ffffff1a;border:1.5px solid rgba(255,255,255,.2);border-radius:var(--radius-lg);padding:1.75rem 1.5rem;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);min-width:170px}.hero__card-icon{font-size:2.8rem;margin-bottom:.6rem;display:block}.hero__card-text{color:#ffffffd9;font-size:.8rem;line-height:1.5}.hero__card-text strong{color:#a7f3d0}.main-content-grid{max-width:var(--max-width);margin:0 auto;padding:1.5rem 1.25rem;display:grid;grid-template-columns:1.1fr .9fr;gap:1.75rem;align-items:start}.main-col-left{display:flex;flex-direction:column;min-width:0}.main-col-right{display:flex;flex-direction:column;gap:1.5rem;min-width:0}.news-section-wrap{width:100%}.news-list{display:flex;flex-direction:column;gap:.85rem}.news-item{display:grid;grid-template-columns:190px 1fr;gap:0;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,border-left-color .22s ease;border-left:3px solid transparent}.news-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--violet-100);border-left-color:var(--violet-400)}.news-item__image-wrapper{width:190px;flex-shrink:0;overflow:hidden;border-radius:0;background:var(--violet-50);min-height:145px}.news-item__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.news-item:hover .news-item__image{transform:scale(1.04)}.news-item__body{padding:.8rem .9rem;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.news-item__meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.3rem}.news-item__tag{background:var(--violet-100);color:var(--violet-700);font-size:.65rem;font-weight:800;padding:.12rem .5rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.news-item__date{font-size:.7rem;color:var(--text-light)}.news-item__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.92rem;line-height:1.35;font-weight:800;color:var(--text-dark);margin-bottom:.3rem;transition:color .18s}.news-item__title:hover{color:var(--violet-700)}.news-item__description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.78rem;line-height:1.45;color:var(--text-mid);margin-bottom:.45rem;flex-grow:1}.news-item__read-more{font-size:.78rem;font-weight:800;color:var(--violet-700);transition:color .18s,transform .18s;display:inline-block;align-self:flex-start}.news-item__read-more:hover{color:var(--green-600);transform:translate(3px)}.news-item--no-image{grid-template-columns:1fr;border-left-width:3px}.news-item--no-image .news-item__body{padding:.85rem}.empty-content-card{background:var(--white);border:1px dashed var(--violet-100);border-radius:var(--radius-md);padding:2rem 1.5rem;text-align:center;color:var(--text-mid)}.empty-content-card h3{color:var(--violet-700);margin-bottom:.4rem;font-size:1rem}.empty-content-card p{font-size:.85rem}.news-view-all{display:inline-block;margin-top:.85rem;color:var(--violet-700);font-size:.83rem;font-weight:700;border-bottom:2px solid var(--green-500);padding-bottom:2px;transition:color .2s,border-color .2s;font-family:"Source Sans 3",sans-serif}.news-view-all:hover{color:var(--green-600);border-color:var(--green-600)}.gallery-section-wrap{width:100%}.gallery-preview-grid--collage{display:grid;grid-template-columns:2fr 1fr;grid-auto-rows:160px;gap:.75rem}.gallery-preview-grid--collage .gallery-card:first-child{grid-row:span 2}.gallery-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;display:flex;flex-direction:column;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.gallery-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--violet-100)}.gallery-card__img-placeholder{flex:1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;min-height:90px}.gallery-card__img-placeholder:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent),#0000000a}.gallery-card__placeholder-icon{position:relative;z-index:1;width:38px;height:38px;border-radius:50%;background:#ffffff38;color:var(--white);display:flex;align-items:center;justify-content:center;font-size:1.3rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.gallery-card__img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-card:hover .gallery-card__img{transform:scale(1.04)}.gallery-card__info{padding:.6rem .75rem .7rem;flex-shrink:0}.gallery-card__category{display:inline-flex;background:var(--green-100);color:var(--green-700);border-radius:999px;padding:.1rem .45rem;font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem}.gallery-card__title{color:var(--text-dark);font-size:.78rem;font-weight:800;line-height:1.3;margin-bottom:.15rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gallery-card__date{color:var(--text-light);font-size:.65rem}.demographics-section-wrap{width:100%}.demographics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.demographic-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:1rem .75rem;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;text-align:center;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.demographic-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:var(--violet-100)}.demographic-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--violet-500);opacity:.85}.demographic-card__number{font-size:clamp(1.6rem,3.5vw,2.5rem);font-weight:900;color:var(--violet-700);line-height:1}.demographic-card__text{text-align:center}.demographic-card__label{color:#6b7280;font-family:"Source Sans 3",sans-serif;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;line-height:1.2}.sidebar-card{background:var(--bg-card);border-radius:var(--radius-md);box-shadow:var(--shadow-md);overflow:hidden;border:1px solid var(--border)}.sidebar-card__head{background:linear-gradient(90deg,var(--violet-700),var(--violet-500));color:var(--white);padding:.65rem 1rem;font-size:.82rem;font-weight:700;letter-spacing:.03em;display:flex;align-items:center;gap:.45rem;font-family:"Source Sans 3",sans-serif}.sidebar-card__body{padding:.75rem .95rem}.dashboard-stat{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;padding:.55rem 0;border-bottom:1px dashed var(--border)}.dashboard-stat:last-child{border-bottom:none}.dashboard-stat__icon{width:32px;height:32px;border-radius:var(--radius-sm);background:var(--violet-50);display:flex;align-items:center;justify-content:center;font-size:.95rem;flex-shrink:0}.dashboard-stat__info{min-width:0}.dashboard-stat__label{display:block;color:var(--text-mid);font-size:.73rem;line-height:1.2}.dashboard-stat__value{display:block;color:var(--violet-700);font-size:.95rem;font-weight:900;line-height:1.2}.dashboard-stat__trend{border-radius:999px;padding:.14rem .44rem;font-size:.65rem;font-weight:800;white-space:nowrap}.dashboard-stat__trend--up{background:var(--green-100);color:var(--green-700)}.dashboard-stat__trend--down{background:#fee2e2;color:#b91c1c}.dashboard-stat__trend--neutral{background:#f3f4f6;color:var(--text-mid)}.stat-row{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.45rem 0;border-bottom:1px dashed var(--border);font-size:.82rem}.stat-row:last-child{border-bottom:none}.stat-row__label{color:var(--text-mid)}.stat-row__value{font-weight:800;color:var(--violet-600);font-size:.98rem;text-align:right}.publications-section{padding:.5rem 0 1.5rem}.publications-section .page-wrap{max-width:var(--max-width)}.publications-list{display:flex;flex-direction:column;gap:.65rem}.publication-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:.8rem .95rem;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.publication-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--violet-100)}.publication-card__icon{width:40px;height:40px;border-radius:var(--radius-sm);background:var(--violet-50);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.publication-card__body{min-width:0}.publication-card__category{color:var(--text-light);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.publication-card__title{color:var(--text-dark);font-size:.86rem;font-weight:800;line-height:1.35}.publication-card__download{white-space:nowrap;border-radius:999px;background:var(--violet-50);color:var(--violet-700);border:1px solid var(--violet-100);padding:.36rem .7rem;font-size:.72rem;font-weight:800;transition:background .18s,color .18s,border-color .18s}.publication-card__download:hover{background:var(--green-600);color:var(--white);border-color:var(--green-600)}.banner-strip{background:linear-gradient(90deg,var(--violet-800),var(--green-700));color:var(--white);padding:1.4rem 1.5rem;text-align:center}.banner-strip h3{font-family:Playfair Display,serif;font-size:clamp(.9rem,2.5vw,1.15rem);font-weight:700;margin-bottom:.3rem}.banner-strip p{font-size:.82rem;opacity:.82}.survey-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:#0a001eb8;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:.85rem;animation:fadeIn .25s ease both}body:has(.survey-overlay){overflow:hidden}body:has(.survey-overlay) .main-nav,body:has(.survey-overlay) .site-banner{pointer-events:none}.survey-modal{position:relative;z-index:100000;width:min(100%,520px);max-height:calc(100vh - 1.7rem);background:var(--white);border-radius:18px;box-shadow:0 22px 65px #00000057;overflow:hidden;display:flex;flex-direction:column;animation:scaleIn .28s cubic-bezier(.34,1.56,.64,1) both}.survey-modal__progress{display:flex;align-items:center;justify-content:center;gap:.45rem;padding:.65rem 1rem 0;background:var(--white);flex-shrink:0}.survey-progress__bar{flex:1;max-width:210px;height:3px;background:var(--violet-100);border-radius:999px;overflow:hidden}.survey-progress__fill{height:100%;background:linear-gradient(90deg,var(--violet-600),var(--violet-400));border-radius:999px;transition:width .35s ease}.survey-progress__dot{width:8px;height:8px;border-radius:50%;background:var(--violet-100);border:2px solid #c4b5fd;transition:background .22s,border-color .22s,transform .22s;flex-shrink:0}.survey-progress__dot--active{background:var(--violet-600);border-color:var(--violet-600);transform:scale(1.2)}.survey-progress__dot--done{background:var(--green-500);border-color:var(--green-500)}.survey-progress__label{font-size:.62rem;font-weight:800;color:var(--text-light);font-family:"Source Sans 3",sans-serif;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.survey-modal__header{background:linear-gradient(135deg,var(--violet-800),var(--violet-600));color:var(--white);padding:.85rem 1.2rem .75rem;text-align:center;flex-shrink:0}.survey-modal__header-icon{font-size:1.25rem;line-height:1;margin-bottom:.25rem}.survey-modal__header-title{font-size:.98rem;line-height:1.25;margin-bottom:.15rem}.survey-modal__header-sub{font-size:.72rem;line-height:1.35;opacity:.88}.survey-modal__body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:.9rem 1.1rem .75rem;scrollbar-width:thin;scrollbar-color:var(--violet-100) transparent}.survey-modal__body::-webkit-scrollbar{width:5px}.survey-modal__body::-webkit-scrollbar-track{background:transparent}.survey-modal__body::-webkit-scrollbar-thumb{background:var(--violet-100);border-radius:999px}.survey-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:.55rem;padding:.7rem 1.1rem;border-top:1px solid var(--border);background:var(--white);flex-shrink:0}.survey-modal__footer-left,.survey-modal__footer-right,.survey-modal__actions{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.survey-modal__next{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:34px;padding:.45rem 1rem;background:linear-gradient(135deg,var(--violet-700),var(--violet-500));color:var(--white);border-radius:999px;font-size:.78rem;font-weight:800;font-family:"Source Sans 3",sans-serif;cursor:pointer;transition:opacity .18s,transform .18s,box-shadow .18s;box-shadow:0 3px 12px #6d28d952;margin-left:auto;white-space:nowrap}.survey-modal__next:hover:not(:disabled){opacity:.92;transform:translateY(-1px);box-shadow:0 5px 16px #6d28d961}.survey-modal__next:disabled{opacity:.42;cursor:not-allowed;transform:none;box-shadow:none}.survey-modal__back,.survey-modal__skip{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:.4rem .75rem;border-radius:999px;background:transparent;color:var(--text-mid);font-size:.74rem;font-weight:700;font-family:"Source Sans 3",sans-serif;cursor:pointer;transition:background .18s,color .18s;white-space:nowrap}.survey-modal__back:hover,.survey-modal__skip:hover{background:var(--violet-50);color:var(--violet-700)}.survey-field{margin-bottom:.8rem}.survey-field:last-child{margin-bottom:0}.survey-field__label{display:flex;align-items:center;gap:.3rem;margin-bottom:.38rem;color:var(--text-mid);font-family:"Source Sans 3",sans-serif;font-size:.7rem;font-weight:800;letter-spacing:.05em;line-height:1.2;text-transform:uppercase}.survey-field__label span{color:#ef4444}.survey-option-grid,.survey-option-grid--gender,.survey-option-grid--sector,.survey-option-grid--purpose{display:grid;gap:.42rem}.survey-option-grid--gender{grid-template-columns:repeat(2,minmax(0,1fr))}.survey-option-grid--sector,.survey-option-grid--purpose{grid-template-columns:repeat(3,minmax(0,1fr))}.survey-option-btn{position:relative;display:flex;align-items:center;justify-content:center;min-height:34px;padding:.42rem .55rem;border-radius:999px;border:1.5px solid var(--border);background:var(--white);color:var(--text-dark);cursor:pointer;font-family:"Source Sans 3",sans-serif;font-size:.74rem;font-weight:700;line-height:1.2;text-align:center;overflow:hidden;transition:border-color .16s,background .16s,color .16s,transform .16s,box-shadow .16s}.survey-option-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--violet-600),var(--violet-400));opacity:0;transition:opacity .16s}.survey-option-btn__text{position:relative;z-index:2;line-height:1.2}.survey-option-btn:hover{border-color:var(--violet-400);background:var(--violet-50);transform:translateY(-1px);box-shadow:0 3px 10px #6d28d91f}.survey-option-btn--selected{border-color:var(--violet-600);color:var(--white);box-shadow:0 4px 14px #6d28d93d}.survey-option-btn--selected:before{opacity:1}.survey-option-btn--selected .survey-option-btn__text{color:var(--white)}.survey-mood-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.45rem;padding:.15rem 0 .25rem}.mood-btn{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;min-height:76px;padding:.55rem .35rem .65rem;border-radius:14px;border:1.5px solid transparent;background:var(--violet-50);cursor:pointer;font-family:"Source Sans 3",sans-serif;text-align:center;overflow:hidden;transition:border-color .18s,background .18s,transform .18s,box-shadow .18s}.mood-btn:hover,.mood-btn--hovered{border-color:var(--mood-color, var(--violet-500));background:color-mix(in srgb,var(--mood-color, var(--violet-500)) 10%,white);transform:translateY(-2px);box-shadow:0 6px 16px color-mix(in srgb,var(--mood-color, var(--violet-500)) 22%,transparent)}.mood-btn:focus-visible{outline:3px solid var(--mood-color, var(--violet-500));outline-offset:2px}.mood-btn__emoji{display:block;font-size:1.45rem;line-height:1}.mood-btn__level{font-size:.53rem;font-weight:800;color:var(--text-light);text-transform:uppercase;letter-spacing:.06em;line-height:1}.mood-btn__label{font-size:.66rem;font-weight:800;color:var(--text-dark);text-align:center;line-height:1.15}.mood-btn__swatch{position:absolute;left:0;right:0;bottom:0;height:4px;border-radius:0 0 14px 14px;opacity:.75;transition:opacity .18s,height .18s}.mood-btn:hover .mood-btn__swatch,.mood-btn--hovered .mood-btn__swatch{opacity:1;height:5px}.support-card{animation:fadeUp .3s ease both}.support-card__hero{background:#f8fafc;border:1px solid var(--border);border-left:4px solid var(--violet-500);border-radius:var(--radius-md);padding:.75rem .85rem;text-align:left;margin-bottom:.75rem}.support-card__hero-icon{display:inline-block;font-size:1.15rem;margin-right:.35rem;vertical-align:middle}.support-card__hero-title{display:inline;color:var(--violet-800);font-family:"Source Sans 3",sans-serif;font-size:.85rem;font-weight:800;line-height:1.3}.support-card__hero-msg{color:var(--text-mid);font-size:.76rem;line-height:1.45;margin-top:.25rem}.support-card__section-title,.support-services{display:none}.support-card__helpdesk,.survey-helpdesk-btn{display:inline-flex;align-items:center;justify-content:center;min-height:32px;margin-top:.55rem;padding:.42rem .8rem;border-radius:999px;background:var(--violet-700);color:var(--white);font-size:.74rem;font-weight:800;font-family:"Source Sans 3",sans-serif;cursor:pointer;transition:background .18s,transform .18s}.support-card__helpdesk:hover,.survey-helpdesk-btn:hover{background:var(--violet-600);transform:translateY(-1px)}.survey-thank-you,.thank-you-card{text-align:center;padding:.5rem .25rem .25rem;animation:fadeUp .3s ease both}.survey-thank-you__icon,.thank-you-card__icon{display:block;font-size:2rem;line-height:1;margin-bottom:.45rem}.survey-thank-you__title,.thank-you-card__title{color:var(--violet-800);font-size:1rem;margin-bottom:.25rem}.survey-thank-you__text,.thank-you-card__text{color:var(--text-mid);font-size:.8rem;line-height:1.5;max-width:360px;margin:0 auto}.helpdesk-fab{position:fixed;right:1.3rem;bottom:1.3rem;z-index:9000}.helpdesk-fab__button{width:56px;height:56px;border-radius:999px;background:linear-gradient(135deg,var(--violet-700),var(--violet-500));color:#fff;font-size:1.4rem;box-shadow:var(--shadow-float);cursor:pointer;transition:transform .22s ease,box-shadow .22s ease}.helpdesk-fab__button:hover{transform:translateY(-3px) scale(1.06);box-shadow:0 12px 32px #6d28d973}.helpdesk-panel{position:fixed;right:1.3rem;bottom:4.75rem;z-index:8999;width:310px;background:var(--white);border-radius:var(--radius-lg);box-shadow:0 12px 40px #00000038;border:1px solid var(--violet-100);overflow:hidden;padding:1rem}.helpdesk-panel__close{float:right;background:var(--violet-50);color:var(--violet-700);width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;cursor:pointer;transition:background .2s;margin-bottom:.25rem}.helpdesk-panel__close:hover{background:var(--violet-100)}.helpdesk-panel__title{font-size:.9rem;font-weight:700;font-family:"Source Sans 3",sans-serif;color:var(--violet-800);margin-bottom:.5rem;clear:both}.helpdesk-panel__text{font-size:.82rem;color:var(--text-mid);margin-bottom:.75rem;line-height:1.55}.helpdesk-panel__details{display:grid;gap:.4rem;font-size:.8rem;color:var(--text-dark);margin-bottom:.85rem}.helpdesk-panel__actions{display:flex;gap:.45rem;flex-wrap:wrap}.helpdesk-panel__actions a{padding:.42rem .7rem;border-radius:999px;background:var(--violet-50);color:var(--violet-700);font-size:.76rem;font-weight:800;border:1px solid var(--violet-100);transition:background .18s,color .18s}.helpdesk-panel__actions a:hover{background:var(--violet-700);color:var(--white)}.back-to-top-fab{position:fixed;right:1.55rem;bottom:5.3rem;z-index:8999;width:42px;height:42px;border-radius:999px;background:#fff;color:var(--violet-700);box-shadow:var(--shadow-md);cursor:pointer;font-weight:900;border:2px solid var(--violet-100);transition:transform .22s ease,box-shadow .22s ease}.back-to-top-fab:hover{transform:translateY(-3px);box-shadow:0 6px 22px #6d28d938}.site-footer{background:linear-gradient(135deg,#4c1d95fa,#6d28d9f5),var(--violet-900);color:#ffffffc7;padding:2.4rem 1.5rem 1.25rem;border-top:4px solid var(--green-500)}.footer-grid{width:min(100%,var(--max-width));margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;align-items:start;padding-bottom:1.75rem;border-bottom:1px solid rgba(255,255,255,.16)}.footer-col__heading{color:var(--white);font-size:.82rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.75rem;font-family:"Source Sans 3",sans-serif}.footer-col__link{display:block;width:fit-content;max-width:100%;color:#ffffffb8;font-size:.82rem;line-height:1.5;margin-bottom:.38rem;transition:color .18s ease,transform .18s ease;font-family:"Source Sans 3",sans-serif;overflow-wrap:anywhere}.footer-bottom{width:min(100%,var(--max-width));margin:1.2rem auto 0;font-size:.74rem;line-height:1.5;text-align:center;color:#ffffff9e}@media(min-width:901px){.main-nav{display:flex;align-items:stretch;justify-content:flex-start;min-height:var(--main-nav-height)}.main-nav__hamburger{display:none!important}.main-nav__links{display:flex;align-items:stretch;flex:1 1 auto;min-width:0;overflow:visible}.main-nav>.nav-search{flex:0 0 250px;width:250px;height:var(--main-nav-height);margin-left:auto;padding:.35rem .85rem;border-left:1px solid rgba(255,255,255,.08)}}@media(max-width:900px){:root{--site-banner-height: 96px;--main-nav-height: 45px;--compact-banner-height: 58px}.main-nav{display:flex;align-items:center;flex-wrap:wrap;overflow:visible}.main-nav__hamburger{order:1;display:flex!important;flex:0 0 auto;width:auto;min-height:var(--main-nav-height);padding:.65rem .85rem}.main-nav__links{order:3;flex:0 0 100%;width:100%;display:none;flex-direction:column;background:linear-gradient(180deg,var(--violet-700),var(--violet-800));border-top:1px solid rgba(255,255,255,.1);overflow:visible}.main-nav__links--visible{display:flex;animation:slideDown .25s ease both}.main-nav>.nav-search{order:2;flex:1 1 0;min-width:140px;height:auto;margin-left:auto;padding:.35rem .75rem;border-left:1px solid rgba(255,255,255,.1);z-index:5000}.main-nav__link{border-right:none;border-bottom:1px solid rgba(255,255,255,.08);padding:.78rem 1rem;font-size:.8rem;justify-content:space-between;white-space:normal}.nav-dropdown{width:100%;flex-direction:column;overflow:visible}.nav-dropdown__panel{position:static!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important;border-radius:0;box-shadow:none;border-top:none;border-left:4px solid var(--violet-400);background:#0000002e;max-height:0;overflow:hidden;transition:max-height .28s ease!important}.nav-dropdown--open .nav-dropdown__panel{max-height:400px}.nav-dropdown__item{color:#ffffffd9;border-bottom:1px solid rgba(255,255,255,.06);padding:.72rem 1.35rem;background:transparent;font-size:.78rem}.nav-dropdown__item:hover{background:#ffffff1a;color:var(--white);padding-left:1.55rem}.main-content-grid{grid-template-columns:1fr;padding:1.25rem 1rem;gap:1.25rem}.hero__inner{grid-template-columns:1fr}.hero__card{display:none}.gallery-preview-grid--collage{grid-template-columns:2fr 1fr;grid-auto-rows:165px}.gallery-preview-grid--collage .gallery-card:first-child{grid-column:1;grid-row:span 2}.demographics-grid,.survey-mood-grid{grid-template-columns:repeat(3,1fr)}.support-services{grid-template-columns:1fr}}@media(max-width:768px){:root{--site-banner-height: 140px;--main-nav-height: 50px;--fixed-header-height: calc(var(--site-banner-height) + var(--main-nav-height));--compact-banner-height: 54px;--compact-nav-height: 43px;--compact-total-height: calc(var(--compact-banner-height) + var(--compact-nav-height))}body{font-size:15px}body.site-shell--compact{padding-top:var(--compact-total-height)}.site-banner{height:var(--site-banner-height);min-height:0;padding:.65rem 1rem;align-items:flex-start}.site-banner__brand{display:flex;align-items:flex-start;flex-wrap:wrap;gap:.45rem;width:100%}.site-banner__logo{width:38px;height:38px;flex-shrink:0}.site-banner__logo+.site-banner__logo{margin-left:-.15rem}.site-banner__text{flex:0 0 100%;width:100%;margin-left:0;margin-top:.25rem;display:flex;flex-direction:column;gap:.15rem}.site-banner__meta{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.62rem;line-height:1.1;letter-spacing:.05em}.site-banner__meta>span:first-child{display:block;max-width:58%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-banner__meta .top-bar__clock{margin-left:auto;text-align:right;white-space:nowrap;font-size:.58rem}.site-banner__agency{display:block;font-size:.58rem;line-height:1.2;letter-spacing:.03em;white-space:pre-line}.site-banner__title{display:block;margin:0;padding-top:.05rem;font-size:1rem;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-banner__tagline{display:none}.main-nav{top:var(--site-banner-height);min-height:var(--main-nav-height)}body.site-shell--compact .site-banner{height:var(--compact-banner-height);min-height:0;padding:.35rem .85rem;align-items:center}body.site-shell--compact .site-banner__brand{flex-wrap:nowrap;align-items:center}body.site-shell--compact .site-banner__logo{width:34px;height:34px}body.site-shell--compact .site-banner__text{flex:1;width:auto;margin-top:0;margin-left:auto;align-items:flex-end}body.site-shell--compact .site-banner__meta{width:auto;justify-content:flex-end}body.site-shell--compact .site-banner__meta>span:first-child,body.site-shell--compact .site-banner__agency,body.site-shell--compact .site-banner__title,body.site-shell--compact .site-banner__tagline{display:none}body.site-shell--compact .main-nav{top:var(--compact-banner-height)}}@media(max-width:640px){:root{--site-banner-height: 88px;--main-nav-height: 42px;--compact-banner-height: 52px;--compact-nav-height: 42px}.hero{padding:2.25rem 1rem 2.65rem}.hero__description{font-size:.86rem}.hero__mood-message{font-size:.78rem;padding:.6rem .8rem}.hero__actions{flex-direction:column;gap:.65rem}.btn--hero-primary{width:100%;justify-content:center;padding:.78rem 1.1rem;font-size:.83rem}.hero__change-mood-btn{justify-content:center}.news-item{grid-template-columns:120px 1fr;gap:0}.news-item__image-wrapper{width:120px;min-height:110px;border-radius:0}.news-item__body{padding:.65rem .7rem}.news-item__title{font-size:.84rem}.news-item__description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.74rem}.gallery-preview-grid--collage{grid-template-columns:2fr 1fr;grid-auto-rows:140px}.gallery-preview-grid--collage .gallery-card:first-child{grid-column:1;grid-row:span 2}.demographics-grid{gap:.45rem}.demographic-card{padding:.75rem .5rem}.survey-overlay{padding:.65rem}.survey-modal{max-width:420px;max-height:calc(100vh - 1.7rem);border-radius:14px}.survey-modal__header{padding:.9rem 1.1rem .75rem}.survey-modal__body{padding:.85rem 1rem .5rem}.survey-modal__footer{padding:.65rem 1rem .85rem}.survey-option-grid--gender{grid-template-columns:repeat(2,1fr)}.survey-option-grid--sector{grid-template-columns:1fr 1fr}.survey-option-grid--purpose,.support-services{grid-template-columns:1fr}.mood-btn{padding:.78rem .45rem}.mood-btn__emoji{font-size:1.4rem}.mood-btn__label{font-size:.68rem}.helpdesk-fab{right:1rem;bottom:1rem}.helpdesk-panel{width:calc(100vw - 2rem);right:.85rem;bottom:4.25rem}.back-to-top-fab{right:1.25rem;bottom:5rem}.banner-strip{padding:1rem}.footer-grid{grid-template-columns:3fr;gap:1.25rem}}@media(max-width:480px){:root{--site-banner-height: 84px;--main-nav-height: 42px;--compact-banner-height: 50px;--compact-nav-height: 42px}.hero{padding:2rem .9rem 2.35rem}.hero__badge{font-size:.58rem;padding:.24rem .65rem}.hero__heading{font-size:1.28rem;line-height:1.18}.hero__description{font-size:.8rem;line-height:1.55}.news-item{grid-template-columns:105px 1fr}.news-item__image-wrapper{width:105px;min-height:95px}.news-item__description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.72rem}.news-item__title{font-size:.8rem}.gallery-preview-grid--collage{grid-template-columns:3fr 2fr;grid-auto-rows:120px}.gallery-preview-grid--collage .gallery-card:first-child{grid-column:1;grid-row:span 2}.demographic-card{padding:.6rem .3rem}.demographic-card__label{font-size:.65rem}.publication-card{padding:.6rem .65rem}.publication-card__download{margin-left:2.5rem;font-size:.66rem}.sidebar-card__head{font-size:.76rem}.dashboard-stat__label,.stat-row{font-size:.74rem}.dashboard-stat__value,.stat-row__value{font-size:.9rem}.survey-option-grid--sector,.survey-option-grid--purpose{grid-template-columns:1fr}.survey-progress__label{display:none}.footer-col__heading{font-size:.72rem}.footer-col__link{font-size:.74rem}.main-nav>.nav-search{padding-left:.35rem;padding-right:.55rem}.nav-search__input{font-size:.72rem}}@media(max-width:380px){:root{--site-banner-height: 80px;--compact-banner-height: 48px}.news-item{grid-template-columns:90px 1fr}.news-item__image-wrapper{width:90px;min-height:82px}.news-item__description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.68rem}.news-item__title{font-size:.76rem}.gallery-preview-grid--collage{grid-template-columns:3fr 2fr;grid-auto-rows:105px}.gallery-preview-grid--collage .gallery-card:first-child{grid-column:1;grid-row:span 2}.demographic-card{padding:.45rem .18rem}.demographic-card__label{font-size:.52rem}.survey-option-grid,.survey-option-grid--gender,.survey-option-grid--sector,.survey-option-grid--purpose{grid-template-columns:repeat(2,minmax(0,1fr))!important}.survey-option-btn{min-height:27px;padding:.2rem .25rem;font-size:.56rem}.survey-mood-grid{grid-template-columns:1fr}.mood-btn{flex-direction:row;justify-content:flex-start;padding:.8rem 1rem;gap:.85rem;text-align:left}.mood-btn__swatch{bottom:auto;top:0;left:0;right:auto;width:4px;height:100%;border-radius:var(--radius-md) 0 0 var(--radius-md)}.mood-btn:hover .mood-btn__swatch,.mood-btn--hovered .mood-btn__swatch{height:100%;width:6px}.helpdesk-fab{right:.65rem;bottom:.85rem}.helpdesk-panel{right:.65rem;width:calc(100vw - 1.3rem)}.back-to-top-fab{right:.85rem;bottom:4.85rem}}@media(max-width:900px){.survey-modal{width:min(100%,500px)}.survey-option-grid--sector,.survey-option-grid--purpose{grid-template-columns:repeat(3,minmax(0,1fr))}.survey-mood-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.survey-fab-wrap{position:fixed;right:1.3rem;bottom:5.25rem;z-index:8998;display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.survey-fab__tooltip{background:var(--text-dark);color:var(--white);font-family:"Source Sans 3",sans-serif;font-size:.7rem;font-weight:700;padding:.32rem .65rem;border-radius:999px;white-space:nowrap;box-shadow:var(--shadow-md);animation:slideUp .18s ease both;pointer-events:none;-webkit-user-select:none;user-select:none}.survey-fab__button{width:56px;height:56px;border-radius:999px;background:linear-gradient(135deg,var(--violet-700),var(--violet-500));color:var(--white);border:none;box-shadow:var(--shadow-float);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;transition:transform .22s ease,box-shadow .22s ease,background .4s ease;position:relative;overflow:hidden}.survey-fab__button:not(.survey-fab__button--done):after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:999px;border:2px solid rgba(255,255,255,.45);animation:surveyPulse 2.4s ease-in-out infinite}@keyframes surveyPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.18)}}.survey-fab__button:hover{transform:translateY(-3px) scale(1.06);box-shadow:0 12px 32px #6d28d973}.survey-fab__button--done{box-shadow:0 6px 20px #00000047}.survey-fab__button--done:hover{box-shadow:0 12px 28px #00000059}.survey-fab__button:focus-visible{outline:3px solid var(--violet-400);outline-offset:3px}.survey-fab__icon{font-size:1.35rem;line-height:1;display:block}.survey-fab__label{font-family:"Source Sans 3",sans-serif;font-size:.52rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;line-height:1;opacity:.9}.back-to-top-fab{bottom:9.2rem!important}@media(max-width:640px){.survey-fab-wrap{right:1rem;bottom:4.7rem}.survey-fab__button{width:50px;height:50px}.survey-fab__icon{font-size:1.2rem}.survey-fab__label{font-size:.48rem}.back-to-top-fab{bottom:8.3rem!important;right:1.25rem}}@media(max-width:380px){.survey-fab-wrap{right:.65rem;bottom:4.5rem}.survey-fab__button{width:46px;height:46px}.back-to-top-fab{bottom:7.8rem!important;right:.85rem}}.visitor-pill-wrap{position:fixed;top:calc(var(--fixed-header-height) + 1rem);right:1.25rem;left:auto;bottom:auto;z-index:9998}.visitor-pill{display:inline-flex;align-items:center;gap:.6rem;min-height:48px;max-width:min(310px,calc(100vw - 2.6rem));padding:.48rem .72rem .48rem .55rem;border-radius:999px;background:linear-gradient(135deg,#fffffff5,#f5f3fff0),linear-gradient(135deg,var(--violet-700),var(--green-600));border:1px solid rgba(124,58,237,.18);box-shadow:0 10px 28px #4c1d952e;color:var(--text-dark);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation:slideUp .24s ease both;pointer-events:auto}.visitor-pill__icon{width:34px;height:34px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,var(--violet-700),var(--violet-500));color:var(--white);font-size:1rem;box-shadow:0 6px 16px #6d28d940}.visitor-pill__content{display:grid;gap:.02rem;min-width:0}.visitor-pill__label{color:var(--violet-800);font-family:"Source Sans 3",sans-serif;font-size:.74rem;font-weight:900;line-height:1.05;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.visitor-pill__meta{color:var(--text-mid);font-family:"Source Sans 3",sans-serif;font-size:.66rem;font-weight:700;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.visitor-pill__mood{width:28px;height:28px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--violet-50);border:1px solid var(--violet-100);font-size:1rem}@media(max-width:640px){.visitor-pill-wrap{left:1rem;bottom:.95rem}.visitor-pill{min-height:42px;max-width:min(245px,calc(100vw - 5.6rem));padding:.42rem .58rem .42rem .48rem;gap:.48rem}.visitor-pill__icon{width:30px;height:30px;font-size:.9rem}.visitor-pill__label{font-size:.65rem}.visitor-pill__meta{font-size:.58rem}.visitor-pill__mood{width:24px;height:24px;font-size:.88rem}}@media(max-width:380px){.visitor-pill-wrap{left:.65rem;bottom:.75rem}.visitor-pill{max-width:min(210px,calc(100vw - 5rem))}}.site-banner__time{grid-area:time;justify-self:end;align-self:center;min-width:max-content;color:var(--violet-700);font-family:"Source Sans 3",Segoe UI,sans-serif;font-size:.72rem;font-weight:800;line-height:1;text-align:right;white-space:nowrap}.top-bar__clock{display:inline-flex!important;align-items:center;justify-content:flex-end;gap:.35rem;width:max-content;white-space:nowrap}.site-banner__dept-full{display:inline-block}.site-banner__dept-compact{display:none}body.site-shell--compact .site-banner__dept-full,.site-shell--compact .site-banner__dept-full{display:none!important}body.site-shell--compact .site-banner__dept-compact,.site-shell--compact .site-banner__dept-compact{display:inline-block!important}.site-banner__text{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"meta time" "agency tagline" "title tagline"!important;column-gap:1.25rem!important;row-gap:.08rem!important;align-items:start!important;min-width:0!important}.site-banner__meta{grid-area:meta!important;min-width:0!important}.site-banner__agency{grid-area:agency!important}.site-banner__title{grid-area:title!important}.site-banner__tagline{grid-area:tagline!important}.site-banner__time{grid-area:time!important}body.site-shell--compact .site-banner,.site-shell--compact .site-banner{height:var(--compact-banner-height)!important;min-height:0!important;padding-top:.38rem!important;padding-bottom:.38rem!important;overflow:hidden!important}body.site-shell--compact .site-banner__brand,.site-shell--compact .site-banner__brand{height:100%!important;align-items:center!important}body.site-shell--compact .site-banner__agency,body.site-shell--compact .site-banner__title,body.site-shell--compact .site-banner__tagline,.site-shell--compact .site-banner__agency,.site-shell--compact .site-banner__title,.site-shell--compact .site-banner__tagline{display:none!important}body.site-shell--compact .site-banner__text,.site-shell--compact .site-banner__text{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"meta time"!important;align-items:center!important;column-gap:.65rem!important}body.site-shell--compact .site-banner__time,.site-shell--compact .site-banner__time{justify-self:end!important;font-size:.66rem!important}body.site-shell--compact .top-bar__clock-date,.site-shell--compact .top-bar__clock-date{display:none!important}@media(max-width:768px){:root{--site-banner-height: 104px;--main-nav-height: 46px;--fixed-header-height: calc(var(--site-banner-height) + var(--main-nav-height));--compact-banner-height: 50px;--compact-nav-height: 42px;--compact-total-height: calc(var(--compact-banner-height) + var(--compact-nav-height))}body{padding-top:var(--fixed-header-height)!important;font-size:15px}body.site-shell--compact{padding-top:var(--compact-total-height)!important}section[id],[id]{scroll-margin-top:calc(var(--fixed-header-height) + .8rem)!important}body.site-shell--compact section[id],body.site-shell--compact [id],.site-shell--compact section[id],.site-shell--compact [id]{scroll-margin-top:calc(var(--compact-total-height) + .8rem)!important}.site-banner{height:var(--site-banner-height)!important;min-height:0!important;padding:.55rem .8rem!important;align-items:center!important;overflow:hidden!important}.site-banner__brand{width:100%!important;max-width:none!important;height:100%!important;margin:0!important;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;column-gap:.55rem!important}.site-banner__logos{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:.25rem!important;min-width:max-content!important}.site-banner__logo{width:33px!important;height:33px!important;margin:0!important;object-fit:contain!important}.site-banner__logo+.site-banner__logo{margin-left:0!important}.site-banner__text{width:100%!important;min-width:0!important;margin-left:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"meta time" "agency agency" "title title"!important;align-items:start!important;column-gap:.4rem!important;row-gap:.08rem!important}.site-banner__meta{grid-area:meta!important;min-width:0!important;display:block!important;color:var(--violet-800)!important;font-size:.54rem!important;font-weight:900!important;line-height:1.05!important;letter-spacing:.035em!important;text-transform:uppercase!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.site-banner__dept-full{display:inline-block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.site-banner__dept-compact{display:none!important}.site-banner__time{grid-area:time!important;justify-self:end!important;align-self:start!important;margin-left:.25rem!important;max-width:42vw!important;color:var(--violet-700)!important;font-size:.54rem!important;font-weight:900!important;line-height:1.05!important;text-align:right!important;white-space:nowrap!important;overflow:hidden!important}.top-bar__clock{display:inline-flex!important;justify-content:flex-end!important;gap:.25rem!important;max-width:100%!important;white-space:nowrap!important}.site-banner__agency{grid-area:agency!important;display:block!important;max-width:100%!important;margin-top:.05rem!important;color:var(--text-mid)!important;font-size:.5rem!important;font-weight:700!important;line-height:1.18!important;letter-spacing:.025em!important;text-transform:uppercase!important;white-space:pre-line!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}.site-banner__title{grid-area:title!important;display:block!important;margin:.05rem 0 0!important;padding:0!important;color:var(--violet-800)!important;font-size:.88rem!important;font-weight:900!important;line-height:1.02!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.site-banner__tagline{display:none!important}.main-nav{top:var(--site-banner-height)!important;min-height:var(--main-nav-height)!important}.main-nav__hamburger{min-height:var(--main-nav-height)!important;padding:.55rem .75rem!important}.main-nav>.nav-search{min-width:0!important;padding:.32rem .55rem!important}.nav-search__input-wrap{min-height:32px!important;padding:.22rem .45rem!important}.nav-search__input{font-size:.74rem!important}body.site-shell--compact .site-banner,.site-shell--compact .site-banner{height:var(--compact-banner-height)!important;padding:.35rem .75rem!important;align-items:center!important}body.site-shell--compact .site-banner__brand,.site-shell--compact .site-banner__brand{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;column-gap:.45rem!important}body.site-shell--compact .site-banner__logo,.site-shell--compact .site-banner__logo{width:28px!important;height:28px!important}body.site-shell--compact .site-banner__text,.site-shell--compact .site-banner__text{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"meta time"!important;align-items:center!important;column-gap:.35rem!important}body.site-shell--compact .site-banner__meta,.site-shell--compact .site-banner__meta{display:block!important;font-size:.52rem!important;line-height:1!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}body.site-shell--compact .site-banner__dept-full,.site-shell--compact .site-banner__dept-full{display:none!important}body.site-shell--compact .site-banner__dept-compact,.site-shell--compact .site-banner__dept-compact{display:inline-block!important}body.site-shell--compact .site-banner__agency,body.site-shell--compact .site-banner__title,body.site-shell--compact .site-banner__tagline,.site-shell--compact .site-banner__agency,.site-shell--compact .site-banner__title,.site-shell--compact .site-banner__tagline{display:none!important}body.site-shell--compact .site-banner__time,.site-shell--compact .site-banner__time{display:block!important;justify-self:end!important;align-self:center!important;font-size:.52rem!important;max-width:46vw!important}body.site-shell--compact .main-nav,.site-shell--compact .main-nav{top:var(--compact-banner-height)!important;min-height:var(--compact-nav-height)!important}}@media(max-width:420px){:root{--site-banner-height: 98px;--main-nav-height: 44px;--fixed-header-height: calc(var(--site-banner-height) + var(--main-nav-height));--compact-banner-height: 48px;--compact-nav-height: 42px;--compact-total-height: calc(var(--compact-banner-height) + var(--compact-nav-height))}.site-banner{padding:.48rem .68rem!important}.site-banner__logo{width:30px!important;height:30px!important}.site-banner__meta,.site-banner__time{font-size:.48rem!important}.site-banner__agency{font-size:.45rem!important;line-height:1.14!important}.site-banner__title{font-size:.8rem!important}.top-bar__clock-date{display:none!important}}.visitor-pill-wrap{position:fixed!important;top:calc(var(--fixed-header-height) + .75rem)!important;right:1rem!important;left:auto!important;bottom:auto!important;z-index:8998!important;transform-origin:top right!important}body.site-shell--compact .visitor-pill-wrap,.site-shell--compact .visitor-pill-wrap{top:calc(var(--compact-total-height) + .65rem)!important;right:1rem!important;left:auto!important;bottom:auto!important}@media(max-width:768px){.visitor-pill-wrap{top:calc(var(--fixed-header-height) + .65rem)!important;right:.65rem!important;left:auto!important;bottom:auto!important;transform:scale(.82)!important;transform-origin:top right!important}body.site-shell--compact .visitor-pill-wrap,.site-shell--compact .visitor-pill-wrap{top:calc(var(--compact-total-height) + .55rem)!important;right:.65rem!important;left:auto!important;bottom:auto!important}.visitor-pill{min-height:38px!important;max-width:min(220px,calc(100vw - 1.2rem))!important;padding:.36rem .52rem .36rem .42rem!important;gap:.42rem!important;box-shadow:0 8px 20px #4c1d9529!important}.visitor-pill__icon{width:28px!important;height:28px!important;font-size:.82rem!important}.visitor-pill__label{font-size:.58rem!important;letter-spacing:.025em!important}.visitor-pill__meta{font-size:.52rem!important}.visitor-pill__mood{width:22px!important;height:22px!important;font-size:.78rem!important}}@media(max-width:420px){.visitor-pill-wrap{top:calc(var(--fixed-header-height) + .5rem)!important;right:.45rem!important;transform:scale(.76)!important}body.site-shell--compact .visitor-pill-wrap,.site-shell--compact .visitor-pill-wrap{top:calc(var(--compact-total-height) + .5rem)!important;right:.45rem!important}.visitor-pill{max-width:min(205px,calc(100vw - .9rem))!important}}:root{--max-width: 1200px;--space-2xs: .35rem;--space-xs: .55rem;--space-sm: .8rem;--space-md: 1.15rem;--space-lg: 1.65rem;--space-xl: 2.25rem;--space-2xl: 3rem;--card-radius: 14px;--card-border: #e8e4f2;--card-shadow: 0 2px 10px rgba(31, 20, 64, .06);--card-shadow-hover: 0 10px 26px rgba(31, 20, 64, .12);--focus-ring: 0 0 0 3px rgba(34, 197, 94, .35), 0 0 0 6px rgba(124, 58, 237, .18)}html{text-size-adjust:100%;-webkit-text-size-adjust:100%}body{background:radial-gradient(circle at top left,rgba(237,233,254,.65),transparent 34rem),var(--bg-page);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.page-wrap,.hero__inner,.main-content-grid,.footer-grid{width:min(100% - 2rem,var(--max-width))}.page-wrap,.hero__inner,.footer-grid{margin-inline:auto}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible,.main-nav__link:focus-visible,.nav-dropdown__item:focus-visible,.nav-search__result:focus-visible,.footer-col__link:focus-visible{outline:none!important;box-shadow:var(--focus-ring)!important;border-radius:10px}.nav-search__input:focus-visible{box-shadow:none!important}.nav-search__input-wrap:focus-within{box-shadow:inset 0 0 0 1px #ffffff73!important}.site-banner{min-height:var(--site-banner-height);isolation:isolate}.site-banner__brand{gap:clamp(.65rem,1.4vw,1rem)!important}.site-banner__logo{filter:drop-shadow(0 2px 4px rgba(76,29,149,.08))}.site-banner__title{letter-spacing:-.015em}.site-banner__tagline{color:color-mix(in srgb,var(--violet-700) 82%,var(--green-600))}body.site-shell--compact .site-banner,.site-shell--compact .site-banner{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}body.site-shell--compact .site-banner__text,.site-shell--compact .site-banner__text{align-items:center}.main-nav{border-bottom:1px solid rgba(255,255,255,.1)}.main-nav__links{width:min(100% - 2rem,var(--max-width));margin-inline:auto;align-items:stretch}.main-nav__link{min-height:var(--main-nav-height);padding-inline:clamp(.65rem,1vw,1rem);border-right-color:#ffffff12}.main-nav__link:hover,.main-nav__link:focus-visible{background:#ffffff1f}.nav-dropdown__panel{overflow:hidden;border:1px solid rgba(76,29,149,.1);border-top:3px solid var(--green-500)}.nav-dropdown__item{min-height:44px}.nav-search{margin-left:auto;min-width:220px;max-width:300px;padding-left:.65rem}.nav-search__results{max-height:min(420px,calc(100vh - var(--fixed-header-height) - 1rem));overflow-y:auto!important}.nav-search__result strong{display:block;font-size:.86rem;line-height:1.3}.nav-search__empty{text-align:center;background:linear-gradient(180deg,#fff,var(--violet-50))}.hero{padding-block:clamp(2.6rem,5vw,4.25rem)}.main-content-grid{padding-block:var(--space-xl);gap:clamp(1.25rem,2.2vw,2rem)}.main-col-right{gap:var(--space-lg)}.publications-section{padding-block:var(--space-md) var(--space-2xl)}.section-heading{margin-top:0;margin-bottom:var(--space-md)}.section-heading__title{letter-spacing:-.015em}.news-item,.gallery-card,.demographic-card,.sidebar-card,.publication-card,.empty-content-card,.helpdesk-panel,.visitor-pill,.survey-modal{border-color:var(--card-border)!important;box-shadow:var(--card-shadow)!important}.news-item,.gallery-card,.demographic-card,.sidebar-card,.publication-card,.empty-content-card{border-radius:var(--card-radius)!important}.news-item:hover,.gallery-card:hover,.demographic-card:hover,.publication-card:hover{transform:translateY(-3px);box-shadow:var(--card-shadow-hover)!important}.news-item__image,.gallery-card__img{will-change:transform}.news-item__image-wrapper,.gallery-card__img-placeholder{background:linear-gradient(135deg,#ede9fee6,#dcfce7d9)}.news-item__title,.gallery-card__title,.publication-card__title{letter-spacing:-.01em}.news-item__description,.gallery-card__date,.news-item__date,.publication-card__category,.stat-row__label,.dashboard-stat__label{color:#687184}.demographics-grid{align-items:stretch}.demographic-card{min-height:118px}.sidebar-card__head{min-height:44px}.btn,.survey-modal__next,.helpdesk-fab__button,.back-to-top-fab,.survey-fab__button,.publication-card__download{min-height:40px}.btn:active,.survey-modal__next:active,.helpdesk-fab__button:active,.back-to-top-fab:active,.survey-fab__button:active{transform:translateY(0) scale(.98)}.helpdesk-panel{border-radius:18px!important}.helpdesk-panel__details span,.footer-col__link{overflow-wrap:anywhere}.survey-overlay{padding:max(.85rem,env(safe-area-inset-top)) max(.85rem,env(safe-area-inset-right)) max(.85rem,env(safe-area-inset-bottom)) max(.85rem,env(safe-area-inset-left))}.survey-modal{border:1px solid rgba(255,255,255,.45)}.survey-option-btn,.mood-btn{border:1px solid var(--card-border)}.survey-option-btn:hover,.mood-btn:hover{box-shadow:0 5px 16px #4c1d951a}.survey-modal__next:disabled{cursor:not-allowed;opacity:.45;transform:none;box-shadow:none}.site-footer{background:linear-gradient(135deg,#4c1d95fa,#6d28d9f5),var(--violet-800);color:var(--white);padding:clamp(2rem,4vw,3rem) 1rem 1.25rem;border-top:4px solid var(--green-500)}.footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.25rem,3vw,2.5rem);align-items:start}.footer-col__heading{color:var(--white);font-family:"Source Sans 3",Segoe UI,sans-serif;font-size:.85rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.8rem}.footer-col__link{display:block;width:fit-content;max-width:100%;color:#ffffffc7;font-size:.86rem;line-height:1.55;margin-bottom:.42rem;transition:color .18s ease,transform .18s ease}.footer-col__link:hover{color:var(--white);transform:translate(3px)}.footer-bottom{width:min(100% - 2rem,var(--max-width));margin:clamp(1.35rem,3vw,2.2rem) auto 0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.16);color:#ffffffb8;font-size:.8rem;text-align:center}@media(max-width:992px){:root{--max-width: 920px}.site-banner__text{grid-template-columns:minmax(0,1fr) auto;column-gap:1rem}.site-banner__tagline{max-width:260px;font-size:.76rem}.main-content-grid{grid-template-columns:1fr}.main-col-right{display:grid;grid-template-columns:1fr 1fr;align-items:start}.gallery-section-wrap{grid-column:1 / -1}.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.footer-grid>div:last-child{grid-column:1 / -1}}@media(max-width:768px){:root{--site-banner-height: 112px;--main-nav-height: 48px;--fixed-header-height: calc(var(--site-banner-height) + var(--main-nav-height));--compact-banner-height: 50px;--compact-nav-height: 46px;--compact-total-height: calc(var(--compact-banner-height) + var(--compact-nav-height))}body{padding-top:var(--fixed-header-height)!important}body.site-shell--compact{padding-top:var(--compact-total-height)!important}.page-wrap,.hero__inner,.main-content-grid,.footer-grid,.footer-bottom{width:min(100% - 1.25rem,var(--max-width))}.site-banner{height:var(--site-banner-height)!important;min-height:0!important;padding:.55rem .75rem!important;align-items:center!important;overflow:hidden}.site-banner__brand{height:100%;display:grid!important;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"logos text";gap:.55rem!important;align-items:center}.site-banner__logos{grid-area:logos;gap:.35rem!important}.site-banner__logo{width:36px!important;height:36px!important}.site-banner__text{grid-area:text;display:grid!important;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"meta time" "agency agency" "title title";gap:.12rem .45rem;align-items:center;min-width:0}.site-banner__meta{grid-area:meta;display:block!important;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.58rem!important;line-height:1.1}.site-banner__time{grid-area:time;justify-self:end;display:inline-flex!important;font-size:.56rem!important;white-space:nowrap}.site-banner__agency{grid-area:agency;display:block!important;font-size:.56rem!important;line-height:1.15;white-space:normal}.site-banner__title{grid-area:title;display:block!important;font-size:.9rem!important;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-banner__tagline{display:none!important}body.site-shell--compact .site-banner,.site-shell--compact .site-banner{height:var(--compact-banner-height)!important;padding-block:.35rem!important}body.site-shell--compact .site-banner__brand,.site-shell--compact .site-banner__brand{grid-template-columns:auto minmax(0,1fr)}body.site-shell--compact .site-banner__logo,.site-shell--compact .site-banner__logo{width:32px!important;height:32px!important}body.site-shell--compact .site-banner__text,.site-shell--compact .site-banner__text{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"meta time";align-items:center}body.site-shell--compact .site-banner__agency,body.site-shell--compact .site-banner__title,body.site-shell--compact .site-banner__tagline,.site-shell--compact .site-banner__agency,.site-shell--compact .site-banner__title,.site-shell--compact .site-banner__tagline{display:none!important}.main-nav{min-height:var(--main-nav-height)}.main-nav__hamburger{display:flex!important;min-height:var(--main-nav-height);width:min(100% - 1.25rem,var(--max-width));margin-inline:auto;padding-inline:0}.main-nav__links{position:absolute;top:100%;left:0;right:0;width:100%;max-height:calc(100vh - var(--fixed-header-height));overflow-y:auto;display:none;flex-direction:column;padding:.55rem .75rem .85rem;background:linear-gradient(180deg,var(--violet-800),var(--violet-700));border-top:1px solid rgba(255,255,255,.14);box-shadow:0 18px 35px #110c2e47}.main-nav--open .main-nav__links,.main-nav__links.main-nav__links--open,.main-nav__links.is-open{display:flex!important}.main-nav__link,.main-nav__link--dropdown-trigger{width:100%;min-height:46px;justify-content:space-between;padding:.75rem .85rem;border-right:0;border-bottom:1px solid rgba(255,255,255,.1);border-radius:10px}.nav-dropdown{display:block;width:100%}.nav-dropdown__panel{position:static;width:100%;min-width:0;margin:.25rem 0 .55rem;border-radius:12px;transform:none;box-shadow:none;border-top-width:2px}.nav-dropdown__item{min-height:44px;padding:.72rem .9rem}.nav-search{width:100%;min-width:0;max-width:none;margin:.6rem 0 0;padding-left:0}.nav-search__input-wrap{min-height:42px;padding-inline:.75rem!important}.nav-search__results{position:static!important;width:100%!important;margin-top:.55rem;max-height:260px}.hero__inner{grid-template-columns:1fr;gap:1.25rem}.hero__card{display:none}.hero__actions{gap:.6rem}.btn,.btn--hero-primary{width:100%;min-height:44px}.main-col-right{display:flex;flex-direction:column}.news-item{grid-template-columns:150px 1fr}.news-item__image-wrapper{width:150px;min-height:132px}.demographics-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.demographic-card{min-height:96px;padding:.8rem .45rem}.footer-grid{grid-template-columns:1fr}.footer-grid>div:last-child{grid-column:auto}}@media(max-width:520px){:root{--site-banner-height: 104px;--main-nav-height: 46px;--compact-banner-height: 48px;--compact-nav-height: 44px}body{font-size:14.5px}.site-banner__logo{width:32px!important;height:32px!important}.site-banner__meta,.site-banner__time,.site-banner__agency{font-size:.5rem!important}.site-banner__title{font-size:.8rem!important}.top-bar__clock-date{display:none!important}.hero{padding:2rem .75rem 2.4rem}.hero__heading{font-size:clamp(1.45rem,8vw,2.05rem)}.hero__description{font-size:.9rem}.main-content-grid{padding-block:1.35rem}.section-heading__title{font-size:1.12rem;white-space:normal}.news-item{grid-template-columns:1fr}.news-item__image-wrapper{width:100%;aspect-ratio:16 / 9;min-height:0}.news-item__body{padding:.85rem!important}.gallery-preview-grid--collage{grid-template-columns:1fr 1fr;grid-auto-rows:130px;gap:.6rem}.gallery-preview-grid--collage .gallery-card:first-child{grid-column:1 / -1;grid-row:span 1}.publication-card{grid-template-columns:auto 1fr}.publication-card__download{grid-column:1 / -1;width:100%;justify-content:center;text-align:center}.survey-modal{border-radius:15px}.survey-modal__footer{align-items:stretch}.survey-modal__next{width:100%}.visitor-pill-wrap{right:.45rem!important;transform:scale(.74)!important}}@media(max-width:380px){.site-banner__logos{gap:.2rem!important}.site-banner__logo{width:28px!important;height:28px!important}.demographics-grid{gap:.35rem}.demographic-card__number{font-size:1.25rem}.demographic-card__label{font-size:.54rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.news-item:hover,.gallery-card:hover,.demographic-card:hover,.publication-card:hover,.btn:hover,.footer-col__link:hover{transform:none!important}}@media print{@page{margin:.65in}body{padding-top:0!important;background:#fff!important;color:#111827!important;font-size:11pt}.site-banner,.main-nav,.site-footer,.survey-overlay,.survey-fab-wrap,.visitor-pill-wrap,.helpdesk-fab,.helpdesk-panel,.back-to-top-fab,.hero__actions,.hero__change-mood-btn,.nav-search,.banner-strip{display:none!important}.page-wrap,.main-content-grid,.hero__inner{width:100%!important;max-width:none!important;padding:0!important;margin:0!important}.hero{padding:0 0 1rem!important;background:#fff!important;color:#111827!important}.hero:before,.hero:after{display:none!important}.hero__heading,.hero__description,.section-heading__title,.news-item__title,.publication-card__title{color:#111827!important}.main-content-grid,.main-col-right,.news-item,.publication-card{display:block!important}.news-item,.gallery-card,.demographic-card,.sidebar-card,.publication-card,.empty-content-card{break-inside:avoid;box-shadow:none!important;border:1px solid #d1d5db!important;margin-bottom:.75rem}a{color:#111827!important;text-decoration:underline}}@media(max-width:768px){.main-nav__links.main-nav__links--visible{display:flex!important}}@media screen{:root{--header-transition: .16s ease-out;--shadow-sm: 0 1px 3px rgba(0,0,0,.07);--shadow-md: 0 3px 12px rgba(0,0,0,.09);--shadow-lg: 0 8px 24px rgba(0,0,0,.12);--shadow-sticky: 0 2px 10px rgba(76,29,149,.12);--shadow-float: 0 6px 18px rgba(76,29,149,.22)}body,body.site-shell--compact{transition:none!important}.site-banner,.main-nav,.visitor-pill-wrap,.survey-fab-wrap,.helpdesk-fab,.back-to-top-fab{backface-visibility:hidden;transform:translateZ(0)}.site-banner{contain:layout style paint;isolation:isolate;transition:box-shadow .16s ease-out,border-color .16s ease-out,background-color .16s ease-out!important}.main-nav{isolation:isolate;transition:box-shadow .16s ease-out,background-color .16s ease-out!important}.site-banner__brand,.site-banner__logos,.site-banner__logo,.site-banner__text,.site-banner__meta,.site-banner__agency,.site-banner__title,.site-banner__tagline,.site-banner__time,.top-bar__clock,.main-nav__links,.main-nav__link{transition-property:opacity,color,background-color,border-color,box-shadow,transform!important;transition-duration:.16s!important;transition-timing-function:ease-out!important}.news-item__image,.gallery-card__img{will-change:auto!important}.news-item,.gallery-card,.demographic-card,.publication-card,.sidebar-card,.empty-content-card{transition-property:transform,border-color,background-color,color!important;transition-duration:.16s!important;transition-timing-function:ease-out!important;contain:layout style}.news-item:hover,.gallery-card:hover,.demographic-card:hover,.publication-card:hover{box-shadow:var(--shadow-md)!important}.hero__mood-message,.hero__change-mood-btn,.hero__card,.gallery-card__placeholder-icon,.survey-overlay{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.news-section-wrap,.gallery-section-wrap,.demographics-section-wrap,.publications-section,.banner-strip,.site-footer{content-visibility:auto;contain-intrinsic-size:auto 640px}.nav-dropdown__panel,.nav-search__results,.helpdesk-panel,.survey-modal{contain:layout style paint}.nav-search__results,.survey-fab__tooltip{animation-duration:.12s!important}@media(max-width:768px){.site-banner,.main-nav,.site-banner__brand,.site-banner__logos,.site-banner__logo,.site-banner__text,.site-banner__meta,.site-banner__agency,.site-banner__title,.site-banner__tagline,.site-banner__time,.main-nav__links,.main-nav__link{transition:none!important}.main-nav__links--visible{animation:none!important}.news-item:hover,.gallery-card:hover,.demographic-card:hover,.publication-card:hover,.helpdesk-fab__button:hover,.back-to-top-fab:hover,.survey-fab__button:hover{transform:none!important}}}@media(min-width:1201px){.main-nav{display:flex!important;align-items:stretch!important;flex-wrap:nowrap!important;min-height:var(--main-nav-height)!important;overflow:visible!important}.main-nav__hamburger{display:none!important}.main-nav__links{display:flex!important;flex:1 1 auto!important;min-width:0!important;overflow:visible!important}.main-nav__link{padding-left:clamp(.7rem,.8vw,1.15rem)!important;padding-right:clamp(.7rem,.8vw,1.15rem)!important;font-size:clamp(.76rem,.78vw,.84rem)!important;white-space:nowrap!important}.main-nav>.nav-search{flex:0 0 clamp(190px,16vw,250px)!important;width:clamp(190px,16vw,250px)!important;min-width:190px!important;margin-left:auto!important;height:var(--main-nav-height)!important;padding:.35rem .75rem!important;border-left:1px solid rgba(255,255,255,.12)!important;z-index:5000!important}}@media(max-width:1200px){:root{--main-nav-height: 58px;--compact-nav-height: 54px;--fixed-header-height: calc(var(--site-banner-height) + var(--main-nav-height));--compact-total-height: calc(var(--compact-banner-height) + var(--compact-nav-height))}body{padding-top:var(--fixed-header-height)!important}body.site-shell--compact{padding-top:var(--compact-total-height)!important}.main-nav{display:flex!important;align-items:center!important;flex-wrap:wrap!important;min-height:52px!important;height:auto!important;padding:0!important;overflow:visible!important;min-height:var(--main-nav-height)}.main-nav__hamburger{order:1!important;display:flex!important;flex:0 0 auto!important;width:auto!important;min-height:52px!important;height:52px!important;padding:0 .9rem!important;font-size:.9rem!important;line-height:1!important;z-index:5002!important}.main-nav>.nav-search{order:2!important;flex:1 1 0!important;width:auto!important;min-width:0!important;max-width:none!important;min-height:52px!important;height:52px!important;margin-left:auto!important;padding:.35rem .75rem!important;border-left:1px solid rgba(255,255,255,.12)!important;align-items:center!important;z-index:5001!important}.nav-search__input-wrap{width:100%!important;min-width:0!important;height:34px!important;min-height:34px!important;padding:0 .75rem!important}.nav-search__input{min-width:0!important;width:100%!important;height:32px!important;padding:0!important;font-size:.85rem!important;line-height:32px!important}.main-nav__links{order:3!important;flex:0 0 100%!important;width:100%!important;display:none!important;flex-direction:column!important;background:linear-gradient(180deg,var(--violet-700),var(--violet-800))!important;border-top:1px solid rgba(255,255,255,.12)!important;overflow-y:auto!important;max-height:calc(100vh - var(--fixed-header-height))!important;z-index:5000!important}.main-nav__links--visible{display:flex!important}.main-nav__link,.main-nav__link--dropdown-trigger{width:100%!important;justify-content:space-between!important;padding:.78rem 1rem!important;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.1)!important;white-space:normal!important}.nav-dropdown{width:100%!important;display:block!important}.nav-dropdown__panel{position:static!important;width:100%!important;min-width:0!important;margin:0!important;border-radius:0!important;box-shadow:none!important;transform:none!important}}@media screen{:root{--max-width: 1140px;--space-2xs: .3rem;--space-xs: .5rem;--space-sm: .72rem;--space-md: 1rem;--space-lg: 1.35rem;--space-xl: 1.85rem;--space-2xl: 2.45rem;--site-banner-height: 112px;--main-nav-height: 44px;--fixed-header-height: calc(var(--site-banner-height) + var(--main-nav-height));--compact-banner-height: 58px;--compact-nav-height: 44px;--compact-total-height: calc(var(--compact-banner-height) + var(--compact-nav-height));--card-radius: 12px;--card-border: #e8e3f3;--card-padding: .85rem;--card-shadow: 0 2px 8px rgba(31, 20, 64, .06);--card-shadow-hover: 0 8px 20px rgba(31, 20, 64, .1);--header-transition: .12s ease-out;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 3px 10px rgba(0,0,0,.08);--shadow-lg: 0 8px 22px rgba(0,0,0,.11);--shadow-sticky: 0 2px 9px rgba(76,29,149,.11);--shadow-float: 0 6px 18px rgba(76,29,149,.2)}body,body.site-shell--compact{transition:none!important}.page-wrap,.hero__inner,.main-content-grid,.footer-grid,.footer-bottom{width:min(100% - clamp(1.25rem,3vw,2rem),var(--max-width))}.site-banner{min-height:var(--site-banner-height)!important;padding:.62rem 1.25rem!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;transition:box-shadow .12s ease-out,border-color .12s ease-out!important}.site-banner__brand{gap:.7rem!important}.site-banner__logo{width:58px!important;height:58px!important}.site-banner__text{grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"meta time" "agency tagline" "title tagline"!important;column-gap:1.1rem!important;row-gap:.06rem!important}.site-banner__title{font-size:clamp(1.08rem,2vw,1.45rem)!important;line-height:1.05!important}.site-banner__agency{font-size:.64rem!important;line-height:1.18!important}.site-banner__tagline{max-width:320px!important;font-size:.76rem!important;line-height:1.28!important}body.site-shell--compact .site-banner,.site-shell--compact .site-banner{min-height:var(--compact-banner-height)!important;padding-block:.38rem!important}body.site-shell--compact .site-banner__logo,.site-shell--compact .site-banner__logo{width:38px!important;height:38px!important}.main-nav{min-height:var(--main-nav-height)!important}.main-nav__link{min-height:var(--main-nav-height)!important;padding-block:.62rem!important;padding-inline:clamp(.58rem,.8vw,.95rem)!important;font-size:clamp(.74rem,.76vw,.81rem)!important}.main-nav>.nav-search{min-width:190px!important}.nav-search__input-wrap{padding-block:.24rem!important}.hero{padding-block:clamp(2.25rem,4vw,3.4rem)!important}.hero__inner{gap:clamp(1.25rem,2.5vw,2rem)!important}.hero__badge{margin-bottom:.65rem!important}.hero__heading{margin-bottom:.55rem!important}.hero__description{margin-bottom:1rem!important;font-size:.93rem!important;line-height:1.6!important}.main-content-grid{padding:1.25rem 0!important;gap:1.25rem!important}.main-col-right{gap:1.15rem!important}.section-heading{margin-bottom:.75rem!important;gap:.65rem!important}.section-heading__title{font-size:clamp(1.12rem,2vw,1.32rem)!important}.news-item,.gallery-card,.demographic-card,.sidebar-card,.publication-card,.empty-content-card{border:1px solid var(--card-border)!important;border-radius:var(--card-radius)!important;box-shadow:var(--card-shadow)!important}.news-item:hover,.gallery-card:hover,.demographic-card:hover,.publication-card:hover{transform:translateY(-2px)!important;box-shadow:var(--card-shadow-hover)!important}.news-list,.publications-list{gap:.65rem!important}.news-item{grid-template-columns:172px 1fr!important}.news-item__image-wrapper{width:172px!important;min-height:132px!important}.news-item__body{padding:.72rem .82rem!important}.news-item__title{font-size:.88rem!important;margin-bottom:.24rem!important}.news-item__description{font-size:.75rem!important;line-height:1.4!important;margin-bottom:.35rem!important}.gallery-preview-grid--collage{grid-auto-rows:145px!important;gap:.65rem!important}.gallery-card__info{padding:.5rem .65rem .6rem!important}.gallery-card__title{font-size:.76rem!important}.demographics-grid{gap:.6rem!important}.demographic-card{min-height:100px!important;padding:.85rem .55rem!important}.demographic-card__number{font-size:clamp(1.45rem,2.8vw,2.15rem)!important}.demographic-card__label{font-size:.68rem!important}.sidebar-card__head{min-height:40px!important;padding:.55rem .8rem!important}.sidebar-card__body{padding:.65rem .8rem!important}.publication-card{padding:.68rem .8rem!important;gap:.65rem!important}.publication-card__icon{width:36px!important;height:36px!important}.publications-section{padding-block:.35rem 1.35rem!important}.banner-strip{padding-block:1.05rem!important}.visitor-pill-wrap{top:calc(var(--fixed-header-height) + .75rem)!important;right:1rem!important}body.site-shell--compact .visitor-pill-wrap,.site-shell--compact .visitor-pill-wrap{top:calc(var(--compact-total-height) + .65rem)!important}.visitor-pill{min-height:42px!important;padding:.4rem .62rem .4rem .45rem!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.visitor-pill__icon{width:30px!important;height:30px!important}}@media(min-width:1201px)and (max-width:1320px){.main-nav__link{padding-inline:clamp(.45rem,.55vw,.7rem)!important;font-size:.74rem!important}.main-nav>.nav-search{flex-basis:190px!important;width:190px!important}}@media(max-width:1200px){.visitor-pill-wrap{top:calc(var(--fixed-header-height) + .45rem);right:1rem;z-index:2600}body.site-shell--compact .visitor-pill-wrap,.site-shell--compact .visitor-pill-wrap{top:calc(var(--compact-total-height) + .45rem)}}@media(max-width:992px){.main-content-grid{grid-template-columns:1fr!important}.main-col-right{display:grid!important;grid-template-columns:1fr 1fr!important;gap:1rem!important}.gallery-section-wrap{grid-column:1 / -1!important}}@media(max-width:768px){:root{--site-banner-height: 104px;--main-nav-height: 46px;--fixed-header-height: calc(var(--site-banner-height) + var(--main-nav-height));--compact-banner-height: 48px;--compact-nav-height: 44px;--compact-total-height: calc(var(--compact-banner-height) + var(--compact-nav-height))}.site-banner{height:var(--site-banner-height)!important;padding:.48rem .7rem!important}.site-banner__logo{width:34px!important;height:34px!important}.site-banner__meta,.site-banner__time,.site-banner__agency{font-size:.54rem!important}.site-banner__title{font-size:.84rem!important}body.site-shell--compact .site-banner__logo,.site-shell--compact .site-banner__logo{width:30px!important;height:30px!important}.hero{padding:1.9rem .75rem 2.2rem!important}.main-content-grid{padding-block:1rem!important}.main-col-right{display:flex!important;flex-direction:column!important}.news-item{grid-template-columns:145px 1fr!important}.news-item__image-wrapper{width:145px!important;min-height:122px!important}.gallery-preview-grid--collage{grid-auto-rows:132px!important}.demographic-card{min-height:86px!important}.visitor-pill-wrap{top:calc(var(--fixed-header-height) + .45rem)!important;right:.55rem!important;transform:scale(.82)!important;transform-origin:top right!important}body.site-shell--compact .visitor-pill-wrap,.site-shell--compact .visitor-pill-wrap{top:calc(var(--compact-total-height) + .4rem)!important}}@media(max-width:520px){.page-wrap,.hero__inner,.main-content-grid,.footer-grid,.footer-bottom{width:min(100% - 1rem,var(--max-width))!important}.hero__heading{font-size:clamp(1.38rem,8vw,1.9rem)!important}.section-heading__line{min-width:18px!important}.news-item{grid-template-columns:1fr!important}.news-item__image-wrapper{width:100%!important;min-height:0!important;aspect-ratio:16 / 9!important}.gallery-preview-grid--collage{grid-template-columns:1fr 1fr!important;grid-auto-rows:118px!important}.gallery-preview-grid--collage .gallery-card:first-child{grid-column:1 / -1!important;grid-row:span 1!important}.demographics-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.demographic-card{min-height:74px!important;padding:.62rem .35rem!important}.demographic-card__number{font-size:1.25rem!important}.demographic-card__label{font-size:.54rem!important}.visitor-pill-wrap{transform:scale(.72)!important}}@media screen{.site-banner__agency{grid-area:agency;display:flex;flex-direction:column;gap:.03rem;max-width:100%;margin-top:.05rem;color:var(--text-mid);font-family:"Source Sans 3",Segoe UI,sans-serif;font-size:.68rem;font-weight:600;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;overflow:hidden;white-space:normal}.site-banner__agency-line{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(min-width:901px){.main-nav{min-height:var(--main-nav-height)!important}.main-nav__links{display:flex!important;align-items:stretch!important;flex:1 1 auto!important;min-width:0!important}.main-nav__link{min-height:var(--main-nav-height)!important;align-items:center!important}.main-nav>.nav-search{height:var(--main-nav-height)!important;min-height:var(--main-nav-height)!important;align-self:stretch!important}}@media(min-width:901px)and (max-width:1200px){:root{--main-nav-height: 42px;--compact-nav-height: 42px}.main-nav__link{padding-inline:clamp(.42rem,.64vw,.72rem)!important;font-size:clamp(.68rem,.72vw,.76rem)!important;letter-spacing:.015em!important}.main-nav>.nav-search{flex:0 0 clamp(170px,20vw,230px)!important;width:clamp(170px,20vw,230px)!important;padding-block:.25rem!important;padding-inline:.55rem!important}.nav-search__input-wrap{min-height:31px!important;height:31px!important;padding:0 .65rem!important}.nav-search__input{font-size:.72rem!important;line-height:1!important;padding-block:0!important}}@media(max-width:900px){.main-nav{position:fixed!important;top:var(--site-banner-height)!important;left:0!important;right:0!important;width:100%!important;display:flex!important;align-items:center!important;flex-wrap:wrap!important;min-height:var(--main-nav-height)!important;overflow:visible!important;z-index:2998!important}body.site-shell--compact .main-nav,.site-shell--compact .main-nav{top:var(--compact-banner-height)!important}.main-nav__hamburger{order:1!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;width:auto!important;height:var(--main-nav-height)!important;min-height:var(--main-nav-height)!important;margin:0!important;padding:0 .75rem!important;gap:.45rem!important;color:var(--white)!important;font-size:.8rem!important;font-weight:800!important;line-height:1!important;z-index:2!important}.main-nav__hamburger-label{flex:0 0 auto!important;text-align:left!important;white-space:nowrap!important}.hamburger-icon{width:18px!important;gap:3px!important}.hamburger-icon span{height:2px!important}.hamburger-icon--open span:nth-child(1){transform:translateY(5px) rotate(45deg)!important}.hamburger-icon--open span:nth-child(3){transform:translateY(-5px) rotate(-45deg)!important}.main-nav>.nav-search{order:2!important;flex:1 1 0!important;width:auto!important;min-width:0!important;max-width:none!important;height:var(--main-nav-height)!important;min-height:var(--main-nav-height)!important;margin:0!important;padding:.25rem .7rem!important;border-left:1px solid rgba(255,255,255,.12)!important;z-index:2!important}.nav-search__input-wrap{height:32px!important;min-height:32px!important;padding:0 .7rem!important;border-radius:999px!important}.nav-search__input{height:30px!important;padding:0!important;font-size:.78rem!important;line-height:30px!important}.nav-search__icon{font-size:.78rem!important}.nav-search__results{position:absolute!important;top:calc(100% + .4rem)!important;right:.55rem!important;left:auto!important;width:min(320px,calc(100vw - 1.1rem))!important;max-height:55vh!important;overflow-y:auto!important;margin-top:0!important;z-index:8000!important}.main-nav__links{order:3!important;position:absolute!important;top:100%!important;left:0!important;right:0!important;width:100%!important;display:none!important;flex-direction:column!important;align-items:stretch!important;gap:.45rem!important;max-height:calc(100dvh - var(--fixed-header-height))!important;padding:.65rem .7rem .85rem!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;background:linear-gradient(180deg,var(--violet-700),var(--violet-800))!important;border-top:1px solid rgba(255,255,255,.14)!important;box-shadow:0 18px 35px #110c2e47!important;z-index:1!important}.main-nav__links.main-nav__links--visible,.main-nav__links--visible{display:flex!important}.main-nav__link,.main-nav__link--dropdown-trigger{width:100%!important;min-height:42px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:.65rem!important;padding:.65rem .85rem!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:11px!important;background:#ffffff13!important;color:#fffffff2!important;font-size:.78rem!important;font-weight:800!important;line-height:1.2!important;text-align:left!important;white-space:normal!important;box-shadow:none!important}.main-nav__link:hover,.main-nav__link:focus-visible,.main-nav__link--active{background:#7c3aede6!important;color:var(--white)!important;box-shadow:inset 0 -3px 0 var(--green-500)!important}.nav-dropdown{width:100%!important;display:flex!important;flex-direction:column!important;gap:.25rem!important;position:relative!important;overflow:visible!important}.nav-dropdown__caret{margin-left:auto!important;font-size:.68rem!important;line-height:1!important;opacity:.85!important;transition:transform .18s ease!important}.nav-dropdown--open .nav-dropdown__caret{transform:rotate(180deg)!important}.nav-dropdown__panel{position:static!important;display:none!important;flex-direction:column!important;gap:.3rem!important;width:100%!important;min-width:0!important;max-height:none!important;margin:0!important;padding:.4rem .45rem .45rem!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;list-style:none!important;overflow:visible!important;background:#11082747!important;border:0!important;border-left:3px solid var(--green-500)!important;border-radius:0 0 12px 12px!important;box-shadow:none!important}.nav-dropdown--open .nav-dropdown__panel{display:flex!important}.nav-dropdown__panel li{width:100%!important;display:block!important;margin:0!important;padding:0!important;line-height:1!important}.nav-dropdown__item{width:100%!important;min-height:36px!important;display:flex!important;align-items:center!important;padding:.52rem .75rem!important;border:0!important;border-radius:9px!important;background:#ffffff14!important;color:#ffffffe6!important;font-size:.72rem!important;font-weight:700!important;line-height:1.2!important;text-decoration:none!important;white-space:normal!important}.nav-dropdown__item:before{content:"›";display:inline-block;margin-right:.45rem;color:var(--green-500);font-size:.9rem;font-weight:900;line-height:1}.nav-dropdown__item:hover,.nav-dropdown__item:focus-visible{background:#ffffff29!important;color:var(--white)!important;padding-left:.75rem!important}}@media(max-width:768px){:root{--main-nav-height: 42px;--fixed-header-height: calc(var(--site-banner-height) + var(--main-nav-height));--compact-nav-height: 40px;--compact-total-height: calc(var(--compact-banner-height) + var(--compact-nav-height))}.site-banner__agency{font-size:.54rem!important;line-height:1.12!important;letter-spacing:.025em!important}.site-banner__agency-line{white-space:nowrap!important}.main-nav{min-height:var(--main-nav-height)!important;height:var(--main-nav-height)!important}.main-nav__hamburger{height:var(--main-nav-height)!important;min-height:var(--main-nav-height)!important;padding-inline:.68rem!important;font-size:.76rem!important}.main-nav>.nav-search{height:var(--main-nav-height)!important;min-height:var(--main-nav-height)!important;padding:.22rem .55rem!important}.nav-search__input-wrap{height:30px!important;min-height:30px!important;padding-inline:.62rem!important}.nav-search__input{height:28px!important;font-size:.72rem!important;line-height:28px!important}.main-nav__links{max-height:calc(100dvh - var(--fixed-header-height))!important;padding:.55rem .6rem .75rem!important;gap:.38rem!important}.main-nav__link,.main-nav__link--dropdown-trigger{min-height:39px!important;padding:.58rem .72rem!important;font-size:.74rem!important;border-radius:10px!important}.visitor-pill-wrap{position:fixed!important;top:calc(var(--fixed-header-height) + .35rem)!important;right:.45rem!important;left:auto!important;bottom:auto!important;z-index:2500!important;transform:none!important;transform-origin:top right!important}body.site-shell--compact .visitor-pill-wrap,.site-shell--compact .visitor-pill-wrap{top:calc(var(--compact-total-height) + .35rem)!important;right:.45rem!important}.visitor-pill{min-height:28px!important;max-width:94px!important;padding:.15rem .42rem .15rem .18rem!important;gap:.25rem!important;border-radius:999px!important;box-shadow:0 5px 14px #4c1d9529!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.visitor-pill__icon{width:24px!important;height:24px!important;flex:0 0 24px!important}.visitor-pill__icon svg{width:13px!important;height:13px!important}.visitor-pill__label{font-size:.52rem!important;line-height:1!important;letter-spacing:.02em!important;white-space:nowrap!important}}@media(max-width:420px){.main-nav__hamburger{padding-inline:.58rem!important}.main-nav__hamburger-label{font-size:.72rem!important}.main-nav>.nav-search{padding-right:.45rem!important}.nav-search__input::placeholder{font-size:.7rem!important}.visitor-pill{max-width:88px!important}}@media(max-width:1200px){.main-nav{display:flex!important;align-items:center!important;flex-wrap:wrap!important;min-height:var(--main-nav-height)!important;overflow:visible!important}body.site-shell--compact .main-nav,.site-shell--compact .main-nav{top:var(--compact-banner-height)!important;min-height:var(--compact-nav-height, var(--main-nav-height))!important}.main-nav__hamburger{order:1!important;display:flex!important;align-items:center!important;flex:0 0 auto!important;width:auto!important;max-width:none!important;margin:0!important;min-height:var(--main-nav-height)!important;padding:.65rem .85rem!important;color:#fff!important;z-index:5002!important}.main-nav>.nav-search{order:2!important;flex:1 1 180px!important;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;margin:0 0 0 auto!important;padding:.35rem .75rem!important;border-left:1px solid rgba(255,255,255,.12)!important;z-index:5002!important}.main-nav__links{order:3!important;position:absolute!important;top:100%!important;left:0!important;right:0!important;width:100%!important;max-width:none!important;margin:0!important;display:none!important;flex-direction:column!important;align-items:stretch!important;padding:.25rem 0 .6rem!important;background:linear-gradient(180deg,var(--violet-800),var(--violet-700))!important;border-top:1px solid rgba(255,255,255,.12)!important;box-shadow:0 18px 35px #110c2e47!important;max-height:calc(100dvh - var(--fixed-header-height))!important;overflow-y:auto!important;overflow-x:hidden!important;z-index:5001!important;-webkit-overflow-scrolling:touch!important}body.site-shell--compact .main-nav__links,.site-shell--compact .main-nav__links{max-height:calc(100dvh - var(--compact-total-height))!important}.main-nav__links--visible,.main-nav--open .main-nav__links,.main-nav__links.main-nav__links--open,.main-nav__links.is-open{display:flex!important}.main-nav__link,.main-nav__link--dropdown-trigger{width:100%!important;min-height:44px!important;justify-content:space-between!important;padding:.72rem 1rem!important;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.1)!important;border-radius:0!important;white-space:normal!important;text-align:left!important}.nav-dropdown{display:block!important;width:100%!important;overflow:visible!important}.nav-dropdown__panel{position:static!important;top:auto!important;left:auto!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;border-radius:0!important;box-shadow:none!important;border:0!important;border-left:4px solid var(--violet-400)!important;background:#0000002e!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important;display:none!important;max-height:none!important;overflow:hidden!important}.nav-dropdown--open .nav-dropdown__panel{display:block!important}.nav-dropdown__item{width:100%!important;min-height:40px!important;padding:.68rem 1.35rem!important;color:#ffffffe0!important;background:transparent!important;border-bottom:1px solid rgba(255,255,255,.07)!important}.nav-dropdown__item:hover{background:#ffffff1a!important;color:#fff!important;padding-left:1.35rem!important}}@media(max-width:480px){.main-nav__hamburger{padding-left:.65rem!important;padding-right:.65rem!important}.main-nav>.nav-search{flex-basis:150px!important;padding-left:.4rem!important;padding-right:.55rem!important}.nav-search__input{font-size:.72rem!important}}.site-banner__tagline{display:flex!important;flex-direction:column!important;font-size:1.25rem!important;line-height:1.35!important}.site-banner__tagline-line{display:block!important;font-size:inherit!important}.site-banner__tagline{display:flex!important;flex-direction:column!important;gap:.08rem!important;max-width:420px!important;font-size:clamp(1rem,1.35vw,1.25rem)!important;line-height:1.35!important;text-align:right!important}.site-banner__tagline-line{display:block!important;font-size:inherit!important;line-height:inherit!important}body.site-shell--compact .site-banner__tagline,.site-shell--compact .site-banner__tagline{display:none!important}@media(max-width:768px){.site-banner__tagline{display:none!important}}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid color-mix(in srgb,var(--violet-500) 70%,white);outline-offset:3px}.site-banner,.main-nav{backface-visibility:hidden;transform:translateZ(0)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.website-survey-modal{max-width:430px;border-radius:22px;overflow:hidden}.website-survey-modal .survey-modal__header{padding:1.4rem 1.2rem;text-align:center;background:linear-gradient(135deg,#7e22ce,#c026d3);color:#fff}.website-survey-modal .survey-modal__header-icon{display:grid;place-items:center;width:42px;height:42px;margin:0 auto .6rem;border-radius:50%;background:#ffffff2e;font-size:1.4rem}.website-survey-modal .survey-modal__header-title{color:#fff;font-size:1rem;font-weight:900}.website-survey-modal .survey-modal__header-sub{max-width:320px;margin:.35rem auto 0;color:#fffc;font-size:.78rem}.website-survey-modal__body{padding:1.1rem}.website-survey-stars{display:flex;justify-content:center;gap:.3rem;padding:.75rem;border-radius:16px;background:#faf5ff}.website-survey-star{border:none;background:transparent;color:#cbd5e1;font-size:2rem;line-height:1;cursor:pointer;transition:transform .15s ease,color .15s ease}.website-survey-star:hover,.website-survey-star--active{color:#f59e0b;transform:scale(1.08)}.website-survey-comment{width:100%;resize:vertical;border:1px solid rgba(148,163,184,.35);border-radius:16px;padding:.8rem;font-size:.85rem;outline:none}.website-survey-comment:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf629}.website-survey-modal__footer{display:grid;grid-template-columns:1fr auto;gap:.75rem;padding:1rem 1.1rem;border-top:1px solid rgba(148,163,184,.16)}.website-survey-submit{border-radius:999px;background:linear-gradient(135deg,#7e22ce,#c026d3)}.website-survey-submit:disabled{opacity:.45}.website-survey-later{border:none;background:transparent;color:#64748b;font-size:.82rem;font-weight:700}.website-survey-modal__close{position:absolute;top:.65rem;right:.8rem;z-index:2;border:none;background:transparent;color:#fff;font-size:1.2rem}@media(max-width:640px){.website-survey-overlay{align-items:flex-end}.website-survey-modal{width:100%;max-width:100%;border-radius:24px 24px 0 0}.website-survey-modal__footer{grid-template-columns:1fr}}.website-survey-overlay{background:radial-gradient(circle at 20% 10%,rgba(236,72,153,.24),transparent 32%),radial-gradient(circle at 90% 90%,rgba(34,197,94,.16),transparent 30%),#0f0623c2}.website-survey-modal{width:min(100%,440px);border-radius:24px;border:1px solid rgba(255,255,255,.72);background:#fff;box-shadow:0 24px 70px #0f172a59,0 0 0 1px #7c3aed14;overflow:hidden}.website-survey-modal:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--green-500),#facc15,#ec4899,var(--violet-500));z-index:2}.website-survey-modal__close{position:absolute;top:.7rem;right:.8rem;z-index:4;width:28px;height:28px;border-radius:999px;background:#ffffff2e;color:#fff;font-size:1.15rem;line-height:1;cursor:pointer;transition:background .18s ease,transform .18s ease}.website-survey-modal__close:hover{background:#ffffff47;transform:rotate(90deg)}.website-survey-modal .survey-modal__header{position:relative;padding:1.35rem 1.25rem 1.25rem;background:radial-gradient(circle at 15% 20%,rgba(255,255,255,.22),transparent 28%),linear-gradient(135deg,#581c87,#7c3aed 48%,#c026d3);text-align:center}.website-survey-modal .survey-modal__header:after{content:"";position:absolute;right:-2rem;bottom:-3rem;width:8rem;height:8rem;border-radius:50%;background:#ffffff14;pointer-events:none}.website-survey-modal .survey-modal__header-icon{display:grid;place-items:center;width:44px;height:44px;margin:0 auto .65rem;border-radius:18px;background:#ffffff2e;box-shadow:inset 0 0 0 1px #ffffff38;font-size:1.35rem}.website-survey-modal .survey-modal__header-title{margin:0;color:#fff;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.05rem,4vw,1.22rem);font-weight:900;letter-spacing:-.01em}.website-survey-modal .survey-modal__header-sub{max-width:340px;margin:.4rem auto 0;color:#ffffffd1;font-size:.8rem;line-height:1.45}.website-survey-modal__body{padding:1.1rem 1.15rem .85rem;background:linear-gradient(180deg,#fff,#fbfaff)}.website-survey-field{margin-bottom:1rem}.website-survey-field:last-child{margin-bottom:0}.website-survey-field .survey-field__label{margin-bottom:.5rem;color:#475569;font-size:.72rem;font-weight:900;letter-spacing:.07em}.website-survey-field .survey-field__label small{color:#94a3b8;font-size:.68rem;font-weight:700;letter-spacing:0;text-transform:none}.website-survey-stars{display:flex;align-items:center;justify-content:center;gap:.3rem;padding:.85rem .75rem;border:1px solid rgba(139,92,246,.12);border-radius:18px;background:radial-gradient(circle at top,rgba(250,204,21,.14),transparent 48%),#faf5ff}.website-survey-star{width:42px;height:42px;border-radius:14px;background:#fff;color:#cbd5e1;font-size:1.65rem;line-height:1;cursor:pointer;box-shadow:0 2px 8px #0f172a0f;transition:transform .16s ease,color .16s ease,background .16s ease,box-shadow .16s ease}.website-survey-star:hover,.website-survey-star--active{background:#fffbeb;color:#f59e0b;transform:translateY(-2px) scale(1.04);box-shadow:0 6px 16px #f59e0b2e}.website-survey-modal .survey-option-grid--purpose{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.website-survey-modal .survey-option-btn{min-height:38px;border-radius:14px;border-color:#94a3b847;background:#fff;font-size:.76rem}.website-survey-modal .survey-option-btn:hover{border-color:var(--violet-400);background:#faf5ff}.website-survey-modal .survey-option-btn--selected{border-color:var(--violet-600);background:linear-gradient(135deg,var(--violet-700),var(--violet-500))}.website-survey-comment{width:100%;min-height:92px;resize:vertical;border:1.5px solid rgba(148,163,184,.28);border-radius:18px;background:#fff;padding:.85rem .95rem;color:var(--text-dark);font-family:"Source Sans 3",Segoe UI,sans-serif;font-size:.86rem;line-height:1.5;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.website-survey-comment::placeholder{color:#94a3b8}.website-survey-comment:focus{border-color:var(--violet-400);background:#fff;box-shadow:0 0 0 4px #8b5cf624}.website-survey-modal__footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.95rem 1.15rem 1.1rem;border-top:1px solid rgba(148,163,184,.16);background:#fff}.website-survey-submit{width:100%;min-height:44px;margin-left:0;border-radius:999px;background:linear-gradient(135deg,#6d28d9,#c026d3);font-size:.82rem;box-shadow:0 8px 22px #6d28d947}.website-survey-submit:hover:not(:disabled){box-shadow:0 10px 26px #6d28d957}.website-survey-submit:disabled{opacity:.48}.website-survey-later{min-height:40px;padding:0 .25rem;background:transparent;color:#64748b;font-size:.8rem;font-weight:800;cursor:pointer;white-space:nowrap;transition:color .18s ease,transform .18s ease}.website-survey-later:hover{color:var(--violet-700);transform:translateY(-1px)}.site-banner{background:linear-gradient(135deg,#fffffffa,#faf5fffa),linear-gradient(90deg,var(--violet-800),var(--green-700))}.main-nav{background:linear-gradient(90deg,#b80cb8,#7c1fb0 48%,#4c1d95)}.main-nav__link--active{background:#7c3aede6}.nav-search__input-wrap{min-height:34px;background:#ffffff24}.survey-fab__button,.helpdesk-fab__button{box-shadow:0 12px 28px #4c1d953d,0 0 0 5px #ffffffdb}.visitor-pill{box-shadow:0 10px 24px #4c1d9529,0 0 0 4px #ffffffc7}@media(max-width:640px){.website-survey-overlay{align-items:flex-end;justify-content:center;padding:0}.website-survey-modal{width:100%;max-width:100%;max-height:min(92vh,720px);border-radius:26px 26px 0 0;animation:slideUp .25s ease both}.website-survey-modal:after{content:"";position:absolute;top:.5rem;left:50%;z-index:5;width:42px;height:4px;border-radius:999px;background:#ffffff6b;transform:translate(-50%)}.website-survey-modal__close{top:.85rem;right:.9rem}.website-survey-modal .survey-modal__header{padding:1.55rem 1rem 1.15rem}.website-survey-modal .survey-modal__header-icon{width:40px;height:40px;margin-bottom:.55rem;border-radius:16px}.website-survey-modal__body{padding:1rem}.website-survey-stars{gap:.22rem;padding:.75rem .45rem}.website-survey-star{width:38px;height:38px;font-size:1.45rem}.website-survey-modal .survey-option-grid--purpose{grid-template-columns:1fr}.website-survey-modal .survey-option-btn{min-height:40px}.website-survey-comment{min-height:86px}.website-survey-modal__footer{grid-template-columns:1fr;gap:.55rem;padding:.85rem 1rem calc(.95rem + env(safe-area-inset-bottom))}.website-survey-later{width:100%;min-height:36px}}@media(max-width:380px){.website-survey-star{width:34px;height:36px;font-size:1.32rem}.website-survey-modal .survey-modal__header-title{font-size:1rem}.website-survey-modal .survey-modal__header-sub{font-size:.74rem}}@media(prefers-reduced-motion:reduce){.website-survey-modal,.website-survey-star,.website-survey-modal__close,.website-survey-submit,.website-survey-later{animation:none!important;transition:none!important}}
