html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", -apple-system, sans-serif;
  font-weight: 400;
  color: #282828;
  background: #ffffff;
  overflow-x: hidden;
  max-width: 100vw;
}

.form-select.filter-select,
.form-control.form-control-luxury {
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 0.9rem 1.25rem;
  font-family: "Poppins", -apple-system, sans-serif;
}

.form-control.form-control-luxury:focus {
  border-color: #BB2020;
  box-shadow: 0 0 0 2px rgba(187, 32, 32, 0.15);
}

#mainNav {
  background: transparent !important;
  border-bottom: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 1.5rem 0;
}

#mainNav .nav-link,
#mainNav .nav-link:hover,
#mainNav .nav-link:focus {
  color: #ffffff !important;
}

#mainNav .nav-tagline {
  color: rgba(255, 255, 255, 0.85);
}

#mainNav .nav-brand-logo {
  filter: none;
  box-shadow: none;
}

#mainNav .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

#mainNav.scrolled {
  background: #282828 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}

#mainNav.scrolled .nav-link,
#mainNav.scrolled .nav-link:hover,
#mainNav.scrolled .nav-link:focus {
  color: #ffffff !important;
}

#mainNav.scrolled .nav-tagline {
  color: rgba(255, 255, 255, 0.85);
}

#mainNav.scrolled .nav-brand-logo {
  filter: none;
  box-shadow: none;
}

#mainNav.scrolled .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 2rem;
}

@media (min-width: 992px) {
  .nav-container {
    max-width: none;
    margin: 0;
    padding-left: 5.5rem;
    padding-right: 2rem;
  }
  #mainNav .navbar-collapse {
    margin-right: 9rem;
  }
}
.nav-brand-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  gap: 0.15rem;
  margin-right: auto;
}

.nav-brand-logo {
  height: 42px;
  width: auto;
  box-shadow: none !important;
}

.nav-tagline {
  font-size: 0.7rem;
  color: #666666;
  letter-spacing: 0.02em;
}

#mainNav .navbar-collapse {
  flex-grow: 0;
  align-items: center;
  gap: 2rem;
}

#mainNav .nav-links-center {
  display: flex;
  align-items: center;
  gap: 2rem;
}

#mainNav .nav-link {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
  padding: 0.35rem 0.75rem !important;
  position: relative;
  overflow: hidden;
}
#mainNav .nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
#mainNav .nav-link:hover::before {
  transform: scaleX(1);
}

.btn-nav-cta {
  display: inline-block;
  padding: 0.6rem 1.25rem;
  background: #BB2020;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 6px;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.btn-nav-cta:hover {
  background: #9a1a1a;
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .nav-container {
    flex-wrap: wrap;
  }
  #mainNav .navbar-collapse {
    width: 100%;
    order: 3;
  }
  #mainNav .nav-links-center {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .btn-nav-cta {
    margin-top: 0.5rem;
  }
}
.hero-section {
  height: 100vh;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .hero-section {
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .hero-section {
    min-height: 700px;
  }
}
.hero-slider {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #1a1a1a;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.hero-slide.active {
  opacity: 1;
}

@media (max-width: 991px) {
  .hero-slide {
    background-attachment: scroll;
  }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.85) 100%);
}

.hero-content {
  position: absolute;
  bottom: 18%;
  left: 6%;
  right: 6%;
  max-width: 800px;
}

.hero-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #BB2020;
  margin-bottom: 0.75rem;
}

.hero-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.05;
  margin-bottom: 0.75rem;
}

.hero-subtitle {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  letter-spacing: 0.02em;
}

.btn-hero {
  display: inline-block;
  padding: 1rem 2.25rem;
  background: #BB2020;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  border: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-hero:hover {
  background: #9a1a1a;
  color: #ffffff !important;
}

.btn-outline {
  display: inline-block;
  padding: 0.9rem 1.75rem;
  border: 2px solid #282828;
  color: #282828;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-outline:hover {
  background: #282828;
  color: #ffffff;
}

.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.7rem;
  letter-spacing: 0.25em;
}
.hero-scroll .scroll-line {
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0.5rem auto 0;
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% {
    opacity: 0.5;
    transform: scaleY(1);
  }
  50% {
    opacity: 1;
    transform: scaleY(0.5);
  }
}
.section-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #BB2020;
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 400;
  color: #282828;
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
}

.section-text {
  font-size: 1rem;
  line-height: 1.9;
  color: #666666;
  margin-bottom: 1rem;
}

.section-about-preview {
  padding: clamp(5rem, 12vw, 10rem) 0;
  background: #ffffff;
}

.about-preview-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 3rem);
}

.about-preview-row {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 520px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 4px 24px rgba(40, 40, 40, 0.06);
}

@media (min-width: 992px) {
  .about-preview-row {
    grid-template-columns: 1fr 1fr;
  }
}
.about-preview-image {
  order: 1;
}

