/* ===========================
   HOME PAGE STYLES — Kteam Architects (fluid / full-screen)
   =========================== */

/* ---------- Page wrapper ---------- */
.page {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero {
  position: relative;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--BG-950, #191817);
	margin-top: calc(-1 * var(--header-h));
}

.hero-bg {
  position: absolute;
width: 100%;
height: 100%;
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;


  pointer-events: none;
}

.gradient-bottom {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
 background: var(--BG-950, #191817);
  opacity: 0.58;
}

/* Safety override for cached old markup with hero preloader */
.hero__preloader,
[data-hero-preloader] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.hero-bg-img--desktop {
  display: block;
}

.hero-bg-img--mobile {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg-img {
    animation: none;
    transform: none;
  }
}

@media (max-width: 767px) {
  .hero-bg-img--desktop {
    display: none;
  }

  .hero-bg-img--mobile {
    display: block;
  }
}


/* --- Navigation (inside hero) --- */
.nav {
  position: relative;
  z-index: 10;
  width: 100%;
  height: clamp(64px, 6.08vw, 92px);
  flex-shrink: 0;
}

.nav > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-right: clamp(24px, 3.17vw, 48px);
}

.nav__left {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0; /* gap is built into logo-wrap padding-right below */
}

.nav__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  /* same width as side rails so the vertical line aligns perfectly */
  width: var(--side-rail-w);
  flex-shrink: 0;
  border-right: 1px solid var(--color-border);
}

.nav__logo svg {
  width: clamp(64px, 6.48vw, 98px);
  height: auto;
}

.nav__logo-img {
  width: clamp(64px, 6.48vw, 98px);
  height: auto;
  display: block;
}

.nav__menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding-left: 24px; /* 24px gap from the vertical line */
}

.nav__menu a {
  padding: 8px clamp(8px, 1.06vw, 16px);
  color: var(--color-white);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.nav__menu a:hover { opacity: 0.7; }

.nav__cta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px clamp(8px, 1.06vw, 16px);
  color: var(--color-white);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.nav__cta:hover { opacity: 0.7; }

/* --- Hero body --- */
.hero__body {
  position: relative;
  z-index: 10;
  flex: 1;
  display: flex; /* needed for .container to fill height */
}

.hero__body > .container {
  display: flex;

  padding: 0 clamp(24px, 3.17vw, 48px) 0 0;
  flex: 1;
}

.hero__side-rail {
  width: var(--side-rail-w);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  border-right: 1px solid var(--color-border);
padding-top: 368px;
padding-bottom: 242px;
}

.hero__side-label {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.68px;
  line-height: 1.3;
  color: var(--color-border);
  text-transform: uppercase;
  text-align: center;
}

.hero__content {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-left: 24px; /* 24px gap from the vertical line */
	margin-top: 360px;
	height: fit-content;

}

.hero__text-block {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.59vw, 24px);
  max-width: 44vw;
}

.hero__title {
  color: var(--color-white);
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.23vw, 64px);
  font-weight: 400;
  line-height: 1.1;
}

.hero__subtitle {
  color: var(--color-white);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
}

.hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 16px;
  background: var(--color-white);
  color: var(--color-black);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  cursor: pointer;
  align-self: flex-start;
  transition: opacity 0.2s;
}
.hero__btn:hover { opacity: 0.85; }

.hero__scroll-btn {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  border: 1px solid var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--color-white);
  flex-shrink: 0;
  transition: opacity 0.2s;
  background: transparent;
}
.hero__scroll-btn:hover { opacity: 0.7; }

/* ============================================================
   SHARED SECTION STRUCTURE
   ============================================================ */
.section {
  width: 100%;
  /* background fills full viewport width; content constrained by .container inside */
}

/* .container inside a section must be flex */
.section > .container {
  display: flex;
}

.section--cream { background: var(--color-cream); }
.section--white { background: var(--color-white); }
.section--dark  { background: var(--color-dark); }

.section__side-rail {
  width: var(--side-rail-w);
  flex-shrink: 0;
  display: flex;
  justify-content: center;

  border-right: 1px solid var(--color-border);
  padding-top: clamp(60px, 7.94vw, 120px);
  align-self: stretch;
}

.section__label {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.68px;
  line-height: 1.3;
  color: var(--color-gray-lt);
  text-transform: uppercase;
  padding: 4px;
}

