* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f4e6cf;
  color: #222;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.container {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0 40px;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 60px;
}

.logo img {
  width: 150px;
  height: auto;
}

nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

nav ul {
  display: flex;
  align-items: center;
  gap: 8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

nav a {
  color: #222;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition:
    color 0.3s ease,
    border-color 0.3s ease;
}

nav a:hover {
  color: #4f6737;
  border-bottom-color: #4f6737;
}

.btn,
.button {
  display: inline-block;
  padding: 12px 25px;
  background: #4f6737;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.button {
  margin-top: 20px;
  padding: 14px 28px;
  border-radius: 8px;
}

.button:hover,
.btn:hover {
  background: #3e522d;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 80px 70px;
}

.hero-text {
  width: 40%;
}

.kleine-tekst {
  margin-bottom: 20px;
  color: #222;
  font-size: 1rem;
}

.hero h1 {
  margin-bottom: 30px;
  font-size: clamp(60px, 5vw, 80px);
  line-height: 0.95;
  letter-spacing: -2px;
}

.hero h1 span {
  color: #4f6737;
}

.intro {
  margin-top: 30px;
  margin-bottom: 35px;
  line-height: 1.8;
}

.hero-image {
  width: 55%;
  overflow: hidden;

  -webkit-mask-image: radial-gradient(circle, black 5%, transparent 100%);

  mask-image: radial-gradient(circle, black 5%, transparent 100%);
}

.hero-image img {
  width: 100%;
  display: block;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 60px;
  background: #4f6737;
  color: white;
}

.social-links {
  display: flex;
  gap: 20px;
  color: white;
}

.beer-intro {
  max-width: 850px;
  margin: 80px auto 100px;
  text-align: center;
}

.beer-intro h1 {
  margin-bottom: 15px;
  color: #1f1f1f;
  font-size: 4.5rem;
  font-weight: 800;
  text-transform: uppercase;
}

.beer-intro h3 {
  margin-bottom: 30px;
  color: #5a7140;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.beer-intro p {
  color: #444;
  font-size: 1.15rem;
  line-height: 1.8;
}

.beer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  padding: 120px 0;
}

.beer.reverse {
  flex-direction: row-reverse;
}

.beer-image {
  flex: 1;
  width: 100%;
  max-width: 550px;
  border-radius: 20px;
}

.beer-info {
  flex: 1;
}

.beer-info h2 {
  margin-bottom: 10px;
  font-size: 4rem;
  text-transform: uppercase;
}

.beer-info h2.hawai,
.beer-info h2.peer {
  color: #4f6737;
}

.beer-info h2.bloed-appelsien,
.beer-info h2.vijgen {
  color: #711c0a;
}

.beer-info h3 {
  margin-bottom: 25px;
  color: #666;
  font-size: 1.5rem;
  font-weight: 500;
}

.beer-info p {
  margin-bottom: 35px;
  color: #333;
  font-size: 1.1rem;
  line-height: 1.8;
}

.beer-features {
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
  color: #4f6737;
  font-size: 1.1rem;
  font-weight: 600;
  list-style: none;
}

.contact-intro {
  margin: 90px 0;
  text-align: center;
}

.contact-intro h1 {
  margin-bottom: 20px;
  font-size: 4.5rem;
  text-transform: uppercase;
}

.contact-intro p {
  max-width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 1.8;
}

.contact {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 120px;
}

.map {
  flex: 1;
}

.map iframe {
  width: 100%;
  height: 500px;
  border: none;
  border-radius: 18px;
}

.contact-info {
  flex: 1;
}

.contact-info h2 {
  margin-bottom: 40px;
  color: #4f6737;
  font-size: 2.5rem;
}

.info {
  margin-bottom: 35px;
}

.info h3 {
  margin-bottom: 10px;
}

.info p {
  line-height: 1.8;
}

.socials {
  margin-bottom: 100px;
  text-align: center;
}

.socials h2 {
  margin-bottom: 50px;
  font-size: 2.5rem;
}

.social-grid {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.social-grid img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin: 0 auto;
}

