#esemenyformatumok-main {
  overflow: clip;
}

#esemenyformatumok-main .section {
  position: relative;
}

#esemenyformatumok-main .ef-hero {
  padding-top: clamp(3rem, 7vw, 5.5rem);
}

#esemenyformatumok-main .ef-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

#esemenyformatumok-main .ef-hero__grid > * {
  min-width: 0;
}

#esemenyformatumok-main .ef-hero__copy {
  display: flex;
  min-width: 0;
  max-width: 37.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
}

#esemenyformatumok-main .ef-hero__copy .stamp,
#esemenyformatumok-main .ef-hero__copy h1,
#esemenyformatumok-main .ef-hero__copy p {
  margin: 0;
}

#esemenyformatumok-main .ef-hero__copy h1 {
  max-width: 13ch;
}

#esemenyformatumok-main .ef-hero__lead {
  max-width: 54ch;
  font-size: var(--text-lead);
  line-height: var(--line-lead);
}

#esemenyformatumok-main .ef-hero__actions {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-4);
  padding-top: var(--space-2);
}

#esemenyformatumok-main .ef-hero__actions > * {
  min-width: 0;
}

#esemenyformatumok-main .ef-hero__visual {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-4);
  align-items: start;
}

#esemenyformatumok-main .ef-hero__photo-wrap {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: var(--space-2);
}

#esemenyformatumok-main .ef-hero__photo {
  width: 100%;
  max-width: 29.375rem;
  margin: 0;
  transform: rotate(1.7deg);
  transform-origin: center;
}

#esemenyformatumok-main .ef-hero__photo img {
  aspect-ratio: 4 / 3;
  object-position: 58% center;
}

#esemenyformatumok-main .ef-hero__note {
  width: min(100%, 16.25rem);
  margin: 0 0 0 var(--space-5);
  padding: var(--space-4);
  transform: rotate(-1.2deg);
}

#esemenyformatumok-main .ef-hero__arrow {
  margin: 0 0 0 auto;
  color: var(--color-blue-ink-dark);
  text-align: right;
}

#esemenyformatumok-main .ef-section-intro {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-3);
}

#esemenyformatumok-main .ef-section-intro > * {
  margin: 0;
}

#esemenyformatumok-main .ef-section-intro .eyebrow {
  margin-bottom: 0;
}

#esemenyformatumok-main .ef-formats__intro {
  max-width: 45rem;
  margin-bottom: var(--space-7);
}

#esemenyformatumok-main .ef-formats__intro p {
  max-width: 62ch;
  font-size: var(--text-lead);
}

#esemenyformatumok-main .ef-formats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-5);
}

#esemenyformatumok-main .ef-formats__grid > * {
  min-width: 0;
}

#esemenyformatumok-main .ef-format-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  padding: clamp(1.5rem, 3vw, 1.75rem);
  border: var(--border-soft);
  background: var(--color-paper);
}

#esemenyformatumok-main .ef-format-card > * {
  margin: 0;
}

#esemenyformatumok-main .ef-format-card .stamp {
  margin-bottom: 0;
}

#esemenyformatumok-main .ef-format-card h3 {
  font-size: 1.375rem;
}

#esemenyformatumok-main .ef-format-card p {
  max-width: 44ch;
}

#esemenyformatumok-main .ef-format-card .text-link {
  margin-top: auto;
}

#esemenyformatumok-main .ef-format-card--butter {
  background: linear-gradient(to bottom, var(--color-paper) 0 2.25rem, var(--color-butter) 2.25rem 2.7rem, var(--color-paper) 2.7rem 100%);
}

#esemenyformatumok-main .ef-format-card--poker {
  border: 2px solid var(--color-graphite);
}

#esemenyformatumok-main .ef-format-card--wide {
  grid-column: span 2;
}

#esemenyformatumok-main .ef-disclaimer-inline {
  padding: var(--space-3) var(--space-4);
  border-left: 3px solid var(--color-graphite);
  background: var(--color-butter);
  font-size: var(--text-sm);
  font-weight: 700;
  line-height: var(--line-sm);
}

#esemenyformatumok-main .ef-stories__container {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: clamp(3rem, 7vw, 5.5rem);
}

