@font-face {
  font-family: 'Manrope';
  src:
    local('Manrope'),
    url('https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
}

@font-face {
  font-family: 'the-seasons';
  src:
    url('https://use.typekit.net/af/584106/00000000000000007758a678/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3')
      format('woff2'),
    url('https://use.typekit.net/af/584106/00000000000000007758a678/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3')
      format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'the-seasons';
  src:
    url('https://use.typekit.net/af/970780/00000000000000007758a67a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3')
      format('woff2'),
    url('https://use.typekit.net/af/970780/00000000000000007758a67a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3')
      format('woff');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --font-body: 'Manrope', 'Segoe UI', sans-serif;
  --font-display: 'the-seasons', Georgia, serif;
  --sticky-topbar-offset: 4.5rem;
  --text-light: #f5f6f8;
  --glass: rgba(94, 97, 103, 0.54);
  --search-glass: rgba(27, 36, 47, 0.64);
  --line: rgba(255, 255, 255, 0.36);
  --line-soft: rgba(255, 255, 255, 0.24);
  --gold: #d8bd7a;
  --gold-deep: #b88f3f;
  --shadow: 0 30px 80px rgba(3, 10, 18, 0.35);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body {
  font-family: var(--font-body);
  background: #0a111a;
  color: var(--text-light);
}

body.legal-page {
  background: #ffffff;
  color: #1a2938;
}

body.contact-page {
  background: #ffffff;
  color: #1a2938;
}

#app {
  min-height: 100svh;
}

.legal-content-section {
  position: relative;
  z-index: 2;
  background: #ffffff;
  color: #1a2938;
  padding: clamp(5.5rem, 9vw, 7.5rem) clamp(1rem, 4vw, 4rem) clamp(1.6rem, 3.8vw, 3rem);
}

.legal-content-shell {
  max-width: 74rem;
  margin: 0 auto;
}

.legal-kicker {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b88f3f;
  font-weight: 700;
}

.legal-title {
  margin: 0.28rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
  color: #182534;
  font-weight: 400;
}

.legal-updated {
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
  color: #4d5c6b;
}

.legal-block {
  margin-top: 1.2rem;
  border-top: 1px solid rgba(24, 37, 52, 0.12);
  padding-top: 0.9rem;
}

.legal-block h2 {
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  color: #182534;
}

.legal-block p,
.legal-block li {
  margin: 0.45rem 0 0;
  font-size: clamp(0.98rem, 1.08vw, 1.06rem);
  line-height: 1.55;
  color: #2f3e4d;
}

.legal-block ul {
  margin: 0.45rem 0 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.38rem;
}

.contact-page-main {
  position: relative;
  z-index: 2;
  background: #ffffff;
}

.contact-page-hero {
  position: relative;
  min-height: clamp(30rem, 62vw, 44rem);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.contact-page-hero-media {
  position: absolute;
  inset: 0;
  background: url('/images/home/pricing/forest-background.webp') center bottom / cover no-repeat;
  transform: scale(1);
}

.contact-page-hero-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
}

.contact-page-hero-title {
  position: relative;
  margin: 0;
  padding-inline: 1rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 7vw, 5.2rem);
  line-height: 1.05;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
}

.contact-page-section {
  position: relative;
  margin-top: clamp(-7rem, -9vw, -4.5rem);
  padding: 0 clamp(1.2rem, 4.8vw, 4.4rem) clamp(2rem, 4.6vw, 4.2rem);
  background: transparent;
  z-index: 3;
}

.contact-page-grid {
  max-width: 94rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(1.8rem, 3.2vw, 3.8rem);
  background: #ffffff;
  border: 1px solid rgba(24, 37, 52, 0.14);
  box-shadow: 0 22px 40px rgba(9, 14, 20, 0.1);
  padding: clamp(2rem, 4.2vw, 4rem);
}

.contact-page-info {
  display: grid;
  gap: 1.3rem;
}

.contact-page-heading {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.1vw, 3rem);
  line-height: 1.06;
  color: #182534;
  font-weight: 400;
}

.contact-page-text {
  margin: 0;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.55;
  color: #354453;
  max-width: 52rem;
}

.contact-meta-list {
  display: grid;
  gap: 0.9rem;
}

.contact-meta-item {
  border-top: 1px solid rgba(24, 37, 52, 0.12);
  padding-top: 0.52rem;
}

.contact-meta-label {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b88f3f;
  font-weight: 700;
}

.contact-meta-value {
  margin: 0.25rem 0 0;
  color: #1f2f3f;
  text-decoration: none;
  font-size: clamp(0.96rem, 1.1vw, 1.08rem);
  line-height: 1.45;
}

.contact-map-wrap {
  margin-top: 0.2rem;
  min-height: clamp(13rem, 28vw, 21rem);
  border: 1px solid rgba(24, 37, 52, 0.12);
}

.contact-map-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-page-form-wrap {
  background: #ffffff;
  border: 1px solid rgba(24, 37, 52, 0.14);
  padding: clamp(1.8rem, 3.6vw, 3rem);
}

.contact-page-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.05rem;
}

.contact-form-field {
  display: grid;
  gap: 0.32rem;
}

.contact-form-field-full {
  grid-column: 1 / -1;
}

.contact-form-field label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #243444;
}

.contact-form-field input,
.contact-form-field select,
.contact-form-field textarea {
  width: 100%;
  border: 1px solid rgba(24, 37, 52, 0.2);
  border-radius: 0;
  padding: 0.72rem 0.82rem;
  font: inherit;
  color: #233241;
  background: #ffffff;
}

.contact-form-field textarea {
  resize: vertical;
  min-height: 7.3rem;
}

.contact-form-field input:focus,
.contact-form-field select:focus,
.contact-form-field textarea:focus {
  outline: none;
  border-color: rgba(184, 143, 63, 0.95);
  box-shadow: 0 0 0 2px rgba(216, 189, 122, 0.2);
}

.contact-form-consent {
  grid-column: 1 / -1;
  margin: 0.3rem 0 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #3c4c5c;
}

.contact-form-consent a {
  color: #b88f3f;
}

.contact-form-submit {
  grid-column: 1 / -1;
  justify-self: start;
  border: 1px solid #b88f3f;
  background: #d8bd7a;
  color: #182534;
  border-radius: 999px;
  padding: 0.75rem 1.45rem;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

body.brochure-modal-open {
  overflow: hidden;
  touch-action: none;
}

.brochure-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.brochure-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.brochure-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 7, 12, 0.48);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.brochure-modal-panel {
  position: relative;
  width: min(100%, 38rem);
  max-height: min(92svh, 46rem);
  overflow: auto;
  background: #ffffff;
  border: 1px solid rgba(24, 37, 52, 0.16);
  border-radius: 1.1rem;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
  padding: 1.8rem 1.8rem 1.5rem;
}

.brochure-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 50%;
  border: 1px solid rgba(24, 37, 52, 0.22);
  background: #ffffff;
  color: #1a2938;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.brochure-modal-kicker {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b88f3f;
  font-weight: 700;
}

.brochure-modal-title {
  margin: 0.35rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.05;
  color: #1a2938;
  font-weight: 400;
}

