html {
  scroll-behavior: smooth;
}

body {
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1e2021;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #1e2021;
}

h1, .h1 {
  font-size: 3.5rem;
}

h2, .h2 {
  font-size: 2.5rem;
}

h3, .h3 {
  font-size: 2rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  background-color: #ff3000;
  color: #ffffff;
}

::selection {
  background-color: #ff3000;
  color: #ffffff;
}

:focus-visible {
  outline: 2px solid #ff3000;
  outline-offset: 2px;
}

a {
  color: #ff3000;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: rgb(204, 38.4, 0);
  text-decoration: underline;
}
a:focus, a:focus-visible {
  color: rgb(204, 38.4, 0);
  outline: 2px solid rgba(255, 48, 0, 0.4);
  outline-offset: 2px;
}
a:active {
  color: rgb(178.5, 33.6, 0);
}

.link-light {
  color: #ffffff;
}
.link-light:hover {
  color: #e9ecef;
}
.link-light:focus, .link-light:focus-visible {
  color: #e9ecef;
  outline-color: rgba(255, 255, 255, 0.4);
}
.link-light:active {
  color: #dee2e6;
}

.link-primary {
  color: #29423e;
}
.link-primary:hover {
  color: rgb(60.5420560748, 97.4579439252, 91.5514018692);
}
.link-primary:focus, .link-primary:focus-visible {
  color: rgb(60.5420560748, 97.4579439252, 91.5514018692);
  outline-color: rgba(41, 66, 62, 0.4);
}
.link-primary:active {
  color: rgb(21.4579439252, 34.5420560748, 32.4485981308);
}

.link-dark {
  color: #1e2021;
}
.link-dark:hover {
  color: #ff3000;
}
.link-dark:focus, .link-dark:focus-visible {
  color: #ff3000;
  outline-color: rgba(30, 32, 33, 0.4);
}
.link-dark:active {
  color: rgb(204, 38.4, 0);
}

.link-underline {
  position: relative;
  text-decoration: none;
}
.link-underline::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease;
}
.link-underline:hover {
  text-decoration: none;
}
.link-underline:hover::after {
  width: 100%;
}
.link-underline:focus, .link-underline:focus-visible {
  text-decoration: none;
}

.nav-link {
  color: #1e2021;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}
.nav-link:hover {
  color: #ff3000;
  text-decoration: none;
}
.nav-link:focus, .nav-link:focus-visible {
  color: #ff3000;
  outline: 2px solid rgba(255, 48, 0, 0.4);
  outline-offset: 2px;
}
.nav-link:active {
  color: rgb(204, 38.4, 0);
}
.nav-link.active {
  color: #ff3000;
}

.navbar-dark .nav-link {
  color: #ffffff;
}
.navbar-dark .nav-link:hover {
  color: #ff3000;
}
.navbar-dark .nav-link:focus, .navbar-dark .nav-link:focus-visible {
  color: #ff3000;
  outline-color: rgba(255, 255, 255, 0.4);
}
.navbar-dark .nav-link.active {
  color: #ff3000;
}

.footer-link {
  color: #ced4da;
  font-size: 0.875rem;
}
.footer-link:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer-link:focus, .footer-link:focus-visible {
  color: #ffffff;
  outline-color: rgba(255, 255, 255, 0.4);
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #1e2021;
  background-color: transparent;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
}
.social-link:hover {
  color: #ffffff;
  background-color: #ff3000;
  border-color: #ff3000;
  text-decoration: none;
}
.social-link:focus, .social-link:focus-visible {
  color: #ffffff;
  background-color: #ff3000;
  border-color: #ff3000;
  outline: 2px solid rgba(255, 48, 0, 0.4);
  outline-offset: 2px;
}

.social-link-light {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}
.social-link-light:hover {
  color: #29423e;
  background-color: #ffffff;
  border-color: #ffffff;
}
.social-link-light:focus, .social-link-light:focus-visible {
  color: #29423e;
  background-color: #ffffff;
  border-color: #ffffff;
  outline-color: rgba(255, 255, 255, 0.4);
}

.btn {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.875rem 2rem;
  border-radius: 0;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.btn:focus, .btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 48, 0, 0.4);
}