#esemenyformatumok-main .ef-stories__intro {
  max-width: 42rem;
}

#esemenyformatumok-main .ef-story {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
}

#esemenyformatumok-main .ef-story > * {
  min-width: 0;
}

#esemenyformatumok-main .ef-story--birthday {
  grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
}

#esemenyformatumok-main .ef-story__copy {
  display: flex;
  min-width: 0;
  max-width: 31.25rem;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
}

#esemenyformatumok-main .ef-story__copy > * {
  margin: 0;
}

#esemenyformatumok-main .ef-story__copy p:not(.annotation) {
  max-width: 52ch;
}

#esemenyformatumok-main .ef-story__photo {
  width: 100%;
  margin: 0;
}

#esemenyformatumok-main .ef-story__photo img {
  aspect-ratio: 3 / 2;
}

#esemenyformatumok-main .ef-story__photo--birthday {
  transform: rotate(1.1deg);
}

#esemenyformatumok-main .ef-story__photo--exhibition {
  transform: rotate(-0.9deg);
}

#esemenyformatumok-main .ef-exhibition-strip {
  display: flex;
  width: min(100%, 51.25rem);
  min-width: 0;
  margin-inline: auto;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  padding: var(--space-6);
  border-top: 2px solid var(--color-graphite);
  border-bottom: var(--border-soft);
  background: color-mix(in srgb, var(--color-paper) 88%, var(--color-butter));
}

#esemenyformatumok-main .ef-exhibition-strip > * {
  margin: 0;
}

#esemenyformatumok-main .ef-exhibition-strip p {
  max-width: 68ch;
}

#esemenyformatumok-main .ef-safety {
  background: color-mix(in srgb, var(--color-butter) 22%, transparent);
}

#esemenyformatumok-main .ef-safety__panel {
  display: flex;
  width: min(100%, 52.5rem);
  min-width: 0;
  margin-inline: auto;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-5);
  padding: clamp(1.5rem, 5vw, 3rem);
  border: var(--border-soft);
  background: var(--color-paper);
}

#esemenyformatumok-main .ef-safety__panel > * {
  margin: 0;
}

#esemenyformatumok-main .ef-safety__stamp {
  margin-bottom: 0;
}

#esemenyformatumok-main .ef-safety__statement {
  width: 100%;
  max-width: 70ch;
  padding: var(--space-5);
  border-left: 4px solid var(--color-graphite);
  background: var(--color-butter);
  font-weight: 800;
  line-height: var(--line-lead);
}

#esemenyformatumok-main .ef-safety__lower {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) minmax(0, 12rem);
  gap: var(--space-5);
  align-items: end;
}

#esemenyformatumok-main .ef-safety__lower > * {
  min-width: 0;
  margin: 0;
}

#esemenyformatumok-main .ef-safety__lower > p:first-child {
  max-width: 58ch;
}

#esemenyformatumok-main .ef-safety__lower .annotation {
  text-align: right;
}

#esemenyformatumok-main .ef-process__intro {
  max-width: 40.625rem;
  margin-bottom: var(--space-7);
}

#esemenyformatumok-main .ef-process__intro p {
  max-width: 60ch;
}

#esemenyformatumok-main .ef-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-5);
  position: relative;
}

#esemenyformatumok-main .ef-process__grid > * {
  min-width: 0;
}

#esemenyformatumok-main .ef-step {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-3);
  padding: var(--space-5);
  border-top: 2px solid var(--color-graphite);
  border-bottom: var(--border-soft);
}

#esemenyformatumok-main .ef-step > * {
  margin: 0;
}

#esemenyformatumok-main .ef-step h3 {
  font-size: 1.375rem;
}

#esemenyformatumok-main .ef-step p {
  max-width: 32ch;
}

#esemenyformatumok-main .ef-step__number {
  display: inline-flex;
  min-width: 2.25rem;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  border: var(--border-stamp);
  background: var(--color-paper);
  font-family: var(--font-heading);
  font-weight: 700;
}

#esemenyformatumok-main .ef-step--accent {
  background: linear-gradient(to bottom, transparent 0 1rem, var(--color-butter) 1rem 100%);
}