.brochure-modal-subtext {
  display: none;
}

.brochure-modal-form {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.95rem;
}

.brochure-modal-field {
  display: grid;
  gap: 0.35rem;
}

.brochure-modal-field span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #243444;
}

.brochure-modal-field input {
  width: 100%;
  border: 1px solid rgba(24, 37, 52, 0.22);
  border-radius: 0.62rem;
  padding: 0.74rem 0.82rem;
  font: inherit;
  color: #1a2938;
  background: #ffffff;
}

.brochure-modal-field input:focus {
  outline: none;
  border-color: rgba(216, 189, 122, 0.95);
  box-shadow: 0 0 0 2px rgba(216, 189, 122, 0.2);
  background: #ffffff;
}

.brochure-modal-consent {
  margin: 0.15rem 0 0;
  font-size: 0.83rem;
  line-height: 1.4;
  color: #4a5968;
}

.brochure-modal-consent a {
  color: #b88f3f;
}

.brochure-modal-submit {
  justify-self: start;
  border: 1px solid #b88f3f;
  background: linear-gradient(120deg, #d8bd7a 0%, #c9a55a 54%, #e1ca8f 100%);
  color: #141414;
  border-radius: 999px;
  padding: 0.72rem 1.2rem;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.home-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}

.hero-carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transform-origin: center center;
  will-change: clip-path, opacity, transform;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform-origin: center center;
}

.topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  min-height: 4.5rem;
  padding: 1rem clamp(1rem, 2.8vw, 3.6rem);
  background: transparent;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.topbar-sticky {
  position: fixed;
  z-index: 20;
  background: rgba(0, 0, 0, 0.86);
  border-bottom: 1px solid rgba(216, 189, 122, 0.78);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
  transition: opacity 0.26s ease, transform 0.26s ease;
}

.topbar-sticky.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.legal-topbar {
  position: sticky;
  top: 0;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.brand {
  text-decoration: none;
  color: var(--text-light);
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 14.5rem;
}

.brand-logo {
  width: 2.35rem;
  height: 2.35rem;
  object-fit: contain;
  display: block;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-size: 0.86rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
}

.brand-copy small {
  margin-top: 0.24rem;
  font-size: 0.6rem;
  letter-spacing: 0.08rem;
  opacity: 0.8;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: clamp(0.8rem, 1.6vw, 1.8rem);
}

.main-nav a {
  text-decoration: none;
  color: var(--text-light);
  font-size: 0.96rem;
  opacity: 0.9;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.main-nav a:not(:last-child)::after {
  content: '\2304';
  font-size: 0.72rem;
  opacity: 0.75;
}

.topbar-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  margin-left: auto;
}

.topbar-menu-toggle {
  display: none;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.3rem;
  cursor: pointer;
}

.topbar-menu-toggle__line {
  width: 1.05rem;
  height: 1px;
  background: currentColor;
  display: block;
}

.mobile-nav-backdrop,
.mobile-nav-drawer {
  display: none;
}

.outline-btn {
  text-decoration: none;
  color: var(--text-light);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  min-width: 8.8rem;
  text-align: center;
  font-size: 0.95rem;
  padding: 0.72rem 1rem;
  transition: background-color 0.28s ease, color 0.28s ease;
}

.outline-btn:hover {
  background: rgba(255, 255, 255, 0.16);
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.hero-title-stack {
  position: absolute;
  inset: 0;
}

.hero-title {
  position: absolute;
  width: min(84vw, 54rem);
  max-width: calc(100vw - 2.5rem);
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  letter-spacing: 0.02em;
  line-height: 1.08;
  text-align: center;
  text-wrap: pretty;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-shadow: 0 10px 26px rgba(4, 13, 25, 0.48);
  will-change: clip-path;
}

.hero-title-next {
  pointer-events: none;
}

.title-align-center {
  right: auto;
  bottom: auto;
  left: 50%;
  top: 50%;
  width: min(84vw, 56rem);
  transform: translate(-50%, -50%);
  text-align: center;
}

.title-align-left-center {
  bottom: auto;
  left: clamp(1rem, 5.5vw, 6rem);
  right: clamp(1rem, 5.5vw, 6rem);
  top: 52%;
  transform: translateY(-50%);
  width: auto;
  font-size: clamp(2.1rem, 4.4vw, 4.4rem);
  line-height: 1.1;
  text-align: left;
}

.title-align-top-center {
  right: auto;
  bottom: auto;
  left: 50%;
  top: clamp(8.4rem, 18vh, 12.5rem);
  width: min(84vw, 54rem);
  transform: translateX(-50%);
  font-size: clamp(2.2rem, 4.8vw, 4.8rem);
  line-height: 1.08;
  text-align: center;
}

.title-align-top-left {
  bottom: auto;
  left: clamp(1rem, 5.5vw, 6rem);
  right: clamp(1rem, 5.5vw, 6rem);
  top: clamp(8.4rem, 18vh, 12.5rem);
  width: auto;
  transform: none;
  font-size: clamp(2.1rem, 4.4vw, 4.4rem);
  line-height: 1.1;
  text-align: left;
}

.title-align-bottom-right {
  top: auto;
  left: clamp(44%, 47vw, 62%);
  right: clamp(1rem, 5.5vw, 6rem);
  bottom: clamp(14rem, 19vh, 19rem);
  width: auto;
  transform: none;
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  line-height: 1.1;
  text-align: right;
}

.hero-title .word {
  display: inline-block;
  white-space: nowrap;
}

.hero-title .char {
  display: inline-block;
  will-change: transform;
}

.hero-dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 10.15rem;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.hero-dot {
  appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  width: 2.75rem;
  height: 0.16rem;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

.hero-dot-line {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  transform-origin: left center;
  transform: scaleX(0);
}

.hero-location {
  position: absolute;
  right: clamp(1.4rem, 3vw, 3.2rem);
  bottom: 10.7rem;
  margin: 0;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.95;
}

.property-search {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  width: min(92rem, calc(100% - 3rem));
  padding: 0.95rem 1.1rem;
  border-radius: 0;
  background: transparent;
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 0.4rem;
}

.feature-item {
  margin: 0;
  min-height: 100%;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.55rem 1rem;
  color: var(--text-light);
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.feature-item:last-child {
  border-right: 0;
}

.feature-icon {
  width: 2.15rem;
  height: 2.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  background: radial-gradient(circle at 30% 20%, rgba(216, 189, 122, 0.3), rgba(184, 143, 63, 0.08));
  border: 1px solid rgba(216, 189, 122, 0.6);
  box-shadow: 0 0 20px rgba(184, 143, 63, 0.2);
}

.feature-icon-number {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  width: 1ch;
  text-align: center;
  color: var(--gold);
  text-shadow: 0 0 12px rgba(216, 189, 122, 0.28);
}

.feature-icon svg {
  width: 1.1rem;
  height: 1.1rem;
  stroke: var(--gold);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-copy {
  min-width: 0;
}

.feature-kicker {
  margin: 0;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(216, 189, 122, 0.95);
  font-weight: 600;
}

.feature-highlight {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.02rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--gold);
  font-weight: 600;
}

.feature-title {
  margin: 0.22rem 0 0;
  font-family: var(--font-display);
  font-size: 1.3rem;
  line-height: 1.15;
  color: rgba(255, 255, 255, 0.95);
  text-wrap: balance;
}

.home-about-section {
  position: relative;
  background: #ffffff;
  border-top: 1px solid rgba(20, 32, 45, 0.12);
  border-bottom: 1px solid rgba(20, 32, 45, 0.12);
}

.home-about-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  min-height: clamp(28rem, 44vw, 40rem);
}

.home-about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(0.7rem, 1.1vw, 1rem);
  padding: clamp(1.5rem, 3.1vw, 3rem) clamp(1.15rem, 3vw, 3rem) clamp(1.5rem, 3.1vw, 3rem)
    clamp(1.9rem, 4.7vw, 5.2rem);
}

.home-about-kicker {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #b88f3f;
}

.home-about-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  line-height: 1.06;
  font-weight: 400;
  color: #182534;
  text-wrap: balance;
}

.home-about-text {
  margin: 0;
  max-width: 42rem;
  font-size: clamp(0.95rem, 1.04vw, 1.08rem);
  line-height: 1.58;
  color: #324150;
  text-wrap: pretty;
}

.home-about-visual {
  margin: 0;
  min-height: 100%;
}

.home-about-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: right center;
}

