* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "minion";
  src: url("/fonts/MinionVariableConcept-Roman.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "enriq";
  src: url("/fonts/enriq/ENRIQ.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "enriq-bold";
  src: url("/fonts/enriq/ENRIQ-Bold.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}

:root {
  --nav-height: 96px;
}

nav {
  position: sticky;
  height: var(--nav-height);
  top: 0;
  background-color: #3A4A35;
  font-family: "minion";
  font-size: 1rem;
  z-index: 200;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1800px;
  margin: 0 auto;
  padding: 1rem 4rem;
}

html {
  scroll-behavior: smooth;
}

section,
main {
  scroll-margin-top: 96px;
}

.nav-logo img {
  height: 4rem;
  width: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: white
}

header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-box {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: center;
  color: #ffffff;
  background-color: #1f281dc4;
  padding: 3rem 5rem;
}

h1 {
  font-size: 6rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "minion";
  font-weight: 900;
}

.hero-text {
  font-family: "minion";
  font-size: 2.5rem;
  margin-bottom: 0;
}

.hero-untertext {
  font-family: "minion";
  font-size: 1.5rem;
  margin-top: 0;
}

.hero-cta {
  text-decoration: none;
  color: #ffffff;
  font-family: enriq-bold;
  font-size: 1.5rem;
  z-index: 2;
  padding: 1rem 2rem;
  background-color: #3A4A35;
  border: 1px solid #ffffff;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.hero-cta:hover {
  background-color: #ffffff;
  color: #3A4A35;
}

.hero-unten {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 200;
}

.burger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
}

.burger span {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.burger.open span:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
}

.burger.open span:nth-child(2) {
  opacity: 0;
}

.burger.open span:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
}

.ueber_uns {
  background-color: #FDFAF4;
  display: flex;
  flex-direction: column;
}

.ueber-uns-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  max-width: 125rem;
  margin: 0 auto;
  padding: 6rem 4rem 10rem 4rem;
  gap: 24px;
}

.eyebrow {
  font-family: "minion";
  font-size: 1.5rem;
  color: #5C3F28;
}

h2 {
  font-family: "minion";
  font-size: 3rem;
  line-height: 3rem;
  color: #5C3F28;
}

.ueber_uns_text {
  font-family: "minion";
  font-size: 1.2rem;
  max-width: 700px;
}

blockquote {
  font-family: "minion";
  font-size: 1.2rem;
  color: #5C3F28;
  padding: 1rem;
  border-left: 3px solid #5C3F28;
  margin-left: 1rem;
}

.ueber-uns-bilder {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-bottom: 5rem;
  margin-top: 4rem;
  max-width: clamp(280px, 40vw, 500px);
}

.bild-hinten {
  display: block;
  position: relative;
  top: 13rem;
  left: 0;
  width: 60%;
  z-index: 2;
  border: 6px solid #FDFAF4;
}

.bild-vorne {
  position: absolute;
  bottom: -80px;
  right: 0px;
  width: 90%;
  z-index: 1;
}

.ueber-uns-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.film {
  position: relative;
  background-color: #f9ecd2;
}

.film-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 6rem 4rem 10rem 4rem;
  gap: 32px;
}

.film-h2 {
  z-index: 2;
  color: #5C3F28;
  font-family: "minion";
  font-size: 3rem;
  line-height: 3rem;
}

.eyebrow-film {
  z-index: 2;
  color: #5C3F28;
  font-family: "minion";
  font-size: 1.5rem;
}