.section__main {
  flex: 1;
  /* top / right / bottom — no left padding; left = 24px gap from border */
  padding: clamp(60px, 7.94vw, 120px) clamp(24px, 3.17vw, 48px) clamp(60px, 7.94vw, 120px) 24px;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 3.17vw, 48px);
  min-width: 0;
}

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.about__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.about__headline {
  max-width: 55%;
}

.about__body {
  display: flex;
  gap: clamp(16px, 1.59vw, 24px);
  width: 100%;
}

.about__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(48px, 9.66vw, 146px);
  flex: 1;
  min-width: 0;
}

.about__text-row {
  display: flex;
  align-items: flex-start;
  gap: clamp(16px, 2.12vw, 32px);
				justify-content:space-between;
}

.about__text-block {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3.17vw, 48px);
  max-width: 520px;
  flex: 1;
  min-width: 0;
}
.about__text-block a{
    justify-content: flex-start;
		text-decoration: underline;

}

.about__small-image {
  width: clamp(120px, 16.93vw, 256px);
  height: clamp(120px, 16.93vw, 256px);
  flex-shrink: 0;
  overflow: hidden;
}

.about__small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__stats {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.stat-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.stat-card:not(:last-child) {
  padding-right: clamp(12px, 1.59vw, 24px);
  border-right: 1px solid var(--color-border);
  margin-right: clamp(12px, 1.59vw, 24px);
}

.stat-card__number {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.7vw, 56px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--color-black);
}

.stat-card__desc {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--color-gray);
}

.about__image {
  width: clamp(220px, 28.2vw, 426px);
  height: clamp(300px, 38.1vw, 576px);
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__image-filter {
  position: absolute;
  inset: 0;
  background: #322518;
  opacity: 0.28;
  pointer-events: none;
}

/* ============================================================
   SERVICES SECTION
   ============================================================ */
.services__inner {
  display: flex;
  gap: clamp(24px, 3.17vw, 48px);
  width: 100%;
}

.services__image-col {
  width: clamp(240px, 38.9vw, 588px);
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.services__image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services__content-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(32px, 3.17vw, 48px);
  min-height: clamp(400px, 47.88vw, 724px);
  min-width: 0;
}

.services__title {
  width: 100%;
}

.services__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.service-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 16px;
  row-gap: 0;
  padding: clamp(16px, 1.59vw, 24px) 0;
  border-bottom: 1px solid var(--color-border);
  cursor: pointer;
  overflow: hidden;
}

.service-item__left {
  display: flex;
  align-items: center;
  min-width: 0;
}

.service-item__num {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.68px;
  color: var(--color-gray-lt);
  width: 40px;
  padding: 12px 12px 0 0;
  align-self: flex-start;
  flex-shrink: 0;
}

.service-item__name {
  font-family: var(--font-serif);
  font-size: clamp(20px, 2.12vw, 32px);
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-black);
}

.service-item__arrow {
  color: var(--color-gray-lt);
  flex-shrink: 0;
  display: inline-flex;
  transition: transform 0.3s ease;
  transform-origin: center;
}

.service-item:hover .service-item__arrow,
.service-item:focus-visible .service-item__arrow,
.service-item:focus-within .service-item__arrow {
  transform: rotate(45deg);
}

.service-item__preview {
  grid-column: 1 / -1;
  width: clamp(220px, 23.81vw, 360px);
  max-width: 100%;
  margin: 0 0 0 44px;
  display: block;
  object-fit: cover;
  opacity: 0;
  max-height: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.28s ease, max-height 0.35s ease, transform 0.35s ease, margin-top 0.35s ease;
}

.service-item:hover .service-item__preview,
.service-item:focus-visible .service-item__preview,
.service-item:focus-within .service-item__preview {
  opacity: 1;
  max-height: 260px;
  margin-top: 16px;
  transform: translateY(0);
}

/* ============================================================
   PROJECTS SECTION
   ============================================================ */
.projects__title {
  width: 100%;
}

.projects__grid {
  display: flex;
  gap: clamp(24px, 3.17vw, 48px);
  width: 100%;
}

.projects__col-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: clamp(240px, 38.9vw, 588px);
  flex-shrink: 0;
  align-self: flex-start; /* don't force-stretch to row height */
	gap: 360px;
}

