:root {
  --clr1: #ddd;
  /* --clr2: #d6cfb3; */
  --clr3: #ede8d0;
  --clr4: #333;
  --border-radius: 7px;
  --text-radius: 50em;
}

body {
  background: var(--clr4);
  margin: 0px;
  padding: 0px;
  /* font-family: 'Inter', sans-serif; */
  font-family: monospace;
}
body *, body :after, body :before {
  box-sizing: border-box;
}

.transparent {
  background: transparent !important;
}

.wrap {
  max-width: 960px;
  min-width: 360px;
  margin: 0 auto;
  position: relative;
}
.wrap.sticky {
  margin-top: 150px;
  /* set height from header */
}

.fluid .wrap {
  max-width: 100% !important;
}


.wrap.sticky header {
  background: var(--clr2);
  padding: 50px;
  position: fixed;
  top: 0px;
  max-width: 960px;
  width: calc(100% - 20px);
  min-width: 360px;
  border-radius: 0px 0px var(--border-radius) var(--border-radius);
}

.fluid .wrap.sticky header {
  max-width: 100% !important;
}


@media (max-width: 728px) {
  section.cards .card {
    width: 100%;
    display: block;
    margin: 10px 0 0 0 !important;
    padding: 0;
  }

  .wrapper {
    padding: 50px 10px 100px 10px !important;
  }
}

.wrapper {
  transform-origin: center bottom 0px;
  transition: all 0.5s ease 0s;
  box-shadow: 0px 22px 54px rgba(0, 0, 0, 0.5);
  background: var(--clr3);
  padding: 50px 50px 100px 50px;
  border-radius: 50px 50px 50px 50px;
}

body.tight .wrapper {
  transform: translateY(-60px) scale(0.9);
  cursor: pointer;
}

.arrow {
  position: fixed;
  bottom: 50px;
  left: 50%;
  cursor: pointer;
  margin-left: -20px;
  width: 20px;
  height: 20px;
  padding: 20px;
  z-index: 99;
  background-color: var(--clr4);
  border-radius: 50em;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: 20px 15px;
  background-repeat: no-repeat;
  background-position: center;
}


/* ----------------------------- Begin Year-Location ----------------------------- */

.transparent {
  background: transparent !important;
}

.wrap {
  max-width: 960px;
  min-width: 360px;
  margin: 0 auto;
  position: relative;
}
.wrap.sticky {
  margin-top: 150px;
  /* set height from header */
}

.fluid .wrap {
  max-width: 100% !important;
}

.wrapper {
  transform-origin: center bottom 0px;
  transition: all 0.5s ease 0s;
  box-shadow: 0px 22px 54px rgba(0, 0, 0, 0.5);
  background: var(--clr3);
  padding: 50px 50px 100px 50px;
  /* border-radius: 0 0 50px 50px; */
}

body.tight .wrapper {
  transform: translateY(-60px) scale(0.9);
  cursor: pointer;
}




/* ----------------------------- Begin Year-Location ----------------------------- */

.year-location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px; /* Space between year and location */
  padding: 50px 0;
  text-align: center;
  width: 100%;
}

.text {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--clr4);
}

.divider {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--clr4);
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.divider span {
  flex-grow: 1; 
  height: 1px;
  background-color: var(--clr4);
}

.info-column {
  width: 100%; 
  text-align: center;
}

@media (min-width: 769px) {
  .year-location {
      gap: 200px; 
      padding: 70px 0;
  }
}

@media (max-width: 768px) {
  .year-location {
      flex-direction: column;
      gap: 20px;
      align-items: flex-start;
      padding-left: 20px;
  }

  .info-column {
      align-items: flex-start;
      text-align: left;
  }
}



/* ----------------------------- End Year-Location ----------------------------- */














/* ----------------------------- Begin Footer ----------------------------- */
#site__footer {
  width: 100%;
  background-color: var(--cSecondary);
  color: var(--cPrimary);
  padding: 50px 0;
  font-family: "Inter", sans-serif;
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 20px;
}

.footer__columns {
  display: flex;
  gap: 50px; 
  flex: 1;
  justify-content: flex-start;
  /* color: #f6c177; */
}

.footer__column {
  flex: 1;
  min-width: 200px;
}

.footer__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--cPrimary);
  margin-bottom: 10px;
}

.footer__column a {
  font-size: 15px;
  color: whitesmoke;
  text-decoration: none;
}

.footer__text {
  flex: 1;
  max-width: 400px;
  text-align: right;
}

.footer__text a {
  font-size: 14px;
  color: var(--cPrimaryShade1);
  margin-bottom: 10px;
}

