.zepcd {
  --zepcd-primary: #00235e;
  --zepcd-primary-2: #0f438c;
  --zepcd-primary-soft: #eef4fb;
  --zepcd-accent: #ffb600;
  --zepcd-accent-soft: #fff4ce;
  --zepcd-text: #182334;
  --zepcd-muted: #5d6878;
  --zepcd-surface: #ffffff;
  --zepcd-canvas: #f4f7fb;
  --zepcd-border: #dce4ee;
  --zepcd-good: #177245;
  --zepcd-archive: #735c14;
  --zepcd-warning: #a44327;
  --zepcd-radius: 18px;
  --zepcd-shadow: 0 20px 60px rgba(0, 35, 94, 0.12);
  color: var(--zepcd-text);
  font-family: inherit;
  line-height: 1.5;
  margin: 32px auto;
  max-width: 1240px;
  text-align: left;
}

.zepcd *,
.zepcd *::before,
.zepcd *::after {
  box-sizing: border-box;
}

.zepcd button,
.zepcd input,
.zepcd select {
  font: inherit;
}

.zepcd button,
.zepcd a,
.zepcd input,
.zepcd select,
.zepcd summary {
  -webkit-tap-highlight-color: rgba(15, 67, 140, .16);
  touch-action: manipulation;
}