.social-grid a {
  padding: 20px 35px;
  color: #222;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #4f6737;
  border-radius: 12px;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.social-grid a:hover {
  background: #4f6737;
  color: white;
}
.section-label {
  color: #5a7140;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.events-intro {
  margin: 90px 0 120px;
  text-align: center;
}

.events-intro h1 {
  margin: 20px 0;
  font-size: 5rem;
  text-transform: uppercase;
}

.events-intro p {
  max-width: 650px;
  margin: 0 auto;
  color: #555;
  line-height: 1.8;
}

.event {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 120px;
}

.event-info,
.event-image {
  flex: 1;
}

.event-info h2 {
  margin: 20px 0;
  color: #4f6737;
  font-size: 4rem;
  text-transform: uppercase;
}

.event-info p {
  margin-bottom: 25px;
  line-height: 1.8;
}

.event-details {
  margin: 50px 0;
}

.event-details div {
  margin-bottom: 30px;
}

.event-details h3 {
  margin-bottom: 8px;
  color: #4f6737;
}

.event-details a {
  color: #4f6737;
  font-weight: bold;
  text-decoration: none;
}

.event-image img {
  width: 100%;
  border-radius: 18px;
}


@media (max-width: 1000px) {
  header {
    padding: 25px 35px;
  }

  nav ul {
    gap: 3rem;
  }

  .hero {
    padding: 60px 40px;
    gap: 40px;
  }

  .hero h1 {
    font-size: 64px;
  }

  .beer {
    gap: 50px;
    padding: 80px 0;
  }

  .beer-info h2,
  .event-info h2 {
    font-size: 3rem;
  }

  .contact {
    gap: 50px;
  }

  .events-intro {
    margin-bottom: 80px;
  }

  .events-intro h1 {
    font-size: 4rem;
  }
}


@media (max-width: 700px) {
  .container {
    padding: 0 20px;
  }

  header {
    flex-direction: column;
    gap: 25px;
    padding: 20px;
  }

  .logo img {
    width: 120px;
  }

  nav {
    width: 100%;
  }

  nav ul {
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
  }

  nav a {
    font-size: 12px;
  }


  .hero {
    flex-direction: column;
    gap: 35px;
    padding: 45px 20px;
    text-align: center;
  }

  .hero-text,
  .hero-image {
    width: 100%;
  }

  .hero h1 {
    font-size: 52px;
  }

  .intro {
    line-height: 1.7;
  }

  .hero-image {
    margin-top: 15px;
  }


  footer {
    flex-direction: column;
    gap: 20px;
    padding: 30px 20px;
    text-align: center;
  }


  .beer-intro {
    margin: 50px auto 60px;
  }

  .beer-intro h1,
  .contact-intro h1 {
    font-size: 3rem;
  }

  .beer-intro h3 {
    font-size: 1.2rem;
  }

  .beer-intro p {
    font-size: 1rem;
  }

  .beer,
  .beer.reverse {
    flex-direction: column;
    gap: 35px;
    padding: 60px 0;
  }

  .beer-image {
    max-width: 100%;
  }

  .beer-info h2,
  .event-info h2 {
    font-size: 2.5rem;
  }

  .beer-info h3 {
    font-size: 1.25rem;
  }

  .beer-info p {
    font-size: 1rem;
  }

  .beer-features {
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
  }

  .contact-intro {
    margin: 50px 0;
  }

  .contact {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 70px;
  }

  .map,
  .contact-info {
    width: 100%;
  }

  .map iframe {
    height: 350px;
  }

  .contact-info h2 {
    font-size: 2rem;
  }


  .socials {
    margin-bottom: 60px;
  }

  .socials h2 {
    margin-bottom: 30px;
    font-size: 2rem;
  }

  .social-grid {
    gap: 20px;
  }

  .social-grid a {
    width: 100%;
    padding: 16px 20px;
  }

  .events-intro {
    margin: 50px 0 70px;
  }

  .events-intro h1 {
    font-size: 3.2rem;
  }

  .event {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 70px;
  }

  .event-info,
  .event-image {
    width: 100%;
  }

  .event-details {
    margin: 35px 0;
  }
}


@media (max-width: 450px) {
  nav ul {
    gap: 12px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .beer-intro h1,
  .contact-intro h1 {
    font-size: 2.5rem;
  }

  .events-intro h1 {
    font-size: 2.7rem;
  }

  .beer-info h2,
  .event-info h2 {
    font-size: 2.1rem;
  }

  .beer-features {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
