
p, li {
    font-family: var(--body-font-family);
    font-weight: var(--font-weight-normal);
    color: var(--color-primary-dark);
    font-size: var(--text-medium);
    letter-spacing: var(--letter-spacing-normal);
    line-height: var(--line-height-normal);
}

a:not(.btn) {
  color: var(--color-primary);
}

a:not(.btn):hover {
  color: var(--color-primary-dark);
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

 .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: transparent;
}

 header.header.solid .navbar {
   background-color: #0E201D !important;
}

.hero {
  display: flex;
  flex-direction: column;
  height: 900px;
  height: 100dvh;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-medium);
  padding: var(--spacing-global) var(--spacing-global) var(--spacing-global)
    var(--spacing-global);
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--color-white);
  overflow: hidden;
}

 .video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

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

 .hero-overlay {
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.container {
    display: flex;
    flex-direction: column;
    max-width: var(--container-container-large);
    align-items: flex-start;
    gap: var(--spacing-medium);
    position: relative;
    width: 100%;
    flex: 0 0 auto;
}

.container.container-full {
   max-width: 100%;
}

.container.gap-sm {
   gap: var(--spacing-small);
}

.hero .container {
  display: flex;
  flex-direction: column;
  /* max-width: var(--container-container-large); */
  max-width: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  gap: var(--spacing-medium);
 padding: var(--spacing-large)
    0
    var(--spacing-large)
    0;
  position: relative;
  flex: 1;
  width: 100%;
  flex-grow: 1;
}

 .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  gap: var(--spacing-smaller);
  position: relative;
  flex: 0 0 auto;
}

.hero .column {
   max-width: var(--max-width-xlarge);
}

.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-small);
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}


.content.items-center {
  align-items: center;
}

.project-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-small);
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

 .heading-hero {
  position: relative;
  align-self: stretch;
  
  font-family: var(--heading-font-family);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  font-size: var(--heading-xlarge);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-tight);
}

 .hero-text {
  position: relative;
  align-self: stretch;
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
  font-size: var(--text-large);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-normal);
}

 .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: -1.00px;
  margin-left: -1.00px;
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--color-white);
}

 .text-wrapper {
  position: relative;
  width: fit-content;
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
  font-size: var(--text-base);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-normal);
  white-space: nowrap;
}

 .navbar {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-xsmall) 
  var(--spacing-global) 
  var(--spacing-xsmall) 
  var(--spacing-global);
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  /* backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  background-color: var(--color-opacity-black-30); */
  transition: background-color 0.3s ease;
}

.navbar.menu-open {
  background-color: transparent !important;
}

 .header.scrolled .navbar {
  background-color: var(--color-neutral-darker);
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  background-color: var(--color-opacity-black-80);
}

 .navbar.menu-open {
  background-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .header-logo {
  position: relative;
  flex: 0 0 auto;
}

 .main-navigation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-smaller);
  position: relative;
  flex: 0 0 auto;
}

 .nav-links {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spacing-smaller);
  position: relative;
  flex: 0 0 auto;
}

 .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

  .nav-link a {
  position: relative;
  width: fit-content;
  
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
  font-size: var(--text-base);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-normal);
  white-space: nowrap;
}

.navbar .actions {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

/* Button base styles */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px 11px 20px;
  position: relative;
  border-radius: 4px;
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-normal);
  font-size: var(--text-base);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-normal);
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.btn:hover {
  opacity: 0.9;
}

.btn:active {
  transform: scale(0.98);
}

.btn:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* Outline button variant */
.btn-outline {
  background-color: transparent;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  transition: background-color 0.33s ease, border-color 0.33s ease;
}

.btn-outline:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

/* Solid button variant */
.btn-solid {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: var(--color-white);
  transition: background-color 0.33s ease, border-color 0.33s ease;
}

.btn-solid:hover {
  background-color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}

/* Play button variant */
.btn-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.33s ease, border-color 0.33s ease;
}

.btn-play svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.btn-play:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

 .button-text {
  position: relative;
  width: fit-content;
  margin-top: -4px;
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
  font-size: var(--text-base);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-normal);
  white-space: nowrap;
}

.button-social .button-text {
  color: var(--color-primary-dark);
  font-weight: var(--font-weight-normal);
}

.button-social:hover .button-text {
  color: var(--color-white);
}


.section-overview .container {
      align-items: center;
}

 .section-title {
  max-width: var(--max-width-xlarge);
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.section-title .content {
  gap: var(--spacing-xsmall);
}


.section-title.text-center .content,
.section-title.text-center {
     align-items: center;
}

 .leadin-wrapper {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.leadin-wrapper.text-center {
  align-items: center;
}

.leadin-wrapper  + .content {
    padding-top: 0;
}

 .heading {
  position: relative;
  align-self: stretch;
  font-family: var(--heading-font-family);
  font-weight: var(--font-weight-normal);
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-medium));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: var(--heading-large);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-medium);
  padding-bottom: 4px;
}