.projects__col-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 3.97vw, 60px);
  min-width: 0;
}

.project-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.project-card__image {
  position: relative;

  overflow: hidden;
}

.project-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.project-card__image::after,
.project-card__large-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #322518;
  opacity: 0.28;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.project-card:hover .project-card__image::after,
.project-card:hover .project-card__large-image::after,
.project-card:focus-within .project-card__image::after,
.project-card:focus-within .project-card__large-image::after {
  opacity: 0;
}

.project-card:hover .project-card__image img,
.project-card:hover .project-card__large-image img,
.project-card:focus-within .project-card__image img,
.project-card:focus-within .project-card__large-image img {
  transform: scale(1.06);
}



.project-card__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.project-card__name {
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.65vw, 40px);
  font-weight: 400;
  line-height: 1.25;
  color: var(--color-black);
}

.project-card__location {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--color-gray);
}

/* Delft — rotated name card */
.project-card--rotated {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0;
max-width: 478px;
    margin-left: auto;
}

.project-card--rotated .project-card__rotated-name {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.65vw, 40px);
  font-weight: 400;
  line-height: 1.25;
  color: var(--color-black);
  margin-bottom: 62px;
  flex-shrink: 0;
}

.project-card--rotated .project-card__sub {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.project-card__large-image {
  position: relative;
  height: clamp(360px, 52.9vw, 800px);
  overflow: hidden;
}

.project-card__large-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.projects__desc {
  display: flex;
  align-items: flex-start;
	padding-top: 160px;
	margin-bottom: 200px;
}

/* ============================================================
   APPROACH SECTION
   ============================================================ */
.approach__title {
  width: 100%;
}

.approach__cards {
  display: flex;
  /* stretch to cancel the section__main right padding, filling to container edge */
  width: calc(100% + clamp(24px, 3.17vw, 48px));
  margin-right: calc(-1 * clamp(24px, 3.17vw, 48px));
  overflow: hidden;
  align-items: stretch;
}

.approach__slot {
  overflow: hidden;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  height: clamp(200px, 19.31vw, 292px);
}

/* widths controlled by JS for fluid scaling */
.approach__slot.active  { width: var(--slot-active-w, 654px); }
.approach__slot.collapsed { width: 80px; cursor: pointer; }
.approach__slot.collapsed:hover { opacity: 0.9; }

.step-card {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  padding: 24px 24px 48px 12px;
  height: 100%;
  min-width: var(--slot-active-w, 686px);
}

.step-card--1 { background: var(--color-step-1); }
.step-card--2 { background: var(--color-step-2); }
.step-card--3 { background: var(--color-step-3); }
.step-card--4 { background: var(--color-step-1); }
.step-card--5 { background: var(--color-step-2); }
.step-card--6 { background: var(--color-step-3); }
.step-card--7 { background: var(--color-step-1); }
.step-card--8 { background: var(--color-step-2); }
.step-card--9 { background: var(--color-step-3); }

.step-card__num-wrap {
  height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-shrink: 0;
}

.step-card__num {
  font-family: var(--font-sans);
  font-size: clamp(80px, 11.9vw, 180px);
  font-weight: 500;
  line-height: 0.9;
  color: #d6c99b;
  text-align: center;
}

.step-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.25s ease, visibility 0s linear;
}

.approach__slot.collapsed .step-card__content,
.approach__slot.mob-collapsed .step-card__content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition-delay: 0s, 0s, 0.2s;
}

.approach__slot.active .step-card__content,
.approach__slot.mob-active .step-card__content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.12s, 0.12s, 0s;
}

.step-card__name {
  font-family: var(--font-serif);
  font-size: clamp(18px, 2.12vw, 32px);
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-black);
}

.step-card__desc {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--color-gray);
}

/* ============================================================
   REVIEWS SECTION
   ============================================================ */
.reviews__header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.reviews__cards {
  display: flex;
  gap: clamp(24px, 4.1vw, 62px);
  width: 100%;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.reviews__cards::-webkit-scrollbar { display: none; }

.review-card {
  flex: 0 0 calc(50% - clamp(12px, 2.05vw, 31px));
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.59vw, 24px);
  scroll-snap-align: start;
}

.review-card__content {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.59vw, 24px);
}

.review-card__text {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--color-gray);
}

.review-card__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
	margin-top: auto;
}

