body.ocdata-work-style-post {
  background: #0a1524;
  color: #f4f0e8;
  margin: 0;
}

.ocdata-post-shell {
  background:
    radial-gradient(circle at top right, rgba(94, 115, 138, 0.2), transparent 30%),
    linear-gradient(180deg, #0a1524 0%, #0d1a2b 38%, #0a1524 100%);
  color: #f4f0e8;
  min-height: 100vh;
}

.ocdata-post-shell__main {
  display: block;
}

.ocdata-post-shell__inner {
  margin: 0 auto;
  max-width: 1400px;
  width: min(100% - 96px, 1400px);
}

.ocdata-post-shell__hero {
  padding: 88px 0 56px;
}

.ocdata-post-shell__back {
  border: 1px solid transparent;
  color: #96a2b3 !important;
  display: inline-flex;
  font: 700 14px/1.4 "Inter", sans-serif;
  margin: 0 0 22px;
  padding: 10px 2px;
  text-decoration: none;
  transition: color 180ms ease;
}

.ocdata-post-shell__back:hover {
  color: #f4f0e8 !important;
}

.ocdata-post-shell__hero-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
}

.ocdata-post-shell__hero-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ocdata-post-shell__eyebrow,
.ocdata-post-shell__detail-label {
  color: #b9c6d4 !important;
  font: 600 12px/1.4 "JetBrains Mono", monospace;
  letter-spacing: 1.4px;
  margin: 0;
  text-transform: uppercase;
}

.ocdata-post-shell__eyebrow--muted {
  color: #6f7e90;
}

.ocdata-post-shell__title {
  color: #f4f0e8 !important;
  font: 700 clamp(3.1rem, 6vw, 4.25rem) / 0.94 "Playfair Display", serif;
  letter-spacing: 0;
  margin: 0;
}

.ocdata-post-shell__excerpt {
  color: #d7e0ea !important;
  font: 400 20px/1.6 "Inter", sans-serif;
  margin: 0;
  max-width: 36rem;
}

.ocdata-post-shell__hero-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ocdata-post-shell__media {
  background: #0f1c2c;
  border: 1px solid #5a6978;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.18);
  min-height: 280px;
  overflow: hidden;
}

.ocdata-post-shell__featured-image,
.ocdata-post-shell__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ocdata-post-shell__media-fallback {
  align-items: center;
  background:
    linear-gradient(145deg, rgba(237, 231, 220, 0.08), rgba(18, 35, 54, 0.92)),
    linear-gradient(120deg, #122336 0%, #0f1c2c 100%);
  color: #f4f0e8;
  display: flex;
  font: 700 34px/1.02 "Playfair Display", serif;
  height: 100%;
  justify-content: center;
  min-height: 280px;
  padding: 28px;
  text-align: center;
}

.ocdata-post-shell__detail-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ocdata-post-shell__detail-card,
.ocdata-post-shell__aside-card,
.ocdata-post-shell__cta-card {
  background: #0f1c2c;
  border: 1px solid #415061;
  box-shadow: inset 0 1px 0 rgba(244, 240, 232, 0.04);
}

.ocdata-post-shell__detail-card:nth-child(2),
.ocdata-post-shell__summary-card:nth-child(2) {
  background: #122336;
}

.ocdata-post-shell__detail-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 132px;
  padding: 18px;
  position: relative;
}

.ocdata-post-shell__detail-card::before,
.ocdata-post-shell__summary-card::before,
.ocdata-post-shell__article::before,
.ocdata-post-shell__aside-card::before,
.ocdata-post-shell__cta-card::before {
  background: linear-gradient(90deg, #ede7dc 0%, rgba(237, 231, 220, 0) 88%);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0.38;
  position: absolute;
  right: 0;
  top: 0;
}

.ocdata-post-shell__detail-value {
  color: #f4f0e8 !important;
  font: 700 27px/1.08 "Playfair Display", serif;
  margin: 0;
}

.ocdata-post-shell__content-band,
.ocdata-post-shell__summary-band,
.ocdata-post-shell__cta-band {
  padding: 0 0 82px;
}

.ocdata-post-shell__summary-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ocdata-post-shell__summary-card {
  background: #0f1c2c;
  border: 1px solid #415061;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 250px;
  padding: 30px;
  position: relative;
}

.ocdata-post-shell__summary-title {
  color: #f4f0e8 !important;
  font: 700 34px/1.02 "Playfair Display", serif;
  letter-spacing: 0;
  margin: 0;
}

.ocdata-post-shell__summary-copy {
  color: #d1dbe6 !important;
  font: 400 17px/1.75 "Inter", sans-serif;
  margin: 0;
}

.ocdata-post-shell__content-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.08fr) minmax(290px, 0.42fr);
}