[data-fonts="geo"] {
  .heading { 
    font-weight: var(--font-weight-semi-bold);
  }
}


 .card-container {
  gap: var(--spacing-smaller);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
}

 .card {
  flex-direction: column;
  min-height: 630px;
  height: auto;
  justify-content: flex-end;
  gap: 24px;
  padding: 32px;
  flex: 1 1 calc(33.333% - 22px);
  max-width: calc(33.333% - 22px);
  display: flex;
  align-items: flex-start;
  position: relative;
  overflow: visible;
}

@media (max-width: 1139px) {
   .card-container {
    flex-direction: column;
    align-items: stretch;
  }
  
   .card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    min-height: 450px;
    height: auto;
    overflow: visible;
    padding: 24px;
    justify-content: flex-end;
    aspect-ratio: unset;
  }
  
  /* Add gradient overlay for text readability */
   .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%);
    z-index: 1;
    pointer-events: none;
  }
  
   .card .form-field,
   .card .content-bottom,
   .card .line,
   .card .p {
    z-index: 2;
    position: relative;
  }

  
   .card .p {
    font-size: 14px;
    line-height: 1.5;
  }
}


 .form-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  z-index: 1;
}

/* Required field asterisk indicator */
.form-field:has(.input[required])::after,
.form-field:has(.input[required])::after {
  content: '';
  position: absolute;
  right: 12px;
  top: calc(50% - 10px);
  bottom: 17px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23e3342f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 6v12'/%3E%3Cpath d='M17.196 9 6.804 15'/%3E%3Cpath d='m6.804 9 10.392 6'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.2s ease;
}

/* Position asterisk for textarea (top right) - with visually-hidden label */
.form-field:has(.visually-hidden):has(.text-area[required])::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 16px;
  bottom: auto;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23e3342f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 6v12'/%3E%3Cpath d='M17.196 9 6.804 15'/%3E%3Cpath d='m6.804 9 10.392 6'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.2s ease;
}

/* Position asterisk for textarea (top right) - with visible label */
.form-field:has(label:not(.visually-hidden)):has(.text-area[required])::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 48px;
  bottom: auto;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23e3342f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 6v12'/%3E%3Cpath d='M17.196 9 6.804 15'/%3E%3Cpath d='m6.804 9 10.392 6'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.2s ease;
}

/* Hide asterisk when field is focused */
.form-field:has(.input[required]:focus)::after,
.form-field:has(.text-area[required]:focus)::after {
  opacity: 0;
}

/* Show green checkmark when field has content */
.form-field:has(.input[required]:not(:placeholder-shown))::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2322c55e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  opacity: 1;
}

/* For email fields, only show green checkmark when valid */
.form-field:has(.input[type="email"][required]:not(:placeholder-shown))::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23e3342f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 6v12'/%3E%3Cpath d='M17.196 9 6.804 15'/%3E%3Cpath d='m6.804 9 10.392 6'/%3E%3C/svg%3E");
  opacity: 1;
}

.form-field.is-valid-email:has(.input[type="email"][required]:not(:placeholder-shown))::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2322c55e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  opacity: 1;
}

/* Show green checkmark for textarea with visually-hidden label */
.form-field:has(.visually-hidden):has(.text-area[required]:not(:placeholder-shown))::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2322c55e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  opacity: 1;
}

/* Show green checkmark for textarea with visible label */
.form-field:has(label:not(.visually-hidden)):has(.text-area[required]:not(:placeholder-shown))::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2322c55e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  opacity: 1;
}

/* Hide checkmark when focused (even with content) */
.form-field:has(.input[required]:focus:not(:placeholder-shown))::after,
.form-field:has(.text-area[required]:focus:not(:placeholder-shown))::after {
  opacity: 0;
}
.form-field:has(.text-area[required]:focus:not(:placeholder-shown))::after {
  opacity: 0;
}

/* Adjust position for date field with right icon */
.form-field:has(.input-with-icon .input[required])::after,
.form-field:has(.input-with-icon .input[required])::after {
  right: 52px;
}

/* Add right padding to required inputs to make room for asterisk */
.input[required],
.text-area[required] {
  padding-right: 36px;
}

 .line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
  z-index: 1;
}

 .content-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-smaller);
  position: relative;
  align-self: stretch;
  width: 100%;
  z-index: 1;
  flex: 0 0 auto;
}

 .p {
  position: relative;
  align-self: stretch;
  
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
  font-size: var(--text-base);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-normal);
}

.container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
   align-self: stretch;
  padding: 
    var(--spacing-large)
    var(--spacing-global)
    var(--spacing-large)
    var(--spacing-global);
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: var(--color-white);
}

.container-wrapper.section-top {
  padding-top: var(--spacing-xlarge); 
}

 .project-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-small);
  padding: 0px 48px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--color-opacity-black-5);
  border-radius: var(--radius-large);
  border-color: var(--color-opacity-black-20);
}