.home-location-section {
  position: relative;
  padding: 0;
  background: #ffffff;
}

.location-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(24rem, 36vw, 33rem);
  align-items: stretch;
  background: transparent;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.location-map-pane {
  min-height: 100%;
}

.location-map-frame {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  filter: saturate(0.9) contrast(1.02);
}

.location-content-pane {
  border-left: 1px solid rgba(20, 32, 45, 0.14);
  min-height: 100%;
  padding: clamp(1.35rem, 2.4vw, 2.5rem) clamp(1.1rem, 2.3vw, 2.3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.location-content-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 400;
  line-height: 1.08;
  color: #182534;
  text-wrap: pretty;
}

.location-content-copy {
  margin: 0;
  font-size: clamp(0.95rem, 1.07vw, 1.06rem);
  line-height: 1.5;
  color: #334252;
}

.location-highlights-intro {
  margin: 0;
  font-size: clamp(0.95rem, 1.03vw, 1.03rem);
  line-height: 1.4;
  font-weight: 600;
  color: #233241;
}

.location-highlights {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.location-highlights li {
  position: relative;
  padding-left: 0;
  font-size: clamp(0.98rem, 1.2vw, 1.14rem);
  line-height: 1.45;
  color: #2c3a48;
}

.location-highlights--plain li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: 0;
  color: #b88f3f;
  font-size: 0.95em;
}

.point-emoji {
  margin-right: 0.38rem;
  vertical-align: -0.04em;
}

.location-highlights li::before {
  content: none;
}

.home-investment-section {
  position: relative;
  background: #ffffff;
  border-top: 1px solid rgba(20, 32, 45, 0.12);
  border-bottom: 1px solid rgba(20, 32, 45, 0.12);
}

.home-investment-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  min-height: clamp(26rem, 40vw, 36rem);
}

.home-investment-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(0.62rem, 1.05vw, 0.95rem);
  padding: clamp(1.3rem, 2.8vw, 2.6rem) clamp(1.1rem, 2.6vw, 2.8rem) clamp(1.3rem, 2.8vw, 2.6rem)
    clamp(1.9rem, 4.7vw, 5.2rem);
}

.home-investment-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.95rem, 3.1vw, 3.05rem);
  line-height: 1.07;
  font-weight: 400;
  color: #182534;
  text-wrap: balance;
}

.home-investment-text {
  margin: 0;
  font-size: clamp(0.95rem, 1.05vw, 1.06rem);
  line-height: 1.56;
  color: #334252;
  text-wrap: pretty;
}

.home-investment-intro {
  margin: 0.2rem 0 0;
  font-size: clamp(0.95rem, 1.03vw, 1.03rem);
  line-height: 1.35;
  font-weight: 600;
  color: #233241;
}

.home-investment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.56rem;
}

.home-investment-list li {
  position: relative;
  padding-left: 0;
  font-size: clamp(0.96rem, 1.08vw, 1.08rem);
  line-height: 1.45;
  color: #2c3a48;
}

.home-investment-list li::before {
  content: none;
}

.home-investment-visual {
  margin: 0;
  min-height: 100%;
}

.home-investment-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: left center;
}

.home-use-cases-section {
  position: relative;
  background: #ffffff;
  border-top: 1px solid rgba(20, 32, 45, 0.12);
  border-bottom: 1px solid rgba(20, 32, 45, 0.12);
  padding: clamp(1.95rem, 3.2vw, 3rem) 0 clamp(2rem, 3.5vw, 3.2rem);
}

.home-use-cases-intro-shell {
  width: min(100%, 90rem);
  margin: 0 auto;
  padding-inline: clamp(1.9rem, 4vw, 4rem);
  text-align: center;
  display: grid;
  justify-items: center;
  gap: clamp(0.35rem, 0.75vw, 0.66rem);
}

.home-use-cases-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4vw, 3.95rem);
  line-height: 1.02;
  font-weight: 400;
  color: #182534;
  text-wrap: balance;
}

.home-use-cases-divider {
  width: min(10.2rem, 36vw);
  height: 1px;
  background: rgba(184, 143, 63, 0.55);
}

.home-use-cases-text {
  margin: 0;
  font-size: clamp(0.98rem, 1.04vw, 1.08rem);
  line-height: 1.55;
  color: #334252;
  max-width: 50rem;
  text-wrap: pretty;
}

.home-use-cases-text--closing {
  width: min(100%, 90rem);
  margin: clamp(1.2rem, 2vw, 1.7rem) auto 0;
  padding-inline: clamp(1.9rem, 4vw, 4rem);
  text-align: center;
}

.home-use-cases-v2 {
  width: min(100%, 90rem);
  margin: clamp(1.15rem, 2.2vw, 1.9rem) auto 0;
  padding-inline: clamp(1.9rem, 4vw, 4rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(1.35rem, 2.5vw, 2.45rem);
}

.home-use-cases-scroll {
  display: grid;
  gap: clamp(0.82rem, 1.25vw, 1.2rem);
}

.home-use-cases-img-container {
  position: relative;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  height: clamp(21.5rem, 33vw, 31rem);
  background: #0f1720;
}

.home-use-cases-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-use-cases-img-container.is-active .home-use-cases-img {
  transform: scale(1.05);
}

.home-use-cases-sticky {
  position: sticky;
  top: calc(var(--sticky-topbar-offset) + 1.6rem);
  align-self: start;
  min-height: calc(100vh - var(--sticky-topbar-offset) - 3.2rem);
  display: flex;
  align-items: center;
}

.home-use-cases-points-column {
  width: 100%;
  min-height: clamp(19.5rem, 50vh, 26.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(0.42rem, 0.78vw, 0.72rem);
}

.home-use-cases-kicker {
  margin: 0 0 clamp(0.75rem, 1.25vw, 1rem);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #b88f3f;
}

.home-use-cases-items {
  margin: 0;
  flex: initial;
  display: grid;
  gap: clamp(0.24rem, 0.46vw, 0.42rem);
}

.home-use-cases-item {
  position: relative;
  margin: 0;
  padding: clamp(0.76rem, 0.96vw, 0.96rem) 0;
  border-bottom: 1px solid rgba(24, 37, 52, 0.12);
  opacity: 0.28;
  cursor: pointer;
  transition: opacity 0.4s ease;
}

.home-use-cases-item:first-child {
  border-top: 1px solid rgba(24, 37, 52, 0.12);
}

.home-use-cases-item.is-active {
  opacity: 1;
}

.home-use-cases-item-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.38rem, 2.25vw, 2.15rem);
  line-height: 1.1;
  font-weight: 400;
  color: #182534;
}

