main[data-tematikus-estek] {
  overflow-wrap: break-word;
}

.tematikus-estek-page .te-section {
  position: relative;
}

.tematikus-estek-page .te-section--hero {
  padding-top: clamp(8rem, 18vh, 12rem);
  padding-bottom: clamp(4.5rem, 10vh, 8rem);
}

.tematikus-estek-page .te-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(2rem, 1fr) minmax(0, 6fr);
  align-items: center;
}

.tematikus-estek-page .te-hero-copy {
  grid-column: 1;
  min-width: 0;
  width: 100%;
  max-width: 32.5rem;
}

.tematikus-estek-page .te-hero-copy > :last-child,
.tematikus-estek-page .te-hero-figure > :last-child,
.tematikus-estek-page .te-format-copy > :last-child,
.tematikus-estek-page .te-host-intro > :last-child,
.tematikus-estek-page .te-host-copy > :last-child,
.tematikus-estek-page .te-food-copy > :last-child,
.tematikus-estek-page .te-faq-answer > :last-child {
  margin-block-end: 0;
}

.tematikus-estek-page .te-hero-title {
  max-width: 32.5rem;
  margin-block-end: var(--space-5);
  font-size: clamp(3.5rem, 6.8vw, 4.5rem);
}

.tematikus-estek-page .te-hero-lead {
  max-width: 29rem;
  margin-block-end: var(--space-5);
}

.tematikus-estek-page .te-hero-figure {
  grid-column: 3;
  min-width: 0;
  width: 100%;
  margin: 0;
}

.tematikus-estek-page .te-hero-frame {
  position: relative;
  width: 100%;
  height: clamp(35rem, 46vw, 40rem);
}

.tematikus-estek-page .te-hero-frame::after,
.tematikus-estek-page .te-photo-frame::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: '';
  opacity: 0.12;
  background-image: radial-gradient(rgba(255,255,255,.75) .6px, transparent .8px);
  background-size: 4px 4px;
  mix-blend-mode: screen;
}

.tematikus-estek-page .te-hero-frame img,
.tematikus-estek-page .te-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tematikus-estek-page .te-hero-frame img {
  object-position: 68% center;
}

.tematikus-estek-page .te-figure-caption {
  display: block;
  width: 100%;
  margin-top: var(--space-3);
  padding-top: var(--space-3);
  border-top: var(--border-default);
}

.tematikus-estek-page .te-section-heading {
  margin-block-end: var(--space-6);
}

.tematikus-estek-page .te-number {
  display: block;
  margin-bottom: var(--space-3);
  color: var(--color-blood-red);
  font-family: var(--font-heading);
  font-size: clamp(3.5rem, 7vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: .82;
}

.tematikus-estek-page .te-definition-layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 7fr) minmax(0, 2fr);
  align-items: start;
}

.tematikus-estek-page .te-definition-side {
  grid-column: 1;
  min-width: 0;
  width: 100%;
}

.tematikus-estek-page .te-definition-side h2 {
  max-width: 13rem;
}

.tematikus-estek-page .te-definition-content {
  grid-column: 2;
  min-width: 0;
  width: 100%;
  max-width: 42.5rem;
}

.tematikus-estek-page .te-definition-item {
  min-width: 0;
  width: 100%;
  padding-block: var(--space-6);
  border-top: var(--border-default);
}

.tematikus-estek-page .te-definition-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.tematikus-estek-page .te-definition-item h3 {
  max-width: 35rem;
}

.tematikus-estek-page .te-boundary {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-3);
  padding: var(--space-5);
  background: var(--color-smoke-grey);
}

.tematikus-estek-page .te-boundary p {
  margin: 0;
}

.tematikus-estek-page .te-boundary-statement {
  color: var(--color-paper-white);
  font-size: var(--text-lead);
  line-height: 1.35;
}

.tematikus-estek-page .te-evening-header {
  width: 100%;
  max-width: 42.5rem;
  margin-bottom: var(--space-7);
}

.tematikus-estek-page .te-evening-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
  border-top: var(--border-default);
}

.tematikus-estek-page .te-evening-item {
  min-width: 0;
  width: 100%;
  padding-top: var(--space-5);
  padding-bottom: var(--space-4);
  border-bottom: var(--border-default);
}