@media (min-width:1140px) {

  .project-item.project-item-odd  {
    padding: 0px 0px 0px 48px;
  }

  .project-item .project-image {
    border-radius: 8px 0px 0px 8px;
  }

}

 .project-item.project-item-odd .project-image {
  border-radius: 0 8px 8px 0;
}

 .row {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-medium);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}


  .row.items-center {
     align-items: center;
  }
  

 .project-image-wrapper{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  flex: 1;
  flex-grow: 1;
   align-self: stretch;
}

 .project-image {
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

 .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--spacing-smaller);
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}


 .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .tag {
  display: inline-flex;
  align-items: flex-start;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--color-primary-20);
    border-radius: var(--radius-medium);
}

 .tag-text {
  position: relative;
  width: fit-content;
  
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-medium);
  color: var(--color-primary);
  font-size: var(--text-small);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-normal);
  white-space: nowrap;
}

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  gap: var(--spacing-xsmall);
}

 .flex-column.project-content {
  gap: var(--spacing-mini);
}


h3 {
  font-family: var(--heading-font-family);
  font-weight: var(--font-weight-normal);
  color: var(--color-primary-dark);
  font-size: var(--heading-2);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-tight);
}

[data-fonts="geo"] {
  h3 {
    font-size: var(--heading-3);
  }
}

 .project-name {
  position: relative;
  align-self: stretch;
}

 .line-2 {
  width: 100%;
  max-width: 573px;
  height: 0;
  border-top: 1px solid var(--color-secondary-darker);
}


 .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-small);
  padding: 0px 0px 0px 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--color-opacity-black-5);
  border-radius: var(--radius-large);
  border-color: var(--color-opacity-black-20);
}



 .project-image {
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
  object-fit: cover;
}

 .leadin {
  position: relative;
  width: fit-content;
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-medium);
  color: var(--color-primary-dark);
  font-size: var(--text-base);
  letter-spacing: var(--letter-spacing-wide);
  line-height: var(--line-height-normal);
  text-transform: uppercase;
}

.text * {
  margin-bottom: 1rem;
  &:last-child {
    margin-bottom: 0;
  }
}

 .text-white *,
 .text-white {
  color: #fff;
}


/* Scroll Tabs Animation */
 .scroll-tabs-wrapper {
  position: relative;
  /* Wrapper height = content height + extra scroll space for tab transitions */
  /* Using padding-bottom to create scroll distance without visual gap */
}

 .scroll-tabs-wrapper::after {
  content: '';
  display: block;
  height: 200dvh; /* Creates scroll space for 4 tabs - more space = smoother transitions */
}

 .scroll-tabs-pinned {
  position: sticky;
  top: 185px; /* Account for sticky header (145px) + some breathing room */
  display: flex;
  align-items: flex-start;
}

 .scroll-tabs-wrapper.is-pinned .scroll-tabs-pinned {
  height: calc(100dvh);
}

@media (min-width: 1140px) and (min-height: 1080px) {
   .scroll-tabs-wrapper.is-pinned .scroll-tabs-pinned {
    height: 768px !important;
  }
}

 .scroll-tabs {
  display: flex;
  gap: var(--spacing-small);
  position: relative;
  width: 100%;
}

 .scroll-tabs-content {
  flex: 1;
  display: flex;
  align-items: center;
}

 .scroll-tabs-images {
  position: relative;
  aspect-ratio: 1;
  width: 100%;
  border-radius: var(--radius-large);
  overflow: hidden;
  background-color: var(--color-neutral-darker);
}

 .scroll-tabs-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}

 .scroll-tabs-image.active {
  opacity: 1;
}

 .scroll-tabs-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}

 .scroll-tabs-video-wrapper.active {
  opacity: 1;
}

 .scroll-tabs-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

 .scroll-tabs-list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-smaller);
  flex: 1;
  position: relative;
}

 .scroll-tab {
  padding: 12px 24px 12px 24px;
  position: relative;
  border-left: 5px solid transparent;
  cursor: pointer;
  transition: background-color 0.33s ease, border-color 0.33s ease, border-radius 0.33s ease;
  min-height: 60px;
  border-radius: 8px;
}

 .scroll-tab:hover {
  background-color: #f2f2f2;
}

 .scroll-tab.active {
  border-color: var(--color-secondary-darker);
  border-radius: 0 8px 8px 0;
}

 h3.scroll-tab-title {
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-medium);
  color: var(--color-primary-dark);
  font-size: var(--heading-5);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-medium);
  transition: color 0.33s ease;
  margin: 0;
}

@media (max-width: 767px) {
 h3.scroll-tab-title {
    font-size: var(--heading-3);
 }
}

@media (max-width: 576px) {
 h3.scroll-tab-title {
    font-size: var(--heading-4);
 }
}

 .scroll-tab.active .scroll-tab-title {
  color: var(--color-primary);
}

 .scroll-tab-description {
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin 0.4s ease;
}

 .scroll-tab.active .scroll-tab-description {
  max-height: 500px;
  opacity: 1;
  margin-top: 8px;
}