#esemenyformatumok-main .ef-step__note {
  margin-top: auto;
  color: var(--color-graphite);
  font-family: var(--font-hand);
  font-size: 1.4rem;
}

#esemenyformatumok-main .ef-choice__intro {
  display: flex;
  width: min(100%, 47.5rem);
  min-width: 0;
  margin-inline: auto;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-3);
  margin-bottom: var(--space-7);
  padding: var(--space-6);
  border-top: var(--border-soft);
  background: var(--color-paper);
}

#esemenyformatumok-main .ef-choice__intro > * {
  margin: 0;
}

#esemenyformatumok-main .ef-choice__intro p {
  max-width: 56ch;
}

#esemenyformatumok-main .ef-choice__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-5);
  align-items: start;
}

#esemenyformatumok-main .ef-choice__grid > * {
  min-width: 0;
}

#esemenyformatumok-main .ef-choice-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  padding: var(--space-5);
  border: var(--border-soft);
  background: var(--color-paper);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

#esemenyformatumok-main .ef-choice-card > * {
  margin: 0;
}

#esemenyformatumok-main .ef-choice-card .stamp {
  margin-bottom: 0;
}

#esemenyformatumok-main .ef-choice-card h3 {
  font-size: 1.375rem;
}

#esemenyformatumok-main .ef-choice-card p:not(.ef-disclaimer-inline) {
  max-width: 38ch;
}

#esemenyformatumok-main .ef-choice-card .text-link {
  min-height: 2.75rem;
  margin-top: auto;
  align-items: center;
}

#esemenyformatumok-main .ef-choice-card--raised {
  margin-top: var(--space-4);
  background: linear-gradient(to bottom, var(--color-paper) 0 2rem, var(--color-butter) 2rem 2.5rem, var(--color-paper) 2.5rem 100%);
}

#esemenyformatumok-main .ef-choice-card--focus {
  border-color: var(--color-graphite);
}

#esemenyformatumok-main .ef-choice-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-paper);
}

#esemenyformatumok-main .ef-checklist {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-2);
  margin: 0;
  padding: 0;
}

#esemenyformatumok-main .ef-checklist li {
  position: relative;
  min-width: 0;
  padding-left: 1.125rem;
}

#esemenyformatumok-main .ef-checklist li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.5rem;
  height: 2px;
  background: var(--color-blue-ink-dark);
  content: "";
}

#esemenyformatumok-main .ef-build__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: start;
}

#esemenyformatumok-main .ef-build__grid > * {
  min-width: 0;
}

#esemenyformatumok-main .ef-build__copy {
  display: flex;
  min-width: 0;
  max-width: 31.875rem;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
}

#esemenyformatumok-main .ef-build__copy > * {
  margin: 0;
}

#esemenyformatumok-main .ef-build__copy p:not(.annotation) {
  max-width: 48ch;
}

#esemenyformatumok-main .ef-planning-note {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  padding: clamp(1.5rem, 4vw, 2rem);
  border: var(--border-soft);
  background: var(--color-butter);
  box-shadow: var(--shadow-paper);
}

#esemenyformatumok-main .ef-planning-note > * {
  margin: 0;
}

#esemenyformatumok-main .ef-planning-note .stamp {
  margin-bottom: 0;
  background: var(--color-paper);
}

#esemenyformatumok-main .ef-planning-list {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-3);
  margin: 0;
  padding: 0;
}

#esemenyformatumok-main .ef-planning-list li {
  min-width: 0;
  padding-bottom: var(--space-3);
  border-bottom: 1px solid color-mix(in srgb, var(--color-graphite) 22%, transparent);
}

#esemenyformatumok-main .ef-planning-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

#esemenyformatumok-main .ef-planning-note__safety {
  width: 100%;
  padding: var(--space-4);
  background: var(--color-graphite);
  color: var(--color-white-ink);
  font-size: var(--text-sm);
  font-weight: 700;
  line-height: var(--line-sm);
}

#esemenyformatumok-main .ef-faq__intro {
  max-width: 42.5rem;
  margin-bottom: var(--space-7);
}

#esemenyformatumok-main .ef-faq__intro p {
  max-width: 60ch;
}

