.nexara-brand-logo {
  width: 158px;
  height: 42px;
  object-fit: contain;
}

.nexara-section-head {
  max-width: 760px;
}

.nexara-section-head--split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .7fr);
  gap: 28px;
  align-items: end;
}

.nexara-section-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: #f97316;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.nexara-section-head h2 {
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
}

.nexara-section-head p {
  margin: 16px 0 0;
  color: #525252;
  line-height: 1.7;
}

.nexara-section-head--split p {
  margin: 0;
}

#portfolio {
  display: none !important;
}

.nexara-portfolio-gallery {
  background: #fafafa;
  padding: 88px 0;
}

.nexara-portfolio-gallery__inner,
.nexara-samples__inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.nexara-portfolio-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.nexara-work-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
}

.nexara-work-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #f5f5f5;
}

.nexara-work-card figcaption {
  display: grid;
  gap: 6px;
  padding: 16px;
}

.nexara-work-card strong {
  color: #171717;
  font-size: 16px;
  line-height: 1.25;
}

.nexara-work-card span {
  color: #525252;
  font-size: 13px;
  line-height: 1.55;
}

.nexara-samples {
  background: #ffffff;
  padding: 92px 0;
}

.nexara-samples__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.nexara-sample-card {
  display: flex;
  min-height: 326px;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.nexara-sample-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.nexara-sample-card__icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: #fff7ed;
  color: #f97316;
  font-weight: 700;
}

.nexara-sample-card__tag {
  color: #737373;
  font-size: 12px;
  line-height: 1.3;
  text-align: right;
}

.nexara-sample-card h3 {
  margin: 18px 0 0;
  color: #171717;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
}

.nexara-sample-card p {
  margin: 12px 0 0;
  color: #525252;
  font-size: 14px;
  line-height: 1.65;
}

.nexara-sample-card__features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.nexara-sample-card__features span {
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: #fff7ed;
  color: #9a3412;
  font-size: 12px;
  line-height: 1;
  padding: 8px 10px;
}

.nexara-sample-card__link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  border-radius: 8px;
  background: #111827;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 14px;
  text-decoration: none;
}

.nexara-sample-card__link:hover {
  background: #f97316;
}

.lens-grid,
.lens-grid-wrapper,
.lens-cell,
.lens-cell-inner {
  transform: none !important;
}

@media (max-width: 980px) {
  .nexara-section-head--split,
  .nexara-portfolio-gallery__grid,
  .nexara-samples__grid {
    grid-template-columns: 1fr 1fr;
  }

  .nexara-section-head--split {
    align-items: start;
  }
}

@media (max-width: 640px) {
  .nexara-brand-logo {
    width: 136px;
    height: 36px;
  }

  .nexara-portfolio-gallery,
  .nexara-samples {
    padding: 72px 0;
  }

  .nexara-portfolio-gallery__inner,
  .nexara-samples__inner {
    width: min(100% - 32px, 1200px);
  }

  .nexara-section-head--split,
  .nexara-portfolio-gallery__grid,
  .nexara-samples__grid {
    grid-template-columns: 1fr;
  }

  .nexara-sample-card {
    min-height: 0;
  }
}