.tematikus-estek-page .te-evening-item .te-step {
  display: block;
  margin-bottom: var(--space-4);
  color: var(--color-muted-white);
  font-family: var(--font-heading);
  font-size: 2.75rem;
  font-weight: 700;
  line-height: .9;
}

.tematikus-estek-page .te-evening-item--meal h3::after {
  display: block;
  width: 2.5rem;
  height: 2px;
  margin-top: var(--space-3);
  background: var(--color-blood-red);
  content: '';
}

.tematikus-estek-page .te-evening-close {
  color: var(--color-paper-white);
  font-size: var(--text-lead);
  line-height: 1.35;
}

.tematikus-estek-page .te-format-intro {
  width: 100%;
  max-width: 35rem;
  margin-bottom: var(--space-7);
}

.tematikus-estek-page .te-format-bands {
  border-top: var(--border-default);
}

.tematikus-estek-page .te-format-band {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 5fr) minmax(0, 3fr);
  align-items: center;
  gap: var(--space-5);
  min-width: 0;
  width: 100%;
  padding-block: var(--space-7);
  border-bottom: var(--border-default);
  transition: border-color var(--transition-base);
}

.tematikus-estek-page .te-format-band:hover {
  border-color: var(--color-paper-white);
}

.tematikus-estek-page .te-format-name {
  min-width: 0;
  width: 100%;
  margin: 0;
  font-size: clamp(3rem, 6.5vw, 5.5rem);
  line-height: .84;
  transition: transform var(--transition-base);
}

.tematikus-estek-page .te-format-band:hover .te-format-name {
  transform: translateY(-2px);
}

.tematikus-estek-page .te-format-copy {
  min-width: 0;
  width: 100%;
  max-width: 30rem;
}

.tematikus-estek-page .te-format-action {
  display: flex;
  min-width: 0;
  width: 100%;
  justify-content: flex-end;
}

.tematikus-estek-page .te-format-summary {
  width: 100%;
  max-width: 47.5rem;
  margin-top: var(--space-6);
  margin-bottom: 0;
  color: var(--color-paper-white);
  font-size: var(--text-lead);
  line-height: 1.4;
}

.tematikus-estek-page .te-format-summary strong {
  color: var(--color-blood-red);
}

.tematikus-estek-page .te-food-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(2rem, 1fr) minmax(0, 6fr);
  align-items: center;
}

.tematikus-estek-page .te-food-copy {
  grid-column: 1;
  min-width: 0;
  width: 100%;
  max-width: 32.5rem;
}

.tematikus-estek-page .te-food-copy h2 {
  max-width: 28rem;
}

.tematikus-estek-page .te-food-copy blockquote {
  max-width: 26.25rem;
  margin-top: var(--space-6);
}

.tematikus-estek-page .te-food-figure {
  grid-column: 3;
  min-width: 0;
  width: 100%;
  margin: 0;
}

.tematikus-estek-page .te-food-frame {
  position: relative;
  width: 100%;
  height: clamp(33.75rem, 43vw, 38.75rem);
}

.tematikus-estek-page .te-food-frame img {
  object-position: 56% center;
}

.tematikus-estek-page .te-food-link {
  margin-top: var(--space-5);
}

.tematikus-estek-page .te-host-intro {
  width: 100%;
  max-width: 38.75rem;
  margin-bottom: var(--space-7);
}

.tematikus-estek-page .te-host-lower {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 5fr) minmax(0, 2fr);
  align-items: center;
}

.tematikus-estek-page .te-host-figure {
  grid-column: 1;
  min-width: 0;
  width: 100%;
  max-width: 19rem;
  margin: 0;
}

.tematikus-estek-page .te-host-frame {
  position: relative;
  width: 100%;
  height: 28rem;
}

.tematikus-estek-page .te-host-frame img {
  object-position: center 26%;
}

.tematikus-estek-page .te-host-copy {
  grid-column: 2;
  min-width: 0;
  width: 100%;
  max-width: 28.75rem;
}

.tematikus-estek-page .te-host-copy blockquote {
  max-width: 26rem;
}

.tematikus-estek-page .te-editorial-link {
  display: inline-block;
  margin-top: var(--space-4);
}

.tematikus-estek-page .te-participation-heading {
  width: 100%;
  max-width: 42.5rem;
  margin-inline: auto;
  margin-bottom: var(--space-7);
  text-align: center;
}

.tematikus-estek-page .te-age-mark {
  margin-bottom: var(--space-3);
  color: var(--color-paper-white);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1;
}

