h1 {
  font-family: "Manrope", arial, sans-serif;
  font-size: 60px;
  line-height: 72px;
  font-weight: normal;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

h2 {
  font-family: "Manrope", arial, sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: normal;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

h3 {
  font-family: "Manrope", arial, sans-serif;
  font-size: 26px;
  line-height: 28px;
  font-weight: normal;
}
@media (max-width: 1023px) {
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
}

h4 {
  font-family: "Manrope", arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

html {
  scrollbar-gutter: stable;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Manrope", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: var(--text-color);
  line-height: 1.5;
  margin: 0;
  padding: 0;
  --primary-color: #218380;
  --secondary-color: #c9dbba;
  --module-background: var(--color-mint);
  --text-color: #010101;
  --module-border-color: rgba(0, 0, 0, 0.15);
  --module-border-color-hover: rgba(0, 0, 0, 0.5);
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

a {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 8px;
}
a:hover {
  text-decoration: underline;
}

.main {
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1023px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  br[desktop] {
    display: none;
  }
}

@media (min-width: 1024px) {
  br[mobile] {
    display: none;
  }
}

::selection {
  background: var(--primary-color);
  color: white;
}

.gallery {
  padding-left: 20px;
  padding-right: 20px;
}

.gallery__chapter {
  text-align: center;
  margin-top: 120px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .gallery__chapter {
    margin-top: 60px;
  }
}

.gallery__wrap {
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  max-width: min(1200px, 100% - 60px);
  max-width: min(1600px, 100% - 20px);
}
@media (max-width: 1023px) {
  .gallery__wrap {
    margin-top: 60px;
  }
}

.gallery__grid {
  margin: 100px auto;
  padding: 0;
  display: grid;
  column-gap: 40px;
  row-gap: 120px;
  grid-template-columns: 1fr 1fr;
  max-width: 1600px;
}
@media (min-width: 1440px) {
  .gallery:has(.gallery__nav__item[data-filter=all].active) .gallery__grid {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: none;
  }
}

@media (max-width: 1023px) {
  .gallery__grid {
    grid-template-columns: 1fr;
    row-gap: 80px;
    margin-top: 20px;
  }
}

.gallery__nav {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  z-index: 100;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .gallery__nav {
    gap: 16px;
  }
}

.gallery__nav__item {
  pointer-events: auto;
  display: inline-block;
  background-color: transparent;
  color: var(--primary-color);
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  text-decoration: none;
}
.gallery__nav__item:hover {
  transform: translateY(0px);
  box-shadow: 0 4px 10px rgba(0, 175, 185, 0.1);
  border: 1px solid var(--primary-color);
  text-decoration: none;
  opacity: 0.8;
}
.gallery__nav__item.active, .gallery__nav__item.primary {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 175, 185, 0.1);
}
.gallery__nav__item.active:hover, .gallery__nav__item.primary:hover {
  background-color: rgb(0, 150.8783783784, 159.5);
  box-shadow: 0 6px 15px rgba(0, 175, 185, 0.1);
}
@media (max-width: 1023px) {
  .gallery__nav__item {
    font-size: 14px;
    padding: 8px 16px;
  }
}

.gallery__grid__item {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  text-align: center;
  transition: opacity 0.5s ease, max-height 0.5s ease, display 0.5s allow-discrete;
  opacity: 1;
  max-height: 2000px;
  overflow: hidden;
}
@starting-style {
  .gallery__grid__item {
    opacity: 0;
    max-height: 0;
  }
}
.gallery__grid__item--hidden {
  display: none;
  opacity: 0;
  max-height: 0;
  gap: 0;
  margin: 0;
  padding: 0;
}
.gallery__grid__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.gallery__grid__item__wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gallery__grid__item__images-group {
  position: relative;
  margin-bottom: 20px;
}

.gallery__title {
  display: flex;
}

.gallery__title__content {
  flex: 1;
}

.gallery__subtitle {
  font-family: "Manrope", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: var(--text-color-secondary);
}

.gallery__body {
  display: none;
  margin: 0 auto;
  max-width: 550px;
  font-size: 14px;
}

.gallery__links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.gallery__grid__item__images {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  box-shadow: rgba(149, 157, 165, 0.4) 1px 11px 9px -5px;
  position: relative;
}
.gallery__grid__item__images::-webkit-scrollbar {
  background: transparent;
  cursor: pointer;
  height: 6px;
}
.gallery__grid__item__images::-webkit-scrollbar-track {
  background: transparent;
}
.gallery__grid__item__images::-webkit-scrollbar-thumb {
  background-image: linear-gradient(45deg, var(--primary-color), var(--primary-color));
}

.gallery__grid__item__images__scroller {
  display: flex;
  flex-wrap: nowrap;
  line-height: 0;
  font-size: 0;
  width: calc(100% * var(--num-images));
}

.gallery__grid__item__item {
  position: relative;
  aspect-ratio: 16/10;
  width: 100%;
  overflow: hidden;
}
.gallery__grid__item__item button {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.gallery__next,
.gallery__prev {
  align-items: center;
  appearance: none;
  border-radius: 32px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  display: flex;
  height: 32px;
  justify-content: center;
  padding: 4px;
  width: 32px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 180ms ease, visibility 180ms ease, transform 600ms ease;
  z-index: 10;
}
.gallery__next:hover,
.gallery__prev:hover {
  cursor: pointer;
  transform: translateY(-50%) scale(1.1);
}
.gallery__next:hover, .gallery__next:focus,
.gallery__prev:hover,
.gallery__prev:focus {
  opacity: 1 !important;
}
.gallery__next:active,
.gallery__prev:active {
  opacity: 1 !important;
}
.gallery__next[disabled],
.gallery__prev[disabled] {
  opacity: 0 !important;
  pointer-events: none;
}
.gallery__grid__item:hover .gallery__next,
.gallery__grid__item:hover .gallery__prev {
  opacity: 0.85;
  visibility: visible;
}

.gallery__prev {
  left: 25px;
}

.gallery__next {
  right: 25px;
}

.gallery__button,
.gallery__link {
  font-family: "Manrope", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  font-weight: 600;
  background-color: transparent;
  border: none;
  padding: 0;
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
}
.gallery__button:hover,
.gallery__link:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media (max-width: 1023px) {
  .gallery__awards {
    display: none;
  }
}

.youtube-embed {
  width: 100%;
  aspect-ratio: 16/9;
}

.spacer[data-size=large] {
  height: 80px;
}

.spacer[data-size=standard] {
  height: 60px;
}
@media (max-width: 1023px) {
  .spacer[data-size=standard] {
    height: 40px;
  }
}

.Nav {
  display: flex;
  width: 100%;
  position: relative;
  padding: 24px 0;
  justify-content: space-between;
  margin: 0 auto;
  max-width: min(1600px, 100% - 40px);
  text-underline-offset: 8px;
}

.Logo {
  font-size: 24px;
  color: var(--text-color);
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .Logo {
    flex: 1;
    margin-left: 16px;
  }
}

.Hamburger, .Close {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .Hamburger, .Close {
    display: none;
  }
}

.Close {
  display: none;
}

.Nav--open .Close {
  display: flex;
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 10001;
}

@media (max-width: 1023px) {
  .Navigation {
    display: none;
  }
}
.Navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.Navigation ul li {
  margin: 0 10px;
}
.Navigation ul li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.Navigation ul li a:hover, .Navigation ul li a.active {
  text-decoration: underline;
}

@keyframes navFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  .Nav--open .Navigation {
    animation: navFadeIn 0.3s ease-in-out;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
  }
  .Nav--open .Navigation ul {
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }
}

.HomepageHero {
  position: relative;
  z-index: 12;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.HomepageHero__input {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.HomepageHero__input input {
  max-width: 500px;
  width: 100%;
  padding: 16px 24px;
  border: 1px solid #ddd;
  border-radius: 30px;
  font-size: 18px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.HomepageHero__input input:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 4px 20px rgba(0, 175, 185, 0.15);
}
.HomepageHero__input button#ask {
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 175, 185, 0.3);
}
.HomepageHero__input button#ask:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 175, 185, 0.4);
  background-color: rgb(0, 150.8783783784, 159.5);
}
.HomepageHero__input button#ask:active {
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(0, 175, 185, 0.3);
}

.HomepageHero__thinking {
  font-size: 20px;
  font-weight: 500;
  color: #666;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0;
  display: none;
}

.loading .HomepageHero__thinking {
  display: block;
  animation: blobFadeIn 0.5s ease-in-out forwards;
}

.HomepageHero__thinking,
.HomepageHero__body,
.HomepageHero__output {
  transition: opacity 0.3s ease-in-out;
}

.loading .HomepageHero__body {
  opacity: 0;
}

.loading .HomepageHero__thinking {
  opacity: 1;
}

@keyframes blobFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.HomepageHero__blob {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 300px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  opacity: 0;
  animation: blobFadeIn 1s ease-out forwards;
  animation-delay: 0.3s;
}

.HomepageHero__blob canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.HomepageHero__logo {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.HomepageHero__body {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.HomepageHero__output {
  opacity: 0;
  animation: blobFadeIn 1s ease-out forwards;
  animation-delay: 0.5s;
}

@keyframes wordFadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.word-fade-in {
  display: inline-block;
  opacity: 0;
  animation: wordFadeIn 0.3s ease-out forwards;
}

.h1 {
  font-family: "Manrope", arial, sans-serif;
  font-size: 60px;
  line-height: 72px;
  font-weight: normal;
}
@media (max-width: 1023px) {
  .h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

.h2 {
  font-family: "Manrope", arial, sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: normal;
}
@media (max-width: 1023px) {
  .h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.h3 {
  font-family: "Manrope", arial, sans-serif;
  font-size: 26px;
  line-height: 28px;
  font-weight: normal;
}
@media (max-width: 1023px) {
  .h3 {
    font-size: 22px;
    line-height: 26px;
  }
}

.h4 {
  font-family: "Manrope", arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
}

.contained-body {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.centered {
  text-align: center;
}

.hero-title {
  text-align: center;
  margin-bottom: 40px;
}

.two-column-image {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .two-column-image {
    max-height: var(--desktop-max-height, none);
    overflow: hidden;
  }
}
.two-column-image > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.two-column-image > div img {
  width: 100%;
  height: auto;
  display: block;
}
.two-column-image > div p {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
@media (max-width: 1023px) {
  .two-column-image {
    flex-direction: column;
  }
  .two-column-image > div {
    width: 100%;
  }
}

.LinkModule {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0px 0;
}

.LinkModule__button {
  display: inline-block;
  background-color: transparent;
  color: var(--primary-color);
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  text-decoration: none;
}
.LinkModule__button:hover {
  transform: translateY(0px);
  box-shadow: 0 4px 10px rgba(0, 175, 185, 0.1);
  border: 1px solid var(--primary-color);
  text-decoration: none;
  opacity: 0.8;
}
.LinkModule__button.active, .LinkModule__button.primary {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 175, 185, 0.1);
}
.LinkModule__button.active:hover, .LinkModule__button.primary:hover {
  background-color: rgb(0, 150.8783783784, 159.5);
  box-shadow: 0 6px 15px rgba(0, 175, 185, 0.1);
}
@media (max-width: 1023px) {
  .LinkModule__button {
    font-size: 14px;
    padding: 8px 16px;
  }
}

.hero-module {
  position: relative;
  width: 100%;
  min-height: 50vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .hero-module {
    min-height: 50vh;
  }
}
.hero-module__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  filter: blur(5px);
}
.hero-module__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-module__overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 101%);
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
  padding-top: 400px;
}
@media (max-width: 1023px) {
  .hero-module__overlay {
    padding-top: 300px;
  }
}
.hero-module__content {
  max-width: min(1200px, 100% - 60px);
  width: 100%;
  max-width: min(800px, 100% - 60px);
  margin: 0 auto;
}

.no-scroll {
  overflow: hidden;
}

.portfolio {
  margin: 0 auto;
  background-color: white;
}

.portfolio-contents {
  max-width: min(1200px, 100% - 60px);
  max-width: min(800px, 100% - 60px);
  margin: 0 auto;
}

.portfolio-back {
  position: fixed;
  top: 50px;
  right: 20px;
  left: auto; /* Reset left */
  width: 60px;
  height: 60px;
  padding: 0;
  background-color: var(--primary-color);
  text-decoration: none;
  color: white !important;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.portfolio-back:hover {
  opacity: 0.9;
  transform: scale(1.05);
  background-color: var(--primary-color); /* Ensure bg stays blue */
}
.portfolio-back svg {
  display: block;
  width: 24px;
  height: 24px;
  stroke: white; /* Ensure SVG stroke is white */
}
@media (min-width: 1240px) {
  .portfolio-back {
    right: calc((100vw - 1200px) / 2 + 20px);
  }
}
@media (max-width: 1023px) {
  .portfolio-back {
    width: 44px;
    height: 44px;
    top: 20px;
  }
}

.waves {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.waves canvas {
  opacity: 0.25;
  filter: grayscale(100%);
}

.waves__overlay {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: fixed;
  pointer-events: none;
  top: 0px;
  left: 0px;
  --color-mint-faded: #F6FFF8;
  background: radial-gradient(ellipse at center, var(--color-mint-faded) 40%, transparent 98%);
  width: 100%;
}

.modules {
  padding-bottom: 60px;
}

.contained {
  max-width: min(1200px, 100% - 60px);
  max-width: min(800px, 100% - 60px);
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

/*# sourceMappingURL=main.css.map */