.ocdata-post-shell__article,
.ocdata-post-shell__aside {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ocdata-post-shell__article {
  background: #0f1c2c;
  border: 1px solid #415061;
  padding: 38px;
  position: relative;
}

.ocdata-post-shell__article > :first-child {
  margin-top: 0;
}

.ocdata-post-shell__article h2,
.ocdata-post-shell__article h3,
.ocdata-post-shell__article h4 {
  color: #f4f0e8 !important;
  font-family: "Playfair Display", serif;
  letter-spacing: 0;
  margin: 1.6em 0 0.45em;
}

.ocdata-post-shell__article h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.98;
}

.ocdata-post-shell__article h3 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.02;
}

.ocdata-post-shell__article p,
.ocdata-post-shell__article li,
.ocdata-post-shell__article blockquote {
  color: #dde5ee !important;
  font: 400 18px/1.85 "Inter", sans-serif;
}

.ocdata-post-shell__article a {
  color: #f4f0e8 !important;
  text-decoration-color: rgba(244, 240, 232, 0.35);
}

.ocdata-post-shell__article ul,
.ocdata-post-shell__article ol {
  margin: 0 0 1.35rem 1.2rem;
  padding: 0;
}

.ocdata-post-shell__article blockquote {
  border-left: 1px solid #415061;
  margin: 2rem 0;
  padding-left: 1.25rem;
}

.ocdata-post-shell__aside-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px;
  position: relative;
}

.ocdata-post-shell__aside-copy {
  color: #d1dbe6 !important;
  font: 400 17px/1.75 "Inter", sans-serif;
  margin: 0;
}

.ocdata-post-shell__aside-link,
.ocdata-post-shell__cta-link {
  align-items: center;
  background: #ede7dc;
  color: #0a1524;
  display: inline-flex;
  font: 700 14px/1 "Inter", sans-serif;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
  width: fit-content;
}

.ocdata-post-shell__cta-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 30px;
  position: relative;
}

.ocdata-post-shell__cta-title {
  color: #f4f0e8 !important;
  font: 700 clamp(2.1rem, 4vw, 4rem) / 0.96 "Playfair Display", serif;
  margin: 0;
  max-width: 15ch;
}

.ocdata-post-shell__cta-copy {
  color: #d1dbe6 !important;
  font: 400 17px/1.75 "Inter", sans-serif;
  margin: 0;
  max-width: 44rem;
}

.ocdata-post-shell__shared-footer {
  margin-top: 8px;
}

.ocdata-post-shell__shared-footer .ocdata-standard-footer {
  margin-top: 0;
}

.ocdata-blog-index__hero-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 62rem;
  padding: 18px 0 34px;
}

.ocdata-blog-index__detail-grid {
  margin-top: 8px;
}

.ocdata-blog-index__section-head {
  align-items: end;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  margin: 0 0 2.6rem;
}

.ocdata-blog-index__section-title {
  color: #f4f0e8 !important;
  font: 700 clamp(2.2rem, 4vw, 3.4rem) / 1 "Playfair Display", serif;
  margin: 0.35rem 0 0;
}

.ocdata-blog-index__section-copy {
  color: #d1dbe6 !important;
  font: 400 17px/1.75 "Inter", sans-serif;
  margin: 0;
}

.ocdata-blog-index__archive .ocdata-project-archive__title {
  font: 700 clamp(1.9rem, 3vw, 2.8rem) / 1.02 "Playfair Display", serif;
}