.tematikus-estek-page .te-age-mark span {
  color: var(--color-blood-red);
}

.tematikus-estek-page .te-participation-heading p {
  max-width: 42.5rem;
  margin-inline: auto;
}

.tematikus-estek-page .te-question-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-7);
  width: 100%;
  max-width: 65rem;
  margin-inline: auto;
}

.tematikus-estek-page .te-question {
  min-width: 0;
  width: 100%;
  padding-top: var(--space-5);
  border-top: var(--border-default);
}

.tematikus-estek-page .te-question h3 {
  max-width: 28rem;
  font-family: var(--font-body);
  font-size: var(--text-lead);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.tematikus-estek-page .te-closing-panel {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(2rem, 1fr) minmax(17.5rem, 4fr);
  align-items: center;
  min-width: 0;
  width: 100%;
  padding: clamp(var(--space-6), 5vw, var(--space-8));
  background: var(--color-smoke-grey);
}

.tematikus-estek-page .te-closing-copy {
  grid-column: 1;
  min-width: 0;
  width: 100%;
  max-width: 38.75rem;
}

.tematikus-estek-page .te-closing-copy > :last-child {
  margin-block-end: 0;
}

.tematikus-estek-page .te-closing-actions {
  display: flex;
  grid-column: 3;
  min-width: 0;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: var(--space-3);
}

.tematikus-estek-page .te-closing-actions > * {
  width: 100%;
  min-width: 0;
}

.tematikus-estek-page .te-clarify-header {
  width: 100%;
  max-width: 42.5rem;
  margin-inline: auto;
  margin-bottom: var(--space-6);
  text-align: center;
}

.tematikus-estek-page .te-clarify-list {
  width: 100%;
  max-width: 42.5rem;
  margin: 0 auto;
}

.tematikus-estek-page .te-clarify-item {
  min-width: 0;
  width: 100%;
  padding-block: var(--space-5);
  border-top: var(--border-default);
}

.tematikus-estek-page .te-clarify-item:last-child {
  border-bottom: var(--border-default);
}

.tematikus-estek-page .te-clarify-item h3 {
  max-width: 37rem;
  font-family: var(--font-body);
  font-size: var(--text-lead);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.tematikus-estek-page .te-clarify-item p {
  max-width: 40rem;
}

.tematikus-estek-page .te-clarify-emphasis {
  color: var(--color-paper-white);
  font-size: var(--text-lead);
  line-height: 1.4;
}

.tematikus-estek-page [data-reveal] {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 200ms ease-out, transform 200ms ease-out;
}

.tematikus-estek-page [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 61.25rem) {
  .tematikus-estek-page .te-hero-grid,
  .tematikus-estek-page .te-food-grid {
    grid-template-columns: minmax(0, 45fr) minmax(1.5rem, 3fr) minmax(0, 55fr);
  }

  .tematikus-estek-page .te-hero-title {
    font-size: clamp(3.25rem, 6vw, 3.5rem);
  }

  .tematikus-estek-page .te-hero-frame {
    height: clamp(31rem, 56vw, 36rem);
  }
}

@media (max-width: 58.75rem) {
  .tematikus-estek-page .te-evening-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tematikus-estek-page .te-evening-item:first-child {
    grid-column: 1 / -1;
  }

  .tematikus-estek-page .te-host-lower {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    gap: var(--space-5);
  }

  .tematikus-estek-page .te-host-figure {
    grid-column: 1;
    max-width: none;
  }

  .tematikus-estek-page .te-host-copy {
    grid-column: 2;
  }
}

@media (max-width: 57.5rem) {
  .tematikus-estek-page .te-format-band {
    grid-template-columns: minmax(0, 3fr) minmax(0, 5fr) minmax(0, 2fr);
    gap: var(--space-4);
  }

  .tematikus-estek-page .te-format-name {
    font-size: clamp(2.75rem, 6vw, 4.25rem);
  }
}

@media (max-width: 53.75rem) {
  .tematikus-estek-page .te-closing-panel {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-6);
  }

  .tematikus-estek-page .te-closing-copy,
  .tematikus-estek-page .te-closing-actions {
    grid-column: 1;
  }
}

@media (max-width: 52.5rem) {
  .tematikus-estek-page .te-question-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-5);
  }
}