.scroll-tab-description p,
.scroll-tab-description li {
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-normal);
  color: var(--color-primary-dark);
  font-size: var(--text-base);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-normal);
}


section ul {
  margin-top: 1rem;
  list-style-type: disc;
  margin-left: 1.25em;
  padding-left: 0;
}

section li {
  margin-bottom: 0.75em;
  line-height: 1;
}

/* Legacy tabs-content for backward compat */
 .tabs-content {
  aspect-ratio: 1;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

section.section-company.container-wrapper  {
    background-color: var(--color-neutral-darker);
}

.section-safety .heading,
.section-company .heading {
  background: linear-gradient(135deg, var(--color-secondary-dark), var(--color-secondary-darker));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 4px;
}



 h2 {
  position: relative;
  align-self: stretch;
  
  font-family: var(--heading-font-family);
  font-weight: var(--font-weight-normal);
  color: var(--color-secondary-darker);
  font-size: var(--heading-large);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-tight);
}

 .company-video {
  position: relative;
  width: 600px;
  height: 400px;
  border-radius: var(--radius-large);
  overflow: hidden;
  border: 1px solid #fdfdfd;
  background-image: url(./img/company-video.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

 .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  width: 64px;
  height: 64px;
  background: none;
  border: 0 none;
  appearance: none;
  display: block;
}

 .play-button svg {
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease;
}

 .play-button:hover svg {
  transform: scale(1.15);
}

 .section-safety {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), url(./img/bg-safety-3.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

  .section-safety .section-title {
  width: 380px;
  align-items: flex-start;
  gap: var(--spacing-smaller);
  display: flex;
  flex-direction: column;
  position: relative;
}

 .cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-small);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

 .cards-row {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-small);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .card-item {
  display: flex;
  flex-direction: column;
  min-height: 284px;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--color-opacity-black-80);
  border-radius: var(--radius-large);
}

 .card-heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .icon-safety {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  color: var(--primary);
}

 .cards-row h3 {
  position: relative;
  flex: 1;
  
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-medium);
  color: var(--color-secondary-darker);
  font-size: var(--heading-5);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-medium);
}

 .card-item p {
  position: relative;
  align-self: stretch;
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
  font-size: var(--text-base);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-normal);
}

 .form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 616px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

 .form-estimate {
  max-width: 800px;
}

 .form-row {
  display: flex;
  gap: 16px;
  width: 100%;
}

 .form-row .form-field {
  flex: 1;
}

@media (max-width: 576px) {
  .form-row {
    flex-direction: column;
    gap: 24px;
  }
}

 .input {
  position: relative;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  height: 50px;
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-normal);
  color: var(--color-black);
  font-size: var(--text-base);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-normal);
  background: transparent;
  border-radius: var(--radius-large);
  border: 1px solid var(--color-black);
  padding: 12px;
  box-sizing: border-box;
}

 .input[type="date"] {
  min-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  -webkit-text-align: left;
}