.home-use-cases-desc-wrap {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.45s ease;
}

.home-use-cases-item-text {
  margin: clamp(0.42rem, 0.75vw, 0.58rem) 0 0;
  font-size: clamp(0.96rem, 1.02vw, 1.06rem);
  line-height: 1.5;
  color: #3c4c5c;
}

.home-use-cases-item:focus-visible {
  outline: 1px solid rgba(184, 143, 63, 0.7);
  outline-offset: 0.2rem;
}

.pricing-section {
  position: relative;
  padding: clamp(1.3rem, 2.8vw, 2.8rem) clamp(1.4rem, 5vw, 6rem) clamp(2rem, 4vw, 3.6rem);
  background: url('/images/home/pricing/forest-background.webp') center / cover no-repeat;
  border-top: 1px solid rgba(20, 32, 45, 0.12);
}

.pricing-simple-content {
  max-width: 120rem;
  margin: 0 auto;
}

.pricing-simple-row {
  margin-top: 0.35rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1.1rem;
}

.pricing-simple-kicker {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #d8bd7a;
}

.pricing-simple-heading {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1.08;
  font-weight: 400;
  color: #ffffff;
}

.pricing-simple-btn {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(216, 189, 122, 0.94);
  color: #d8bd7a;
  padding: 0.7rem 1.3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.pricing-simple-btn:hover {
  background: #d8bd7a;
  color: #101820;
  transform: translateY(-1px);
}

.pricing-layout {
  max-width: 120rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: clamp(1rem, 2.3vw, 2.6rem);
  align-items: stretch;
}

.pricing-card {
  position: relative;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  overflow: hidden;
}

.pricing-media {
  display: grid;
  place-items: center;
  min-height: clamp(16rem, 31vw, 28rem);
  background: transparent;
}

.pricing-media-logo {
  width: min(100%, 26rem);
  aspect-ratio: 1 / 1;
  transition: transform 0.5s ease;
}

.pricing-media-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.pricing-side {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: clamp(0.9rem, 1.9vw, 1.6rem);
}

.pricing-content {
  position: relative;
  display: grid;
  gap: clamp(0.85rem, 1.8vw, 1.2rem);
}

.pricing-heading {
  position: relative;
  z-index: 4;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.6vw, 2.8rem);
  line-height: 1.08;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.33);
}

.pricing-highlight {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  width: fit-content;
  border-radius: clamp(0.65rem, 1.2vw, 1rem);
  padding: clamp(0.65rem, 1vw, 0.85rem) clamp(1rem, 2vw, 1.45rem);
  background: #d8bd7a;
  color: #1f2328;
  font-family: var(--font-body);
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 800;
  text-transform: uppercase;
}

.pricing-amount {
  color: #1f2328;
  font-weight: 900;
}

.pricing-block {
  display: grid;
  gap: 0.65rem;
}

.pricing-block-title {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(1.55rem, 2.1vw, 2.15rem);
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.26);
}

.pricing-rows {
  display: grid;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.44);
  padding-top: 0.6rem;
}

.pricing-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 0.62rem 1rem;
}

.pricing-label,
.pricing-value {
  margin: 0;
  font-size: clamp(0.95rem, 1.08vw, 1.1rem);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.pricing-label {
  font-weight: 600;
}

.pricing-value {
  text-align: left;
}

.pricing-terms {
  align-self: end;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.pricing-terms-list {
  margin: 0;
  padding-left: 1.12rem;
  display: grid;
  gap: 0.33rem;
}

.pricing-terms-list li {
  font-size: clamp(0.73rem, 0.78vw, 0.86rem);
  line-height: 1.34;
  color: rgba(255, 255, 255, 0.9);
}

.legal-docs-section {
  position: relative;
  padding: clamp(1rem, 2.4vw, 2rem) clamp(1.4rem, 5vw, 6rem) clamp(1.2rem, 2.8vw, 2.4rem);
  background: #ffffff;
  border-top: 1px solid rgba(20, 32, 45, 0.12);
}

.legal-docs-shell {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.legal-docs-copy {
  max-width: 56rem;
}

.legal-docs-heading {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.8vw, 2.5rem);
  line-height: 1.1;
  color: #182534;
  font-weight: 400;
}

.legal-docs-text {
  margin: 0.38rem 0 0;
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.45;
  color: #3d4c5b;
}

.legal-docs-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid #b88f3f;
  color: #b88f3f;
  padding: 0.66rem 1.15rem;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.legal-docs-btn:hover {
  background: #b88f3f;
  color: #fff;
}

.developer-section {
  position: relative;
  padding: clamp(0.9rem, 2.1vw, 1.9rem) clamp(1rem, 2.8vw, 3rem) clamp(1.15rem, 2.6vw, 2rem);
  background: #000000;
  z-index: 3;
}

.developer-layout {
  max-width: 120rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1rem, 2vw, 2.2rem);
  align-items: center;
}

.developer-image-wrap {
  margin: 0;
  min-height: clamp(14rem, 30vw, 24rem);
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 2.4vw, 2rem);
}

.developer-image {
  width: 100%;
  height: 100%;
  max-width: 26rem;
  object-fit: contain;
  display: block;
}

.developer-content {
  display: grid;
  gap: 0.85rem;
}

.developer-heading {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.06;
  font-weight: 400;
  color: #ffffff;
}