.film-figure {
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.film-figure video {
  margin-top: 4rem;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

figcaption {
  font-family: "minion";
  color: hsl(27, 39%, 26%);
  text-align: center;
  margin-top: 1rem;
}

.siku-welt {
  position: relative;
  background-image: url("/img/siku-welt-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.siku-welt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fdfaf4d3;
  z-index: 0;
}

.siku-welt-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 6rem 4rem 10rem 4rem;
  gap: 32px;
  position: relative;
  z-index: 1;
}

.siku-welt-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.siku-text {
  font-family: "minion";
  font-size: 1.2rem;
  max-width: 700px;
}

.siku-welt-list {
  font-family: "minion";
  font-size: 1.2rem;
  max-width: 700px;
  padding-left: 2rem;
}

.siku-welt-content img {
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.stats-grid {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1.5rem;
  list-style: none;
}

.stat-item {
  display: flex;
  flex-direction: column;
  background-color: #f9ecd2;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.stat-number {
  font-family: "minion";
  font-size: 3rem;
  color: #5C3F28;
}

.stat-label {
  font-family: "minion";
  font-size: 1rem;
  color: #5C3F28;
}

.angebot {
  background-color: #FDFAF4;
}

.angebot-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 6rem 4rem 10rem 4rem;
  gap: 32px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  margin-top: 3rem;
}

.feature-item {
  display: flex;
  flex-direction: column;
  background-color: #f9ecd2;
  padding: 2.5rem 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.feature-number {
  font-family: "minion";
  font-size: 0.9rem;
  color: #5C3F28;
  opacity: 0.5;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}

.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.feature-title {
  font-family: "minion";
  font-size: 1.5rem;
  color: #5C3F28;
  margin-bottom: 0.75rem;
}

.feature-text {
  font-family: "minion";
  font-size: 1rem;
  color: #5C3F28;
  line-height: 1.5;
}

.events-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 6rem 4rem 10rem 4rem;
  gap: 32px;
}

.occasions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  list-style: none;
  margin-top: 3rem;
}

.occasion-item {
  display: flex;
  flex-direction: column;
  background-color: #FDFAF4;
  padding: 2.5rem 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.occasion-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.occasion-title {
  font-family: "minion";
  font-size: 1.5rem;
  color: #5C3F28;
  margin-bottom: 0.75rem;
}

.occasion-text {
  font-family: "minion";
  font-size: 1rem;
  color: #5C3F28;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.occasion-badge {
  display: table;
  align-self: flex-start;
  background-color: #3A4A35;
  color: #FDFAF4;
  font-family: "minion";
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-radius: 4px;
}

.torten-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 6rem 4rem 10rem 4rem;
  gap: 24px;
}

.torten-text {
  font-family: "minion";
  font-size: 1.2rem;
  max-width: 700px;
  color: #5C3F28;
}

.torten-list {
  font-family: "minion";
  font-size: 1.2rem;
  max-width: 700px;
  padding-left: 2rem;
  color: #5C3F28;
  line-height: 1.8;
}

.torten-cta {
  display: inline-block;
  width: fit-content;
  text-decoration: none;
  color: #ffffff;
  font-family: "enriq-bold";
  font-size: 1.2rem;
  background-color: #3A4A35;
  border: 1px solid transparent;
  padding: 1rem 2rem;
  margin-top: 1rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.torten-cta:hover {
  background-color: #FDFAF4;
  color: #3A4A35;
  border-color: #3A4A35;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.image-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.torten {
  background-color: #FDFAF4;
}

.impressionen-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 6rem 4rem 10rem 4rem;
  gap: 24px;
}

.image-grid_2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  aspect-ratio: 2 / 1;
  width: 100%;
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: #FDFAF4;
  border: 2px solid #3A4A35;
}

.image-grid_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image-grid_2 img:first-child {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.kontakt {
  background-color: #3A4A35;
}

.kontakt-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 6rem 4rem 10rem 4rem;
  gap: 4rem;
}

.kontakt .eyebrow {
  color: #FDFAF4;
  opacity: 0.7;
}