.footer__text a {
  color: var(--cAccent);
  text-decoration: none;
  font-weight: 600;
}

.footer__text a:hover {
  text-decoration: underline;
}

.footer__divider {
  width: 100%;
  height: 1px;
  background-color: var(--cPrimaryShade1);
  margin: 20px 0;
  color: red;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--cPrimaryShade1);
}

.footer__bottom p {
  max-width: 600px;
}

.footer__copyright {
  text-align: right;
}

.footer__links {
  margin-top: 10px;
}

.footer__links a {
  color: var(--cPrimaryShade1);
  text-decoration: none;
  margin-right: 15px;
  font-size: 12px;
}

.footer__links a:hover {
  color: var(--cPrimary);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    gap: 20px;
  }

  .footer__columns {
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
  }

  .footer__text {
    text-align: left;
  }

  .footer__bottom {
    flex-direction: column;
    text-align: left;
    gap: 10px;
  }

  .footer__copyright {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .footer__top {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    padding-bottom: 10px;
  }

  .footer__columns {
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
    padding-left: 0;
  }

  .footer__column {
    min-width: unset;
    padding: 2px 0; 
  }

  .footer__text {
    text-align: left;
    max-width: 100%;
    padding: 2px 0;
  }

  .footer__divider {
    margin: 10px 0;
  }

  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    gap: 5px;
  }
}
/* ----------------------------- End Footer ----------------------------- */


/* ---------------------- blog ---------------------- */
.blog-list {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 20px;
  font-family: monospace;
}

.blog-post {
  margin-bottom: 60px;
}

.blog-post h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.blog-post p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.blog-post a {
  font-size: 14px;
  text-decoration: underline;
  color: black;
  font-weight: bold;
  transition: opacity 0.2s;
}

.blog-post a:hover {
  opacity: 0.6;
}

/* ---------------------- fullscreen-section ---------------------- */




.fullscreen-section .left-content {
  margin-left: 80px;
}

.fullscreen-section .left-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  color: black;
  border-bottom: 2px solid black;
  padding-bottom: 10px;
}

.fullscreen-section .left-content p {
  font-size: 18px;
  color: black;
  margin-bottom: 10px;
}

.fullscreen-section .left-content .button {
  display: inline-block;
  padding: 6px 22px;
  border: 2px solid black;
  border-radius: var(--border-radius);
  background: transparent;
  color: black;
  font-weight: bold;
  text-decoration: none;
  margin-top: 20px;
  transition: background 0.3s, color 0.3s;
  font-size: 16px;
}

.fullscreen-section .left-content .button:hover {
  background: black;
  color: white;
}

/* ---------------------- landing header image size ---------------------- */
/* .landing-image img {
  border-radius: 10px;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.landing-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
} */

.landing-header{
  padding: 10px 0 30px 0;
}

.landing-container{
  display: grid;
  grid-template-columns: 1fr auto; /* tekst links, image rechts */
  align-items: center;
  gap: 30px;
  width: 100%;
}

.landing-content h1{
  margin: 0 0 10px 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  color: var(--clr4);
  letter-spacing: -0.02em;
}

.landing-sub{
  margin: 0;
  font-size: 16px;
  color: var(--clr4);
  opacity: 0.85;
}

.highlight{
  display: inline-block;
  padding: 4px 10px;
  border-radius: var(--text-radius);
  background: var(--clr4);
  color: var(--clr3);
  font-size: 0.55em;
  vertical-align: middle;
  letter-spacing: 0.02em;
}

.landing-image{
  display: flex;
  justify-content: flex-end;
}

.landing-image img{
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid var(--clr4);
}

/* mobile: stapelen + links uitlijnen */
@media (max-width: 768px){
  .wrapper{
    padding: 50px 10px 100px 10px;
    border-radius: 30px;
  }

  .landing-container{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .landing-image{
    justify-content: flex-start;
  }
}

/* alleen voor demo */
.dummy h2 { margin: 40px 0 10px; color: var(--clr4); }
.dummy p { margin: 0; color: var(--clr4); opacity: 0.85; }


/* ---------------------- landing header image size ---------------------- */


/* ---------------------- navbar todo ---------------------- */

.navbar {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  padding: 12px 15px;
  border-radius: var(--text-radius);
  display: flex;
  gap: 5px;
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  font-family: monospace;
}

.navbar a {
  text-decoration: none;
  font-size: 15px;
  color: white;
  padding: 5px 15px;
  border-radius: var(--text-radius);
  transition: all 0.3s ease;
}

.navbar a.active {
  background-color: white;
  color: black;
}

.navbar a:hover:not(.active) {
  color: rgba(255, 255, 255, 0.6);
}