.review-card__name {
  font-family: var(--font-sans);
  font-size: clamp(16px, 1.19vw, 18px);
  font-weight: 400;
  line-height: 1.7;
  color: var(--color-black);
}

.review-card__linkedin {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--color-gray-lt);
  font-family: var(--font-sans);
  font-size: 16px;
}

.reviews__nav {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  width: 100%;
}

.reviews__nav-btn {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s;
  background: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-black);
}
.reviews__nav-btn:hover { opacity: 0.7; }
.reviews__nav-btn.active { border-color: var(--color-black); }

/* ============================================================
   FAQ SECTION
   ============================================================ */
.faq__title {
  max-width: 55%;
}

.faq__body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(24px, 3.17vw, 48px);
  width: 100%;
}

.faq__cta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
	    align-items: flex-start;
  flex-shrink: 0;
}

.faq__cta-image {
  width: clamp(160px, 16.93vw, 256px);
  height: clamp(160px, 16.93vw, 256px);
  overflow: hidden;
  position: relative;
}

.faq__cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq__cta-filter {
  position: absolute;
  inset: 0;
  background: #322518;
  opacity: 0.28;
  pointer-events: none;
}

.faq__list,
.svc-faq__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--color-border);
  min-width: 0;
  max-width: 660px;
}

.faq__item {
  border-bottom: 1px solid var(--color-border);
  overflow: hidden;
}

.faq__question {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.59vw, 24px);
  padding: clamp(16px, 1.59vw, 24px) 0;
  cursor: pointer;
  border: none;

  width: 100%;
  background: transparent;
  text-align: left;
}

.faq__q-num {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.68px;
  line-height: 1.3;
  color: var(--color-gray-lt);
  flex-shrink: 0;
}

.faq__q-text {
  flex: 1;
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.59vw, 24px);
  font-weight: 400;
  line-height: 1.35;
  color: var(--color-black);
}

.faq__q-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
}

.faq__q-icon svg {
  display: block;
}

.faq__q-icon path {
  stroke: currentColor;
  fill: none;
}

.faq__q-line-v {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.faq__item.open .faq__q-line-v {
  opacity: 0;
}

.faq__answer {
  height: 0;
  overflow: hidden;
}

.faq__answer-inner {
  padding: 0 0 24px 48px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--color-gray);
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--color-dark);
  width: 100%;
}

.footer > .container {
  display: flex;
  align-items: stretch;
}

.footer__side-rail {
  width: var(--side-rail-w);
  flex-shrink: 0;
  border-right: 1px solid var(--color-border);
}

.footer__logo {
  width: clamp(100px, 11.84vw, 179px);
  height: auto;
  display: block;
}

.footer__main {
  flex: 1;
  padding: clamp(32px, 3.97vw, 60px) clamp(24px, 3.17vw, 48px) 0 24px; /* 24px left gap from border */
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.footer__row1 {
  display: flex;
  justify-content: space-between;
  gap: clamp(24px, 3.17vw, 48px);
  width: 100%;
  padding-bottom: 24px;
}

.footer__col1 {
  flex: 0 0 auto;
  width: clamp(200px, 36.3vw, 400px);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3.17vw, 48px);
}

.footer__tagline {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--color-white);
  max-width: 428px;
}

.footer__social {
  display: flex;
  gap: 24px;
  align-items: center;
}

.footer__social-icon {
  color: var(--color-white);
  width: 24px;
  height: 24px;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.footer__social-icon:hover { opacity: 1; }

.footer__col2 {
  flex: 1;
  display: flex;
  gap: clamp(16px, 1.59vw, 24px);
  justify-content: flex-end;
  min-width: 0;
}

.footer__nav-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.59vw, 24px);
  min-width: 0;
}

.footer__nav-heading {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--color-white);
}

.footer__nav-links {
  display: flex;
  flex-direction: column;
}

.footer__nav-links a,
.footer__nav-links span {
  display: block;
  padding: 6px 0;
  font-family: var(--font-sans);
font-weight: 300;
    font-size: 16px;
    font-weight: 00;
    line-height: 1.65;
    transition: opacity 0.2s;
  color: var(--color-white);
  transition: opacity 0.2s;
}
.footer__nav-links a:hover { opacity: 0.7; }

.footer__nav-contact span,
.footer__nav-contact a { font-weight: 300; }