@media (min-width: 992px) {
  .about-preview-image {
    order: 0;
  }
}
.about-preview-image .about-image-wrap {
  height: 100%;
  min-height: 380px;
  background: #e8e8e8;
}
.about-preview-image .about-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .about-preview-image .about-image-wrap {
    min-height: 520px;
  }
}
.about-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
}
.about-placeholder .placeholder-text {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  color: #999999;
}

.about-preview-content {
  display: flex;
  align-items: center;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem);
}

.about-content-inner {
  max-width: 520px;
  width: 100%;
}

.about-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #BB2020;
  margin: 0 0 1rem;
}

.about-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 400;
  color: #282828;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 0 1.25rem;
}

.about-text {
  font-size: 1rem;
  line-height: 1.85;
  color: #666666;
  margin: 0 0 1.75rem;
}

.btn-about-cta {
  display: inline-block;
  padding: 0.85rem 1.75rem;
  border: 2px solid #282828;
  color: #282828;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-about-cta:hover {
  background: #282828;
  color: #ffffff;
}

@media (max-width: 575px) {
  .about-preview-content {
    padding: 2rem 1.25rem;
  }
}
.section-inspiration {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  background: #ffffff;
}

.inspiration-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}

.inspiration-header-text {
  max-width: 600px;
}

.inspiration-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 400;
  color: #282828;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.inspiration-subtitle {
  font-size: 1rem;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

.inspiration-view-all {
  font-size: 0.95rem;
  font-weight: 500;
  color: #282828;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(40, 40, 40, 0.2);
  border-radius: 8px;
  background: #ffffff;
  transition: all 0.2s ease;
}
.inspiration-view-all:hover {
  border-color: #BB2020;
  color: #BB2020;
}

.inspiration-wrapper {
  position: relative;
  padding-right: 0;
}

.inspiration-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.inspiration-grid-6020 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.inspiration-row {
  display: flex;
  gap: 1rem;
  height: min(34vh, 320px);
  align-items: stretch;
}

.inspiration-row-1 .inspiration-card:nth-child(1) {
  flex: 6 1 0;
}

.inspiration-row-1 .inspiration-card:nth-child(2) {
  flex: 2 1 0;
}

.inspiration-row-1 .inspiration-card:nth-child(3) {
  flex: 2 1 0;
}

.inspiration-row-2 .inspiration-card:nth-child(1) {
  flex: 2 1 0;
}

.inspiration-row-2 .inspiration-card:nth-child(2) {
  flex: 6 1 0;
}

.inspiration-row-2 .inspiration-card:nth-child(3) {
  flex: 2 1 0;
}

.inspiration-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(40, 40, 40, 0.08), 0 2px 6px rgba(40, 40, 40, 0.05);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.inspiration-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(40, 40, 40, 0.12), 0 4px 12px rgba(40, 40, 40, 0.06);
}

.inspiration-card-image {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.inspiration-row .inspiration-card {
  min-width: 0;
}

.inspiration-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.inspiration-card:hover .inspiration-card-image img {
  transform: scale(1.05);
}

.inspiration-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 1.25rem;
  background: linear-gradient(to top, rgba(40, 40, 40, 0.75), transparent);
}
.inspiration-card-overlay span {
  font-size: 0.95rem;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.inspiration-wrapper .inspiration-view-all {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

@media (max-width: 991px) {
  .inspiration-row {
    flex-wrap: wrap;
    height: auto;
  }
  .inspiration-row-1 .inspiration-card:nth-child(n),
  .inspiration-row-2 .inspiration-card:nth-child(n) {
    flex: 1 1 calc(50% - 0.5rem);
  }
  .inspiration-card-image {
    aspect-ratio: 16/9;
    flex: none;
  }
}
@media (max-width: 575px) {
  .inspiration-row {
    min-height: auto;
  }
  .inspiration-row-1 .inspiration-card:nth-child(n),
  .inspiration-row-2 .inspiration-card:nth-child(n) {
    flex: 1 1 100%;
  }
  .inspiration-header {
    flex-direction: column;
  }
}
.section-experience-carousel {
  padding: clamp(5rem, 12vw, 10rem) 0;
  background: #ffffff;
}

.experience-card {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 2.5rem 3rem;
  box-shadow: 0 4px 24px rgba(40, 40, 40, 0.06), 0 2px 8px rgba(40, 40, 40, 0.04);
}

.experience-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.experience-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 2.8vw, 2.25rem);
  font-weight: 500;
  color: #282828;
  margin: 0;
  letter-spacing: -0.02em;
}

.experience-view-all {
  font-size: 0.95rem;
  font-weight: 500;
  color: #282828;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(40, 40, 40, 0.2);
  border-radius: 8px;
  transition: all 0.2s ease;
}
.experience-view-all:hover {
  border-color: #BB2020;
  color: #BB2020;
}

.experience-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}