/* Fix iOS Safari date input centering */
 .input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
  margin: 0;
  padding: 0;
}

 .input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

 .input-with-icon {
  position: relative;
  width: 100%;
}

 .input-with-icon .input {
  padding-right: 48px;
}

 .input-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

 .input-with-icon-left {
  position: relative;
  width: 100%;
}

 .input-with-icon-left .input {
  padding-left: 44px;
}

 .input-icon-left {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

 .input-icon-left.mail-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLW1haWwtaWNvbiBsdWNpZGUtbWFpbCI+PHBhdGggZD0ibTIyIDctOC45OTEgNS43MjdhMiAyIDAgMCAxLTIuMDA5IDBMMiA3Ii8+PHJlY3QgeD0iMiIgeT0iNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjE2IiByeD0iMiIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

 .input-icon-left.phone-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLXBob25lLWljb24gbHVjaWRlLXBob25lIj48cGF0aCBkPSJNMTMuODMyIDE2LjU2OGExIDEgMCAwIDAgMS4yMTMtLjMwM2wuMzU1LS40NjVBMiAyIDAgMCAxIDE3IDE1aDNhMiAyIDAgMCAxIDIgMnYzYTIgMiAwIDAgMS0yIDJBMTggMTggMCAwIDEgMiA0YTIgMiAwIDAgMSAyLTJoM2EyIDIgMCAwIDEgMiAydjNhMiAyIDAgMCAxLS44IDEuNmwtLjQ2OC4zNTFhMSAxIDAgMCAwLS4yOTIgMS4yMzMgMTQgMTQgMCAwIDAgNi4zOTIgNi4zODQiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

 .input-icon-left.building-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWJ1aWxkaW5nLWljb24gbHVjaWRlLWJ1aWxkaW5nIj48cGF0aCBkPSJNMTIgMTBoLjAxIi8+PHBhdGggZD0iTTEyIDE0aC4wMSIvPjxwYXRoIGQ9Ik0xMiA2aC4wMSIvPjxwYXRoIGQ9Ik0xNiAxMGguMDEiLz48cGF0aCBkPSJNMTYgMTRoLjAxIi8+PHBhdGggZD0iTTE2IDZoLjAxIi8+PHBhdGggZD0iTTggMTBoLjAxIi8+PHBhdGggZD0iTTggMTRoLjAxIi8+PHBhdGggZD0iTTggNmguMDEiLz48cGF0aCBkPSJNOSAyMnYtM2ExIDEgMCAwIDEgMS0xaDRhMSAxIDAgMCAxIDEgMXYzIi8+PHJlY3QgeD0iNCIgeT0iMiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjIwIiByeD0iMiIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

 .input-icon svg {
  width: 100%;
  height: 100%;
}

 .input-icon svg path,
 .input-icon svg rect,
 .input-icon svg line,
 .input-icon svg g path {
  stroke: var(--color-black) !important;
}

 .input-icon .calendar-fallback {
  color: var(--color-black);
}

/* Hide fallback when Lottie animation is present */
 .input-icon svg.calendar-fallback:not(:only-child) {
  display: none;
}

 .input::placeholder {
  color: var(--color-black);
  opacity: 0.6;
}

label,
.form-label {
  position: relative;
  align-self: stretch;
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-medium);
  color: var(--color-black);
  font-size: var(--text-base);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-normal);
}

 .text-area {
  height: 182px;
  padding: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: var(--radius-large);
  border: 1px solid var(--color-black);
  background: transparent;
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-normal);
  color: var(--color-black);
  font-size: var(--text-base);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-normal);
  box-sizing: border-box;
  resize: vertical;
}

 .text-area::placeholder {
  color: var(--color-black);
  opacity: 0.6;
}

 .line-3 {
  position: absolute;
  right: 3px;
  bottom: 6px;
  width: 3px;
  height: 3px;
  object-fit: cover;
}

 .line-4 {
  position: absolute;
  right: 2px;
  bottom: 10px;
  width: 7px;
  height: 7px;
  object-fit: cover;
}

 .checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 0px 0px 16px;
  position: relative;
  flex: 0 0 auto;
}

 .checkbox p {
  width: 100%;
  margin: 8px 0 0 0;
  font-family: var(--body-font-family);
  color: var(--color-black);
  font-weight: var(--font-weight-medium);
  font-size: var(--text-xsmall);
  line-height: 1.5;
  opacity: 0.7;
}

/* Custom animated checkbox */
 .checkbox-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

 .checkbox-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  margin: 0;
}

 .checkbox-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  pointer-events: none;
}

 .checkbox-icon svg {
  width: 100%;
  height: 100%;
}

 .checkbox-icon svg path,
 .checkbox-icon svg polyline {
  stroke: var(--color-black) !important;
}

/* Focus state for accessible checkbox */
 .checkbox-input:focus + .checkbox-icon {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
  border-radius: 4px;
}

 .checkbox-input:focus:not(:focus-visible) + .checkbox-icon {
  outline: none;
}

 .checkbox-input:focus-visible + .checkbox-icon {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
  border-radius: 4px;
}

 .label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-medium);
  color: var(--color-black);
  font-size: var(--text-small);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-normal);
  white-space: nowrap;
}

 .button-submit {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: -2.00px;
  margin-left: -2.00px;
  background-color: var(--color-primary);
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--color-primary);
  cursor: pointer;
}

 .button-submit:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

 .contact-info-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .contact-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

 .icon-contact {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  color: var(--primary);
}

 h3.contact-card-title {
  position: relative;
  align-self: stretch;
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-semi-bold);
  color: var(--color-primary-dark);
  font-size: var(--text-medium);
}

 .contact-card-text {
  position: relative;
  align-self: stretch;
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-normal);
  color: var(--color-primary-dark);
  font-size: var(--text-base);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-normal);
  margin: 0;
}

 .contact-card-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

 .contact-card-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

 .contact-card-actions {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

 .contact-link {
  position: relative;
  align-self: stretch;
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-normal);
  color: var(--color-primary);
  font-size: var(--text-base);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-normal);
  text-decoration: underline;
  transition: color 0.33s ease;
}

 .contact-link:hover {
  color: var(--color-primary-dark);
}

 .link-arrow {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  color: var(--color-primary);
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-normal);
  font-size: var(--text-base);
  cursor: pointer;
  transition: color 0.33s ease;
}

 .link-arrow:hover {
  color: var(--color-primary-dark);
}

 .link-arrow:hover svg path {
  fill: var(--color-primary-dark);
  stroke: var(--color-primary-dark);
}

 .link-arrow-text {
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-normal);
  color: var(--color-primary);
  font-size: var(--text-base);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-normal);
  white-space: nowrap;
}

 .icon-chevron {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: var(--color-primary);
  margin-top: 4px;
}

section.section-gallery  {
 background-color: var(--color-neutral-lightest);
}