@media (max-width: 47.5rem) {
  .tematikus-estek-page .te-section--hero {
    padding-top: clamp(7rem, 16vh, 9rem);
  }

  .tematikus-estek-page .te-hero-grid,
  .tematikus-estek-page .te-food-grid,
  .tematikus-estek-page .te-definition-layout,
  .tematikus-estek-page .te-host-lower {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-6);
  }

  .tematikus-estek-page .te-hero-copy,
  .tematikus-estek-page .te-hero-figure,
  .tematikus-estek-page .te-food-copy,
  .tematikus-estek-page .te-food-figure,
  .tematikus-estek-page .te-definition-side,
  .tematikus-estek-page .te-definition-content,
  .tematikus-estek-page .te-host-figure,
  .tematikus-estek-page .te-host-copy {
    grid-column: 1;
    max-width: none;
  }

  .tematikus-estek-page .te-hero-copy {
    display: flex;
    flex-direction: column;
    gap: var(--space-5);
  }

  .tematikus-estek-page .te-hero-copy > * {
    min-width: 0;
    width: 100%;
    margin: 0;
  }

  .tematikus-estek-page .te-hero-title {
    max-width: 30rem;
    font-size: clamp(2.5rem, 11vw, 3rem);
  }

  .tematikus-estek-page .te-hero-lead {
    max-width: none;
  }

  .tematikus-estek-page .te-hero-frame {
    height: max(26.25rem, 122vw);
  }

  .tematikus-estek-page .te-hero-frame img {
    object-position: 66% 22%;
  }

  .tematikus-estek-page .te-definition-side h2 {
    max-width: none;
  }

  .tematikus-estek-page .te-definition-content {
    max-width: none;
  }

  .tematikus-estek-page .te-definition-item {
    padding-block: var(--space-5);
  }

  .tematikus-estek-page .te-boundary {
    padding: var(--space-4);
  }

  .tematikus-estek-page .te-evening-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-5);
  }

  .tematikus-estek-page .te-evening-item:first-child {
    grid-column: 1;
  }

  .tematikus-estek-page .te-format-band {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-4);
    padding-block: var(--space-6);
  }

  .tematikus-estek-page .te-format-name,
  .tematikus-estek-page .te-format-copy,
  .tematikus-estek-page .te-format-action {
    grid-column: 1;
  }

  .tematikus-estek-page .te-format-name {
    font-size: clamp(2.5rem, 12vw, 3rem);
  }

  .tematikus-estek-page .te-format-copy {
    max-width: none;
  }

  .tematikus-estek-page .te-format-action {
    justify-content: flex-start;
  }

  .tematikus-estek-page .te-food-copy {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
  }

  .tematikus-estek-page .te-food-copy > * {
    min-width: 0;
    width: 100%;
    margin: 0;
  }

  .tematikus-estek-page .te-food-copy blockquote {
    max-width: none;
    margin-top: var(--space-2);
  }

  .tematikus-estek-page .te-food-frame {
    height: max(22.5rem, 96vw);
  }

  .tematikus-estek-page .te-host-intro {
    max-width: none;
    margin-bottom: var(--space-6);
  }

  .tematikus-estek-page .te-host-lower {
    gap: var(--space-5);
  }

  .tematikus-estek-page .te-host-copy {
    order: -1;
    max-width: none;
  }

  .tematikus-estek-page .te-host-frame {
    height: max(26.875rem, 122vw);
  }

  .tematikus-estek-page .te-participation-heading {
    margin-bottom: var(--space-6);
    text-align: center;
  }

  .tematikus-estek-page .te-participation-heading h2 {
    font-size: clamp(2rem, 9vw, 2.375rem);
  }

  .tematikus-estek-page .te-question-grid {
    gap: var(--space-5);
  }

  .tematikus-estek-page .te-closing-panel {
    padding: var(--space-5);
  }

  .tematikus-estek-page .te-clarify-header {
    text-align: center;
  }

  .tematikus-estek-page .te-hero-frame::after,
  .tematikus-estek-page .te-photo-frame::after {
    opacity: .08;
  }
}

@media (max-width: 25rem) {
  .tematikus-estek-page .te-hero-frame {
    height: 26.25rem;
  }

  .tematikus-estek-page .te-food-frame {
    height: 22.5rem;
  }

  .tematikus-estek-page .te-host-frame {
    height: 26.875rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tematikus-estek-page [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .tematikus-estek-page .te-format-band,
  .tematikus-estek-page .te-format-name {
    transition: none;
  }
}