.experience-left,
.experience-right {
  min-width: 0;
}

@media (min-width: 992px) {
  .experience-body {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}
.experience-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.experience-category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #282828;
  padding: 1rem 0.5rem;
  background: #ffffff;
  border: 1px solid rgba(40, 40, 40, 0.08);
  border-radius: 12px;
  transition: all 0.2s ease;
}
.experience-category-item:hover {
  border-color: #BB2020;
  box-shadow: 0 4px 16px rgba(187, 32, 32, 0.15);
}

.experience-category-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(40, 40, 40, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.category-icon-text {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #BB2020;
}

.experience-category-name {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.experience-category-count {
  font-size: 0.75rem;
  color: #666666;
}

.experience-ctas {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn-experience-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: #ffffff;
  border: 2px solid #BB2020;
  color: #BB2020;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.btn-experience-cta:hover {
  background: #BB2020;
  color: #ffffff;
}

.cta-icon {
  font-size: 0.75rem;
  opacity: 0.9;
}

.experience-right {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(40, 40, 40, 0.12), 0 4px 16px rgba(40, 40, 40, 0.06);
  width: 100%;
}

#experienceCarousel {
  border-radius: 12px;
  overflow: hidden;
}

.carousel-image-wrap {
  position: relative;
  aspect-ratio: 16/7;
  overflow: hidden;
}
.carousel-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-brand-overlay {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.35rem 0.5rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  box-shadow: 0 1px 8px rgba(40, 40, 40, 0.08);
}

.carousel-brand-logo {
  height: 18px;
  width: auto;
  max-width: 80px;
  display: block;
}

@media (max-width: 991px) {
  .experience-right {
    order: -1;
  }
}
@media (max-width: 767px) {
  .section-experience-carousel {
    padding: clamp(2rem, 6vw, 4rem) 0;
  }
  .experience-card {
    padding: 1.25rem;
  }
  .experience-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }
  .experience-title {
    font-size: clamp(1.25rem, 4.5vw, 1.5rem);
  }
  .experience-category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .experience-category-item {
    padding: 0.75rem 0.5rem;
  }
  .experience-category-icon {
    width: 44px;
    height: 44px;
  }
  .category-icon-text {
    font-size: 1rem;
  }
  .experience-category-name {
    font-size: 0.8rem;
  }
  .experience-category-count {
    font-size: 0.7rem;
  }
  .experience-ctas {
    flex-direction: column;
  }
  .btn-experience-cta {
    justify-content: center;
    width: 100%;
  }
  .carousel-brand-overlay {
    top: 0.75rem;
    right: 0.75rem;
    padding: 0.5rem 0.75rem;
  }
  .carousel-brand-name {
    font-size: 1rem;
  }
  .carousel-brand-tagline {
    font-size: 0.65rem;
  }
  #experienceCarousel .carousel-control-prev,
  #experienceCarousel .carousel-control-next {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 475px) {
  .experience-category-grid {
    grid-template-columns: 1fr;
  }
}
.section-services {
  position: relative;
  padding: clamp(5rem, 12vw, 10rem) 0;
  background-image: url("https://images.unsplash.com/photo-1616486338811-3dada1de8317?w=1920&q=85");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.section-services::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(40, 40, 40, 0.65) 0%, rgba(40, 40, 40, 0.92) 100%);
  z-index: 0;
}
.section-services .container {
  position: relative;
  z-index: 1;
}
.section-services .section-eyebrow {
  font-weight: 600;
  color: #BB2020;
  text-shadow: 0 1px 4px rgba(40, 40, 40, 0.5);
}
.section-services .section-title {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(40, 40, 40, 0.5);
}

@media (max-width: 991px) {
  .section-services {
    background-attachment: scroll;
  }
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.service-card {
  padding: 2.5rem 2rem;
  background: #ffffff;
  box-shadow: 0 6px 24px rgba(40, 40, 40, 0.2);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}
.service-card p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #666666;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(40, 40, 40, 0.25);
}

.service-number {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.5rem;
  color: #BB2020;
  margin-bottom: 0.5rem;
}

.section-projects {
  padding: clamp(5rem, 12vw, 10rem) 0;
  background: #ffffff;
}

.signature-carousel-wrapper {
  position: relative;
  padding: 0 3rem;
}

#signatureCarousel {
  overflow: hidden;
}

.signature-cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.signature-project-card {
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(40, 40, 40, 0.08);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.signature-project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(40, 40, 40, 0.12);
}

.signature-card-image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 12px;
}
.signature-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.signature-project-card:hover .signature-card-image img {
  transform: scale(1.05);
}

.signature-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem 1.25rem;
  background: linear-gradient(to top, rgba(40, 40, 40, 0.85), transparent);
  color: #ffffff;
}

.signature-card-category {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.signature-card-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0.35rem 0 0;
  color: #ffffff;
  line-height: 1.3;
}

