.gasztro-main {
  padding-top: 0;
}

.hero--gasztro {
  position: relative;
}

.gasztro-hero__content {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 96px);
}

.gasztro-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.1fr);
  gap: var(--space-10);
  align-items: center;
}

.gasztro-hero__text h1 {
  max-width: 17ch;
}

.gasztro-hero__lead {
  font-size: var(--font-size-lg);
  color: var(--color-text-muted);
  max-width: 46ch;
}

.gasztro-hero__subcopy {
  max-width: 50ch;
}

.gasztro-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.gasztro-hero__media {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  align-items: flex-end;
}

.gasztro-hero__image-figure {
  width: 100%;
  max-width: 520px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--color-border-subtle);
  box-shadow: var(--shadow-strong);
  background: radial-gradient(circle at top left, rgba(223, 186, 107, 0.22), transparent 55%), #050507;
}

.gasztro-hero__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: scale(1.02);
}

.gasztro-hero__image-caption {
  padding: var(--space-3) var(--space-4);
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
}

.gasztro-hero__cta-deck {
  display: inline-flex;
  gap: var(--space-3);
  align-items: center;
}

.gasztro-hero__cta-secondary {
  font-size: var(--font-size-xs);
  padding-inline: 1.6rem;
}

.hero__parallax-orbit--gasztro {
  right: 0;
  bottom: -60px;
}

.gasztro-section {
  position: relative;
}

.gasztro-section__header {
  max-width: var(--container-max-width);
  margin-inline: auto;
  margin-bottom: var(--space-8);
}

.gasztro-section__header--center {
  text-align: center;
}

.gasztro-section__intro {
  max-width: 54ch;
  color: var(--color-text-soft);
}

.gasztro-section__intro--narrow {
  margin-inline: auto;
}

.gasztro-signature {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  gap: var(--space-10);
  align-items: flex-start;
}

.gasztro-signature__pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.gasztro-signature__menus {
  margin-top: var(--space-4);
}

.gasztro-signature__column h3 {
  margin-bottom: var(--space-2);
}

.gasztro-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gasztro-list li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: var(--space-2);
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.gasztro-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(120deg, #dfba6b, #f2cd7b);
}

.gasztro-signature__cta-row {
  margin-top: var(--space-6);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.gasztro-signature__media {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.gasztro-floating-card {
  max-width: 320px;
  padding: var(--space-5);
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top left, rgba(223, 186, 107, 0.2), transparent 52%), var(--glass-background);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(var(--glass-blur));
}

.gasztro-floating-card__label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: var(--font-size-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-primary-strong);
}

.gasztro-floating-card__label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: radial-gradient(circle, #52c29d 0%, rgba(82, 194, 157, 0) 70%);
  box-shadow: 0 0 12px rgba(82, 194, 157, 0.7);
}

.gasztro-floating-card__text {
  margin-top: var(--space-3);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.gasztro-section--steak {
  background: radial-gradient(circle at top center, rgba(223, 186, 107, 0.12), transparent 55%);
}

.gasztro-steak-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.4fr);
  gap: var(--space-10);
  align-items: center;
}

.gasztro-steak-figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--color-border-subtle);
  box-shadow: var(--shadow-strong);
  background: #050507;
}

.gasztro-steak-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.gasztro-steak-caption {
  padding: var(--space-3) var(--space-4);
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
}

.gasztro-steak-specs {
  margin-top: var(--space-4);
}

.gasztro-steak-cta-row {
  margin-top: var(--space-6);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.gasztro-section--bor {
  background: radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.06), transparent 55%);
}

.gasztro-bor-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.2fr);
  gap: var(--space-10);
  align-items: center;
}

.gasztro-bor-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin: var(--space-4) 0;
}

.gasztro-bor-cta-row {
  margin-top: var(--space-6);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.gasztro-bor-figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--color-border-subtle);
  box-shadow: var(--shadow-soft);
}

.gasztro-bor-caption {
  padding: var(--space-3) var(--space-4);
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
}

.gasztro-section--chef {
  background: radial-gradient(circle at top left, rgba(223, 186, 107, 0.16), transparent 60%);
}

.gasztro-chef-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-6);
}

.gasztro-chef-card h3 {
  margin-bottom: var(--space-3);
}

.gasztro-chef-meta {
  margin-top: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  align-items: center;
}

.gasztro-inline-link {
  font-size: var(--font-size-sm);
  color: var(--color-primary-strong);
}

.gasztro-inline-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #dfba6b, #f2cd7b);
  opacity: 0.6;
}