.developer-text {
  margin: 0;
  font-size: clamp(0.95rem, 1.05vw, 1.03rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.developer-btn {
  justify-self: start;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(216, 189, 122, 0.92);
  color: #d8bd7a;
  padding: 0.62rem 1.15rem;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.developer-btn:hover {
  background: #d8bd7a;
  color: #101820;
}

.gallery-section {
  position: relative;
  padding: clamp(1.2rem, 2.8vw, 2.6rem) clamp(1rem, 2.8vw, 3rem) clamp(1.6rem, 3.4vw, 3rem);
  background: #ffffff;
  border-top: 1px solid rgba(20, 32, 45, 0.12);
  z-index: 4;
  overflow: hidden;
}

.gallery-layout {
  max-width: 120rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2.2rem);
  align-items: stretch;
  position: relative;
  isolation: isolate;
}

.gallery-video-wrap {
  margin: 0;
  background: #0b121a;
  width: 100%;
  min-width: 0;
  align-self: stretch;
  display: flex;
  aspect-ratio: auto;
  height: 100%;
  min-height: 0;
  max-height: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.gallery-video {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  display: block;
}

.gallery-content {
  display: grid;
  gap: 0.85rem;
  width: 100%;
  min-width: 0;
  position: relative;
  z-index: 2;
  background: #ffffff;
}

.gallery-heading {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.06;
  color: #182534;
  font-weight: 400;
}

.gallery-images-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  width: 100%;
}

.gallery-image-card {
  margin: 0;
  overflow: hidden;
  background: #f2f5f9;
}

.gallery-image-card img {
  width: 100%;
  height: 100%;
  min-height: clamp(8rem, 12vw, 11rem);
  object-fit: cover;
  display: block;
}

.gallery-btn {
  justify-self: start;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid #b88f3f;
  color: #b88f3f;
  padding: 0.62rem 1.15rem;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.gallery-btn:hover {
  background: #b88f3f;
  color: #fff;
}

.site-visit-section {
  position: relative;
  padding: clamp(1.2rem, 2.8vw, 2.6rem) clamp(1rem, 2.8vw, 3rem) clamp(1.8rem, 3.6vw, 3.2rem);
  background: #ffffff;
  border-top: 1px solid rgba(20, 32, 45, 0.12);
}

.site-visit-shell {
  max-width: 120rem;
  margin: 0 auto;
}

.site-visit-panel {
  position: relative;
  border-radius: clamp(0.9rem, 1.6vw, 1.4rem);
  padding: clamp(1rem, 2.1vw, 1.9rem);
  background: linear-gradient(125deg, #040404 0%, #141414 48%, #050505 100%);
  border: 1px solid rgba(216, 189, 122, 0.35);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.site-visit-panel::before {
  content: '';
  position: absolute;
  top: -35%;
  left: -8%;
  width: 38%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 189, 122, 0.34), rgba(216, 189, 122, 0));
  filter: blur(4px);
  animation: siteVisitGlow 8s ease-in-out infinite;
  pointer-events: none;
}

.site-visit-intro {
  position: relative;
  z-index: 1;
  margin-bottom: 0.95rem;
}

.site-visit-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #d8bd7a;
}

.site-visit-heading {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.06;
  color: #ffffff;
  font-weight: 400;
  text-shadow: 0 8px 22px rgba(3, 9, 14, 0.46);
}

.site-visit-subtext {
  margin: 0.42rem 0 0;
  max-width: 56rem;
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  line-height: 1.45;
  color: rgba(238, 244, 250, 0.88);
}

.site-visit-form {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  align-items: end;
  gap: 0.75rem;
}

.site-visit-field {
  display: grid;
  gap: 0.28rem;
}

.site-visit-field span {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(216, 189, 122, 0.96);
}

.site-visit-field input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 0.65rem;
  padding: 0.72rem 0.82rem;
  font: inherit;
  color: #f8fbff;
  background: rgba(255, 255, 255, 0.08);
  transition: border-color 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}

.site-visit-field input::placeholder {
  color: rgba(229, 238, 247, 0.64);
}

.site-visit-field input:focus {
  outline: none;
  border-color: rgba(216, 189, 122, 0.95);
  box-shadow: 0 0 0 3px rgba(216, 189, 122, 0.22);
  background: rgba(255, 255, 255, 0.12);
}

.site-visit-btn {
  justify-self: start;
  grid-column: auto;
  margin-top: 0;
  border: 1px solid #b88f3f;
  background: linear-gradient(120deg, #d8bd7a 0%, #c9a55a 54%, #e1ca8f 100%);
  color: #151515;
  padding: 0.72rem 1.2rem;
  border-radius: 999px;
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.site-visit-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(216, 189, 122, 0.28);
  filter: saturate(1.05);
}

@keyframes siteVisitGlow {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.72;
  }

  50% {
    transform: translate(8%, 6%) scale(1.08);
    opacity: 0.42;
  }
}

.last-section {
  width: 100vw;
  height: 100svh;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.siticky-footer {
  position: fixed;
  inset: auto auto 0 0;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  background: #092c38;
  color: #f5f4f2;
  z-index: 0;
  overflow: hidden;
}

.footer-image {
  position: absolute;
  inset: 0;
  background: url('/images/home/hero/hero-farmland-dream.webp') center / cover no-repeat;
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
}

.footer {
  position: relative;
  width: 100vw;
  height: 100svh;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.footer__overlay {
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  height: 50%;
  background-image: repeating-linear-gradient(0deg, #000, rgba(0, 0, 0, 0.7) 55%, rgba(0, 0, 0, 0));
  pointer-events: none;
}

.footer__content {
  position: relative;
  width: 100%;
  padding-bottom: clamp(1rem, 3vw, 3rem);
  padding-left: clamp(1rem, 3.2vw, 4rem);
  padding-right: clamp(1rem, 3.8vw, 5rem);
}

.footer-block {
  max-width: 120rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(1.2rem, 2.7vw, 3.2rem);
  align-items: end;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(0.7rem, 1.3vw, 1.4rem);
}

.logo-footer-wrap {
  display: inline-flex;
  width: fit-content;
  margin-top: clamp(0.55rem, 1vw, 0.95rem);
}

.image-12 {
  width: clamp(10rem, 17vw, 18rem);
  height: auto;
}

.siticky-footer .link {
  margin: 0;
  opacity: 0.9;
  color: #f5f4f2;
  text-decoration: none;
  font-size: clamp(0.86rem, 1vw, 1rem);
  font-weight: 400;
  line-height: 1.45;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.siticky-footer .link:hover {
  opacity: 1;
}

.social-media-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.social-media-link {
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f5f4f2;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.social-media-link:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.7);
}

.social-media-icon {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  stroke-width: 1.8;
}

.link.footershrink {
  opacity: 0.82;
}

.link.copyright {
  opacity: 0.66;
  margin-top: 0.15rem;
  font-size: clamp(0.8rem, 0.9vw, 0.92rem);
}

.footer__details--wrapper {
  display: grid;
  gap: clamp(0.8rem, 1.8vw, 1.6rem);
}

.footer-tops {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 2vw, 2rem);
}

.footer-det-nav {
  display: grid;
  align-content: start;
  gap: 0.44rem;
}

.footer-det-nav.strecth {
  gap: 0.55rem;
}

.heading-6 {
  margin: 0;
  color: #fffcf9;
  text-transform: uppercase;
  font-size: clamp(0.86rem, 1vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.menu-block-footer {
  display: grid;
  gap: 0.36rem;
}

.footer__bottm {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 0.6rem;
  width: 100%;
  display: grid;
  grid-template-columns: max-content max-content minmax(0, 1fr);
  align-items: end;
  column-gap: 1rem;
  row-gap: 0;
}

.link.term {
  opacity: 0.88;
  white-space: nowrap;
}

.footer-disclaimer {
  margin: 0;
  justify-self: end;
  align-self: end;
  text-align: right;
  opacity: 0.72;
  white-space: nowrap;
}

.back-top {
  z-index: 3;
  background-color: #fff;
  border-radius: 1000px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: auto 16px 85px auto;
}

.back-to-top {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(216, 189, 122, 0.85);
  border-radius: 50%;
  background: #fff;
  color: #d8bd7a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.back-to-top:hover {
  background: #d8bd7a;
  color: #102635;
}

.back-to-top-arrow {
  font-size: 1.05rem;
  line-height: 1;
}

.home-hero,
.home-about-section,
.home-location-section,
.home-investment-section,
.home-use-cases-section,
.pricing-section,
.legal-docs-section,
.developer-section,
.gallery-section,
.site-visit-section {
  position: relative;
  z-index: 2;
}

@media (max-width: 1120px) {
  .main-nav {
    display: none;
  }

  .topbar {
    justify-content: space-between;
  }

  .property-search {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.2rem;
    padding: 1rem;
  }

  .feature-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    padding-inline: 0.6rem;
  }

  .feature-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .hero-location {
    bottom: 16rem;
  }

  .title-align-left-center,
  .title-align-top-left {
    left: 4%;
    right: 4%;
    width: auto;
    font-size: clamp(2rem, 5vw, 3.8rem);
  }

  .title-align-bottom-right {
    left: 32%;
    right: 4%;
    bottom: 22%;
    width: auto;
    font-size: clamp(1.95rem, 4.8vw, 3.8rem);
  }

  .title-align-top-center {
    top: clamp(7.4rem, 16vh, 10.5rem);
    width: min(92vw, 44rem);
    font-size: clamp(2rem, 5.2vw, 4rem);
  }

  .location-grid {
    grid-template-columns: 1fr;
  }

  .home-about-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-about-content {
    padding: clamp(1.2rem, 3.8vw, 2rem) clamp(0.95rem, 4vw, 1.45rem);
  }

  .home-about-visual {
    min-height: clamp(15rem, 48vw, 21rem);
  }

  .home-investment-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-investment-content {
    padding: clamp(1.2rem, 3.8vw, 2rem) clamp(0.95rem, 4vw, 1.45rem);
  }

  .home-investment-visual {
    min-height: clamp(14rem, 46vw, 20rem);
  }

  .home-use-cases-intro-shell {
    width: min(100%, 50rem);
    padding-inline: clamp(0.95rem, 4vw, 1.45rem);
  }

  .home-use-cases-v2 {
    grid-template-columns: 1fr;
    gap: 0.9rem;
    padding-inline: clamp(0.95rem, 4vw, 1.45rem);
  }

  .home-use-cases-sticky {
    position: relative;
    top: auto;
    min-height: 0;
    display: block;
  }

  .home-use-cases-points-column {
    min-height: 0;
    display: block;
    gap: 0;
  }

  .home-use-cases-items {
    flex: initial;
    display: grid;
    gap: 0.2rem;
  }

  .home-use-cases-img-container {
    height: clamp(16rem, 47vw, 22rem);
  }

  .location-content-pane {
    border-left: 0;
    border-top: 1px solid rgba(20, 32, 45, 0.14);
  }

  .location-map-pane {
    min-height: 27rem;
  }

  .pricing-layout {
    grid-template-columns: 1fr;
  }

  .pricing-card {
    padding: 1rem;
  }

  .pricing-side {
    gap: 0.9rem;
  }

  .pricing-media {
    min-height: 18rem;
  }

  .pricing-media-logo {
    width: min(100%, 20rem);
  }

  .pricing-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .pricing-value {
    text-align: left;
  }

  .pricing-content {
    gap: 0.8rem;
  }

  .pricing-terms {
    align-self: stretch;
  }

  .legal-docs-shell {
    flex-direction: column;
    align-items: flex-start;
  }

  .developer-layout {
    grid-template-columns: 1fr;
  }

  .gallery-layout {
    grid-template-columns: 1fr;
  }

  .gallery-video-wrap {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .site-visit-shell {
    max-width: none;
  }

  .footer-block {
    grid-template-columns: 1fr;
  }

  .footer-tops {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-det-nav.strecth {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .topbar {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    gap: 0.8rem;
  }

  .brand {
    min-width: auto;
  }

  .topbar-actions {
    width: 100%;
    justify-content: center;
  }

  .outline-btn {
    min-width: auto;
    flex: 1;
    max-width: 11rem;
  }

  .hero-location {
    left: 50%;
    right: auto;
    bottom: 19.25rem;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .property-search {
    width: calc(100% - 1.4rem);
    bottom: 0.8rem;
    grid-template-columns: 1fr;
  }

  .hero-dots {
    bottom: 14.25rem;
  }

  .hero-title {
    left: 50% !important;
    right: auto !important;
    top: 46% !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
  }

  .feature-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    padding-inline: 0.35rem;
    padding-block: 0.4rem;
  }

  .feature-title {
    font-size: 1.16rem;
  }

  .feature-item:last-child {
    border-bottom: 0;
  }

  .home-location-section {
    padding: 0;
  }

  .home-about-section {
    border-top: 1px solid rgba(20, 32, 45, 0.1);
  }

  .home-about-content {
    gap: 0.72rem;
    padding: 1.15rem 0.95rem 1.1rem;
    order: 2;
  }

  .home-about-title {
    font-size: clamp(1.72rem, 7.8vw, 2.2rem);
  }

  .home-about-text {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .home-about-visual {
    min-height: 13.6rem;
    order: 1;
  }

  .home-investment-content {
    gap: 0.7rem;
    padding: 1.15rem 0.95rem 1.1rem;
    order: 2;
  }

  .home-investment-title {
    font-size: clamp(1.72rem, 7.7vw, 2.2rem);
  }

  .home-investment-text,
  .home-investment-list li {
    font-size: 0.95rem;
    line-height: 1.48;
  }

  .home-investment-visual {
    min-height: 13rem;
    order: 1;
  }

  .home-use-cases-section {
    padding: 1.2rem 0 1.35rem;
  }

  .home-use-cases-intro-shell {
    gap: 0.55rem;
    padding-inline: 0.95rem;
  }

  .home-use-cases-title {
    font-size: clamp(1.72rem, 7.7vw, 2.2rem);
  }

  .home-use-cases-text {
    font-size: 0.95rem;
    line-height: 1.48;
  }

  .home-use-cases-v2 {
    margin-top: 0.85rem;
    padding-inline: 0.95rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .home-use-cases-scroll,
  .home-use-cases-sticky,
  .home-use-cases-points-column,
  .home-use-cases-items {
    display: contents;
  }

  .home-use-cases-kicker {
    order: 0;
    margin-bottom: 0.28rem;
  }

  .home-use-cases-scroll .home-use-cases-img-container:nth-child(1) {
    order: 1;
  }

  .home-use-cases-items .home-use-cases-item:nth-child(1) {
    order: 2;
  }

  .home-use-cases-scroll .home-use-cases-img-container:nth-child(2) {
    order: 3;
  }

  .home-use-cases-items .home-use-cases-item:nth-child(2) {
    order: 4;
  }

  .home-use-cases-scroll .home-use-cases-img-container:nth-child(3) {
    order: 5;
  }

  .home-use-cases-items .home-use-cases-item:nth-child(3) {
    order: 6;
  }

  .home-use-cases-scroll .home-use-cases-img-container:nth-child(4) {
    order: 7;
  }

  .home-use-cases-items .home-use-cases-item:nth-child(4) {
    order: 8;
  }

  .home-use-cases-img-container {
    height: clamp(14rem, 52vw, 18rem);
    margin: 0;
  }

  .home-use-cases-item {
    padding: 0.52rem 0 0.7rem;
    margin: 0;
    opacity: 1;
    border-top: 0;
  }

  .home-use-cases-item-title {
    font-size: clamp(1.08rem, 4.9vw, 1.4rem);
  }

  .home-use-cases-item-text {
    font-size: 0.9rem;
    margin-top: 0.3rem;
  }

  .home-use-cases-kicker {
    margin-bottom: 0.5rem;
  }

  .home-use-cases-item:first-child {
    border-top: 0;
  }

  .home-use-cases-desc-wrap {
    max-height: none !important;
  }

  .location-map-pane {
    min-height: 21rem;
  }

  .location-content-pane {
    padding: 1.1rem 0.95rem 1.3rem;
    gap: 1rem;
  }

  .location-content-title {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
  }

  .location-highlights li {
    font-size: 0.98rem;
  }

  .pricing-section {
    padding: 0.9rem 0.8rem 1.2rem;
  }

  .pricing-simple-row {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.7rem;
  }

  .pricing-simple-btn {
    justify-self: start;
  }

  .pricing-content {
    gap: 0.8rem;
  }

  .pricing-card {
    padding: 0.85rem;
    border-radius: 0.9rem;
  }

  .pricing-media {
    min-height: 13.5rem;
  }

  .pricing-media-logo {
    width: min(100%, 15rem);
  }

  .pricing-heading {
    font-size: clamp(1.45rem, 8.2vw, 2rem);
  }

  .pricing-highlight {
    font-size: clamp(1rem, 4.5vw, 1.25rem);
    padding: 0.58rem 0.78rem;
  }

  .pricing-block-title {
    font-size: clamp(1.2rem, 6vw, 1.55rem);
  }

  .pricing-label,
  .pricing-value {
    font-size: 0.93rem;
  }

  .pricing-terms-list li {
    font-size: 0.77rem;
  }

  .legal-docs-section {
    padding: 0.95rem 0.8rem 1.2rem;
  }

  .developer-section {
    padding: 0.78rem 0.8rem 1rem;
  }

  .developer-image-wrap {
    min-height: 12rem;
  }

  .gallery-section {
    padding: 1rem 0.8rem 1.3rem;
  }

  .gallery-images-grid {
    grid-template-columns: 1fr;
  }

  .gallery-video-wrap {
    min-height: 14.5rem;
  }

  .site-visit-section {
    padding: 1rem 0.8rem 1.3rem;
  }

  .last-section {
    height: 120dvh;
    display: none;
    position: relative;
  }

  .siticky-footer {
    width: 100%;
    height: 270dvh;
    margin-top: -100dvh;
    position: relative;
    min-height: 0;
  }

  .footer {
    background-color: #092c38;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 170dvh;
    min-height: 0;
    position: sticky;
    top: 0;
  }

  .footer-image {
    display: none;
  }

  .footer__overlay {
    background-image: linear-gradient(0deg, #000, #000 2%, rgba(0, 0, 0, 0.7) 16%, rgba(0, 0, 0, 0) 31%), url('/images/home/hero/hero-farmland-dream.webp');
    background-position: 0 0, 40%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 100%;
    position: relative;
  }

  .footer__content {
    background-color: #092c38;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 6vw;
    padding-bottom: 8vw;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  .image-12 {
    width: min(16rem, 74vw);
  }

  .social-media-link {
    width: 2rem;
    height: 2rem;
  }

  .footer-tops {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .footer-block {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .footer__bottm {
    grid-template-columns: max-content max-content minmax(0, 1fr);
    align-items: end;
    column-gap: 0.5rem;
  }

  .back-top {
    bottom: 5vw;
    width: 52px;
    height: 52px;
  }

  .back-to-top {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1120px) {
  body.mobile-nav-open {
    overflow: hidden;
    touch-action: none;
  }

  .topbar-actions {
    display: none;
  }

  .topbar-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .topbar {
    justify-content: space-between;
    gap: 0.9rem;
  }

  .mobile-nav-backdrop,
  .mobile-nav-drawer {
    display: block;
  }

  .mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 29;
    background: rgba(2, 6, 11, 0.52);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
  }

  .mobile-nav-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 30;
    width: min(86vw, 22rem);
    height: 100svh;
    padding: 0.9rem 0.9rem 1.1rem;
    background: rgba(2, 6, 11, 0.96);
    border-left: 1px solid rgba(216, 189, 122, 0.42);
    transform: translateX(104%);
    transition: transform 0.28s ease;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 0.8rem;
    overflow-y: auto;
  }

  .mobile-nav-open .mobile-nav-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-nav-open .mobile-nav-drawer {
    transform: translateX(0);
  }

  .mobile-nav-close {
    width: 2.15rem;
    height: 2.15rem;
    justify-self: end;
    border: 1px solid rgba(216, 189, 122, 0.45);
    border-radius: 50%;
    background: rgba(216, 189, 122, 0.08);
    color: #f8f8f8;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
  }

  .mobile-nav-links {
    display: grid;
    align-content: start;
    gap: 0.24rem;
  }

  .mobile-nav-links a {
    text-decoration: none;
    color: #f6f7f8;
    font-size: 1rem;
    padding: 0.62rem 0.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .mobile-nav-actions {
    display: grid;
    gap: 0.5rem;
  }

  .mobile-nav-btn {
    text-decoration: none;
    text-align: center;
    border: 1px solid rgba(216, 189, 122, 0.78);
    color: #d8bd7a;
    border-radius: 999px;
    padding: 0.7rem 0.85rem;
    font-size: 0.92rem;
    font-weight: 600;
  }
}

@media (max-width: 760px) {
  :root {
    --sticky-topbar-offset: 4.1rem;
  }

  .legal-content-section {
    padding: 5rem 0.82rem 1.1rem;
  }

  .legal-title {
    font-size: clamp(1.7rem, 8.5vw, 2.25rem);
  }

  .legal-block {
    margin-top: 0.9rem;
    padding-top: 0.72rem;
  }

  .legal-block h2 {
    font-size: 1rem;
  }

  .legal-block p,
  .legal-block li {
    font-size: 0.94rem;
    line-height: 1.48;
  }

  .contact-page-hero {
    min-height: 24.5rem;
  }

  .contact-page-hero-title {
    font-size: clamp(2rem, 11vw, 2.9rem);
  }

  .contact-page-section {
    margin-top: -2.2rem;
    padding: 0 0.92rem 1.3rem;
  }

  .contact-page-grid {
    gap: 1.05rem;
    padding: 1.2rem;
  }

  .contact-page-heading {
    font-size: clamp(1.7rem, 8.8vw, 2.2rem);
  }

  .contact-page-text,
  .contact-meta-value {
    font-size: 0.94rem;
    line-height: 1.46;
  }

  .contact-map-wrap {
    min-height: 13.8rem;
  }

  .contact-page-form {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .contact-form-submit {
    width: 100%;
    justify-self: stretch;
  }

  .brochure-modal {
    padding: 0.75rem;
  }

  .brochure-modal-panel {
    width: 100%;
    max-height: 92svh;
    border-radius: 0.9rem;
    padding: 1.1rem 0.95rem 0.95rem;
  }

  .brochure-modal-title {
    font-size: clamp(1.45rem, 8vw, 1.9rem);
  }

  .brochure-modal-submit {
    width: 100%;
    justify-self: stretch;
  }

  .topbar {
    flex-wrap: nowrap;
    justify-content: space-between;
    min-height: 4.1rem;
    padding: 0.72rem 0.72rem;
    gap: 0.65rem;
  }

  .topbar-sticky {
    border-bottom-width: 1px;
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - 3.3rem);
    gap: 0.5rem;
  }

  .brand-logo {
    width: 2rem;
    height: 2rem;
  }

  .brand-copy strong {
    font-size: 0.7rem;
    letter-spacing: 0.1rem;
    white-space: nowrap;
  }

  .brand-copy small {
    font-size: 0.52rem;
    letter-spacing: 0.05rem;
  }

  .topbar-menu-toggle {
    width: 2.35rem;
    height: 2.35rem;
    flex-shrink: 0;
  }

  .home-hero {
    min-height: 100dvh;
  }

  .hero-title {
    max-width: calc(100vw - 1.4rem);
    font-size: clamp(2rem, 10vw, 2.8rem);
    line-height: 1.07;
  }

  .hero-dots {
    bottom: 8.25rem;
  }

  .property-search {
    width: calc(100% - 0.9rem);
    bottom: 0.5rem;
    padding: 0.55rem 0.58rem;
    gap: 0.35rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-item {
    min-height: 4.05rem;
    padding: 0.4rem 0.35rem;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .feature-item:nth-child(2n) {
    border-right: 0;
  }

  .feature-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .feature-icon {
    width: 1.7rem;
    height: 1.7rem;
  }

  .feature-icon-number {
    font-size: 1.48rem;
  }

  .feature-title {
    margin-top: 0.16rem;
    font-size: 0.95rem;
    line-height: 1.1;
  }

  .feature-kicker {
    font-size: 0.52rem;
  }

  .feature-highlight {
    font-size: 0.88rem;
  }

  .location-map-pane {
    min-height: 16.5rem;
  }

  .home-about-content {
    padding: 1rem 0.82rem 0.95rem;
  }

  .home-about-kicker {
    font-size: 0.68rem;
  }

  .home-about-title {
    font-size: clamp(1.62rem, 8.4vw, 2rem);
  }

  .home-about-text {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .home-about-visual {
    min-height: 12.6rem;
  }

  .home-investment-content {
    padding: 1rem 0.82rem 0.95rem;
  }

  .home-investment-title {
    font-size: clamp(1.62rem, 8.2vw, 2rem);
  }

  .home-investment-text,
  .home-investment-list li {
    font-size: 0.9rem;
    line-height: 1.44;
  }

  .home-investment-intro {
    font-size: 0.92rem;
  }

  .home-investment-visual {
    min-height: 12.2rem;
  }

  .home-use-cases-section {
    padding: 1.15rem 0 1.35rem;
  }

  .home-use-cases-intro-shell {
    padding-inline: 0.82rem;
  }

  .home-use-cases-title {
    font-size: clamp(1.62rem, 8.2vw, 2rem);
  }

  .home-use-cases-text {
    font-size: 0.9rem;
    line-height: 1.44;
  }

  .home-use-cases-v2 {
    padding-inline: 0.82rem;
  }

  .home-use-cases-img-container {
    height: clamp(12.6rem, 58vw, 15.5rem);
  }

  .home-use-cases-kicker {
    font-size: 0.67rem;
  }

  .home-use-cases-item-title {
    font-size: clamp(1.02rem, 5.5vw, 1.25rem);
  }

  .home-use-cases-item-text {
    font-size: 0.86rem;
    line-height: 1.4;
  }

  .location-content-title {
    font-size: clamp(1.55rem, 8vw, 2rem);
  }

  .location-highlights {
    gap: 0.45rem;
  }

  .location-highlights li {
    font-size: 0.93rem;
    line-height: 1.4;
  }

  .pricing-media {
    display: none;
  }

  .pricing-card::before {
    content: '';
    display: block;
    width: min(68vw, 15.5rem);
    aspect-ratio: 1 / 1;
    margin: 0 auto 0.75rem;
    background: url('/images/home/pricing/the-farmlands-logo-white.webp') center / contain no-repeat;
  }

  .pricing-highlight {
    width: 100%;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }

  .site-visit-form {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .site-visit-btn {
    width: 100%;
    justify-self: stretch;
    padding: 0.68rem 1rem;
  }

  .last-section {
    display: block;
    height: 100svh;
    position: relative;
    z-index: 2;
  }

  .siticky-footer {
    position: fixed;
    inset: auto auto 0 0;
    width: 100%;
    height: 100svh;
    min-height: 100svh;
    margin-top: 0;
    overflow: hidden;
    background: #092c38;
  }

  .footer {
    position: relative;
    width: 100%;
    height: 100svh;
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    justify-content: stretch;
  }

  .footer-image {
    display: block;
    position: absolute;
    inset: 0;
    background: url('/images/home/hero/hero-farmland-dream.webp') center / cover no-repeat;
  }

  .footer__overlay {
    position: absolute;
    inset: auto 0 0;
    width: 100%;
    height: 56%;
    background-image: repeating-linear-gradient(0deg, #000, rgba(0, 0, 0, 0.72) 55%, rgba(0, 0, 0, 0));
  }

  .footer__content {
    position: relative;
    width: 100%;
    background: transparent;
    padding: 0 0.95rem 1rem;
  }

  .footer-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.95rem;
    align-items: end;
  }

  .footer-logo {
    gap: 0.7rem;
  }

  .image-12 {
    width: min(13.5rem, 66vw);
  }

  .footer-tops {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .footer__bottm {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 0.55rem;
    row-gap: 0.35rem;
    padding: 0.62rem 0.66rem;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 0.62rem;
  }

  .footer__bottm::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    background: url('/images/home/pricing/forest-background.webp') center / cover no-repeat;
    opacity: 0.5;
  }

  .footer__bottm::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.64) 100%);
  }

  .footer__bottm .link.term {
    font-size: 0.84rem;
    white-space: nowrap;
  }

  .footer__bottm .footer-disclaimer {
    grid-column: 1 / -1;
    justify-self: end;
    text-align: right;
    white-space: normal;
    max-width: min(26rem, 100%);
    font-size: 0.78rem;
    line-height: 1.35;
    opacity: 0.86;
  }

  .back-top {
    width: 48px;
    height: 48px;
    inset: auto 12px 18px auto;
  }
}

@media (max-width: 540px) {
  .brand-copy small {
    display: none;
  }

  .hero-dots {
    bottom: 11rem;
  }

  .property-search {
    grid-template-columns: 1fr;
    bottom: 0.45rem;
  }

  .feature-item {
    min-height: auto;
    border-right: 0;
  }

  .feature-item:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .feature-item:last-child {
    border-bottom: 0;
  }

  .mobile-nav-drawer {
    width: 88vw;
  }
}
