body.niko-home-surface .niko-site-footer {
  margin-top: 3rem;
}

body.niko-home-surface .niko-footer-nav strong {
  color: #fff;
}

body.niko-home-surface .niko-footer-nav a:hover,
body.niko-home-surface .niko-footer-nav a:focus-visible {
  color: #fff;
}

/* Client-demo v7 visual calibration.
 * Keep this layer small and explicit so the premium baseline remains readable
 * while we tune real browser geometry against the approved concept.
 */
body.niko-home-surface .niko-container {
  width: min(1280px, calc(100% - 64px));
}

body.niko-home-surface .niko-header-inner {
  min-height: 82px;
}

body.niko-home-surface .niko-nav-list {
  gap: 28px;
}

.niko-home-surface .niko-home-section {
  padding-top: 58px;
  padding-bottom: 58px;
}

.niko-home-surface .niko-home-section__header {
  margin-bottom: 30px;
}

.niko-home-surface .niko-home-section__header h2 {
  max-width: 780px;
  font-size: clamp(34px, 3.25vw, 48px);
}

.niko-home-surface .niko-home-section__intro {
  max-width: 660px;
  font-size: 14px;
}

/* Hero proportions: wider composition, stronger right-side proof panel. */
.niko-home-surface .niko-home-hero,
.niko-home-surface .niko-home-hero__content {
  min-height: 650px;
}

.niko-home-surface .niko-home-hero__content {
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .62fr);
  gap: clamp(56px, 7vw, 104px);
  padding-top: 88px;
  padding-bottom: 126px;
}

.niko-home-surface .niko-home-hero__copy {
  max-width: 720px;
}

.niko-home-surface .niko-home-hero__title {
  max-width: 710px;
  font-size: clamp(56px, 5.6vw, 82px);
  line-height: .96;
}

.niko-home-surface .niko-home-hero__text {
  max-width: 575px;
  margin-top: 22px;
  font-size: 16px;
}

.niko-home-surface .niko-home-hero__actions {
  margin-top: 32px;
}

.niko-home-surface .niko-home-hero__snapshot {
  width: min(100%, 390px);
  justify-self: end;
  padding: 12px 24px;
  border-radius: 18px;
}

.niko-home-surface .niko-home-hero__proof {
  min-height: 88px;
}

/* Search should read as one premium floating control, not a separate section. */
.niko-home-surface .niko-home-search {
  margin-top: -66px;
  padding-bottom: 48px;
}

.niko-home-surface .niko-home-search__panel {
  padding: 20px 24px 23px;
  border-radius: 16px;
  box-shadow: 0 24px 72px rgba(17,24,21,.14);
}

.niko-home-surface .niko-home-search__form {
  grid-template-columns: 1fr 1.08fr 1.22fr 1fr auto;
  gap: 12px;
}

.niko-home-surface .niko-home-search__form select,
.niko-home-surface .niko-home-search__form input {
  min-height: 46px;
}

.niko-home-surface .niko-home-search__submit {
  min-width: 142px;
  min-height: 46px;
}

/* Featured cards. */
.niko-home-surface .niko-home-properties--featured {
  padding-top: 36px;
  padding-bottom: 64px;
}

.niko-home-surface .niko-home-property-rail {
  gap: 22px;
}

.niko-home-surface .niko-home-property-rail .niko-property-card__media {
  aspect-ratio: 16 / 9;
}

.niko-home-surface .niko-home-property-rail .niko-property-card__body {
  min-height: 136px;
  padding: 17px 18px 18px;
}

.niko-home-surface .niko-home-property-rail .niko-property-card__price {
  font-size: 17px;
}

.niko-home-surface .niko-home-property-rail .niko-property-card__title {
  font-size: 15px;
  line-height: 1.3;
}

/* Category cards should be large enough to carry real photography. */
.niko-home-surface .niko-home-taxonomy {
  padding-top: 64px;
  padding-bottom: 64px;
}

.niko-home-surface .niko-home-taxonomy__grid {
  gap: 16px;
}

.niko-home-surface .niko-home-taxonomy-card {
  min-height: 228px;
  padding: 22px;
}

.niko-home-surface .niko-home-taxonomy-card__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
}

.niko-home-surface .niko-home-taxonomy-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.niko-home-surface .niko-home-taxonomy-card.has-media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(7,12,10,.18) 0%, rgba(7,12,10,.48) 46%, rgba(7,12,10,.9) 100%);
}

.niko-home-surface .niko-home-taxonomy-card.has-media:hover .niko-home-taxonomy-card__media img {
  transform: scale(1.035);
}

.niko-home-surface .niko-home-taxonomy-card__content strong {
  font-size: 19px;
}

/* Location discovery: wider cards and real media-ready visual. */
.niko-home-surface .niko-home-locations {
  padding-top: 60px;
  padding-bottom: 62px;
}