.btn-primary {
  background-color: #ff3000;
  border-color: #ff3000;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: rgb(204, 38.4, 0);
  border-color: rgb(204, 38.4, 0);
  color: #ffffff;
}
.btn-primary:focus, .btn-primary:focus-visible {
  background-color: rgb(204, 38.4, 0);
  border-color: rgb(204, 38.4, 0);
  color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 48, 0, 0.4);
}
.btn-primary:active {
  background-color: rgb(178.5, 33.6, 0);
  border-color: rgb(178.5, 33.6, 0);
  color: #ffffff;
}
.btn-primary:disabled, .btn-primary.disabled {
  background-color: #ced4da;
  border-color: #ced4da;
  color: #6c757d;
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-secondary {
  background-color: #29423e;
  border-color: #29423e;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: rgb(60.5420560748, 97.4579439252, 91.5514018692);
  border-color: rgb(60.5420560748, 97.4579439252, 91.5514018692);
  color: #ffffff;
}
.btn-secondary:focus, .btn-secondary:focus-visible {
  background-color: rgb(60.5420560748, 97.4579439252, 91.5514018692);
  border-color: rgb(60.5420560748, 97.4579439252, 91.5514018692);
  color: #ffffff;
  box-shadow: 0 0 0 3px rgba(41, 66, 62, 0.4);
}
.btn-secondary:active {
  background-color: rgb(21.4579439252, 34.5420560748, 32.4485981308);
  border-color: rgb(21.4579439252, 34.5420560748, 32.4485981308);
  color: #ffffff;
}
.btn-secondary:disabled, .btn-secondary.disabled {
  background-color: #ced4da;
  border-color: #ced4da;
  color: #6c757d;
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #ff3000;
  color: #ff3000;
}
.btn-outline-primary:hover {
  background-color: #ff3000;
  border-color: #ff3000;
  color: #ffffff;
}
.btn-outline-primary:focus, .btn-outline-primary:focus-visible {
  background-color: #ff3000;
  border-color: #ff3000;
  color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 48, 0, 0.4);
}
.btn-outline-primary:active {
  background-color: rgb(204, 38.4, 0);
  border-color: rgb(204, 38.4, 0);
  color: #ffffff;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  border-color: #ced4da;
  color: #ced4da;
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-outline-secondary {
  background-color: transparent;
  border-color: #29423e;
  color: #29423e;
}
.btn-outline-secondary:hover {
  background-color: #29423e;
  border-color: #29423e;
  color: #ffffff;
}
.btn-outline-secondary:focus, .btn-outline-secondary:focus-visible {
  background-color: #29423e;
  border-color: #29423e;
  color: #ffffff;
  box-shadow: 0 0 0 3px rgba(41, 66, 62, 0.4);
}
.btn-outline-secondary:active {
  background-color: rgb(21.4579439252, 34.5420560748, 32.4485981308);
  border-color: rgb(21.4579439252, 34.5420560748, 32.4485981308);
  color: #ffffff;
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  border-color: #ced4da;
  color: #ced4da;
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-outline-light {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-outline-light:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #29423e;
}
.btn-outline-light:focus, .btn-outline-light:focus-visible {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #29423e;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
}
.btn-outline-light:active {
  background-color: #e9ecef;
  border-color: #e9ecef;
  color: #29423e;
}

.btn-light {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #29423e;
}
.btn-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #29423e;
}
.btn-light:focus, .btn-light:focus-visible {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #29423e;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
}
.btn-light:active {
  background-color: #e9ecef;
  border-color: #e9ecef;
  color: #29423e;
}

.btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
}

.btn-sm {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-icon i, .btn-icon svg {
  transition: transform 0.3s ease;
}
.btn-icon:hover i, .btn-icon:hover svg {
  transform: translateX(4px);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1rem 0;
  transition: all 0.3s ease;
}
.site-header.header-transparent {
  background-color: #29423e;
}
@media (min-width: 992px) {
  .site-header.header-transparent {
    background-color: transparent;
  }
}
.site-header.header-solid, .site-header.scrolled {
  background-color: #29423e;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.navbar-brand {
  padding: 0;
}
.navbar-brand img {
  height: 35px;
  width: auto;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .navbar-brand img {
    height: 40px;
  }
}

.main-nav .nav-link {
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
  position: relative;
}
.main-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #ff3000;
  transition: width 0.3s ease;
}
.main-nav .nav-link:hover, .main-nav .nav-link:focus, .main-nav .nav-link.active {
  color: #ff3000;
}
.main-nav .nav-link:hover::after, .main-nav .nav-link:focus::after, .main-nav .nav-link.active::after {
  width: calc(100% - 2.5rem);
}