.ocdata-blog-index__archive .ocdata-project-archive__meta,
.ocdata-blog-index__archive .ocdata-project-archive__metric-label,
.ocdata-blog-index__archive .ocdata-project-archive__more {
  font: 600 12px/1.5 "JetBrains Mono", monospace;
  letter-spacing: 0.08em;
}

.ocdata-blog-index__pagination {
  align-items: center;
  border-top: 1px solid #415061;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
}

.ocdata-blog-index__pagination-link a,
.ocdata-blog-index__pagination-link span {
  align-items: center;
  border: 1px solid #415061;
  color: #d1dbe6 !important;
  display: inline-flex;
  font: 600 13px/1 "JetBrains Mono", monospace;
  justify-content: center;
  min-height: 42px;
  min-width: 42px;
  padding: 0 14px;
  text-decoration: none;
}

.ocdata-blog-index__pagination .current {
  background: #ede7dc;
  color: #0a1524 !important;
}

.ocdata-blog-index__pagination a:hover {
  border-color: #ede7dc;
  color: #f4f0e8 !important;
}

.ocdata-standard-footer {
  border-top: 1px solid #2f455b;
  padding: 12px 0 42px;
}

.ocdata-standard-footer__inner {
  margin: 0 auto;
  max-width: 1400px;
  width: min(100% - 96px, 1400px);
}

.ocdata-standard-footer__grid {
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  padding-top: 30px;
}

.ocdata-standard-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ocdata-standard-footer__brand-link {
  display: inline-flex;
  width: fit-content;
}

.ocdata-standard-footer__logo {
  display: block;
  max-width: 168px;
  width: 100%;
}

.ocdata-standard-footer__copy,
.ocdata-standard-footer__column a,
.ocdata-standard-footer__column span,
.ocdata-standard-footer__bottom p,
.ocdata-standard-footer__bottom a {
  color: #aab7c7 !important;
  font: 400 15px/1.85 "Inter", sans-serif;
  margin: 0;
  text-decoration: none;
}

.ocdata-standard-footer__label {
  color: #b9c6d4 !important;
  font: 600 12px/1.4 "JetBrains Mono", monospace;
  letter-spacing: 1.4px;
  margin: 0;
  text-transform: uppercase;
}

.ocdata-standard-footer__column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ocdata-standard-footer__column a:hover {
  color: #f4f0e8 !important;
}

.ocdata-standard-footer__legal a:hover {
  color: #f4f0e8 !important;
}

.ocdata-standard-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(65, 80, 97, 0.72);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 26px;
  padding-top: 18px;
}

@media (max-width: 1080px) {
  .ocdata-post-shell__inner {
    width: min(100% - 48px, 1400px);
  }

  .ocdata-post-shell__hero-grid,
  .ocdata-post-shell__summary-grid,
  .ocdata-post-shell__content-grid,
  .ocdata-blog-index__section-head,
  .ocdata-standard-footer__grid {
    grid-template-columns: 1fr;
  }

  .ocdata-standard-footer__inner {
    width: min(100% - 48px, 1400px);
  }
}

@media (max-width: 767px) {
  .ocdata-post-shell__hero {
    padding: 74px 0 42px;
  }

  .ocdata-post-shell__inner {
    width: min(100% - 28px, 1400px);
  }

  .ocdata-standard-footer__inner {
    width: min(100% - 28px, 1400px);
  }

  .ocdata-post-shell__detail-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ocdata-post-shell__article,
  .ocdata-post-shell__aside-card,
  .ocdata-post-shell__cta-card {
    padding: 22px;
  }

  .ocdata-blog-index__hero-copy {
    padding-bottom: 24px;
  }

  .ocdata-blog-index__pagination {
    gap: 0.5rem;
  }

  .ocdata-post-shell__article p,
  .ocdata-post-shell__article li,
  .ocdata-post-shell__article blockquote {
    font-size: 17px;
  }

  .ocdata-standard-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .ocdata-post-shell__detail-grid {
    grid-template-columns: 1fr;
  }
}