section.section-gallery .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-medium);
 
}

 .button-social {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  border-radius: var(--radius-large);
  border: 2px solid;
  border-color: var(--color-primary-dark);
  cursor: pointer;
  transition: background-color 0.33s ease;
}

 .button-social:hover {
  background-color: var(--color-primary-dark);
}

 .button-social .text {
  transition: color 0.33s ease;
}

 .button-social:hover .text {
  color: #fff;
}

 .button-social svg {
  transition: fill 0.33s ease;
  fill: var(--color-primary-dark);
}

 .button-social:hover svg {
  fill: #fff;
}

 .button-social .text {
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-medium);
  color: var(--color-primary-dark);
  font-size: var(--text-medium-bold-font-size);
}

 .heading-sm {
  position: relative;
  width: 100%;
  max-width: 1280px;
  
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-semi-bold);
  color: var(--color-primary-dark);
  font-size: var(--text-large);
  text-align: center;
}

 .affiliates {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 3.8;
  object-fit: cover;
}

 .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-medium);
  padding: var(--spacing-medium)
    var(--spacing-global)
    var(--spacing-medium)
    var(--spacing-global);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--color-primary-darker);
}

.footer .container {
  display: flex;
  flex-direction: column;
  max-width: var(--container-container-large);
  align-items: flex-start;
  gap: 24px;
  position: relative;
  width: 100%;
}


 .logo {
  position: relative;
  height: 100px;
  width: auto;
  object-fit: contain;
}

  
  /* Footer logo constrained on mobile */
   .logo {
    width: 100%;
    height: 100%;
  }

.footer-links {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--spacing-smaller);
  position: relative;
  flex: 0 0 auto;
  flex-wrap: wrap;
}

.footer-links a {
  position: relative;
  width: fit-content;
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  font-size: var(--text-small);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-normal);
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-links a:hover {
  opacity: 0.8;
  color: var(--color-secondary-darker);
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.social-links a:hover .icon-social {
  fill: #CDC48C;
}

.icon-social {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: white;
}

 .credits {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-smaller);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-top: 1px solid var(--color-secondary-darker);
}

 .divider {
  align-self: stretch;
  width: 100%;
  height: 1px;
  background-color: var(--secondary);
}

 .copyright {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

 .copyright-text {
  position: relative;
  width: fit-content;
  
  font-family: var(--body-font-family);
  color: var(--color-white);
  font-size: var(--text-small);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-normal);
  white-space: nowrap;
}

 a.copyright-link {
  font-family: var(--body-font-family);
  color: var(--color-neutral-lightest);
  font-size: var(--text-small);
  text-decoration: underline;
  white-space: nowrap;
}

a.copyright-link:hover {
  color: var(--color-secondary-darker);
}


/* Inject original CSS code here */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

 .navbar {
  z-index: 1000;
}

 .nav-link a {
  text-decoration: none;
  color: white;
  display: block;
}

 .nav-link a:hover,
 .nav-link a:focus {
  text-decoration: none;
  color: var(--color-secondary-darker);
}

 .button,
 .button-submit,
 .button-4,
 .button-social,
 .play-button {
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

 .button:hover,
 .button-submit:hover,
 .button-4:hover,
 .play-button:hover {
  opacity: 0.9;
}

 .button:active,
 .button-submit:active,
 .button-4:active {
  transform: scale(0.98);
}

 .play-button:active {
  transform: translate(-50%, -50%) scale(0.98);
}

 .input:focus,
 .text-area:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

 .text-area {
  resize: vertical;
  min-height: 182px;
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-normal);
  font-size: var(--text-base);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-normal);
  color: var(--color-black);
  background: transparent;
  padding: 12px;
  width: 100%;
}

 .text-area::placeholder {
  color: var(--color-black);
  opacity: 0.6;
}

/* ===== NEW SERVICE CARDS ===== */
 .services-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-smaller);
  width: 100%;
}

 .service-card {
  position: relative;
  min-height: 630px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

 .service-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

 .service-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,1) 100%);
  z-index: 1;
}

.service-card-overlay.overlay-25 {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,1) 100%);
}

.service-card-overlay.overlay-15 {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 25%, rgba(0,0,0,1) 100%);
} 

.service-card-overlay.overlay-5 {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 25%, rgba(0,0,0,1) 100%);
}

@media (max-width:767px) {

  .service-card-overlay {
       background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,1) 100%) !important;
  }

}

 .service-card-content {
  position: relative;
  z-index: 2;
  padding: var(--spacing-smaller);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  min-height: 280px;
}

 .service-card-title {
  font-family: var(--heading-font-family);
  font-weight: var(--font-weight-bold);
  font-size: var(--heading-2);
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
  display: block;
}

[data-fonts="geo"] {
  .service-card-title {
      font-weight: var(--font-weight-semi-bold);
      font-size: var(--heading-4);
  }
}

 .service-card-line {
  width: 100%;
  height: 1px;
  background-color: var(--color-secondary-darker);
}

 .service-card-text {
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-normal);
  font-size: var(--text-base);
  line-height: var(--line-height-normal);
  color: #ffffff;
  margin: 0;
}

  .project-item .content {
     padding: var(--spacing-small) 0;
  }