.signature-carousel-nav {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(40, 40, 40, 0.12);
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  box-shadow: 0 2px 12px rgba(40, 40, 40, 0.1);
}
.signature-carousel-nav:hover {
  background: #282828;
  border-color: #282828;
}
.signature-carousel-nav:hover .carousel-control-prev-icon,
.signature-carousel-nav:hover .carousel-control-next-icon {
  filter: brightness(0) invert(1);
}

.signature-carousel-nav .carousel-control-prev-icon,
.signature-carousel-nav .carousel-control-next-icon {
  background-size: 60%;
}

@media (max-width: 991px) {
  .signature-cards-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .signature-carousel-wrapper {
    padding: 0 2.5rem;
  }
}
@media (max-width: 575px) {
  .signature-cards-row {
    grid-template-columns: 1fr;
  }
  .signature-carousel-wrapper {
    padding: 0 2rem;
  }
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

@media (min-width: 640px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.portfolio-project-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(40, 40, 40, 0.06);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio-project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(40, 40, 40, 0.12);
}

.portfolio-project-image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.portfolio-project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio-project-card:hover .portfolio-project-image img {
  transform: scale(1.08);
}

.portfolio-project-title {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  padding: 1.25rem 1rem 1.5rem;
  color: #282828;
  text-align: center;
}

.section-process {
  padding: clamp(5rem, 12vw, 10rem) 0;
  background: #282828;
  color: #ffffff;
}

.section-process .section-eyebrow {
  color: #BB2020;
}

.section-process .section-title {
  color: #ffffff;
}

.process-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 3rem;
}

.process-step {
  text-align: left;
}
.process-step .process-number {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3rem;
  color: #BB2020;
  margin-bottom: 0.75rem;
}
.process-step .process-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}
.process-step .process-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.section-stats {
  position: relative;
  padding: clamp(5rem, 12vw, 10rem) 0;
  border-top: 1px solid rgba(40, 40, 40, 0.06);
  background-image: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1920&q=85");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.section-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(40, 40, 40, 0.65) 0%, rgba(40, 40, 40, 0.92) 100%);
  z-index: 0;
}
.section-stats .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .section-stats {
    background-attachment: scroll;
  }
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 3rem;
  text-align: center;
}

.stat-number {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #ffffff;
  margin-bottom: 0.25rem;
  text-shadow: 0 2px 8px rgba(40, 40, 40, 0.5);
}

.stat-label {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(40, 40, 40, 0.5);
}

.section-cta {
  position: relative;
  padding: clamp(5rem, 12vw, 10rem) 2rem;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1920&q=85");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.section-cta .cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(40, 40, 40, 0.75);
}
.section-cta .cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.section-cta .cta-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  color: #ffffff;
  margin-bottom: 0.75rem;
}
.section-cta .cta-text {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

@media (max-width: 991px) {
  .section-cta {
    background-attachment: scroll;
  }
}
.page-hero {
  position: relative;
  padding: 14rem 2rem 7rem;
  text-align: center;
}
.page-hero .page-hero-bg {
  position: absolute;
  inset: 0;
  background: #282828;
}
.page-hero .page-hero-content {
  position: relative;
}
.page-hero .page-hero-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.75rem, 5.5vw, 4.25rem);
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.page-hero .page-hero-subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.15rem;
}

.page-hero .hero-eyebrow {
  color: #BB2020;
}

@media (max-width: 767px) {
  .page-hero {
    padding: 10rem 1.5rem 5rem;
  }
}
@media (max-width: 575px) {
  .page-hero {
    padding: 8rem 1rem 4rem;
  }
}
.portfolio-hero .portfolio-hero-bg {
  background: #282828;
  background-image: url("https://images.unsplash.com/photo-1615874959474-d609969a20ed?w=1920&q=85");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.portfolio-hero .portfolio-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(40, 40, 40, 0.6);
}

.about-page-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10rem 2rem 6rem;
}

@media (max-width: 767px) {
  .about-page-hero {
    padding: 8rem 1.5rem 5rem;
  }
}
@media (max-width: 575px) {
  .about-page-hero {
    padding: 7rem 1rem 4rem;
  }
}
.about-hero-bg {
  position: absolute;
  inset: 0;
  background: #282828;
  background-image: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1920&q=85");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.about-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(40, 40, 40, 0.6);
}

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

.about-hero-title {
  font-family: "Poppins", -apple-system, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.5rem;
}

.about-hero-subtitle {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 6vw, 5rem);
  color: #ffffff;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.about-hero-tagline {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.about-intro-section {
  padding: clamp(5rem, 12vw, 10rem) 2rem;
  background: #f5f5f5;
}

.about-intro-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 30px rgba(40, 40, 40, 0.08);
}

.about-intro-image-wrap {
  position: relative;
  min-height: 450px;
}

