html {
  scroll-behavior: smooth;
}
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 1.1s ease,
    transform 1.1s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.12s;
}

.reveal-delay-2 {
  transition-delay: 0.24s;
}

.reveal-delay-3 {
  transition-delay: 0.36s;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.announcement-page {
  background: #ffffff;
  padding: 120px 0;
}

.announcement-shell {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
}

.announcement-hero {
  max-width: 980px;
}

.section-kicker {
  margin: 0 0 20px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #777777 !important;
}

.eyebrow {
  margin: 0 0 20px !important;
  font-size: 28px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  text-transform: none !important;
  color: #000000 !important;
}

.announcement-hero h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  font-weight: 700;
  color: #000000;
}

.announcement-date {
  margin-top: 32px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #777;
}

.hero-lead {
  margin: 32px 0 0;
  max-width: 720px;
  font-size: 28px;
    line-height: 1.4;
	font-weight: 700;
  color: #111111;
}

.hero-copy {
  margin: 28px 0 0;
  max-width: 720px;
  font-size: 18px;
  line-height: 1.75;
  color: #444444;
}

.announcement-video {
	max-width: 1280px;
  margin: 40px auto 80px;
}

.announcement-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 28px;
}

.announcement-content {
  max-width: 720px;
}

.content-block + .content-block {
  margin-top: 72px;
}


.content-block-last{
	margin-top: 72px;
	padding-top:72px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.announcement-content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.78;
  color: #333333;
}

.announcement-content p + p {
  margin-top: 24px;
}

.announcement-content ul {
  margin: 20px 0 28px;
  padding-left: 22px;
  color: #333333;
}

.announcement-content li {
  margin-top: 12px;
  font-size: 17px;
  line-height: 1.7;
  color: #333333;
}

.blog-card {
  margin-top: 120px;
  padding-top: 88px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-cover {
	margin-top: 40px;
  margin-bottom: 56px;
}

.blog-cover img {
  width: 100%;
  display: block;
  border-radius: 24px;
}

.blog-header {
  margin-top: 48px;
  max-width: 720px;
}

.announcement-content .blog-meta {
  margin: 0;

  font-size: 14px;
  line-height: 1.6;

  color: #777777;
}

.blog-card h2 {
  margin: 20px 0 0;

  max-width: 920px;

  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.05em;

  color: #000000;
}

.blog-tagline {
  margin-top: 28px;

  font-size: 26px;
  line-height: 1.35;
  letter-spacing: -0.03em;

  color: #111111;
}

.blog-full-content {
  max-width: 720px;
}

.blog-full-content h3 {
margin: 80px 0 24px;
font-weight:700;
  font-size: 28px;
  line-height: 1.4;
  text-transform: capitalize;
  color: #000000;
}

.blog-full-content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.78;
  color: #333;
}

.blog-full-content p + p {
  margin-top: 24px;
}

.blog-full-content ul {
  margin: 22px 0 32px;
  padding-left: 22px;
}

.blog-full-content li {
  margin-top: 12px;
  font-size: 17px;
  line-height: 1.7;
  color: #333;
}

.blog-full-content blockquote {
  margin: 48px 0;
  padding-left: 28px;

  border-left: 3px solid #000;
font-weight:700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.03em;

  color: #000000;
}
.blog-full-content strong {
	font-weight:500 !important;
}
.market-start-section {
  width: min(100vw - 65px, 880px);
  margin: 80px 0 80px;
  padding: 96px;
  background: #f7f7f5;
  border-radius: 36px;
}

.market-start-section-inner {
  max-width: 760px;
}

.market-start-section p,
.market-start-section li {
  color: #222222;
}

.market-start-section .eyebrow {
  margin-bottom: 28px !important;
}
.announcement-resources {
  margin: 120px auto 0px;
  padding-top: 96px;

  border-top: 1px solid rgba(0,0,0,0.08);
}

.announcement-resources-header {
  max-width: 720px;
  margin-bottom: 56px;
}

.announcement-resources-header h2 {
  margin: 0;
      font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
  color: #000000;
}

.announcement-resources-header p {
  margin: 22px 0 0;
}

.announcement-resources-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  align-items: stretch;
}

.story-resource-video,
.story-resource-pdf {
  height: 100%;
}

.story-resource-video {
  display: flex;
  flex-direction: column;
}

.story-resource-video-frame {
  flex: 1;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f3f3f1;
}

.story-resource-video-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.story-resource-copy {
  padding-top: 28px;
}

.story-resource-copy span {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #777777;
}

.story-resource-copy a {
  display: inline-flex;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: #000000;
  text-decoration: none;
}

.story-resource-copy a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.story-resource-pdf {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100%;
  padding: 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(0, 0, 0, 0.035), transparent 42%),
    #f7f7f5;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.story-resource-pdf::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.055);
}

.story-resource-pdf-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.story-resource-pdf-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.story-resource-pdf-top span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #777777;
}

.story-resource-arrow {
  width: 12px;
  height: 12px;
  border-top: 1.5px solid #000000;
  border-right: 1.5px solid #000000;
  transform: rotate(45deg);
  transition: transform 0.35s ease;
}

.story-resource-pdf strong {
  display: block;
  max-width: 320px;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 700;
  color: #000000;
}

.story-resource-pdf p {
  max-width: 420px;
  margin: 22px 0 0;
  font-size: 16px;
  line-height: 1.72;
  color: #555555;
}

.story-resource-pdf-meta {
  margin-top: 42px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #999999;
}

.story-resource-pdf:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 0, 0, 0.18);
  text-decoration: none;
}

.story-resource-pdf:hover .story-resource-arrow {
  transform: translate(4px, -4px) rotate(45deg);
}

@media (max-width: 768px) {
  .announcement-resources {
    width: min(100% - 28px, 1180px);
    margin-bottom: 96px;
    padding-top: 72px;
  }

  .announcement-resources-header {
    margin-bottom: 40px;
  }

  .announcement-resources-grid {
    grid-template-columns: 1fr;
  }

  .story-resource-copy a,
  .story-resource-pdf strong {
    font-size: 24px;
  }

  .story-resource-pdf {
    padding: 32px;
  }

  .story-resource-pdf p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
	.market-start-section {
    width: min(100vw - 44px, 1180px);

    margin: 48px 0 48px;
    padding: 40px 28px;

    border-radius: 24px;
  }
  .announcement-page {
    padding: 72px 0;
  }
   .announcement-shell {
    width: min(100% - 28px, 1180px);
  }
  .announcement-video {
    margin: 48px 0 48px;
  }
	.eyebrow {
    font-size: 24px !important;
  }

  .blog-card {
    width: min(100vw - 28px, 1040px);
    margin-top: 72px;
    padding-top: 64px;
  }

  .content-block + .content-block {
    margin-top: 48px;
  }
  
  .blog-header {
    margin-top: 32px;
  }

  .blog-full-content {
    margin-top: 40px;
  }

  .blog-full-content h3 {
    margin: 48px 0 20px;
	font-size: 24px;
  }


}