.gasztro-section--privat {
  background: radial-gradient(circle at center, rgba(15, 15, 18, 0.9), #050506 80%);
}

.gasztro-privat-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.6fr);
  gap: var(--space-10);
  align-items: center;
}

.gasztro-privat-figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--color-border-subtle);
  box-shadow: var(--shadow-strong);
}

.gasztro-privat-caption {
  padding: var(--space-3) var(--space-4);
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
}

.gasztro-privat-columns {
  margin-top: var(--space-4);
}

.gasztro-privat-cta-row {
  margin-top: var(--space-6);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.gasztro-section--csapat {
  background: radial-gradient(circle at top right, rgba(223, 186, 107, 0.16), transparent 60%);
}

.gasztro-csapat-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.7fr);
  gap: var(--space-10);
  align-items: center;
}

.gasztro-csapat-figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--color-border-subtle);
  box-shadow: var(--shadow-soft);
}

.gasztro-csapat-caption {
  padding: var(--space-3) var(--space-4);
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
}

.gasztro-csapat-card h3 {
  margin-bottom: var(--space-3);
}

.gasztro-csapat-cta-row {
  margin-top: var(--space-6);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.gasztro-section--dijak {
  background: radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.06), transparent 60%);
}

.gasztro-dijak-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.2fr);
  gap: var(--space-10);
  align-items: center;
}

.gasztro-dijak-testimonials {
  display: grid;
  gap: var(--space-4);
  margin-top: var(--space-4);
}

.gasztro-dijak-quote {
  padding: var(--space-4);
  border-radius: var(--radius-lg);
  background: rgba(20, 20, 23, 0.9);
  border: 1px solid var(--color-border-subtle);
}

.gasztro-dijak-quote p {
  margin-bottom: var(--space-3);
}

.gasztro-dijak-author {
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
}

.gasztro-dijak-figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--color-border-subtle);
  box-shadow: var(--shadow-soft);
}

.gasztro-dijak-caption {
  padding: var(--space-3) var(--space-4);
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
}

.gasztro-dijak-cta-row {
  margin-top: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  align-items: center;
}

.gasztro-section--foglalas {
  background: radial-gradient(circle at center, rgba(223, 186, 107, 0.14), #050506 80%);
}

.gasztro-foglalas-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.2fr);
  gap: var(--space-8);
  align-items: flex-start;
}

.gasztro-foglalas-card {
  height: 100%;
}

.gasztro-foglalas-form {
  margin-top: var(--space-4);
}

.gasztro-form-row {
  margin-bottom: var(--space-4);
}

.gasztro-form-field {
  width: 100%;
}

.gasztro-form-actions {
  margin-top: var(--space-4);
}

.gasztro-form-note {
  margin-top: var(--space-2);
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
}

.gasztro-inline-hint {
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
  margin-top: var(--space-3);
}

.gasztro-foglalas-info {
  display: grid;
  gap: var(--space-4);
}

.gasztro-foglalas-card--links h3 {
  margin-bottom: var(--space-3);
}

.gasztro-link-list li {
  margin-bottom: var(--space-2);
}

.gasztro-link-list a {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.gasztro-link-list a:hover {
  color: var(--color-primary-strong);
}

@media (max-width: 1140px) {
  .gasztro-hero__grid,
  .gasztro-signature,
  .gasztro-steak-grid,
  .gasztro-bor-grid,
  .gasztro-privat-grid,
  .gasztro-csapat-grid,
  .gasztro-dijak-grid,
  .gasztro-foglalas-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .gasztro-hero__media,
  .gasztro-signature__media,
  .gasztro-privat-media,
  .gasztro-csapat-media,
  .gasztro-dijak-media {
    order: -1;
  }

  .gasztro-hero__media {
    align-items: flex-start;
  }

  .gasztro-hero__image-figure,
  .gasztro-privat-figure,
  .gasztro-csapat-figure {
    max-width: 640px;
  }
}

@media (max-width: 768px) {
  .hero--gasztro {
    padding-top: calc(64px + var(--space-8));
    padding-bottom: var(--space-12);
  }

  .gasztro-hero__content {
    min-height: auto;
  }

  .gasztro-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-6);
  }

  .gasztro-hero__media {
    align-items: stretch;
  }

  .gasztro-hero__cta-deck {
    flex-direction: column;
    align-items: stretch;
  }

  .gasztro-signature,
  .gasztro-chef-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .gasztro-floating-card {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .gasztro-hero__lead {
    font-size: var(--font-size-md);
  }

  .gasztro-section {
    padding-top: var(--space-10);
    padding-bottom: var(--space-10);
  }
}