.about-intro-image {
  position: absolute;
  inset: 1.5rem;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(40, 40, 40, 0.1);
  filter: contrast(1.04) saturate(1.08);
}
.about-intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-intro-content {
  padding: 3rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-intro-icon {
  width: 32px;
  height: 32px;
  color: #282828;
  margin-bottom: 1.5rem;
}
.about-intro-icon svg {
  width: 100%;
  height: 100%;
}

.about-intro-heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 1.75rem;
  line-height: 1.15;
}

.about-section-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: #282828;
  margin-bottom: 1.5rem;
}

.about-section-text {
  color: #666666;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.about-intro-content .about-section-text {
  margin-bottom: 1.5rem;
}

.btn-about-outline {
  display: inline-block;
  padding: 0.9rem 1.75rem;
  border: 2px solid #282828;
  color: #282828;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 0.5rem;
  align-self: flex-start;
}
.btn-about-outline:hover {
  background: #282828;
  color: #ffffff;
}

@media (max-width: 991px) {
  .about-intro-card {
    grid-template-columns: 1fr;
  }
  .about-intro-image-wrap {
    min-height: 320px;
    order: 1;
  }
  .about-intro-image {
    inset: 1rem;
    border-radius: 10px;
  }
  .about-intro-content {
    padding: 2.5rem 2rem;
    order: 2;
  }
}
.about-tagline-section {
  padding: clamp(5rem, 12vw, 10rem) 2rem;
  background: #f0f0f0;
}

.about-tagline-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.about-tagline {
  font-family: "Poppins", -apple-system, sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #282828;
  max-width: 580px;
  line-height: 1.4;
  margin: 0;
}

.btn-tagline-cta {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #BB2020;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.btn-tagline-cta:hover {
  background: #9a1a1a;
  color: #ffffff !important;
}

.about-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.about-service-card {
  padding: 2rem 1.25rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(40, 40, 40, 0.06);
  text-align: center;
  transition: all 0.2s ease;
}
.about-service-card:hover {
  box-shadow: 0 4px 20px rgba(40, 40, 40, 0.1);
}
.about-service-card h3 {
  font-family: "Poppins", -apple-system, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #282828;
  margin: 1rem 0 0;
}

.about-service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  color: #888;
}
.about-service-icon svg {
  width: 100%;
  height: 100%;
}

.about-why-section {
  padding: clamp(5rem, 12vw, 10rem) 2rem;
  background: #ffffff;
}

.about-section-heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: #282828;
  margin-bottom: 0;
}

.about-why-card {
  padding: 2rem;
  background: #fafafa;
  border-left: 4px solid #BB2020;
  height: 100%;
}
.about-why-card h3 {
  font-family: "Poppins", -apple-system, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #282828;
  margin-bottom: 0.75rem;
}
.about-why-card p {
  font-size: 0.95rem;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

.about-why-number {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  color: #BB2020;
  display: block;
  margin-bottom: 0.5rem;
}

.about-testimonials-section {
  padding: clamp(5rem, 12vw, 10rem) 2rem;
  background: #282828;
}

.about-testimonials-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #e8dcc8;
  text-align: center;
  margin-bottom: 0.75rem;
}

.about-testimonials-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
  color: #e8dcc8;
}
.about-testimonials-icon svg {
  width: 32px;
  height: 32px;
}