.navbar-toggler {
  border: none;
  padding: 0.5rem;
  color: #ffffff;
}
.navbar-toggler:focus {
  box-shadow: none;
  outline: 2px solid rgba(255, 255, 255, 0.4);
  outline-offset: 2px;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #29423e;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 0;
  }
  .main-nav .nav-link {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-nav .nav-link:last-child {
    border-bottom: none;
  }
  .main-nav .nav-link::after {
    display: none;
  }
}
.header-cta {
  margin-left: 1rem;
}
@media (max-width: 991px) {
  .header-cta {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
}

.site-footer {
  background-color: #1e2021;
}
@media (max-width: 991px) {
  .site-footer {
    min-height: auto;
  }
}

.footer-logo img {
  height: 40px;
  width: auto;
}

.footer-newsletter {
  max-width: 448px;
}

.footer-heading {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: -0.2px;
  margin-bottom: 24px;
}

.footer-form textarea.form-control,
.footer-form input.form-control {
  border: 1.2px solid #ffffff;
  background: transparent;
  padding: 12px 14px;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  border-radius: 0;
}
.footer-form textarea.form-control::-moz-placeholder, .footer-form input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-form textarea.form-control::placeholder,
.footer-form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-form textarea.form-control:focus,
.footer-form input.form-control:focus {
  outline: none;
}
.footer-form button {
  background: transparent;
  border: none;
  padding: 12px 14px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer-form button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.footer-address {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.6;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.2px;
}

.footer-contact-item {
  display: flex;
  gap: 16px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  margin-bottom: 8px;
}
.footer-contact-item .label {
  color: #ffffff;
  opacity: 0.6;
  width: 32px;
}
.footer-contact-item a {
  color: #ffffff;
  text-decoration: none;
}
.footer-contact-item a:hover {
  text-decoration: underline;
}

.footer-nav {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.footer-nav a {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
  letter-spacing: -0.2px;
  transition: all 0.3s ease;
}
.footer-nav a:hover, .footer-nav a.active {
  opacity: 1;
}

.footer-social {
  display: flex;
  gap: 16px;
}
.footer-social a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.footer-social a:hover {
  opacity: 0.7;
}

.footer-right-col {
  overflow: hidden;
  min-height: 400px;
}
.footer-right-col img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.footer-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 80px 48px;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .footer-bottom-bar {
    padding: 20px;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

section {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

.section-light {
  background-color: #fffce7;
}

.section-dark {
  background-color: #29423e;
  color: #ffffff;
}

.section-accent {
  background-color: #ff3000;
  color: #ffffff;
}

.section-mint {
  background-color: #d8e8d4;
}

.section-cream {
  background-color: #fffce7;
}

.section-header-pattern {
  padding-top: 64px;
  padding-bottom: 0;
}

.shared-bg {
  position: absolute;
  top: 50vh;
  left: 0;
  width: 100%;
  height: calc(50vh + 240px);
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .shared-bg {
    height: calc(50vh + 200px);
  }
}
.shared-bg img,
.shared-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shared-bg .shared-bg-placeholder {
  width: 100%;
  height: 100%;
  background-color: #29423e;
}

.hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
}
@media (max-width: 991px) {
  .hero-section {
    min-height: 500px;
    height: 70vh;
  }
}

.hero-bg-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-bg-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-bg-mobile::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #29423e;
}

.hero-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-title {
  font-size: clamp(3rem, 10vw, 7rem);
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -4px;
  margin: 0;
}

.hero-more-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.btn-circle {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  transition: all 0.3s ease;
}
.btn-circle.btn-circle-lg {
  width: 120px;
  height: 120px;
}
.btn-circle.btn-circle-accent {
  background-color: #ff3000;
  color: #ffffff;
}
.btn-circle.btn-circle-accent:hover {
  background-color: rgb(204, 38.4, 0);
  color: #ffffff;
}
.btn-circle.btn-circle-white {
  background-color: #ffffff;
  color: #333333;
}
.btn-circle.btn-circle-white:hover {
  background-color: #f8f9fa;
}

.about-section {
  position: relative;
  padding-bottom: 80px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .about-section {
    padding-bottom: 160px;
  }
}

.about-strip {
  height: 200px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .about-strip {
    height: 240px;
  }
}

.about-strip-text {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(2.5rem, 8vw, 7rem);
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: -4px;
  line-height: 0.9;
  z-index: 1;
}

.section-label {
  font-size: 1.25rem;
  letter-spacing: -0.2px;
}

.section-title-large {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -4px;
  line-height: 0.9;
  margin: 0;
}

.about-tagline {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #333333;
  line-height: 1.3;
  letter-spacing: -0.4px;
  margin-bottom: 0;
}

.about-description {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
  opacity: 0.6;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.about-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .about-images {
    grid-template-columns: 1fr;
  }
}

.about-image-item {
  position: relative;
  min-height: 200px;
}
@media (min-width: 768px) {
  .about-image-item {
    min-height: 280px;
  }
}

@media (min-width: 768px) {
  .about-image-tall {
    grid-row: span 2;
  }
}

.about-image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d8e8d4;
}

.about-address {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
  opacity: 0.6;
  line-height: 1.5;
  margin: 0;
}

.project-section .project-images {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .project-section .project-images {
    flex-direction: column;
  }
}
.project-section .project-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.project-section .project-image-wrapper.project-left .image-placeholder {
  background-color: #29423e;
}
.project-section .project-image-wrapper.project-right .image-placeholder {
  background-color: #d8e8d4;
}
@media (min-width: 992px) {
  .project-section .project-image-wrapper {
    height: 720px;
  }
}
.project-section .project-image-wrapper .project-name {
  position: absolute;
  left: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -2px;
}
@media (min-width: 992px) {
  .project-section .project-image-wrapper .project-name {
    font-size: 7rem;
    letter-spacing: -4px;
  }
}
.project-section .project-image-wrapper.project-left {
  flex: 0 0 42%;
}
.project-section .project-image-wrapper.project-left .project-name {
  bottom: 100px;
}
.project-section .project-image-wrapper.project-right {
  flex: 0 0 58%;
}
.project-section .project-image-wrapper.project-right .project-name {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .project-section .project-image-wrapper.project-left, .project-section .project-image-wrapper.project-right {
    flex: none;
    width: 100%;
  }
}
.project-section .project-info {
  background-color: #ffffff;
  padding: 80px;
  margin-left: auto;
  margin-top: -200px;
  position: relative;
  z-index: 1;
  max-width: 842px;
}
@media (max-width: 991px) {
  .project-section .project-info {
    margin-top: 0;
    padding: 40px;
    max-width: none;
  }
}
.project-section .project-year {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  letter-spacing: -0.2px;
}
.project-section .project-description {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
  opacity: 0.6;
  line-height: 1.5;
}

.services-section .services-image img {
  width: 100%;
  height: auto;
}
.services-section .service-item {
  padding: 24px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border-top: 2px solid transparent;
}
.services-section .service-item:first-child {
  padding-top: 0;
  border-top: none;
}
.services-section .service-item .service-header {
  display: flex;
  align-items: center;
}
.services-section .service-item .service-number {
  flex: 0 0 80px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
  opacity: 0.6;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .services-section .service-item .service-number {
    flex: 0 0 114px;
  }
}
.services-section .service-item .service-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin: 0;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .services-section .service-item .service-title {
    font-size: 2rem;
  }
}
.services-section .service-item .service-description {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  padding-left: 80px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
  opacity: 0;
  line-height: 1.5;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .services-section .service-item .service-description {
    padding-left: 114px;
    max-width: 400px;
  }
}
.services-section .service-item:hover .service-title {
  color: #ff3000;
}
.services-section .service-item.active {
  border-top-color: #ff3000;
  padding-top: 24px;
}
.services-section .service-item.active:first-child {
  border-top: 2px solid #ff3000;
  padding-top: 24px;
}
.services-section .service-item.active .service-title {
  font-size: 2rem;
  color: #ff3000;
}
@media (min-width: 992px) {
  .services-section .service-item.active .service-title {
    font-size: 2.5rem;
    letter-spacing: -1px;
  }
}
.services-section .service-item.active .service-description {
  max-height: 200px;
  opacity: 0.6;
  margin-top: 16px;
}

.featured-section {
  padding-bottom: 40px;
}
.featured-section .featured-grid {
  display: flex;
  gap: 24px;
  padding: 0 40px;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .featured-section .featured-grid {
    padding: 0 1rem;
  }
}
.featured-section .featured-card {
  position: relative;
  flex: 0 0 460px;
  height: 616px;
  overflow: hidden;
}
.featured-section .featured-card:nth-child(1) .image-placeholder {
  background-color: #29423e;
}
.featured-section .featured-card:nth-child(2) .image-placeholder {
  background-color: #d8e8d4;
}
.featured-section .featured-card:nth-child(3) .image-placeholder {
  background-color: #1e2021;
}
@media (max-width: 767px) {
  .featured-section .featured-card {
    flex: 0 0 300px;
    height: 450px;
  }
}
.featured-section .featured-card .featured-title {
  position: absolute;
  bottom: 70px;
  left: 40px;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -2px;
}
@media (min-width: 992px) {
  .featured-section .featured-card .featured-title {
    font-size: 3.5rem;
    letter-spacing: -4px;
  }
}
.featured-section .featured-card .btn-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease;
}
.featured-section .featured-card:hover .btn-circle {
  opacity: 1;
}
.featured-section .featured-drag-btn {
  position: absolute;
  left: auto;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.news-section {
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .news-section {
    padding-bottom: 80px;
  }
}
.news-section .news-featured {
  display: flex;
  align-items: flex-end;
  gap: 94px;
  padding: 0 40px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(135, 135, 135, 0.4);
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .news-section .news-featured {
    flex-direction: column;
    gap: 40px;
    padding: 0 1rem 40px;
  }
}
.news-section .news-featured-image {
  position: relative;
  flex: 0 0 460px;
  height: 192px;
  overflow: hidden;
}
.news-section .news-featured-image .news-featured-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 991px) {
  .news-section .news-featured-image {
    flex: none;
    width: 100%;
  }
}
.news-section .news-featured-content {
  padding-top: 40px;
}
.news-section .news-featured-content .news-title {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #333333;
  line-height: 1.3;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
}
.news-section .news-featured-content .news-date {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
  opacity: 0.6;
}
.news-section .news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 94px;
  padding: 0 40px;
  margin-left: auto;
  max-width: 700px;
}
@media (max-width: 767px) {
  .news-section .news-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 1rem;
    max-width: none;
  }
}
.news-section .news-item .news-item-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  line-height: 1.3;
  letter-spacing: -0.2px;
  margin-bottom: 16px;
}
.news-section .news-item .news-item-title a {
  color: inherit;
  text-decoration: none;
}
.news-section .news-item .news-item-title a:hover {
  color: #ff3000;
}
.news-section .news-item .news-item-date {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
  opacity: 0.6;
}