/* Tablet */
@media (max-width: 1139px) {

    .about-heading br {
    display: none;
  }


    .project-item .content {
     padding: var(--spacing-xsmall);
  }


  .container {
       gap: var(--spacing-small);
  }

  .container-wrapper {
    padding: var(--spacing-small) var(--spacing-global) var(--spacing-small) var(--spacing-global);
  }

   .services-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
   .service-card {
    min-height: 400px;
  }
  
   .service-card-title {
    font-size: 32px;
  }
  
   .service-card-content {
    padding: var(--spacing-xsmall);
    min-height: auto;
  }
  
  
   .section-title {
    max-width: 100%;
    padding: 0;
  }
  

  
  /* H3 headings - Tablet */
   .service-card-title {
    font-size: 36px;
  }
  
   .project-name {
    font-size: 36px;
  }
  
  /* Safety section - Tablet */
   .section-safety .section-title {
    width: 100%;
  }

  /* Header responsive - Tablet */
  .hero .container {
    padding: 80px 20px;
    gap: var(--spacing-small);
  }
  
   .column {
    max-width: 100%;
  }
  
   .heading-hero {
    font-size: 64px;
  }
  
   .hero-text {
    font-size: 18px;
  }
  
  /* Portfolio cards responsive - Tablet */

   .row {
    flex-direction: column;
    gap: var(--spacing-small);
  }
   .project-item {
    padding: 0;
    overflow: hidden;
  }
  
  
   .project-item-odd .row {
    flex-direction: column-reverse;
  }

  .section-portfolio .row {
    gap: 0;
  }
  
   .project-image-wrapper {
    width: 100%;
  }
  
   .project-image {
    object-fit: cover;
    max-height: 500px;
  }
  
   .content {
    padding: var(--spacing-smaller) 0;
    .content {
      padding: 0;
    }
  }

    .project-item .content {
    padding: var(--spacing-small);
  }

  
  
   .company-video {
    order: 2;
    width: 100%;
    height: auto;
    aspect-ratio: 602 / 402;
  }
  
   h2 {
    font-size: 48px;
  }
  
   .cards-row h3 {
    font-size: 20px;
  }

  /* Capabilities section tabs-content responsive */
   .tabs-content {
    width: 100%;
    max-width: 100%;
  }
  
  /* Scroll tabs responsive - tablet: disable pinned behavior */
   .scroll-tabs-wrapper::after {
    display: none;
  }
  
   .scroll-tabs-pinned {
    position: relative;
    top: 0;
    height: auto;
  }
  
   .scroll-tabs {
    flex-direction: column;
  }
  
   .scroll-tabs-content {
    display: none; /* Hide the original media container */
  }
  
  /* Inline media styles for mobile */
   .scroll-tab-inline-media {
    position: relative !important;
    opacity: 1 !important;
    width: 100%;
    border-radius: var(--radius-large);
    margin-bottom: 16px;
    aspect-ratio: 16 / 10;
  }
  
   .scroll-tab-inline-media.scroll-tabs-video-wrapper {
    display: block;
    height: auto;
  }
  
   .scroll-tab-inline-media .scroll-tabs-video {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 10;
    border-radius: var(--radius-large);
  }
  
   .scroll-tab {
    min-height: auto;
    padding: var(--spacing-xsmall) 0;
    cursor: default;
    border-left: 0 none;
  }
  
   .scroll-tab.active {
    border-color: transparent; /* Remove active border on mobile */
    border: 0;
  }
  
   .scroll-tab:hover {
    background-color: transparent;
  }
  
  /* Remove active title color change on mobile */
   .scroll-tab.active .scroll-tab-title {
    color: var(--color-primary-dark);
  }
  
  /* Show all descriptions on mobile */
   .scroll-tab .scroll-tab-description {
    max-height: none;
    opacity: 1;
    margin-top: 12px;
  }
}