#esemenyformatumok-main .ef-faq__panel {
  width: min(100%, 56.25rem);
  margin-inline: auto;
  border: var(--border-soft);
  background: var(--color-paper);
}

#esemenyformatumok-main .ef-faq__panel details {
  margin: 0;
  border: 0;
  border-bottom: var(--border-soft);
  background: transparent;
}

#esemenyformatumok-main .ef-faq__panel details:last-child {
  border-bottom: 0;
}

#esemenyformatumok-main .ef-faq__panel summary {
  display: flex;
  min-height: 3.75rem;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-5);
  font-size: var(--text-lead);
}

#esemenyformatumok-main .ef-faq__panel summary::after {
  flex: 0 0 auto;
  color: var(--color-blue-ink-dark);
  content: "Megnyitás +";
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 700;
}

#esemenyformatumok-main .ef-faq__panel details[open] summary::after {
  content: "Bezárás −";
}

#esemenyformatumok-main .ef-faq__answer {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-4);
  padding: 0 var(--space-5) var(--space-5);
}

#esemenyformatumok-main .ef-faq__answer > * {
  max-width: 68ch;
  margin: 0;
}

#esemenyformatumok-main .ef-faq__answer--safety {
  background: linear-gradient(to right, var(--color-butter), var(--color-paper));
}

#esemenyformatumok-main .ef-cta__panel {
  display: flex;
  width: min(100%, 56.25rem);
  min-width: 0;
  margin-inline: auto;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-5);
  padding: clamp(1.5rem, 5vw, 3rem);
  border: 2px solid var(--color-graphite);
  background: linear-gradient(to bottom, var(--color-butter) 0 1.25rem, var(--color-paper) 1.25rem 100%);
}

#esemenyformatumok-main .ef-cta__panel > * {
  margin: 0;
}

#esemenyformatumok-main .ef-cta__copy {
  display: flex;
  width: 100%;
  min-width: 0;
  max-width: 45rem;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
}

#esemenyformatumok-main .ef-cta__copy > * {
  margin: 0;
}

#esemenyformatumok-main .ef-cta__copy > p:not(.ef-cta__helper) {
  max-width: 56ch;
}

#esemenyformatumok-main .ef-cta__button {
  min-width: 11.25rem;
  margin-top: var(--space-2);
}

#esemenyformatumok-main .ef-cta__helper {
  max-width: 60ch;
  color: color-mix(in srgb, var(--color-graphite) 80%, var(--color-paper));
  font-size: var(--text-sm);
  line-height: var(--line-sm);
}

@media (max-width: 61.24rem) {
  #esemenyformatumok-main .ef-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-6);
  }

  #esemenyformatumok-main .ef-hero__copy {
    max-width: 42rem;
  }

  #esemenyformatumok-main .ef-hero__visual {
    width: min(100%, 38.75rem);
  }

  #esemenyformatumok-main .ef-hero__photo {
    max-width: 100%;
  }

  #esemenyformatumok-main .ef-hero__note {
    margin-left: var(--space-3);
  }
}

@media (max-width: 56.24rem) {
  #esemenyformatumok-main .ef-formats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #esemenyformatumok-main .ef-format-card--wide {
    grid-column: span 2;
  }
}

@media (max-width: 52.49rem) {
  #esemenyformatumok-main .ef-choice__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  #esemenyformatumok-main .ef-choice-card--raised {
    margin-top: 0;
  }
}

@media (max-width: 57.49rem) {
  #esemenyformatumok-main .ef-build__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-6);
  }

  #esemenyformatumok-main .ef-build__copy,
  #esemenyformatumok-main .ef-planning-note {
    max-width: 42.5rem;
  }
}

@media (max-width: 53.12rem) {
  #esemenyformatumok-main .ef-story,
  #esemenyformatumok-main .ef-story--birthday {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-5);
  }

  #esemenyformatumok-main .ef-story--corporate .ef-story__copy {
    order: 1;
  }

  #esemenyformatumok-main .ef-story--corporate .ef-story__photo {
    order: 2;
  }

  #esemenyformatumok-main .ef-story--birthday .ef-story__photo {
    order: 1;
  }

  #esemenyformatumok-main .ef-story--birthday .ef-story__copy {
    order: 2;
  }

  #esemenyformatumok-main .ef-story__copy,
  #esemenyformatumok-main .ef-story__photo {
    max-width: 42.5rem;
  }
}