.niko-home-surface .niko-home-locations__grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
}

.niko-home-surface .niko-home-location-card {
  border-radius: 13px;
}

.niko-home-surface .niko-home-location-card__visual {
  height: 122px;
  overflow: hidden;
}

.niko-home-surface .niko-home-location-card__visual img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.niko-home-surface .niko-home-location-card:hover .niko-home-location-card__visual img {
  transform: scale(1.035);
}

.niko-home-surface .niko-home-location-card__body {
  min-height: 90px;
  padding: 12px 13px 13px;
}

.niko-home-surface .niko-home-location-card__body strong {
  min-height: 34px;
  font-size: 12px;
}

/* Latest: target 4-column desktop rhythm with consistent media. */
.niko-home-surface .niko-home-properties--latest {
  padding-top: 62px;
  padding-bottom: 62px;
}

.niko-home-surface .niko-home-property-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 18px;
}

.niko-home-surface .niko-home-properties--latest .niko-property-card__media {
  aspect-ratio: 16 / 9;
}

.niko-home-surface .niko-home-properties--latest .niko-property-card__body {
  min-height: 126px;
  padding: 14px 14px 15px;
}

/* Trust / proof strip. */
.niko-home-surface .niko-home-brand {
  padding-top: 30px;
  padding-bottom: 46px;
}

.niko-home-surface .niko-home-brand__panel {
  grid-template-columns: .9fr 1.65fr;
  gap: 54px;
  padding: 36px 40px;
}

/* Owner CTA should read as a real campaign banner. */
.niko-home-surface .niko-home-sell {
  padding-top: 24px;
  padding-bottom: 44px;
}

.niko-home-surface .niko-home-sell__panel,
.niko-home-surface .niko-home-sell__content {
  min-height: 270px;
}

.niko-home-surface .niko-home-sell__content {
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 58px;
  padding: 42px 46px;
}

.niko-home-surface .niko-home-sell__content h2 {
  max-width: 720px;
  font-size: clamp(35px, 3.5vw, 50px);
}

/* Closing contact block. */
.niko-home-surface .niko-home-contact {
  padding-top: 34px;
  padding-bottom: 72px;
}

.niko-home-surface .niko-home-contact__panel {
  grid-template-columns: .82fr 1.48fr;
  gap: 58px;
}

.niko-home-surface .niko-home-contact__lead h2 {
  font-size: clamp(34px, 3.2vw, 46px);
}

@media (max-width: 1100px) {
  body.niko-home-surface .niko-container {
    width: min(100% - 44px, 1080px);
  }

  .niko-home-surface .niko-home-hero,
  .niko-home-surface .niko-home-hero__content {
    min-height: 600px;
  }

  .niko-home-surface .niko-home-hero__content {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .58fr);
    gap: 44px;
  }

  .niko-home-surface .niko-home-property-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .niko-home-surface .niko-home-locations__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 56rem) {
  body.niko-home-surface .niko-menu-toggle {
    border-color: rgba(255,255,255,.25);
    color: #fff;
  }

  body.niko-home-surface .niko-container {
    width: min(100% - 28px, 760px);
  }

  .niko-home-surface .niko-home-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .niko-home-surface .niko-home-hero,
  .niko-home-surface .niko-home-hero__content {
    min-height: auto;
  }

  .niko-home-surface .niko-home-hero__content {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 64px;
    padding-bottom: 108px;
  }

  .niko-home-surface .niko-home-hero__title {
    font-size: clamp(44px, 12vw, 64px);
  }

  .niko-home-surface .niko-home-hero__snapshot {
    width: 100%;
    justify-self: stretch;
  }

  .niko-home-surface .niko-home-search {
    margin-top: -54px;
    padding-bottom: 34px;
  }

  .niko-home-surface .niko-home-search__form {
    grid-template-columns: 1fr 1fr;
  }

  .niko-home-surface .niko-home-search__submit {
    grid-column: 1 / -1;
    width: 100%;
  }

  .niko-home-surface .niko-home-property-rail,
  .niko-home-surface .niko-home-property-grid,
  .niko-home-surface .niko-home-taxonomy__grid,
  .niko-home-surface .niko-home-locations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .niko-home-surface .niko-home-brand__panel,
  .niko-home-surface .niko-home-sell__content,
  .niko-home-surface .niko-home-contact__panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .niko-home-surface .niko-home-sell__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 34rem) {
  .niko-home-surface .niko-home-search__form,
  .niko-home-surface .niko-home-property-rail,
  .niko-home-surface .niko-home-property-grid,
  .niko-home-surface .niko-home-taxonomy__grid,
  .niko-home-surface .niko-home-locations__grid {
    grid-template-columns: 1fr;
  }

  .niko-home-surface .niko-home-taxonomy-card {
    min-height: 200px;
  }
}
