.atlas-page-hero.atlas-page-hero,.atlas-dir.atlas-dir{min-width:0;overflow-x:clip;padding:clamp(1.5rem,3.2vw,2.75rem) var(--pc-container-pad);background:var(--pc-cream);color:var(--pc-ink)}.atlas-page-hero__inner,.atlas-dir__inner{max-width:var(--pc-container-max);margin:0 auto;min-width:0}.atlas-page-hero__inner{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--pc-space-3xl);align-items:start}.atlas-page-hero--copy .atlas-page-hero__inner{gap:var(--pc-space-2xl)}@media(min-width:1024px){.atlas-page-hero--media .atlas-page-hero__inner{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:var(--pc-space-4xl);align-items:center}}.atlas-page-hero__copy,.atlas-page-hero__visual{min-width:0}.atlas-page-hero__crumbs{display:flex;flex-wrap:wrap;gap:.35rem .7rem;margin:0 0 var(--pc-space-md);font-size:.8125rem;line-height:1.4;color:var(--pc-ink-soft)}.atlas-page-hero__crumbs.atlas-page-hero__crumbs a{color:var(--pc-accent);text-decoration:underline;text-underline-offset:.2em}.atlas-page-hero__crumbs.atlas-page-hero__crumbs a:hover{color:var(--pc-accent-strong)}.atlas-page-hero .pc-eyebrow{margin-bottom:var(--pc-space-sm)}.atlas-page-hero__title.pc-display{font-size:clamp(1.7rem,3.6vw,2.65rem);line-height:1.12;max-width:18ch}.atlas-page-hero__lede{margin-top:var(--pc-space-md);max-width:38rem}.atlas-page-hero__actions{display:flex;flex-wrap:wrap;gap:var(--pc-space-sm);margin-top:var(--pc-space-2xl)}.atlas-page-hero__actions .pc-pill.pc-pill{min-height:44px;height:auto;padding:.7rem 1.35rem;text-decoration:none}.atlas-page-hero__stats{display:flex;flex-wrap:wrap;gap:var(--pc-space-3xl);margin-top:var(--pc-space-3xl)}.atlas-page-hero__stat{display:flex;flex-direction:column;border-left:2px solid color-mix(in srgb,var(--pc-accent) 55%,transparent);padding-left:var(--pc-space-xl);min-width:0}.atlas-page-hero__stats dd,.atlas-page-hero__stats dt{margin:0}.atlas-page-hero__stat-value{font-family:var(--font-heading);font-weight:var(--pc-weight-display);font-size:clamp(1.25rem,2vw,1.7rem);line-height:1.1;color:var(--pc-ink)}.atlas-page-hero__stat-label{margin-top:var(--pc-space-2xs);font-size:var(--pc-eyebrow-size);font-weight:var(--pc-eyebrow-weight);letter-spacing:.12em;text-transform:uppercase;color:var(--pc-ink-faint)}.atlas-page-hero__figure{margin:0;min-width:0}.atlas-page-hero__media{position:relative;aspect-ratio:16 / 10;overflow:hidden;border-radius:var(--pc-radius-hero);border:1px solid var(--pc-line-hairline);background:var(--pc-paper)}@media(min-width:1024px){.atlas-page-hero__media{aspect-ratio:16 / 10}}.atlas-page-hero__img{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--atlas-hero-position, center)}.atlas-page-hero__credit{margin-top:var(--pc-space-sm);font-size:.75rem;line-height:1.45;color:var(--pc-ink-soft);overflow-wrap:anywhere}.atlas-page-hero__credit.atlas-page-hero__credit a{color:var(--pc-accent);text-decoration:underline;text-underline-offset:2px}.atlas-dir{background:var(--pc-paper-warm)}.atlas-dir__header{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:var(--pc-space-md) var(--pc-space-2xl);margin-bottom:var(--pc-space-2xl)}.atlas-dir__title{margin:0;font-family:var(--font-heading);font-size:clamp(1.35rem,2.4vw,1.85rem);line-height:1.15;color:var(--pc-ink)}.atlas-dir__count{margin:0;font-size:.875rem;color:var(--pc-ink-soft)}.atlas-dir__filters{display:grid;gap:var(--pc-space-xl);margin-bottom:var(--pc-space-3xl)}.atlas-dir__row{display:flex;flex-wrap:wrap;gap:var(--pc-space-md);align-items:end}.atlas-dir__field{display:flex;flex-direction:column;gap:var(--pc-space-2xs);min-width:0;flex:1 1 12rem}.atlas-dir__field--search{flex:2 1 16rem}.atlas-dir__label{font-size:.75rem;font-weight:var(--pc-weight-strong);letter-spacing:.08em;text-transform:uppercase;color:var(--pc-ink-faint)}.atlas-dir__control,.atlas-dir__search{width:100%;min-height:44px;padding:.55rem .9rem;border:1px solid var(--pc-field-border);border-radius:var(--pc-field-radius);background:var(--pc-field-bg);color:var(--pc-ink);font:inherit}.atlas-dir__tabs{display:flex;flex-wrap:wrap;gap:var(--pc-space-xs)}.atlas-dir__tab,.atlas-dir__clear,.atlas-dir__more{min-height:44px;min-width:44px;padding:.55rem .95rem;border-radius:var(--pc-radius-pill);border:1px solid var(--pc-line-hairline-strong);background:var(--pc-paper);color:var(--pc-ink);font:inherit;font-weight:600;cursor:pointer}.atlas-dir__tab[aria-pressed=true]{background:var(--pc-action);border-color:var(--pc-action);color:var(--pc-on-action)}.atlas-dir__clear{flex:0 0 auto}.atlas-dir__clear:disabled{opacity:.45;cursor:default}.atlas-dir :is(a,button,input,select):focus-visible,.atlas-page-hero :is(a,button):focus-visible{outline:2px solid var(--pc-accent);outline-offset:2px}.atlas-dir__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--pc-space-3xl);list-style:none;margin:0;padding:0}@media(min-width:768px){.atlas-dir__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.atlas-dir__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.atlas-dir__item{min-width:0}.atlas-dir__item>:first-child{height:100%}.atlas-dir__empty{margin:0;padding:var(--pc-space-3xl);border:1px dashed var(--pc-line);border-radius:var(--pc-card-radius);background:var(--pc-paper);color:var(--pc-ink-soft)}.atlas-dir__empty-title{margin:0 0 var(--pc-space-xs);font-family:var(--font-heading);font-size:1.15rem;color:var(--pc-ink)}.atlas-dir__empty-hint{margin:var(--pc-space-sm) 0 0}.atlas-dir__more-wrap{display:flex;justify-content:center;margin-top:var(--pc-space-3xl)}.atlas-dir__more{background:var(--pc-action);border-color:var(--pc-action);color:var(--pc-on-action)}@media(prefers-reduced-motion:reduce){.atlas-page-hero,.atlas-dir{scroll-behavior:auto}}