.about-testimonials-carousel {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.about-testimonial-card {
  padding: 2.5rem 3rem;
  text-align: left;
  background: #282828;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  position: relative;
}

.about-testimonial-quote {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 4rem;
  color: rgba(187, 32, 32, 0.6);
  line-height: 1;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.about-testimonial-text {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.75;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  max-height: 140px;
  overflow-y: auto;
}

.about-testimonial-author {
  font-family: "Poppins", -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

.about-testimonial-subtitle {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.about-testimonials-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.about-testimonial-nav-btn {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(187, 32, 32, 0.2);
  border: 1px solid rgba(187, 32, 32, 0.5);
  color: #ffffff;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.about-testimonial-nav-btn:hover {
  background: rgba(187, 32, 32, 0.4);
  color: #ffffff;
}

.about-process-section {
  padding: clamp(5rem, 12vw, 10rem) 2rem;
  background: #ffffff;
}

.about-process-card {
  padding: 2rem;
  background: #fafafa;
  height: 100%;
  transition: all 0.2s ease;
}
.about-process-card:hover {
  background: #f0f0f0;
}
.about-process-card h3 {
  font-family: "Poppins", -apple-system, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #282828;
  margin-bottom: 0.5rem;
}
.about-process-card p {
  font-size: 0.95rem;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

.about-process-number {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  color: #BB2020;
  display: block;
  margin-bottom: 0.75rem;
}

.about-projects-section {
  padding: clamp(5rem, 12vw, 10rem) 2rem;
  background: #f8f8f8;
}

.about-project-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  transition: all 0.2s ease;
}
.about-project-card:hover {
  box-shadow: 0 8px 30px rgba(40, 40, 40, 0.12);
}
.about-project-card:hover .about-project-image img {
  transform: scale(1.05);
}

.about-project-image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.about-project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-project-info {
  padding: 1.5rem;
}
.about-project-info h3 {
  font-family: "Poppins", -apple-system, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #282828;
  margin-bottom: 0.25rem;
}

.about-project-meta {
  font-size: 0.85rem;
  color: #666666;
  margin: 0;
}

.about-faq-section {
  padding: clamp(5rem, 12vw, 10rem) 2rem;
  background: #ffffff;
}

.about-faq-list {
  max-width: 700px;
  margin: 2rem auto 0;
}

.about-faq-accordion .accordion-button {
  font-family: "Poppins", -apple-system, sans-serif;
  font-weight: 600;
}
.about-faq-accordion .accordion-button:not(.collapsed) {
  background: #f8f8f8;
  color: #BB2020;
}
.about-faq-accordion .accordion-body {
  color: #666666;
  line-height: 1.6;
}

.about-contact-section {
  padding: clamp(5rem, 12vw, 10rem) 2rem;
  background: #f8f8f8;
}

.about-contact-intro {
  font-size: 1.1rem;
  color: #666666;
  margin-top: 1rem;
}
.about-contact-intro a {
  color: #BB2020;
  text-decoration: none;
}
.about-contact-intro a:hover {
  text-decoration: underline;
}

.about-contact-social {
  display: flex;
  justify-content: center;
}
.about-contact-social .social-icon {
  color: #282828;
}
.about-contact-social .social-icon:hover {
  color: #BB2020;
}

@media (max-width: 991px) {
  .about-hero-bg,
  .portfolio-hero .portfolio-hero-bg,
  .contact-hero .contact-hero-bg {
    background-attachment: scroll;
  }
  .about-tagline-header {
    flex-direction: column;
    align-items: stretch;
  }
  .about-tagline {
    max-width: none;
  }
  .about-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .about-services-grid {
    grid-template-columns: 1fr;
  }
}
.site-footer {
  padding: 4rem 2rem 2.5rem;
  background: #282828;
  color: rgba(255, 255, 255, 0.85);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
  text-align: left;
}

.footer-brand-col {
  max-width: 280px;
}
.footer-brand-col .footer-logo-link {
  display: inline-block;
  margin-bottom: 1rem;
}
.footer-brand-col .footer-logo {
  height: 48px;
  width: auto;
  filter: none;
  box-shadow: none !important;
}
.footer-brand-col .footer-title {
  font-family: "Poppins", -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 0.5rem;
}
.footer-brand-col .footer-tagline {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

.footer-col .footer-heading {
  font-family: "Poppins", -apple-system, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 1.25rem;
}

.footer-links a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}
.footer-links a:hover {
  color: #BB2020;
}

.footer-logout-form {
  display: block;
  margin: 0;
}

.footer-logout-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  cursor: pointer;
  padding: 0;
  margin: 0 0 0.6rem;
  text-align: left;
  display: block;
  font-family: inherit;
  transition: color 0.2s ease;
}
.footer-logout-btn:hover {
  color: #BB2020;
}

.footer-contact {
  font-size: 0.9rem;
  line-height: 1.9;
}
.footer-contact p {
  margin: 0 0 0.5rem;
}
.footer-contact a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer-contact a:hover {
  color: #BB2020;
}

.footer-social {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-social .footer-social-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}
.footer-social .footer-social-link:hover {
  color: #BB2020;
}

.social-icons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.2s ease, transform 0.2s ease;
}
.social-icon:hover {
  color: #BB2020;
  transform: translateY(-3px);
}

.site-footer .social-icons {
  margin-top: 0.25rem;
}

.contact-info-card .social-icons {
  margin-top: 0.5rem;
}

.contact-info-card .social-icon {
  color: rgba(40, 40, 40, 0.7);
}
.contact-info-card .social-icon:hover {
  color: #BB2020;
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  text-align: left;
}

@media (max-width: 575px) {
  .footer-bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-dev {
    justify-self: center;
  }
}
.footer-copy {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer-dev {
  margin: 0;
  font-size: 0.8rem;
  justify-self: end;
  color: rgba(255, 255, 255, 0.65);
}
.footer-dev a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-dev a:hover {
  color: #BB2020;
  text-decoration: underline;
}

.main-content {
  padding-top: 0;
}

.portfolio-main {
  padding: 3.5rem 0 clamp(5rem, 12vw, 10rem);
  background: linear-gradient(180deg, #faf9f7 0%, #ffffff 15%);
}

.portfolio-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 2.5rem);
}

.portfolio-breadcrumb {
  font-size: 0.85rem;
  margin-bottom: 3.5rem;
  padding-top: 0.5rem;
}
.portfolio-breadcrumb a {
  color: #666666;
  text-decoration: none;
  transition: color 0.2s ease;
}
.portfolio-breadcrumb a:hover {
  color: #BB2020;
}
.portfolio-breadcrumb .breadcrumb-sep {
  color: rgba(40, 40, 40, 0.3);
  margin: 0 0.4rem;
}
.portfolio-breadcrumb .breadcrumb-current {
  color: #282828;
  font-weight: 500;
}

.portfolio-categories-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

@media (min-width: 640px) {
  .portfolio-categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.portfolio-category-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(40, 40, 40, 0.06);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio-category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(40, 40, 40, 0.12);
}

.portfolio-category-image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.portfolio-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio-category-card:hover .portfolio-category-image img {
  transform: scale(1.08);
}

.portfolio-category-title {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  padding: 1.25rem 1rem 1.5rem;
  color: #282828;
  text-align: center;
}

.portfolio-subcategories-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .portfolio-subcategories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.portfolio-subcategory-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(40, 40, 40, 0.06);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio-subcategory-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(40, 40, 40, 0.12);
}

.portfolio-subcategory-image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.portfolio-subcategory-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio-subcategory-card:hover .portfolio-subcategory-image img {
  transform: scale(1.08);
}

.portfolio-subcategory-title {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  margin: 0;
  padding: 1.25rem 1rem 1.5rem;
  color: #282828;
  text-align: center;
}

.portfolio-empty-msg {
  display: block;
}

.project-detail-hero {
  padding: 10rem 2rem 4rem;
  background: #282828;
}

.project-breadcrumb {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  color: #BB2020;
}

.project-detail-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #ffffff;
}