@media (max-width: 47.49rem) {
  #esemenyformatumok-main .ef-safety__lower {
    grid-template-columns: minmax(0, 1fr);
  }

  #esemenyformatumok-main .ef-safety__lower .annotation {
    text-align: left;
  }

  #esemenyformatumok-main .ef-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 38.74rem) {
  #esemenyformatumok-main .ef-formats__grid,
  #esemenyformatumok-main .ef-process__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  #esemenyformatumok-main .ef-format-card--wide {
    grid-column: auto;
  }
}

@media (max-width: 47.99rem) {
  #esemenyformatumok-main .ef-hero {
    padding-top: var(--space-7);
  }

  #esemenyformatumok-main .ef-hero__copy h1 {
    max-width: 12ch;
    font-size: clamp(2.625rem, 12vw, 3.25rem);
    line-height: 1.06;
  }

  #esemenyformatumok-main .ef-hero__lead {
    font-size: 1.0625rem;
    line-height: 1.65;
  }

  #esemenyformatumok-main .ef-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  #esemenyformatumok-main .ef-hero__actions .text-link {
    min-height: 2.75rem;
    justify-content: center;
  }

  #esemenyformatumok-main .ef-hero__arrow {
    display: none;
  }

  #esemenyformatumok-main .ef-section-intro h2,
  #esemenyformatumok-main .ef-safety h2,
  #esemenyformatumok-main .ef-build h2,
  #esemenyformatumok-main .ef-cta h2 {
    font-size: 1.875rem;
    line-height: 1.2;
  }

  #esemenyformatumok-main .ef-formats__intro,
  #esemenyformatumok-main .ef-process__intro,
  #esemenyformatumok-main .ef-choice__intro,
  #esemenyformatumok-main .ef-faq__intro {
    margin-bottom: var(--space-6);
  }

  #esemenyformatumok-main .ef-format-card,
  #esemenyformatumok-main .ef-choice-card {
    padding: var(--space-5);
  }

  #esemenyformatumok-main .ef-story__photo--birthday,
  #esemenyformatumok-main .ef-story__photo--exhibition,
  #esemenyformatumok-main .ef-hero__photo,
  #esemenyformatumok-main .ef-hero__note {
    transform: none;
  }

  #esemenyformatumok-main .ef-exhibition-strip,
  #esemenyformatumok-main .ef-choice__intro {
    padding: var(--space-5);
  }

  #esemenyformatumok-main .ef-step {
    padding-inline: var(--space-4);
  }

  #esemenyformatumok-main .ef-step p {
    max-width: none;
  }

  #esemenyformatumok-main .ef-faq__panel summary {
    padding: var(--space-4);
    font-size: 1.125rem;
    line-height: 1.45;
  }

  #esemenyformatumok-main .ef-faq__panel summary::after {
    content: "+";
  }

  #esemenyformatumok-main .ef-faq__panel details[open] summary::after {
    content: "−";
  }

  #esemenyformatumok-main .ef-faq__answer {
    padding: 0 var(--space-4) var(--space-4);
  }

  #esemenyformatumok-main .ef-cta__button {
    width: 100%;
    min-height: 3rem;
  }
}

@media (max-width: 26.24rem) {
  #esemenyformatumok-main .ef-hero__note {
    width: 100%;
    margin-left: 0;
  }

  #esemenyformatumok-main .ef-safety__panel,
  #esemenyformatumok-main .ef-cta__panel {
    padding: var(--space-5);
  }
}

@media (prefers-reduced-motion: reduce) {
  #esemenyformatumok-main .ef-hero__photo,
  #esemenyformatumok-main .ef-hero__note,
  #esemenyformatumok-main .ef-story__photo--birthday,
  #esemenyformatumok-main .ef-story__photo--exhibition,
  #esemenyformatumok-main .ef-choice-card:hover {
    transform: none;
  }
}