/* Mobile */
@media (max-width: 576px) {


  .project-item .content {
    padding: var(--spacing-small); var(--spacing-xsmall);
  }


  .scroll-tabs-list {
  padding: 0;
}

.project-item.project-item-odd  {
  padding: 0px 0px 0px 0px;
}

.hero {
  max-height: 600px;
}

  .hero,
  .container-wrapper {
    padding-top: var(--spacing-medium);
    padding-left: var(--spacing-small);
    padding-right: var(--spacing-small);
    padding-bottom: var(--spacing-medium);
  }

  .container {
    gap: var(--spacing-smaller);
  }

   .service-card {
    min-height: 350px;
  }
  
   .cards-row h3 {
    font-size: 18px;
  }
  
   .service-card-title {
    font-size: 32px;
  }
  
   .service-card-text {
    font-size: var(--text-base);
  }
  
   .service-card-content {
    padding: var(--spacing-xsmall);
     min-height: auto;
  }
  
   .section-title {
    gap: 12px;
  }

  
  /* Header responsive - Mobile */
  .hero .container {
    padding: 0;
    gap: var(--spacing-smaller);
  }
  
   .heading-hero {
    font-size: 36px;
  }
  
   .hero-text {
      font-size: var(--text-base);
  }
  
   .content {
    gap: var(--spacing-xsmall);
  }
  
  /* Portfolio cards responsive - Mobile */


  .project-image {
    max-height: 250px;
  }
  
   .content {
    padding: var(--spacing-xsmall) 0;
  }


   .project-name {
    font-size: 32px;
  }
  
   p, li {
      font-size: var(--text-base);
      line-height: var(--line-height-normal);
  }
  
  
   h2 {
    font-size: 36px;
  }
  
  /* Footer navigation stacked on mobile */
  .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  
  /* Footer bottom row stacked on mobile */
   .copyright {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  
  /* Contact info row stacked on mobile */
   .contact-info-row {
    flex-direction: column;
    gap: 24px;
  }
  
  /* Mobile padding for main containers */
  .hero,
  .container-wrapper {
    padding-top: var(--spacing-small);
    padding-left: var(--spacing-xsmall);
    padding-right: var(--spacing-xsmall);
    padding-bottom: var(--spacing-small);
  }
  
   .navbar {
    padding: var(--spacing-xsmall);
  }
  
   .footer {
    padding-left: var(--spacing-xsmall);
    padding-right: var(--spacing-xsmall);
  }

}

/* Small Tablet / Large Mobile */
@media (max-width: 767px) {
   .cards-row {
    flex-direction: column;
    gap: 24px;
  }
  
   .cards {
    gap: 24px;
  }
}

/* Mobile Menu Styles */
 .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  z-index: 1001;
}

 .mobile-menu-toggle #menu-icon {
  width: 38px;
  height: 38px;
}

 .mobile-menu-toggle #menu-icon svg path {
  stroke: var(--color-white);
}

 .mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color-neutral-darker);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

 .mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

 .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 90px 24px;
  gap: 24px;
}

 .mobile-nav-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

 a.mobile-link {
  font-family: var(--body-font-family);
  font-weight: var(--text-regular-medium-font-weight);
  font-size: 20px;
  color: var(--color-white);
  text-decoration: none;
  letter-spacing: var(--text-regular-medium-letter-spacing);
  line-height: var(--text-regular-medium-line-height);
  transition: opacity 0.2s ease;
}

 a.mobile-link:hover {
  text-decoration: none;
 color: var(--color-secondary-darker);
}

 .mobile-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

 .mobile-actions .btn {
  font-size: 20px;
  min-width: 226px;
}

@media (max-width: 1139px) {
   .mobile-menu-toggle {
    display: block;
  }
  
   .mobile-menu-overlay {
    display: block;
  }
  
   .main-navigation {
    display: none;
  }
  
   .header-logo {
    height: 70px;
    width: auto;
  }
}

@media (max-width: 767px) {
  

   .header-logo {
    height: 55px;
    width: auto;
  }

  .navbar {
    padding: var(--spacing-xsmall);
  }

}

/* Splide Gallery Styles */
#gallery-slider {
  width: 100%;
}

#gallery-slider .splide__slide {
  border-radius: var(--radius-medium);
  overflow: hidden;
}

#gallery-slider .splide__slide img {
  width: 100%;
  object-fit: cover;
  display: block;
}

#gallery-slider .splide__arrow {
  background: var(--color-primary);
  opacity: 1;
  width: 48px;
  height: 48px;
}

#gallery-slider .splide__arrow svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

#gallery-slider .splide__arrow:hover {
  opacity: 0.8;
}

#gallery-slider .splide__pagination__page {
  background: rgba(255, 255, 255, 0.5);
  width: 12px;
  height: 12px;
}

#gallery-slider .splide__pagination__page.is-active {
  background: var(--color-primary);
}




/* Project Stats */

.grid-project-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  height: fit-content;
  max-width: 600px;
}

/* Mobile responsive - 2 columns */
@media (max-width: 768px) {
  .grid-project-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 400px;
  }
}

@media (max-width: 375px) {
  .grid-project-stats {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    max-width: 250px;
  }
}

/* Base styles for all project stat cards */
.project-stat-card {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0; /* Prevent flex items from growing beyond container */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  box-sizing: border-box;
}

/* Badge/tag styling */
.stat-badge {
  min-width: 100%;
  display: inline-flex;
  align-items: flex-start;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--color-secondary-darker);
  border-radius: var(--radius-medium);
}

/* Stat value styling */
.stat-value {
  width: fit-content;
  margin-top: -1px;
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-medium);
  color: var(--color-primary-darker);
  white-space: nowrap;
  position: relative;
  font-size: var(--text-small);
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-normal);
}

/* Description text styling */
.stat-description {
  align-self: stretch;
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary-dark);
  position: relative;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  margin: 0;
  text-transform: uppercase;
}