.publisher-home-v014 {
  --surface: #f5f5f1;
  --surface-raised: #ffffff;
  --ink: #171a1a;
  --muted: #5d6563;
  --quiet: #626b68;
  --line: #d8dcda;
  --line-strong: #aeb6b2;
  --accent: #0f5d63;
  --heading: "Figtree", Arial, sans-serif;
  --body: "Figtree", Arial, sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  color: var(--ink);
  font-family: var(--body);
}

.publisher-home-v014 h1,
.publisher-home-v014 h2,
.publisher-home-v014 h3 {
  color: var(--ink);
  font-weight: 500;
  letter-spacing: 0;
}

.publisher-home-v014 main {
  flex: 1 0 auto;
}

.publisher-home-v014 .site-header {
  position: relative;
  background: var(--surface);
  color: var(--ink);
  border: 0;
}

.publisher-home-v014 .header-inner {
  min-height: 72px;
}

.publisher-home-v014 .brand {
  width: 190px;
  height: auto;
  overflow: visible;
}

.publisher-home-v014 .brand img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transform: none;
}

.publisher-home-v014 .primary-nav {
  gap: 32px;
}

.publisher-home-v014 .primary-nav a {
  color: var(--ink);
  font-family: var(--body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.publisher-home-v014 .primary-nav a::after {
  bottom: 12px;
  height: 2px;
  background: var(--accent);
}

.publisher-home-v014 .publisher-strip,
.publisher-home-v014 .catalog-list {
  background: var(--surface);
  color: var(--ink);
  border: 0;
}

.publisher-home-v014 .publisher-strip-inner {
  min-height: 148px;
  padding-block: 42px 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  align-items: end;
  gap: 48px;
}

.publisher-home-v014 .publisher-strip h1 {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 54px);
  line-height: 1;
}

.publisher-home-v014 .publisher-strip p {
  max-width: 360px;
  margin: 0 0 3px;
  justify-self: end;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.publisher-home-v014 .publisher-strip a,
.publisher-home-v014 .footer-provenance a {
  color: inherit;
  text-decoration-color: var(--line-strong);
}

.publisher-home-v014 .catalog-shell {
  position: relative;
  border-top: 1px solid var(--line-strong);
}

.publisher-home-v014 .tool-entry-v014 {
  --live-corner: 34px;
  padding: 42px 0 50px;
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(390px, 1.1fr);
  grid-template-areas: "media summary";
  align-items: center;
  gap: clamp(52px, 6vw, 84px);
  border-bottom: 1px solid var(--line-strong);
}

.tool-media-v014 {
  grid-area: media;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tool-media-frame-v014 {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  background: var(--surface-raised);
  border: 0;
  border-radius: 0 var(--live-corner) 0 0;
  transition: border-radius 180ms ease;
}

.tool-media-frame-v014 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tool-media-frame-v014.tool-media-alpha {
  overflow: visible;
  background: transparent;
  border-radius: 0;
}

.tool-media-frame-v014.tool-media-alpha img {
  object-fit: contain;
}

.tool-media-v014 figcaption {
  margin: 0;
  color: var(--quiet);
  font-size: 12px;
  line-height: 1.5;
}

.publisher-home-v014 .tool-summary-v014 {
  grid-area: summary;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tool-meta-v014 {
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.publisher-home-v014 .tool-summary-v014 h2 {
  max-width: 20ch;
  margin: 0 0 20px;
  font-size: clamp(38px, 4vw, 50px);
  line-height: 1.05;
  text-transform: none;
}

.publisher-home-v014 .tool-summary-v014 > p {
  max-width: 680px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}

.publisher-home-v014 .tool-links-v014 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
}

.publisher-home-v014 .tool-links-v014 a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  border: 0;
  font-family: var(--body);
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: var(--line-strong);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.tool-links-v014 svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--accent);
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.6;
  transition: transform 160ms ease;
}

.tool-links-v014 a:hover svg,
.tool-links-v014 a:focus-visible svg {
  transform: translateX(3px);
}

.publisher-home-v014 .site-footer-v014 {
  background: var(--surface);
  color: var(--ink);
  border: 0;
}

.publisher-home-v014 .footer-inner-v014 {
  min-height: 92px;
  padding-block: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.publisher-home-v014 .footer-provenance {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.publisher-home-v014 .footer-support {
  display: flex;
  align-items: baseline;
  gap: 18px;
}

.publisher-home-v014 .footer-label {
  color: var(--quiet);
  font-family: var(--body);
  font-size: 13px;
  font-weight: 500;
}

.publisher-home-v014 .footer-support a {
  color: var(--ink);
  font-size: 15px;
  text-decoration-color: var(--line-strong);
  text-underline-offset: 5px;
}

@media (max-width: 920px) {
  .publisher-home-v014 .tool-entry-v014 {
    padding: 34px 0 48px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "summary"
      "media";
    align-items: start;
    gap: 34px;
  }

  .publisher-home-v014 .tool-summary-v014 h2 {
    max-width: 24ch;
  }
}

@media (max-width: 760px) {
  .publisher-home-v014 .header-inner {
    min-height: 66px;
  }

  .publisher-home-v014 .brand {
    width: 154px;
  }

  .publisher-home-v014 .primary-nav {
    gap: 18px;
  }

  .publisher-home-v014 .primary-nav a {
    font-size: 13px;
  }

  .publisher-home-v014 .primary-nav a::after {
    bottom: 9px;
  }

  .publisher-home-v014 .publisher-strip-inner {
    min-height: 0;
    padding-block: 48px 26px;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
  }

  .publisher-home-v014 .publisher-strip h1 {
    font-size: 40px;
  }

  .publisher-home-v014 .publisher-strip p {
    max-width: none;
    justify-self: start;
    font-size: 15px;
  }

  .publisher-home-v014 .tool-entry-v014 {
    padding: 28px 0 48px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "summary"
      "media";
    align-items: start;
    gap: 28px;
    border-right: 0;
    border-left: 0;
  }

  .tool-media-frame-v014 {
    --live-corner: 28px;
  }

  .publisher-home-v014 .tool-summary-v014 h2 {
    max-width: none;
    font-size: 36px;
    line-height: 1.08;
  }

  .publisher-home-v014 .tool-summary-v014 > p {
    max-width: none;
    font-size: 17px;
  }

  .tool-media-v014 figcaption {
    font-size: 13px;
  }

  .publisher-home-v014 .tool-links-v014 {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .publisher-home-v014 .footer-inner-v014 {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .publisher-home-v014 .footer-support {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tool-media-frame-v014,
  .tool-links-v014 svg {
    transition-duration: 0.01ms;
  }
}
