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

:root {
  --article-ink: #0f172a;
  --article-slate: #334155;
  --article-muted: #64748b;
  --article-line: #e2e8f0;
  --article-cream: #fafaf7;
  --article-paper: #ffffff;
  --article-camel: #c4956a;
  --article-camel-soft: #f7efe7;
  --article-sage: #2f6b57;
  --article-sage-soft: #e8f3ed;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--article-ink);
  background: var(--article-cream);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-underline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  color: white;
  background: var(--article-ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--article-line);
  background: rgba(250, 250, 247, 0.94);
  backdrop-filter: blur(14px);
}

.nav-inner {
  display: flex;
  width: min(1080px, 100%);
  min-height: 68px;
  margin: 0 auto;
  padding: 12px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: inline-flex;
  align-items: center;
}

.logo img {
  display: block;
  width: 140px;
  height: auto;
}

.nav-links {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 18px;
  list-style: none;
}

.nav-links a {
  color: var(--article-slate);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

main {
  overflow: hidden;
}

.article-header,
.article-body {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
}

.article-header {
  padding: 72px 0 38px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--article-camel);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: Lora, Georgia, serif;
  line-height: 1.16;
}

h1 {
  max-width: 800px;
  margin-bottom: 20px;
  font-size: clamp(2.25rem, 6vw, 4.45rem);
  letter-spacing: -0.042em;
}

h2 {
  margin: 50px 0 16px;
  font-size: clamp(1.7rem, 3.5vw, 2.45rem);
  letter-spacing: -0.025em;
}

h3 {
  font-size: 1.25rem;
}

p {
  color: var(--article-slate);
}

.dek {
  max-width: 740px;
  margin: 0;
  font-size: clamp(1.07rem, 2vw, 1.23rem);
}

.meta {
  margin-top: 18px;
  color: var(--article-muted);
  font-size: 0.9rem;
}

.answer {
  margin-top: 30px;
  padding: 24px;
  border: 1px solid rgba(196, 149, 106, 0.36);
  border-radius: 18px;
  background: var(--article-camel-soft);
}

.answer strong {
  display: block;
  margin-bottom: 7px;
  color: var(--article-ink);
}

.answer p {
  margin: 0;
}

.clip-shell {
  width: min(820px, calc(100% - 48px));
  margin: 18px auto 52px;
}

.clip-shell .eventsync-feature-shorts__grid--single {
  grid-template-columns: minmax(0, 420px);
}

.transcript {
  margin-top: 16px;
  border-top: 1px solid var(--article-line);
  padding-top: 13px;
  color: var(--article-slate);
  font-size: 0.88rem;
}

.transcript summary {
  cursor: pointer;
  color: var(--article-ink);
  font-weight: 800;
}

.transcript p {
  margin: 10px 0 0;
  font-size: 0.88rem;
}

.article-body {
  padding-bottom: 88px;
}

.article-body > p,
.article-body > ul,
.article-body > ol {
  font-size: 1.03rem;
}

.article-body ul,
.article-body ol {
  padding-left: 24px;
  color: var(--article-slate);
}

.article-body li {
  margin: 10px 0;
}

.callout,
.boundary,
.related {
  margin: 34px 0;
  padding: 25px;
  border-radius: 18px;
}

.callout {
  border: 1px solid rgba(196, 149, 106, 0.36);
  background: var(--article-camel-soft);
}

.boundary {
  border: 1px solid rgba(47, 107, 87, 0.24);
  background: var(--article-sage-soft);
}

.callout strong,
.boundary strong {
  display: block;
  margin-bottom: 7px;
  color: var(--article-ink);
}

.callout p,
.boundary p {
  margin: 0;
}

.related {
  border: 1px solid var(--article-line);
  background: var(--article-paper);
}

.related h2 {
  margin: 0 0 12px;
  font-size: 1.5rem;
}

.related ul {
  margin: 0;
}

.cta {
  margin-top: 54px;
  padding: clamp(28px, 5vw, 42px);
  border-radius: 22px;
  color: white;
  background: var(--article-ink);
}

.cta h2 {
  margin: 0 0 12px;
}

.cta p {
  max-width: 650px;
  color: #cbd5e1;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: white;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  border-color: var(--article-camel);
  color: var(--article-ink);
  background: var(--article-camel);
}

footer {
  padding: 34px 24px;
  border-top: 1px solid var(--article-line);
  color: var(--article-muted);
  background: white;
  text-align: center;
}

footer p {
  margin: 0;
  color: inherit;
}

@media (max-width: 720px) {
  .nav-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .article-header {
    padding-top: 48px;
  }
}