.footer__row2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1px solid var(--color-border);
  width: 100%;
}

.footer__copy {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #e7e7e7;
}

.footer__legal {
  display: flex;
  gap: clamp(16px, 3.17vw, 48px);
}

.footer__legal a {
  padding: 8px 0;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  color: var(--color-white);
  transition: opacity 0.2s;
}
.footer__legal a:hover { opacity: 0.7; }

/* ============================================================
   MOBILE-ONLY ELEMENTS — hidden on desktop
   ============================================================ */
.nav__hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--color-white);
  flex-shrink: 0;
  padding: 0;
}

.nav__mobile-menu {
  display: none;
}

.hero__welcome-label-mob {
  display: none;
}

/* ============================================================
   RESPONSIVE — Mobile (≤ 767px)
   ============================================================ */
@media (max-width: 767px) {

  /* ---- NAV ---- */
  .nav {
    height: 64px;
  }

  .nav > .container {
    padding: 0 16px;
    justify-content: space-between;
  }

  .nav__left {
    gap: 0;
  }

  .nav__logo-wrap {
    width: auto;
    border-right: none;
    padding: 0 16px 0 0;
  }

  .nav__logo-img {
    width: 80px;
  }

  .nav__menu {
    display: none;
  }

  .nav__cta {
    display: none;
  }

  .nav__hamburger {
    display: flex;
  }

  /* Mobile menu overlay */
  .nav__mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0;
    background: var(--color-dark);
    z-index: 999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
  }

  .nav__mobile-menu.open {
    transform: translateX(0);
  }

  .nav__mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 16px;
    border-bottom: 1px solid var(--color-border);
    flex-shrink: 0;
    height: 64px;
  }

  .nav__mobile-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--color-white);
    padding: 0;
  }

  .nav__mobile-links {
    display: flex;
    flex-direction: column;
    padding: 8px 16px;
    flex: 1;
  }

  .nav__mobile-links a {
    display: block;
    padding: 18px 0;
    font-family: var(--font-serif);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--color-white);
    border-bottom: 1px solid var(--color-border);
    transition: opacity 0.2s;
  }

  .nav__mobile-links a:hover { opacity: 0.7; }

  .nav__mobile-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 24px 16px 32px;
    padding: 14px 16px;
    background: var(--color-white);
    color: var(--color-black);
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
    flex-shrink: 0;
    transition: opacity 0.2s;
  }
  .nav__mobile-cta:hover { opacity: 0.85; }

  /* ---- HERO ---- */
  .hero {
    margin-top: calc(-1 * var(--header-h));

  }

  .hero__side-rail {
    display: none;
  }

  .hero__body > .container {
    padding: 0 16px 16px;
  }

  /* hero__content stays as flex-row — text block on left, scroll button on right, both bottom-aligned */
  .hero__content {
    align-items: flex-end;
    gap: 24px;
    padding-left: 0;
  }

  .hero__welcome-label-mob {
    display: block;
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.68px;
    color: var(--color-border);
    text-transform: uppercase;
  }

  .hero__text-block {
    flex: 1;
    max-width: 100%;
    gap: 16px;
    min-width: 0;
  }

  .hero__title {
    font-size: 40px;
  }

  /* Full-width CTA button (fills text-block width) */
  .hero__btn {
    width: 100%;
    justify-content: center;
    align-self: auto;
    padding:8px 16px;
    font-size: 16px;
  }

  /* Scroll button stays visible on the right of the hero content */
  .hero__scroll-btn {
    flex-shrink: 0;
  }

  /* ---- SHARED SECTIONS ---- */
  .section > .container {
    flex-direction: column;
  }

  .section__side-rail {
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: none;
    padding: 48px 16px 0;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: auto;
  }

  .section__label {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 12px;
    padding: 0;
  }

  .section__main {
    padding: 16px 16px 48px!important;
    gap: 24px;
  }

  /* ---- ABOUT ---- */
  .about__header {
    flex-direction: column;
    gap: 16px;
		align-items: flex-start;
max-width: 350px;

  }

  .about__headline {
    max-width: 100%;
  }

  .about__body {
    flex-direction: column;
    gap: 24px;
  }

  /* Dissolve about__left wrapper so its children participate in about__body's flex */
  .about__left {
    display: contents;
  }

  .about__text-row {
    order: 1;
    width: 100%;
    flex-direction: column;
    gap: 16px;
	

  }

  .about__small-image {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
		margin-left: auto;
  }

  .about__image {
    order: 3;
    width: 100%;
    height: 528px;
  }

  .about__stats {
    order: 3;
    width: 100%;
    flex-direction: column;
    gap: 0;
  }

  .stat-card {
    padding: 12px 0;
    border-bottom: 1px solid var(--color-border);
  }

  .stat-card:not(:last-child) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px solid var(--color-border);
  }

  .stat-card__number {
    font-size: 40px;
  }

  /* ---- SERVICES ---- */
  .services__inner {
    flex-direction: column;
    gap: 24px;
  }

  .services__image-col {
    width: 100%;
    height: 440px;
  }

  .services__content-col {
    min-height: auto;
    gap: 24px;
  }

  .service-item__name {
    font-size: 20px;
  }

  /* ---- PROJECTS ---- */
  .projects__grid {
    flex-direction: column;
    gap: 48px;
  }

  .projects__col-left {
    width: 100%;
    gap: 48px;
    justify-content: flex-start;
  }

  .projects__col-right {
    gap: 48px;
  }

 .projects__desc{
	padding: 0;
	margin: 0;
 }

  .project-card__name {
    font-size: 28px;
  }

  .project-card__large-image {
    height: 512px;
  }

  /* ---- APPROACH — vertical expand/collapse (like desktop but vertical) ---- */
  .approach__cards {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
    overflow: hidden;
    align-items: stretch;
    gap: 0;
  }

  /* Slots anchor their content to the BOTTOM —
     collapsed = only the number (bottom) is visible;
     active = full card revealed top-to-bottom */
  .approach__slot {
    width: 100% !important;
    overflow: hidden;
    cursor: pointer;
    transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* anchor step-card to slot bottom */
  }

  .approach__slot.mob-active {
    cursor: default;
  }

  /* Mobile step card: column — content top, number bottom */
  .step-card {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px 12px;
    height: auto;
    min-height: unset;
    min-width: unset !important;
    gap: 12px;
    width: 100%;
  }

  .step-card__content {
    order: 1;
    justify-content: flex-start;
    padding-top: 0;
    gap: 6px;
    width: 100%;
  }

  .step-card__name {
    font-size: 24px;
    line-height: 1.35;
  }

  .step-card__desc {
    font-size: 16px;
  }

  /* Number at bottom-left — visible in collapsed state */
  .step-card__num-wrap {
    order: 2;
    height: auto;
    flex-shrink: 0;
    align-self: flex-start;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }

  .step-card__num {
    font-size: 96px;
    line-height: 0.9;
  }

  /* ---- REVIEWS ---- */
  .reviews__header {
    flex-direction: column;
    gap: 8px;
  }

  .reviews__cards {
    gap: 0;
  }

  .review-card {
    flex: 0 0 100%;
  }

  /* ---- FAQ ---- */
  .faq__title {
    max-width: 100%;
  }

  .faq__body {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }

  .faq__list {
    order: 1;
  }

  .faq__cta {
    order: 2;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    justify-content: flex-start;
  }

 

  .faq__q-text {
    font-size: 18px;
  }

  /* ---- FOOTER ---- */
  .footer > .container {
    flex-direction: column;
  }

  .footer__side-rail {
    display: none;
  }

  .footer__main {
    padding: 48px 16px 0;
    gap: 0;
  }

  .footer__row1 {
    flex-direction: column;
    gap: 32px;
    padding-bottom: 32px;
  }

  .footer__col1 {
    width: 100%;
    gap: 24px;
  }

  .footer__col2 {
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
  }

  .footer__nav-col {
    gap: 12px;
  }

  .footer__row2 {
    flex-direction: column-reverse;
    gap: 12px;
    align-items: flex-start;
    padding: 24px 0 32px;
  }

  .footer__legal {
    gap: 24px;
  }

  .footer__legal a {
    padding: 4px 0;
  }
	.header {
		padding: 0;
	}
}

/* ============================================================
   PLACEHOLDER IMAGES (replace with real images)
   ============================================================ */
.img-placeholder {
  width: 100%;
  height: 100%;
  background: #c8c0b0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a8070;
  font-size: 16px;
  font-family: var(--font-sans);
}

button{
	border:none;
}
