.eventsync-feature-shorts,
.eventsync-feature-shorts * {
  box-sizing: border-box;
}

.eventsync-feature-shorts {
  --feature-short-ink: #0f172a;
  --feature-short-slate: #334155;
  --feature-short-muted: #64748b;
  --feature-short-line: #dce2ea;
  --feature-short-cream: #fafaf7;
  --feature-short-paper: #ffffff;
  --feature-short-camel: #c4956a;
  color: var(--feature-short-ink);
}

.eventsync-feature-shorts--section {
  padding: clamp(64px, 8vw, 104px) 24px;
  background:
    radial-gradient(circle at 12% 10%, rgba(196, 149, 106, 0.12), transparent 32%),
    var(--feature-short-cream);
}

.eventsync-feature-shorts--dark {
  --feature-short-ink: #fafaf7;
  --feature-short-slate: #e2e8f0;
  --feature-short-muted: #cbd5e1;
  --feature-short-line: rgba(255, 255, 255, 0.16);
  --feature-short-paper: rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(circle at 82% 16%, rgba(196, 149, 106, 0.16), transparent 34%),
    #0f172a;
}

.eventsync-feature-shorts__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.eventsync-feature-shorts__intro {
  max-width: 760px;
  margin: 0 auto clamp(32px, 5vw, 52px);
  text-align: center;
}

.eventsync-feature-shorts__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--feature-short-camel);
  font: 800 0.76rem/1.2 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eventsync-feature-shorts__title {
  margin: 0;
  color: var(--feature-short-ink);
  font-family: Lora, "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4.6vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.eventsync-feature-shorts__dek {
  margin: 16px auto 0;
  color: var(--feature-short-slate);
  font: 400 clamp(1rem, 1.8vw, 1.14rem)/1.7 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.eventsync-feature-shorts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 28px);
  align-items: start;
}

.eventsync-feature-shorts__grid--single {
  grid-template-columns: minmax(0, 390px);
  justify-content: center;
}

.eventsync-feature-short {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--feature-short-line);
  border-radius: 24px;
  background: var(--feature-short-paper);
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.11);
}

.eventsync-feature-shorts--dark .eventsync-feature-short {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.eventsync-feature-short__media {
  position: relative;
  width: 100%;
  padding: 12px 12px 0;
}

.eventsync-feature-short__video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  border: 0;
  border-radius: 17px;
  background: #0b1120;
  object-fit: cover;
}

.eventsync-feature-short__body {
  padding: 22px 22px 24px;
}

.eventsync-feature-short__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
  color: var(--feature-short-muted);
  font: 800 0.72rem/1.3 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eventsync-feature-short__meta span:first-child {
  color: var(--feature-short-camel);
}

.eventsync-feature-short__heading {
  margin: 0;
  color: var(--feature-short-ink);
  font-family: Lora, "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.22;
}

.eventsync-feature-short__copy {
  margin: 10px 0 0;
  color: var(--feature-short-slate);
  font: 400 0.95rem/1.62 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.eventsync-feature-short__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 15px;
  color: var(--feature-short-ink);
  font: 800 0.9rem/1.4 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-underline-offset: 4px;
}

.eventsync-feature-short__link:hover {
  color: var(--feature-short-camel);
}

.eventsync-feature-shorts__note {
  max-width: 820px;
  margin: 26px auto 0;
  color: var(--feature-short-muted);
  font: 400 0.82rem/1.6 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
}

.eventsync-feature-shorts__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.eventsync-feature-shorts__action {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 19px;
  border: 1px solid var(--feature-short-line);
  border-radius: 999px;
  background: var(--feature-short-ink);
  color: var(--feature-short-paper);
  font: 800 0.9rem/1.3 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-decoration: none;
}

.eventsync-feature-shorts--dark .eventsync-feature-shorts__action {
  background: var(--feature-short-camel);
  color: #0f172a;
}

.eventsync-feature-shorts__action--secondary {
  background: transparent;
  color: var(--feature-short-ink);
}

.eventsync-feature-shorts__action:hover,
.eventsync-feature-shorts__action:focus-visible,
.eventsync-feature-short__link:focus-visible {
  outline: 3px solid rgba(196, 149, 106, 0.42);
  outline-offset: 3px;
}

@media (max-width: 880px) {
  .eventsync-feature-shorts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .eventsync-feature-shorts--section {
    padding: 56px 18px 68px;
  }

  .eventsync-feature-shorts__grid {
    grid-template-columns: minmax(0, 390px);
    justify-content: center;
  }

  .eventsync-feature-short {
    border-radius: 21px;
  }

  .eventsync-feature-short__body {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eventsync-feature-short,
  .eventsync-feature-short__link,
  .eventsync-feature-shorts__action {
    scroll-behavior: auto;
    transition: none;
  }
}