.team-section {
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .team-section {
    padding-bottom: 80px;
  }
}
.team-section .team-grid {
  display: flex;
  gap: 69px;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .team-section .team-grid {
    flex-direction: column;
    gap: 40px;
    padding: 0 1rem;
  }
}
.team-section .team-featured {
  flex: 0 0 415px;
  border-right: 1px solid rgba(135, 135, 135, 0.4);
  padding-right: 67px;
  padding-bottom: 56px;
}
@media (max-width: 991px) {
  .team-section .team-featured {
    flex: none;
    border-right: none;
    border-bottom: 1px solid rgba(135, 135, 135, 0.4);
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.team-section .team-featured .team-image {
  position: relative;
  width: 348px;
  height: 528px;
  overflow: hidden;
  margin-bottom: 48px;
}
.team-section .team-featured .team-image .image-placeholder {
  background-color: #29423e;
}
@media (max-width: 767px) {
  .team-section .team-featured .team-image {
    width: 100%;
    height: 400px;
  }
}
.team-section .team-featured .team-name {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #333333;
  line-height: 1.3;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
}
.team-section .team-featured .team-role {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
  opacity: 0.6;
  text-transform: uppercase;
}
.team-section .team-members {
  display: flex;
  gap: 24px;
  flex: 1;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .team-section .team-members {
    flex-wrap: wrap;
  }
}
.team-section .team-card {
  flex: 0 0 253px;
  padding-bottom: 56px;
}
.team-section .team-card:nth-child(odd) .image-placeholder {
  background-color: #d8e8d4;
}
.team-section .team-card:nth-child(even) .image-placeholder {
  background-color: #1e2021;
}
@media (max-width: 767px) {
  .team-section .team-card {
    flex: 0 0 calc(50% - 12px);
  }
}
.team-section .team-card .team-image {
  position: relative;
  width: 100%;
  height: 256px;
  overflow: hidden;
  margin-bottom: 32px;
}
.team-section .team-card .team-name {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  line-height: 1.3;
  letter-spacing: -0.2px;
  margin-bottom: 8px;
}
.team-section .team-card .team-role {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
  opacity: 0.6;
}
.team-section .team-drag-btn {
  position: absolute;
  right: calc(15% - 10px);
  bottom: 160px;
}
@media (max-width: 991px) {
  .team-section .team-drag-btn {
    display: none;
  }
}

.cta-section {
  position: relative;
  height: 720px;
}
@media (max-width: 767px) {
  .cta-section {
    height: auto;
    min-height: 500px;
  }
}
.cta-section .cta-background {
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  height: 100%;
  overflow: hidden;
}
.cta-section .cta-background .image-placeholder {
  background-color: #29423e;
}
@media (max-width: 767px) {
  .cta-section .cta-background {
    left: 1rem;
    right: 1rem;
  }
}
.cta-section .cta-title {
  position: absolute;
  top: 200px;
  left: 80px;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -2px;
}
@media (min-width: 992px) {
  .cta-section .cta-title {
    font-size: 7rem;
    letter-spacing: -4px;
  }
}
@media (max-width: 767px) {
  .cta-section .cta-title {
    top: 100px;
    left: 2rem;
    font-size: 2.5rem;
  }
}
.cta-section .cta-content {
  position: absolute;
  top: 450px;
  right: 120px;
}
@media (max-width: 767px) {
  .cta-section .cta-content {
    position: relative;
    top: auto;
    right: auto;
    padding: 300px 2rem 60px;
  }
}
.cta-section .cta-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: -0.2px;
  max-width: 236px;
  margin-bottom: 48px;
}

.marquee-section {
  padding: 120px 0;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .marquee-section {
    padding: 60px 0;
  }
}
.marquee-section .marquee-row {
  display: flex;
  gap: 32px;
  white-space: nowrap;
  margin-bottom: 16px;
}
.marquee-section .marquee-row:last-child {
  margin-bottom: 0;
}
.marquee-section .marquee-text {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -4px;
  line-height: 0.9;
}
@media (min-width: 992px) {
  .marquee-section .marquee-text {
    font-size: 6rem;
  }
}
.marquee-section .marquee-text.text-muted {
  color: #878787;
}
.marquee-section .marquee-text.text-dark {
  color: #333333;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  background-color: #ff3000;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  text-decoration: none;
  min-width: 184px;
  transition: all 0.3s ease;
}
.btn-cta:hover {
  background-color: rgb(204, 38.4, 0);
  color: #ffffff;
}
.btn-cta .btn-icon {
  width: 16px;
  height: 16px;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #29423e;
}

.text-accent {
  color: #ff3000 !important;
}

.text-primary {
  color: #29423e !important;
}

.bg-primary {
  background-color: #29423e !important;
}

.bg-accent {
  background-color: #ff3000 !important;
}

.bg-cream {
  background-color: #fffce7 !important;
}

.bg-mint {
  background-color: #d8e8d4 !important;
}

.bg-dark {
  background-color: #1e2021 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.letter-spacing {
  letter-spacing: 0.1em;
}

.text-uppercase {
  text-transform: uppercase;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: #ff3000;
  color: #ffffff;
  padding: 0.5rem 1rem;
  z-index: 9999;
  transition: top 0.3s ease;
}
.skip-link:focus {
  top: 0;
}