.kontakt h2 {
  color: #ffffff;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

address {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-style: normal;
  margin-top: 1rem;
}

.info-block {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.info-label {
  font-family: "minion";
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FDFAF4;
  opacity: 0.8;
}

.info-block p {
  font-family: "minion";
  font-size: 1.1rem;
  color: #ffffff;
  line-height: 1.5;
}

.info-block a {
  color: #ffffff;
  text-decoration: none;
}

.info-block a:hover {
  text-decoration: underline;
}

.contact-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group label {
  font-family: "minion";
  font-size: 0.9rem;
  color: #FDFAF4;
}

.form-group input,
.form-group textarea {
  font-family: "minion";
  font-size: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.12);
}

.form-group textarea {
  resize: vertical;
}

.form-submit {
  display: inline-block;
  width: fit-content;
  color: #3A4A35;
  font-family: "enriq-bold";
  font-size: 1.1rem;
  background-color: #ffffff;
  padding: 1rem 2.5rem;
  border: 1px solid #ffffff;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.form-submit:hover {
  background-color: transparent;
  color: #ffffff;
}

.site-footer {
  background-color: #2c3a28;
  color: #FDFAF4;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 3rem;
  max-width: 1800px;
  margin: 0 auto;
  padding: 5rem 4rem 3rem 4rem;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.footer-logo {
  height: 4rem;
  width: auto;
}

.footer-claim {
  font-family: "minion";
  font-size: 0.95rem;
  color: #FDFAF4;
  opacity: 0.7;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-heading {
  font-family: "minion";
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FDFAF4;
  opacity: 0.8;
}

.footer-links,
.footer-social {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  list-style: none;
}

.footer-links li,
.footer-social li {
  font-family: "minion";
  font-size: 1rem;
  color: #FDFAF4;
  line-height: 1.4;
}

.footer-links a,
.footer-social a {
  color: #FDFAF4;
  text-decoration: none;
}

.footer-links a:hover,
.footer-social a:hover {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1800px;
  margin: 0 auto;
  padding: 1.5rem 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-bottom p {
  font-family: "minion";
  font-size: 0.85rem;
  color: #FDFAF4;
  opacity: 0.8;
}

.footer-legal {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.footer-legal a {
  font-family: "minion";
  font-size: 0.85rem;
  color: #FDFAF4;
  opacity: 0.8;
  text-decoration: none;
}

.footer-legal a:hover {
  opacity: 1;
  text-decoration: underline;
}

.legal {
  background-color: #FDFAF4;
}

.legal-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 6rem 4rem 10rem 4rem;
  gap: 24px;
}

.legal-back {
  font-family: "minion";
  font-size: 1rem;
  color: #5C3F28;
  text-decoration: none;
  opacity: 0.7;
  margin-bottom: 1rem;
}

.legal-back:hover {
  opacity: 1;
  text-decoration: underline;
}

.legal-title {
  font-family: "minion";
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 400;
  color: #5C3F28;
  margin-bottom: 1rem;
}

.legal-section {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid #5c3f2833;
}

.legal-section:first-of-type {
  border-top: none;
  padding-top: 0;
}

.legal-heading {
  font-family: "minion";
  font-size: 1.5rem;
  color: #5C3F28;
}

.legal-section p {
  font-family: "minion";
  font-size: 1.05rem;
  color: #3f2e1f;
  line-height: 1.6;
}

.legal-section a {
  color: #5C3F28;
  text-decoration: underline;
}

.legal-stand {
  font-family: "minion";
  font-size: 0.95rem;
  color: #5C3F28;
  opacity: 0.6;
  margin-top: 1rem;
}

.legal-section ul {
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.legal-section li {
  font-family: "minion";
  font-size: 1.05rem;
  color: #3f2e1f;
  line-height: 1.6;
}



@media (max-width: 1400px) {
  .occasions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .ueber-uns-bilder {
    flex-shrink: 0;
  }

  .ueber-uns-text-wrapper {
    flex: 1;
  }

  .ueber-uns-bilder {
    flex-shrink: 0;
  }

  .ueber-uns-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 3rem;
    max-width: 1800px;
  }

  .siku-welt-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 3rem;
    flex-wrap: wrap;
  }

  .siku-welt-content img {
    flex-basis: 100%;
    order: 2;
    max-width: 100%;
  }

  .siku-welt-text {
    flex: 1;
  }

  .kontakt-content {
    flex-direction: row;
    justify-content: space-between;
    gap: 5rem;
  }

  .contact-info,
  .contact-form-wrapper {
    flex: 1;
  }

}

@media (max-width: 900px) {
  .ueber-uns-content {
    padding-bottom: 12rem;
  }

  .ueber-uns-bilder {
    max-width: none;
    width: 100%;
    align-self: center;
    margin-top: 0rem;
  }

  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-content {
    grid-template-columns: repeat(2, 1fr);
    padding: 4rem 4rem 2rem 4rem;
    gap: 2.5rem 2rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 800px) {
  .burger {
    display: flex;
  }

  .nav-links {
  position: fixed;
  top: var(--nav-height);
  right: -100%;
  width: 80%;
  height: calc(100vh - var(--nav-height));
  background-color: #3a4a35ca;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  flex-direction: column;
  justify-content: start;
  padding: 2.5rem 3rem;
  align-items: flex-start;
  gap: 1.5rem;
  transition: right 0.3s ease;
}

  .nav-links li {
    text-align: left;
  }

  .nav-links.open {
    right: 0;
  }

  .nav-links a {
    font-size: 1.4rem;
  }

  .hero-unten {
    flex-direction: column;
    align-items: end;
    gap: 2rem;
  }

  h1 {
    font-size: 4rem;
    margin: 0;
    line-height: 5rem;
  }

  .hero-text {
    font-size: 1.5rem;
  }

  .hero-untertext {
    align-items: end;
  }

  .hero-box {
    padding: 2rem 3rem;
  }

  /* Section-Wrapper — Mobile Padding */
  .film-content,
  .siku-welt-content,
  .angebot-content,
  .events-content,
  .torten-content,
  .impressionen-content,
  .kontakt-content,
  .legal-content {
    padding: 3.5rem 1.5rem 4rem 1.5rem;
  }

  .ueber-uns-content {
    padding: 3.5rem 1.5rem 12rem 1.5rem;
  }

  .legal-title {
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .legal-heading {
    font-size: 1.2rem;
  }

  .kontakt-content {
    gap: 3rem;
  }

  /* Überschriften & Eyebrows — Mobile */
  h2,
  .film-h2 {
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .eyebrow,
  .eyebrow-film {
    font-size: 1.1rem;
  }

  /* Fließtext — Mobile */
  .ueber_uns_text,
  .siku-text,
  .siku-welt-list,
  .torten-text,
  .torten-list {
    font-size: 1rem;
  }

  blockquote {
    font-size: 1rem;
  }

  .ueber-uns-bilder {
    margin-bottom: 3rem;
  }

  /* Siku-Welt Stats — Mobile */
  .stat-number {
    font-size: 2rem;
  }

  .stat-label {
    font-size: 0.9rem;
  }

  .stat-item {
    padding: 1.25rem;
  }

  /* Angebot Features — Mobile */
  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature-icon {
    font-size: 2rem;
  }

  .feature-title {
    font-size: 1.25rem;
  }

  .feature-text {
    font-size: 0.95rem;
  }

  .feature-item {
    padding: 2rem 1.5rem;
  }

  /* Events Occasions — Mobile */
  .occasions-grid {
    grid-template-columns: 1fr;
  }

  .occasion-icon {
    font-size: 2rem;
  }

  .occasion-title {
    font-size: 1.25rem;
  }

  .occasion-text {
    font-size: 0.95rem;
  }

  .occasion-item {
    padding: 2rem 1.5rem;
  }

  /* Torten — Mobile */
  .torten-cta {
    font-size: 1rem;
    padding: 0.85rem 1.5rem;
  }

  /* Impressionen Mosaik — Mobile */
  .image-grid_2 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    height: auto;
  }

  .image-grid_2 img:first-child {
    grid-column: 1 / 3;
    height: 300px;
  }

  .image-grid_2 img {
    height: 180px;
  }

  /* Kontakt — Mobile */
  .contact-info,
  .contact-form-wrapper {
    gap: 1.25rem;
  }

  .info-label {
    opacity: 0.8;
  }

  .form-submit {
    width: 100%;
    text-align: center;
  }

  .nav-inner {
    padding: 1rem 1.5rem;
  }

  .footer-content {
    padding: 3rem 1.5rem 2rem 1.5rem;
  }

  .footer-bottom {
    padding: 1.5rem 1.5rem;
  }
}

@media (max-width: 600px) {
  .footer-content {
    grid-template-columns: 1fr;
    padding: 3rem 1.5rem 2rem 1.5rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
    padding: 1.5rem 1.5rem;
  }
}

@media (max-width: 500px) {
  .image-grid {
    grid-template-columns: 1fr;
  }
}