.zepcd__sr-only {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.zepcd button,
.zepcd summary,
.zepcd select {
  cursor: pointer;
}

.zepcd button:focus-visible,
.zepcd input:focus-visible,
.zepcd select:focus-visible,
.zepcd summary:focus-visible,
.zepcd a:focus-visible {
  box-shadow: 0 0 0 2px var(--zepcd-surface), 0 0 0 5px var(--zepcd-primary-2);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.zepcd__hero {
  align-items: stretch;
  background:
    radial-gradient(circle at 84% 20%, rgba(255, 182, 0, 0.18), transparent 28%),
    linear-gradient(135deg, #001b4b 0%, var(--zepcd-primary) 60%, #0b3878 100%);
  border-radius: 24px 24px 0 0;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  min-height: 248px;
  overflow: hidden;
  position: relative;
}

.zepcd__hero::before {
  background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
  pointer-events: none;
  position: absolute;
}

.zepcd__hero-content {
  align-self: center;
  padding: clamp(30px, 4vw, 46px) clamp(30px, 4.8vw, 58px);
  position: relative;
  z-index: 1;
}

.zepcd__eyebrow,
.zepcd__kicker {
  color: var(--zepcd-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.zepcd__title {
  color: #fff;
  font-size: clamp(36px, 4.1vw, 52px);
  font-weight: 780;
  letter-spacing: -.045em;
  line-height: .98;
  margin: 0;
  max-width: 780px;
}

.zepcd__intro {
  color: rgba(255, 255, 255, .78);
  font-size: clamp(16px, 1.8vw, 19px);
  margin: 16px 0 0;
  max-width: 720px;
}

.zepcd__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 20px;
}

.zepcd__facts span {
  align-items: baseline;
  color: rgba(255, 255, 255, .72);
  display: inline-flex;
  font-size: 13px;
  gap: 5px;
}

.zepcd__facts strong {
  color: #fff;
  font-size: 16px;
}

.zepcd__hero-mark {
  align-items: center;
  align-self: stretch;
  border-left: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transform: rotate(-5deg) scale(1.05);
}

.zepcd__hero-mark::before {
  border: 14px solid rgba(255, 182, 0, .96);
  border-radius: 50%;
  content: "";
  height: 116px;
  position: absolute;
  width: 116px;
}

.zepcd__hero-mark span,
.zepcd__hero-mark strong {
  color: #fff;
  letter-spacing: .14em;
  position: relative;
  text-shadow: 0 2px 15px rgba(0, 35, 94, .65);
}

.zepcd__hero-mark span {
  font-size: 12px;
  font-weight: 700;
}

.zepcd__hero-mark strong {
  font-size: 26px;
  line-height: 1;
}

.zepcd__workspace {
  background: var(--zepcd-canvas);
  border: 1px solid var(--zepcd-border);
  border-radius: 0 0 24px 24px;
  border-top: 0;
  padding: clamp(18px, 3.5vw, 42px);
}

.zepcd__search-card {
  background: var(--zepcd-surface);
  border: 1px solid var(--zepcd-border);
  border-radius: var(--zepcd-radius);
  box-shadow: 0 12px 35px rgba(0, 35, 94, .07);
  margin-top: -34px;
  padding: clamp(18px, 3vw, 30px);
  position: relative;
  z-index: 2;
}

.zepcd__search-label {
  color: var(--zepcd-primary);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.zepcd__search-row {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(260px, 1fr) minmax(145px, .22fr) minmax(170px, .28fr);
}

.zepcd__search-control {
  position: relative;
}

.zepcd__search-control svg {
  fill: none;
  height: 21px;
  left: 16px;
  position: absolute;
  stroke: var(--zepcd-primary-2);
  stroke-linecap: round;
  stroke-width: 1.8;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
}

.zepcd__search-control input,
.zepcd__select-label select {
  appearance: none;
  background: #fff;
  border: 1px solid #bdcad9;
  border-radius: 11px;
  color: var(--zepcd-text);
  height: 52px;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.zepcd__search-control input {
  -webkit-appearance: none;
  appearance: none;
  background-image: none !important;
  padding: 0 50px 0 54px !important;
  text-indent: 0 !important;
}

.zepcd__search-control input::-webkit-search-decoration,
.zepcd__search-control input::-webkit-search-cancel-button,
.zepcd__search-control input::-webkit-search-results-button,
.zepcd__search-control input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.zepcd__search-control input::placeholder {
  color: #647184;
}

.zepcd__search-control input:focus,
.zepcd__select-label select:focus {
  border-color: var(--zepcd-primary-2);
}

.zepcd__search-control input:focus:not(:focus-visible),
.zepcd__select-label select:focus:not(:focus-visible) {
  box-shadow: 0 0 0 3px rgba(15, 67, 140, .11);
}

.zepcd__clear {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: var(--zepcd-muted);
  display: flex;
  font-size: 25px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 44px;
}

.zepcd__clear:hover {
  background: var(--zepcd-primary-soft);
  color: var(--zepcd-primary);
}

.zepcd__select-label {
  position: relative;
}

.zepcd__select-label > span {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.zepcd__select-label::after {
  border-bottom: 2px solid var(--zepcd-primary);
  border-right: 2px solid var(--zepcd-primary);
  content: "";
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 20px;
  transform: rotate(45deg);
  width: 8px;
}

.zepcd__select-label select {
  padding: 0 40px 0 14px;
}

.zepcd__category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  padding: 2px;
}

.zepcd__filter {
  background: var(--zepcd-primary-soft);
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--zepcd-primary);
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 700;
  min-height: 42px;
  padding: 9px 15px;
}

.zepcd__filter:hover {
  border-color: #b7c9e0;
}

.zepcd__filter.is-active {
  background: var(--zepcd-primary);
  color: #fff;
}

.zepcd__result-bar {
  align-items: center;
  border-top: 1px solid var(--zepcd-border);
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 14px;
}

.zepcd__result-bar p {
  color: var(--zepcd-muted);
  font-size: 13px;
  margin: 0;
}

.zepcd__result-bar button,
.zepcd__empty button {
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--zepcd-primary-2);
  font-size: 13px;
  font-weight: 750;
  min-height: 44px;
  padding: 8px 0;
}

.zepcd__featured,
.zepcd__catalog {
  margin-top: clamp(38px, 6vw, 72px);
}

.zepcd__section-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.zepcd__section-heading h3 {
  color: var(--zepcd-primary);
  font-size: clamp(25px, 3vw, 36px);
  letter-spacing: -.03em;
  line-height: 1.08;
  margin: 0;
}

.zepcd__kicker {
  color: var(--zepcd-primary-2);
  margin-bottom: 7px;
}

.zepcd__section-number {
  align-items: center;
  background: var(--zepcd-accent-soft);
  border: 1px solid rgba(255, 182, 0, .42);
  border-radius: 999px;
  color: var(--zepcd-primary);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  min-height: 34px;
  padding: 7px 12px;
  white-space: nowrap;
}

.zepcd__featured-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zepcd__featured-card {
  background: var(--zepcd-surface);
  border: 1px solid var(--zepcd-border);
  border-radius: 15px;
  color: var(--zepcd-text);
  display: grid;
  gap: 10px 12px;
  grid-template-columns: 40px minmax(0, 1fr) 24px;
  padding: 18px;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.zepcd__featured-card:hover {
  border-color: #aebfd4;
  box-shadow: 0 14px 30px rgba(0, 35, 94, .1);
  color: var(--zepcd-primary);
  transform: translateY(-2px);
}

.zepcd__file-icon {
  align-items: center;
  background: var(--zepcd-accent-soft);
  border-radius: 8px;
  color: var(--zepcd-primary);
  display: flex;
  font-size: 9px;
  font-weight: 900;
  grid-row: 1 / span 2;
  height: 42px;
  justify-content: center;
  letter-spacing: .04em;
  width: 40px;
}

.zepcd__featured-card > strong {
  font-size: 14px;
  overflow-wrap: anywhere;
  line-height: 1.35;
}

.zepcd__featured-card > .zepcd__meta {
  grid-column: 2 / 4;
  grid-row: 2;
}

.zepcd__open {
  align-self: start;
  color: var(--zepcd-primary-2);
  font-weight: 800;
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}

.zepcd__group {
  background: var(--zepcd-surface);
  border: 1px solid var(--zepcd-border);
  border-radius: 15px;
  margin: 0 0 12px;
  overflow: hidden;
}

.zepcd__group[open] {
  border-color: #b6c6da;
  box-shadow: 0 10px 32px rgba(0, 35, 94, .07);
}

.zepcd__group > summary {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 44px minmax(0, 1fr) auto 18px;
  list-style: none;
  min-height: 84px;
  padding: 16px 22px;
}

.zepcd__group > summary::-webkit-details-marker {
  display: none;
}

.zepcd__group > summary:hover {
  background: #fbfdff;
}

.zepcd__group-index {
  color: var(--zepcd-primary-2);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
}

.zepcd__group-copy {
  min-width: 0;
}

.zepcd__group-copy strong,
.zepcd__group-copy small {
  display: block;
}

.zepcd__group-copy strong {
  color: var(--zepcd-primary);
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.25;
}

.zepcd__group-copy small {
  color: var(--zepcd-muted);
  font-size: 13px;
  margin-top: 3px;
}

.zepcd__group-count {
  align-items: baseline;
  color: var(--zepcd-primary);
  display: flex;
  font-weight: 800;
  gap: 4px;
}

.zepcd__group-count small {
  color: var(--zepcd-muted);
  font-size: 11px;
  font-weight: 600;
}

.zepcd__chevron {
  border-bottom: 2px solid var(--zepcd-primary);
  border-right: 2px solid var(--zepcd-primary);
  height: 9px;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform .2s ease;
  width: 9px;
}

.zepcd__group[open] .zepcd__chevron {
  transform: rotate(225deg) translate(-2px, -2px);
}

.zepcd__documents {
  border-top: 1px solid var(--zepcd-border);
  padding: 0 22px 12px;
}

.zepcd__document {
  align-items: center;
  border-bottom: 1px solid #e8edf3;
  color: var(--zepcd-text);
  display: grid;
  gap: 14px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  min-height: 76px;
  padding: 13px 4px;
  text-decoration: none;
}

.zepcd__document:last-child {
  border-bottom: 0;
}

a.zepcd__document:hover {
  color: var(--zepcd-primary-2);
}

.zepcd__doc-symbol {
  align-items: center;
  background: var(--zepcd-primary-soft);
  border-radius: 9px;
  display: flex;
  height: 38px;
  justify-content: center;
  transition: background-color .2s ease;
  width: 38px;
}

a.zepcd__document:hover .zepcd__doc-symbol {
  background: var(--zepcd-accent-soft);
}

.zepcd__doc-symbol svg {
  fill: none;
  height: 20px;
  stroke: var(--zepcd-primary-2);
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 20px;
}

.zepcd__doc-copy {
  min-width: 0;
}

.zepcd__doc-copy > strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 1.42;
}

.zepcd__meta {
  align-items: center;
  color: var(--zepcd-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  gap: 5px 12px;
  margin-top: 5px;
}

.zepcd__meta > span:not(:last-child)::after {
  color: #b0bbc8;
  content: "·";
  margin-left: 12px;
}

.zepcd__status {
  font-weight: 750;
}

.zepcd__status--current {
  color: var(--zepcd-good);
}

.zepcd__status--archive {
  color: var(--zepcd-archive);
}

.zepcd__status--unavailable {
  color: var(--zepcd-warning);
}

.zepcd__document-action {
  color: var(--zepcd-primary-2);
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.zepcd__document.is-unavailable {
  opacity: .72;
}

.zepcd__document.is-unavailable .zepcd__document-action {
  color: var(--zepcd-warning);
}

.zepcd__empty {
  background: #fff;
  border: 1px dashed #adbdcf;
  border-radius: var(--zepcd-radius);
  margin-top: 28px;
  padding: 54px 24px;
  text-align: center;
}

.zepcd__empty > span {
  color: var(--zepcd-primary-2);
  display: block;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 12px;
}

.zepcd__empty h3 {
  color: var(--zepcd-primary);
  font-size: 22px;
  margin: 0;
}

.zepcd__empty p {
  color: var(--zepcd-muted);
  margin: 8px auto 12px;
}

.zepcd [hidden] {
  display: none !important;
}

@media (max-width: 900px) {
  .zepcd__hero {
    grid-template-columns: 1fr 145px;
    min-height: 232px;
  }

  .zepcd__hero-mark {
    opacity: .76;
  }

  .zepcd__search-row {
    grid-template-columns: minmax(0, 1fr) repeat(2, minmax(140px, .35fr));
  }

  .zepcd__featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .zepcd {
    margin: 20px auto;
  }

  .zepcd__hero {
    border-radius: 18px 18px 0 0;
    display: block;
    min-height: 0;
  }

  .zepcd__hero-content {
    padding: 28px 20px 72px;
  }

  .zepcd__eyebrow {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .zepcd__title {
    font-size: clamp(31px, 9.2vw, 38px);
    line-height: 1.02;
    max-width: 12ch;
  }

  .zepcd__intro {
    font-size: 15px;
    line-height: 1.45;
    margin-top: 13px;
  }

  .zepcd__hero-mark {
    border: 0;
    bottom: 16px;
    height: 58px;
    opacity: .42;
    position: absolute;
    right: 18px;
    width: 102px;
  }

  .zepcd__hero-mark::before {
    border-width: 9px;
    height: 74px;
    width: 74px;
  }

  .zepcd__hero-mark span {
    font-size: 8px;
  }

  .zepcd__hero-mark strong {
    font-size: 17px;
  }

  .zepcd__facts {
    gap: 6px 14px;
    margin-top: 16px;
    padding-right: 76px;
  }

  .zepcd__facts span {
    font-size: 12px;
  }

  .zepcd__facts strong {
    font-size: 14px;
  }

  .zepcd__workspace {
    border-radius: 0 0 18px 18px;
    padding: 14px;
  }

  .zepcd__search-card {
    margin-top: -22px;
  }

  .zepcd__search-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zepcd__search-control {
    grid-column: 1 / -1;
  }

  .zepcd__search-control input,
  .zepcd__select-label select {
    height: 50px;
  }

  .zepcd__category-filter {
    flex-wrap: nowrap;
    margin-inline: -2px;
    overflow-x: auto;
    padding: 2px 2px 8px;
    scrollbar-color: #b9c5d4 transparent;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
  }

  .zepcd__filter {
    scroll-snap-align: start;
  }

  .zepcd__filter {
    min-height: 44px;
  }

  .zepcd__result-bar {
    align-items: flex-start;
    gap: 8px;
  }

  .zepcd__featured-grid {
    grid-template-columns: 1fr;
  }

  .zepcd__group > summary {
    gap: 10px;
    grid-template-columns: 28px minmax(0, 1fr) auto 12px;
    min-height: 76px;
    padding: 14px;
  }

  .zepcd__group-copy small {
    display: none;
  }

  .zepcd__documents {
    padding: 0 12px 8px;
  }

  .zepcd__document {
    align-items: start;
    gap: 11px;
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 14px 0;
  }

  .zepcd__document-action {
    grid-column: 2;
  }
}

@media (max-width: 420px) {
  .zepcd__search-row {
    grid-template-columns: 1fr;
  }

  .zepcd__search-control {
    grid-column: auto;
  }

  .zepcd__section-number,
  .zepcd__group-index,
  .zepcd__group-count small {
    display: none;
  }

  .zepcd__group > summary {
    grid-template-columns: minmax(0, 1fr) auto 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zepcd__featured-card:hover {
    transform: none;
  }

  .zepcd *,
  .zepcd *::before,
  .zepcd *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (prefers-contrast: more) {
  .zepcd {
    --zepcd-border: #aab8c8;
  }

  .zepcd__search-control input,
  .zepcd__select-label select,
  .zepcd__filter,
  .zepcd__featured-card,
  .zepcd__group {
    border-width: 2px;
  }
}

@media (forced-colors: active) {
  .zepcd__hero,
  .zepcd__filter.is-active,
  .zepcd__section-number {
    border: 1px solid CanvasText;
  }

  .zepcd__hero-mark::before {
    border-color: Highlight;
  }

  .zepcd button:focus-visible,
  .zepcd input:focus-visible,
  .zepcd select:focus-visible,
  .zepcd summary:focus-visible,
  .zepcd a:focus-visible {
    box-shadow: none;
    outline: 3px solid Highlight;
    outline-offset: 3px;
  }
}
