/* ==========================================================================
   SHN Ceylon — Land Sale page
   ========================================================================== */

/* ---- Hero ---- */
.shn-land-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-block: clamp(48px, 6vw, 80px);
  min-height: clamp(280px, 30vw, 420px);
}

.shn-land-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.shn-land-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, #E09F00 0%, #E09F00 80%, #FFD87A 100%);
  opacity: 0.92;
}

.shn-land-hero__map {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  width: clamp(360px, 42vw, 563px);
  z-index: 1;
  opacity: 0.9;
}

.shn-land-hero .shn-container {
  position: relative;
  z-index: 2;
}

.shn-land-hero__eyebrow {
  display: block;
  color: #E64545;
  font-size: var(--fs-eyebrow);
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
}

.shn-land-hero__title {
  color: var(--shn-ink);
  font-size: clamp(2.4rem, 1.6rem + 3.2vw, 4.2rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.shn-land-hero__text {
  color: rgba(11, 43, 38, 0.78);
  font-size: var(--fs-body-lg);
  line-height: 1.6;
  max-width: 46ch;
}

/* ---- Land category cards ---- */
.shn-land-categories__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.shn-land-card {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.shn-land-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.shn-land-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.shn-land-card--coastal::before {
  background: linear-gradient(180deg, rgba(66, 80, 109, 0) 0%, #42506D 66%);
}

.shn-land-card--agricultural::before {
  background: linear-gradient(180deg, rgba(29, 200, 100, 0) 0%, #10391D 66%);
}

.shn-land-card--residential::before {
  background: linear-gradient(180deg, rgba(16, 35, 57, 0) 0%, #102339 66%);
}

.shn-land-card--commercial::before {
  background: linear-gradient(180deg, rgba(0, 95, 115, 0) 0%, #005F73 66%);
}

.shn-land-card--highland::before {
  background: linear-gradient(180deg, rgba(103, 121, 28, 0) 0%, #67791C 66%);
}

.shn-land-card--investment::before {
  background: linear-gradient(180deg, rgba(64, 96, 132, 0) 0%, #928889 66%);
}

.shn-land-card__tag {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-block;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--shn-white);
}

.shn-land-card--coastal .shn-land-card__tag {
  background-color: #C2761F;
}

.shn-land-card--agricultural .shn-land-card__tag {
  background-color: #1EAE56;
}

.shn-land-card--residential .shn-land-card__tag {
  background-color: #6B4FCE;
}

.shn-land-card--commercial .shn-land-card__tag {
  background-color: #E14F6B;
}

.shn-land-card--highland .shn-land-card__tag {
  background-color: #C2761F;
}

.shn-land-card--investment .shn-land-card__tag {
  background-color: #1FA9A0;
}

.shn-land-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px 22px 24px;
  color: var(--shn-white);
}

.shn-land-card__body h3 {
  color: var(--shn-white);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.shn-land-card__body p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

/* ---- Why SHN Ceylon / Process ---- */
.shn-land-standard {
  padding-block: clamp(48px, 6vw, 90px);
}

.shn-land-standard .eyebrow {
  display: block;
  color: var(--shn-sage);
  font-size: var(--fs-eyebrow);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.shn-land-standard__title {
  font-size: 58px;
  line-height: 54px;
  letter-spacing: -0.02em;
  color: #121212;
  margin-bottom: 16px;
}

.shn-land-standard__text {
  color: var(--shn-gray-600);
  font-size: var(--fs-body-lg);
  max-width: 70ch;
  margin-bottom: 40px;
}

.shn-land-process {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.shn-land-process__row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.shn-land-process__step {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  border: 1px solid var(--shn-gray-300);
  border-radius: var(--radius-sm);
  padding: 16px 24px;
  font-size: 1rem;
  color: var(--shn-ink);
}

.shn-land-process__step--final {
  background-color: var(--shn-ink);
  color: var(--shn-white);
  border-color: var(--shn-ink);
  font-weight: 600;
}

.shn-land-process__arrow {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

/* ---- Get Land Information (reuses .shn-quote, red CTA) ---- */
.shn-land-quote {
  background-color: var(--shn-black-soft);
}

.shn-land-quote .shn-quote__title {
  color: var(--shn-white);
}

.shn-land-quote .shn-quote__form input {
  flex: 1 1 220px;
  height: auto;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  padding: 8px 4px;
  color: var(--shn-white);
}

.shn-land-quote .shn-quote__form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* ==========================================================================
   Breakpoints
   ========================================================================== */

@media (max-width: 991.98px) {
  .shn-land-hero__map {
    opacity: 0.5;
  }

  .shn-land-categories__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .shn-land-hero__map {
    display: none;
  }

  .shn-land-categories__grid {
    grid-template-columns: 1fr;
  }

  .shn-land-process__row {
    flex-direction: column;
    align-items: stretch;
  }

  .shn-land-process__arrow {
    display: none;
  }
}
