

/* General Reset */
body {

  background-color: #fff;
  color: #070707;
}

/* Header Section */
.header {
  width: 100%;
  max-width: 840px;
  padding: 80px 20px 120px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: auto;
}



/* Typography */
.strong {
  display: inline !important;
}

/* Content Links */
.content a {
  color: #1dbf73;
  text-decoration: none;
}

.content .links {
  position: relative;
  color: inherit;
  text-decoration: none;
}

.content .links::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 3px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.4s ease;
}

.content .links.underline::after {
  transform: scaleX(1);
}

/* Dotted and Highlight Effects */
.content .dotted .word {
  text-shadow: 2px 0 white, -2px 0 white, 0 2px white, 0 -2px white, 1px 1px white, -1px -1px white, -1px 1px white, 1px -1px white;
}

.content .dotted::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 2px;
  border-bottom: 2px dotted #1dbf73;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.4s ease;
  z-index: -1000;
}

.content .dotted.show::after {
  transform: scaleX(1);
}

.content .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 2px;
  opacity: 0.2;
  border-bottom: 16px solid #1dbf73;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.4s ease;
  z-index: -1000;
}

.content .highlight.line::after {
  transform: scaleX(1);
}

/* Content Styling */
.content {
  width: 100%;
  max-width: 840px;
  padding: 40px 20px 200px 20px;
  font-size: 40px;
  margin: auto;
  font-family: "Family Regular", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.3em;
}

.content p {
  padding: 8px 0;
}

.content p .word {
  transition: opacity 0.4s ease;
}

/* Bullets */
.bullets {
  display: flex;
  align-items: top;
  margin: 40px 0;
  padding: 0;
}

.dash {
  margin-right: 0px;
  display: inline;
  text-align: left;
}

.bullet {
  display: inline;
  margin-left: 0;
  flex: 1;
}

/* Image Styles */
.pop {
  --img-width: 40px;
  --img-height: 40px;
  width: var(--img-width);
  height: var(--img-height);
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
  position: absolute;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.img-1, .img-2, .img-3, .coca-cola, .largo {
  --start-rotation: 0deg;
  --end-rotation: 10deg;
}

.img-1 {
  --img-width: 140px;
  --img-height: 40px;
}

.img-2 {
  --img-width: 60px;
  --img-height: 60px;
}

.coca-cola {
  --img-width: 25px;
  --img-height: 60px;
  margin: 0 0 0 10px;
}

.img-3 {
  --img-width: 160px;
  --img-height: 60px;
}

/* Floating CTA */
.floating {
  font-family: "Family Regular", sans-serif;
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: none;
}

.cta {
  background: #1dbf73;
  padding: 10px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
}

.cta a {
  padding: 0 20px;
  color: #fffdfa;
  text-decoration: none;
  font-weight: 400;
  display: flex;
  align-items: center;
  transition: letter-spacing 0.4s ease;
}

.cta a:hover {
  letter-spacing: 0.04em;
}

/* Font Awesome and Icon Styling */
.fa-sharp-duotone {
  --fa-primary-color: #1dbf73;
  --fa-secondary-color: #1dbf73;
}

.hand-peace {
  --start-rotation: 0deg;
  --end-rotation: -20deg;
}

/* Footer */
.footer {
  font-family: "Family Regular", sans-serif;
  width: 100%;
  max-width: 840px;
  padding: 80px 40px;
  text-align: left;
  font-size: 14px;
  line-height: 1em;
  color: #070707;
  margin: auto;
}

footer p:first-of-type {
  margin-bottom: 16px;
}


.copyright {
  background-color: #1dbf73;
  color: #fffdfa;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
}

.artitus {
  opacity: 0.5;
}

.artitus a {
  text-decoration: underline;
  color: #070707;
}

.artitus a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  #greeting {
    line-height: 2em;
  }
}

/* Responsive Styles */
@media (max-width: 767px) {
  .header {
    padding: 40px 20px;
  }

  .content {
    padding: 20px 20px 160px 20px;
    font-size: 28px;
  }

  .footer {
    padding: 80px 20px;
    font-size: 12px;
  }
  .floating {
    min-width: 300px;
  }
  .hide-on-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .floating {
    min-width: 500px;
  }
  .hide-on-tablet {
    display: none !important;
  }
}



/* Masonry Grid */
.masonry-grid {
  column-count: 3; /* Number of columns */
  column-gap: 15px; /* Space between columns */
  margin:40px 0;
}

.gallery-item {
  break-inside: avoid; /* Prevents items from breaking inside columns */
  margin-bottom: 15px; /* Space between rows */
}

.img-fluid {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* Ensures images fill their container without stretching */
  border-radius: 8px; /* Optional: Rounded corners for aesthetics */
}

/* Responsive Design */
@media (max-width: 767px) {
  .masonry-grid {
    column-count: 1; /* Single column on mobile */
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .masonry-grid {
    column-count: 2; /* Two columns on tablets */
  }
}

@media (min-width: 1025px) {
  .masonry-grid {
    column-count: 3; /* Three columns on desktops */
  }
}






/* Delays */
.delay-1 {
  --delay: 0.2s;
}

.delay-2 {
  --delay: 0.4s;
}

.delay-3 {
  --delay: 0.6s;
}
.delay-4 {
  --delay: 0.8s;
}
.delay-5 {
  --delay: 1.2s;
}
.delay-6 {
  --delay: 1.4s;
}
.delay-7 {
  --delay: 1.6s;
}
.delay-8 {
  --delay: 1.8s;
}
.delay-9 {
  --delay: 2s;
}
.delay-10 {
  --delay: 2.2s;
}

.highlight-active {
  font-weight: 800;
  transition: font-weight 0.4s ease;
}
.margin-right-8 {
  --marginRight: 8px;
}
.margin-left-8 {
  --marginLeft: 8px;
}
.logo {
  width: 160px;
}
.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .mobile-only {
    display: inline;
  }
}