.project-detail-content {
  padding: clamp(5rem, 12vw, 10rem) 0;
}

.project-description {
  max-width: 700px;
  margin-bottom: 3rem;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666666;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .project-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
  }
}
@media (min-width: 992px) {
  .project-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.project-gallery .gallery-item {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(40, 40, 40, 0.06);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.project-gallery .gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(40, 40, 40, 0.12);
}
.project-gallery .gallery-item:hover .gallery-link img {
  transform: scale(1.05);
}

.gallery-item img {
  width: 100%;
  height: auto;
  min-height: 240px;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}

.gallery-link {
  display: block;
  overflow: hidden;
}

.gallery-placeholder {
  min-height: 300px;
  background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", Georgia, serif;
  color: #999999;
}

.project-navigation {
  padding: 2rem 0;
}

.contact-hero .contact-hero-bg {
  background: #282828;
  background-image: url("https://images.unsplash.com/photo-1497366216548-37526070297c?w=1920&q=85");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.contact-hero .contact-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(40, 40, 40, 0.65);
}

.contact-section {
  padding: clamp(5rem, 12vw, 10rem) 0;
  background: linear-gradient(180deg, #faf9f7 0%, #ffffff 20%);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.contact-section-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
  font-weight: 400;
  color: #282828;
  margin-bottom: 1.5rem;
}

.contact-form-card {
  background: #ffffff;
  padding: 2.5rem;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(40, 40, 40, 0.06);
}

.contact-form .form-label {
  font-size: 0.85rem;
  font-weight: 500;
  color: #282828;
  margin-bottom: 0.5rem;
}

.contact-form .form-control-luxury {
  border-radius: 10px;
  padding: 0.95rem 1.25rem;
  border: 1px solid rgba(40, 40, 40, 0.12);
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form .form-control-luxury:focus {
  border-color: #BB2020;
  box-shadow: 0 0 0 3px rgba(187, 32, 32, 0.12);
  outline: none;
}

.contact-form textarea.form-control-luxury {
  min-height: 140px;
  resize: vertical;
}

.btn-contact-submit {
  width: 100%;
  padding: 1rem 1.5rem;
  background: #BB2020;
  color: #ffffff !important;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-top: 0.25rem;
}
.btn-contact-submit:hover {
  background: #9a1a1a;
}

.contact-info-wrap .contact-section-title {
  margin-bottom: 1.5rem;
}

.contact-info-card {
  background: #ffffff;
  padding: 2.5rem;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(40, 40, 40, 0.06);
}

.contact-info-item {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}
.contact-info-item:last-child {
  margin-bottom: 0;
}
.contact-info-item .icon-wrap {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  background: rgba(187, 32, 32, 0.12);
  color: #BB2020;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
}
.contact-info-item h4 {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 0.35rem;
  font-weight: 600;
}
.contact-info-item a, .contact-info-item p {
  color: #282828;
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
}
.contact-info-item a:hover {
  color: #BB2020;
}

.contact-map-wrap {
  margin-top: 4rem;
}
.contact-map-wrap .contact-section-title {
  margin-bottom: 1.5rem;
}

.contact-map {
  height: 400px;
  background: #e8e8e8;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(40, 40, 40, 0.06);
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 575px) {
  .contact-form-card,
  .contact-info-card {
    padding: 1.5rem;
  }
  .contact-map {
    height: 280px;
  }
  .contact-map-wrap {
    margin-top: 3rem;
  }
}
.alert-luxury {
  border-radius: 12px;
  background: rgba(187, 32, 32, 0.08);
  color: #282828;
  border: 1px solid rgba(187, 32, 32, 0.2);
  padding: 1.25rem 1.5rem;
}

.btn-full {
  width: 100%;
}

.section-content {
  padding: clamp(5rem, 12vw, 10rem) 0;
}

.content-block {
  margin-bottom: 4rem;
}

.content-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 1rem;
}

.content-subtitle {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.principal-card {
  background: #f5f5f5;
  padding: 3rem;
}

.auth-page {
  padding: 8rem 1.5rem 6rem;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #faf8f5 0%, #f5f0ea 100%);
}

.auth-card-wrapper {
  width: 100%;
  max-width: 720px;
}

.auth-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 24px 48px rgba(40, 40, 40, 0.08), 0 8px 16px rgba(40, 40, 40, 0.04);
  overflow: hidden;
}

.auth-card-left {
  padding: 3rem 2.5rem;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-card-logo-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  text-align: center;
}

.auth-card-logo {
  height: 64px;
  width: auto;
  box-shadow: none !important;
}

.auth-card-tagline {
  font-family: "Poppins", -apple-system, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #666666;
}

.auth-card-right {
  padding: 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-control-auth {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  background: #ffffff;
  font-size: 0.95rem;
}
.form-control-auth:focus {
  border-color: #BB2020;
  box-shadow: 0 0 0 2px rgba(187, 32, 32, 0.15);
}

.btn-auth-primary {
  display: block;
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: #BB2020;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
}
.btn-auth-primary:hover {
  background: #9a1a1a;
  color: #ffffff;
}

.auth-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.auth-links a {
  color: #BB2020;
  text-decoration: none;
  font-size: 0.875rem;
}
.auth-links a:hover {
  text-decoration: underline;
  color: #9a1a1a;
}

@media (max-width: 767px) {
  .auth-card {
    grid-template-columns: 1fr;
  }
  .auth-card-left {
    padding: 2rem;
  }
  .auth-card-right {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 991px) {
  .contact-layout, .about-split {
    grid-template-columns: 1fr;
  }
  .section-services .container,
  .section-process .container,
  .section-stats .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    text-align: center;
  }
  .footer-brand-col {
    grid-column: 1/-1;
    max-width: none;
  }
}
@media (max-width: 575px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .about-preview-image .about-image-wrap {
    min-height: 300px;
  }
}
.social-float {
  position: fixed;
  bottom: 7rem;
  right: 0;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.4rem;
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 4px 24px rgba(40, 40, 40, 0.1);
  transition: box-shadow 0.2s ease;
}
.social-float:hover {
  box-shadow: 0 8px 32px rgba(40, 40, 40, 0.15);
}

.social-float-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #282828;
  padding: 0.2rem;
  border-radius: 6px;
  transition: color 0.2s ease, transform 0.2s ease;
}
.social-float-icon:hover {
  color: #BB2020;
  transform: scale(1.1);
}

@media (max-width: 575px) {
  .social-float {
    bottom: 6rem;
    right: 0;
    padding: 0.4rem 0.35rem;
    gap: 0.2rem;
  }
  .social-float-icon svg {
    width: 14px;
    height: 14px;
  }
}
.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  min-width: 48px;
  min-height: 48px;
  background: #25D366;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
  transition: all 0.3s ease;
  font-size: 0.875rem;
  font-weight: 500;
  overflow: visible;
}
.whatsapp-float:hover {
  color: #ffffff;
  background: #20bd5a;
  transform: scale(1.05);
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.6);
}
.whatsapp-float:focus {
  color: #ffffff;
}

.whatsapp-wave {
  position: absolute;
  inset: -4px;
  border-radius: 50px;
  border: 2px solid rgba(37, 211, 102, 0.6);
  animation: whatsappWaveRipple 2s ease-out infinite;
  pointer-events: none;
}

.whatsapp-wave-2 {
  animation-delay: 0.6s;
}

.whatsapp-wave-3 {
  animation-delay: 1.2s;
}

@keyframes whatsappWaveRipple {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
    border-width: 1px;
  }
}
.whatsapp-float-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.whatsapp-float-text {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  transition: max-width 0.3s ease, opacity 0.3s ease;
}

.whatsapp-float-text {
  position: relative;
  z-index: 1;
}

.whatsapp-float:hover .whatsapp-float-text {
  max-width: 120px;
  opacity: 1;
}

@media (max-width: 575px) {
  .whatsapp-float {
    padding: 0.75rem;
    min-width: 48px;
    min-height: 48px;
    bottom: 1.25rem;
    right: 0;
  }
  .whatsapp-float-text {
    display: none;
  }
}

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