.home-page {
  --home-navy: #0a2742;
  --home-navy-deep: #061d31;
  --home-ocean: #0b5377;
  --home-ocean-light: #2d7899;
  --home-gold: #c9a360;
  --home-gold-deep: #8a6729;
  --home-sand: #f5f2eb;
  --home-sand-warm: #ece5d8;
  --home-paper: #fff;
  --home-ink-soft: #29445c;
  --home-muted: #5f7482;
  --home-line: #dfe5e8;
  --home-shadow: 0 24px 65px rgba(6, 29, 49, .12);
  color: var(--home-navy);
  background: #fff;
  overflow: hidden;
}

.home-page *,
.home-page *::before,
.home-page *::after {
  box-sizing: border-box;
}

.home-page a { text-decoration: none; }

.home-page a:focus-visible,
.home-page button:focus-visible,
.home-page select:focus-visible {
  outline: 3px solid var(--home-gold);
  outline-offset: 3px;
}

.home-hero {
  position: relative;
  min-height: clamp(700px, 82vh, 860px);
  background: var(--home-navy-deep);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}

.home-hero-slides,
.home-hero-slide,
.home-hero-slide > img,
.home-hero-overlay {
  position: absolute;
  inset: 0;
}

.home-hero-slides { z-index: 0; }

.home-hero-slide {
  visibility: hidden;
  opacity: 0;
  transition: opacity .8s cubic-bezier(.2, .65, .2, 1), visibility 0s linear .8s;
}

.home-hero-slide.is-active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.home-hero-slide::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: '';
  background:
    linear-gradient(90deg, rgba(4, 20, 34, .91) 0%, rgba(5, 25, 42, .76) 38%, rgba(5, 25, 42, .22) 72%, rgba(5, 25, 42, .42) 100%),
    linear-gradient(0deg, rgba(4, 20, 34, .73) 0%, transparent 48%);
  pointer-events: none;
}

.home-hero-slide > img {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.85) contrast(1.03);
  transform: scale(1.015);
  transition: transform 8s linear;
}

.home-hero-slide.is-active > img { transform: scale(1.075); }

.home-hero-slide--fallback {
  background:
    radial-gradient(circle at 78% 28%, rgba(201, 163, 96, .24), transparent 30%),
    linear-gradient(125deg, #0b5377 0%, #0a2742 52%, #061d31 100%);
}

.home-hero-overlay {
  display: none;
}

.home-hero-copy {
  position: absolute;
  z-index: 3;
  top: 47%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.home-hero-copy > * { pointer-events: auto; }

.home-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 17px;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-kicker span {
  flex: 0 0 27px;
  width: 27px;
  height: 1px;
  background: var(--home-gold);
}

.home-kicker--dark { color: var(--home-ocean); }

.home-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(51px, 5.7vw, 84px);
  font-weight: 450;
  letter-spacing: -.055em;
  line-height: .99;
  text-wrap: balance;
}

.home-hero-copy > p:not(.home-kicker) {
  max-width: 590px;
  margin: 23px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.65;
}

.home-hero-actions,
.home-guidance-actions,
.home-contact-actions {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 31px;
}

.home-button {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 13px 19px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  transition: color .2s, background .2s, border-color .2s, transform .2s;
}

.home-button:hover { transform: translateY(-2px); }
.home-button i { transition: transform .2s; }
.home-button:hover i { transform: translateX(3px); }

.home-button--light {
  background: #fff;
  color: var(--home-navy);
}

.home-button--light:hover { color: var(--home-ocean); }

.home-button--ghost {
  border-color: rgba(255, 255, 255, .33);
  background: rgba(255, 255, 255, .06);
  color: #fff;
  backdrop-filter: blur(8px);
}

.home-button--ghost:hover {
  border-color: rgba(255, 255, 255, .65);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.home-hero-copy--property {
  top: 49%;
}

.home-hero-copy--property .home-kicker {
  color: #e5c17a;
  font-size: 16px;
  letter-spacing: .14em;
}

.home-hero-copy--property .home-kicker span {
  flex-basis: 44px;
  width: 44px;
}

.home-hero-copy--property h1 {
  max-width: 960px;
  font-size: clamp(64px, 7vw, 108px);
  line-height: .93;
}

.home-hero-copy > .home-hero-location {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 720px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
}

.home-hero-location i {
  color: var(--home-gold);
  font-size: 16px;
}

.home-hero-property-action {
  display: flex;
  width: min(100%, 720px);
  align-items: center;
  gap: 42px;
  margin-top: 30px;
  padding-top: 27px;
  border-top: 1px solid rgba(255, 255, 255, .23);
}

.home-hero-price {
  display: block;
  min-width: 0;
  color: #fff;
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.home-hero-price .listing-price-on-request {
  font-size: 21px;
  line-height: 1.2;
  color: rgba(255, 255, 255, .73);
}

.home-hero-price em {
  font-size: 14px;
  font-style: normal;
  letter-spacing: .05em;
}

.home-hero-price small {
  margin-left: 4px;
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
  font-weight: 600;
}

.home-hero-property-action .home-button {
  min-width: 170px;
}

.home-hero-navigation {
  position: absolute;
  z-index: 4;
  right: 50%;
  bottom: 54px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  pointer-events: none;
}

.home-hero-navigation button { pointer-events: auto; }

.home-hero-dots {
  display: flex;
  align-items: center;
  gap: 9px;
}

.home-hero-dots button {
  width: 48px;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
}

.home-hero-dots span {
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 999px;
  background: rgba(201, 163, 96, .54);
  transition: background .2s, opacity .2s, transform .2s;
}

.home-hero-dots button.is-active span {
  background: #e5c17a;
  transform: scaleY(1);
}

.home-hero-dots button:hover span,
.home-hero-dots button:focus-visible span {
  background: #e5c17a;
}

.home-search-wrap {
  position: relative;
  z-index: 6;
  margin-top: -42px;
}

.home-search {
  display: grid;
  grid-template-columns: minmax(205px, 1.2fr) repeat(3, minmax(145px, .8fr)) auto;
  align-items: end;
  gap: 14px;
  padding: 21px;
  border: 1px solid rgba(10, 39, 66, .08);
  border-radius: 19px;
  background: rgba(255, 255, 255, .98);
  box-shadow: var(--home-shadow);
  backdrop-filter: blur(14px);
}

.home-search-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: center;
  padding-right: 10px;
}

.home-search-heading > span {
  display: grid;
  flex: 0 0 43px;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 12px;
  background: var(--home-sand);
  color: var(--home-ocean);
  font-size: 17px;
}

.home-search-heading small {
  display: block;
  margin-bottom: 4px;
  color: var(--home-gold-deep);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.home-search-heading strong {
  display: block;
  color: var(--home-navy);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.home-search-field label {
  display: block;
  margin-bottom: 7px;
  color: var(--home-muted);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.home-search-field select {
  width: 100%;
  height: 47px;
  padding: 0 35px 0 13px;
  border: 1px solid #d8e0e4;
  border-radius: 11px;
  outline: 0;
  background-color: #fbfcfc;
  color: var(--home-navy);
  font-size: 15px;
  font-weight: 400;
}

.home-search-field select:focus {
  border-color: var(--home-ocean);
  box-shadow: 0 0 0 4px rgba(11, 83, 119, .08);
}

.home-search-submit {
  display: inline-flex;
  min-width: 114px;
  height: 47px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 17px;
  border: 0;
  border-radius: 11px;
  background: var(--home-navy);
  color: #fff;
  font-size: 15px;
  font-weight: 750;
  transition: background .2s, transform .2s;
}

.home-search-submit:hover {
  background: var(--home-ocean);
  transform: translateY(-1px);
}

.home-intro,
.home-featured,
.home-explore,
.home-contact { padding: 56px 0; }

.home-intro { padding-top: 56px; }

.home-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 55px;
  margin-bottom: 43px;
}

.home-section-heading--wide {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  align-items: end;
}

.home-section-heading .home-kicker { margin-bottom: 12px; }

.home-section-heading h2,
.home-guidance-copy h2,
.home-contact h2 {
  margin: 0;
  color: var(--home-navy);
  font-size: clamp(39px, 4.2vw, 62px);
  font-weight: 470;
  letter-spacing: -.045em;
  line-height: 1.03;
  text-wrap: balance;
}

.home-section-heading > p {
  margin: 0 0 5px;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.72;
}

.home-capabilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.home-capability {
  position: relative;
  min-height: 440px;
  padding: 44px 46px 39px;
  border-radius: 24px;
  overflow: hidden;
}

.home-capability::after {
  position: absolute;
  right: -90px;
  bottom: -100px;
  width: 280px;
  height: 280px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: '';
  opacity: .09;
}

.home-capability--estate {
  background: var(--home-navy);
  color: #fff;
}

.home-capability--service {
  border: 1px solid #e4ded2;
  background:
    radial-gradient(circle at 100% 0%, rgba(201, 163, 96, .24), transparent 34%),
    var(--home-sand);
  color: var(--home-navy);
}

.home-capability-number {
  position: absolute;
  top: 38px;
  right: 42px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .12em;
  opacity: .55;
}

.home-capability-icon {
  display: grid;
  width: 59px;
  height: 59px;
  margin-bottom: 58px;
  place-items: center;
  border-radius: 17px;
  font-size: 22px;
}

.home-capability--estate .home-capability-icon {
  background: rgba(255, 255, 255, .1);
  color: #e1be79;
}

.home-capability--service .home-capability-icon {
  background: #fff;
  color: var(--home-ocean);
  box-shadow: 0 13px 32px rgba(10, 39, 66, .07);
}

.home-capability h3 {
  margin: 0;
  color: inherit;
  font-size: clamp(31px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -.035em;
}

.home-capability > p {
  max-width: 520px;
  margin: 15px 0 0;
  font-size: 15px;
  line-height: 1.7;
}

.home-capability--estate > p { color: rgba(255, 255, 255, .67); }
.home-capability--service > p { color: var(--home-muted); }

.home-capability-links {
  position: absolute;
  right: 46px;
  bottom: 35px;
  left: 46px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 22px;
  padding-top: 18px;
  border-top: 1px solid currentColor;
}

.home-capability--estate .home-capability-links { border-color: rgba(255, 255, 255, .15); }
.home-capability--service .home-capability-links { border-color: rgba(10, 39, 66, .13); }

.home-capability-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  font-size: 14px;
  font-weight: 750;
}

.home-capability-links a i { transition: transform .2s; }
.home-capability-links a:hover i { transform: translateX(3px); }
.home-capability--estate .home-capability-links a:hover { color: #e1be79; }
.home-capability--service .home-capability-links a:hover { color: var(--home-ocean); }

.home-new {
  padding: 56px 0;
  background:
    linear-gradient(120deg, rgba(201, 163, 96, .1), transparent 38%),
    #fff;
}

.home-section-heading--new { margin-bottom: 32px; }

.home-new-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-new-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e4ded2;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(6, 29, 49, .08);
  transition: box-shadow .25s, transform .25s;
}

.home-new-card:hover {
  box-shadow: 0 24px 54px rgba(6, 29, 49, .14);
  transform: translateY(-4px);
}

.home-new-media {
  position: relative;
  display: block;
  min-height: 240px;
  overflow: hidden;
  background: var(--home-navy);
}

.home-new-media img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  transition: transform .45s ease;
}

.home-new-card:hover .home-new-media img { transform: scale(1.045); }

.home-new-media > span {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 7px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #e5c17a;
  color: var(--home-navy-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-new-content {
  display: flex;
  min-height: 268px;
  flex: 1;
  flex-direction: column;
  padding: 25px 26px 22px;
}

.home-new-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 13px;
}

.home-new-meta span {
  padding: 4px 8px;
  border-radius: 999px;
  background: #f5f2eb;
  color: var(--home-gold-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.home-new-content h3 {
  margin: 0;
  color: var(--home-navy);
  font-size: clamp(27px, 2.4vw, 36px);
  font-weight: 520;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.home-new-content h3 a { color: inherit; }
.home-new-content h3 a:hover { color: var(--home-ocean); }

.home-new-location {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 0;
  color: var(--home-muted);
  font-size: 15px;
}

.home-new-location i { color: var(--home-gold-deep); }

.home-new-description {
  display: -webkit-box;
  margin: 15px 0 0;
  overflow: hidden;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-new-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--home-line);
}

.home-new-footer > strong {
  color: var(--home-navy);
  font-size: 21px;
  font-weight: 750;
  letter-spacing: -.025em;
  line-height: 1;
}

.home-new-footer > strong em {
  font-size: 13px;
  font-style: normal;
  letter-spacing: .04em;
}

.home-new-footer > strong small {
  display: block;
  margin-top: 4px;
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 600;
}

.home-new-card:only-child {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(340px, .94fr) minmax(0, 1.06fr);
}

.home-new-card:only-child .home-new-media,
.home-new-card:only-child .home-new-media img { min-height: 360px; }

.home-new-card:only-child .home-new-content {
  min-height: 360px;
  padding: 42px 45px 34px;
}

.home-new-card:only-child .home-new-description {
  max-width: 610px;
  font-size: 15px;
}

.home-featured { background: #f7f9f9; }

.home-featured-collection + .home-featured-collection {
  margin-top: 54px;
  padding-top: 54px;
  border-top: 1px solid var(--home-line);
}

.home-section-heading--collection { margin-bottom: 28px; }

.home-section-heading--collection h2 { font-size: clamp(34px, 3.1vw, 49px); }

.home-text-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(11, 83, 119, .3);
  color: var(--home-ocean);
  font-size: 15px;
  font-weight: 750;
}

.home-text-link i { transition: transform .2s; }
.home-text-link:hover { color: var(--home-navy); }
.home-text-link:hover i { transform: translateX(3px); }

.home-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.home-explore { background: #fff; }

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.home-category-card {
  min-width: 0;
  padding: 25px 24px 21px;
  border: 1px solid var(--home-line);
  border-radius: 19px;
  background: #fff;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}

.home-category-card:hover {
  border-color: rgba(11, 83, 119, .3);
  box-shadow: 0 18px 42px rgba(10, 39, 66, .08);
  transform: translateY(-4px);
}

.home-category-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-category-top > span {
  display: grid;
  width: 49px;
  height: 49px;
  place-items: center;
  border-radius: 14px;
  background: var(--home-sand);
  color: var(--home-ocean);
  font-size: 19px;
}

.home-category-top small {
  color: #a4b0b8;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .12em;
}

.home-category-card h3 {
  margin: 32px 0 22px;
  color: var(--home-navy);
  font-size: 25px;
  font-weight: 550;
  letter-spacing: -.025em;
}

.home-category-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.home-category-actions a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 9px;
  background: #f7f9f9;
  color: var(--home-ink-soft);
  font-size: 13px;
  font-weight: 750;
  transition: color .2s, background .2s;
}

.home-category-actions a:hover {
  background: var(--home-navy);
  color: #fff;
}

.home-guidance {
  position: relative;
  padding: 64px 0;
  background:
    radial-gradient(circle at 12% 115%, rgba(45, 120, 153, .28), transparent 32%),
    var(--home-navy-deep);
  color: #fff;
  overflow: hidden;
}

.home-guidance-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 90px;
}

.home-guidance-visual {
  position: relative;
  min-height: 390px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  background:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 42px 42px;
  overflow: hidden;
}

.home-guidance-visual::before,
.home-guidance-visual::after {
  position: absolute;
  border: 1px solid rgba(201, 163, 96, .52);
  content: '';
}

.home-guidance-visual::before {
  top: 68px;
  right: 76px;
  bottom: 77px;
  left: 65px;
}

.home-guidance-visual::after {
  top: 112px;
  right: 119px;
  bottom: 121px;
  left: 108px;
  border-color: rgba(255, 255, 255, .22);
}

.home-guidance-line {
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 480px;
  background: rgba(255, 255, 255, .16);
  transform: rotate(42deg);
}

.home-guidance-line--one { top: -63px; left: 36%; }
.home-guidance-line--two { right: 32%; bottom: -100px; transform: rotate(-42deg); }

.home-guidance-steps {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 28px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 14px;
  border-radius: 11px;
  background: rgba(6, 29, 49, .78);
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.home-guidance-steps i { color: var(--home-gold); }

.home-guidance-copy h2 {
  color: #fff;
  font-size: clamp(40px, 4.5vw, 64px);
}

.home-guidance-copy > p:not(.home-kicker) {
  max-width: 590px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .67);
  font-size: 15px;
  line-height: 1.72;
}

.home-button--gold {
  background: var(--home-gold);
  color: var(--home-navy-deep);
}

.home-button--gold:hover {
  background: #dcbb7c;
  color: var(--home-navy-deep);
}

.home-text-link--light {
  border-color: rgba(255, 255, 255, .3);
  color: #fff;
}

.home-text-link--light:hover { color: #e1be79; }

.home-contact {
  background:
    radial-gradient(circle at 92% -30%, rgba(201, 163, 96, .23), transparent 35%),
    var(--home-sand);
}

.home-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  align-items: center;
  gap: 80px;
}

.home-contact h2 { max-width: 820px; }

.home-contact-inner > div:first-child > p:not(.home-kicker) {
  margin: 18px 0 0;
  color: var(--home-muted);
  font-size: 15px;
}

.home-contact-actions {
  align-items: stretch;
  flex-direction: column;
  margin: 0;
}

.home-button--navy {
  background: var(--home-navy);
  color: #fff;
}

.home-button--navy:hover {
  background: var(--home-ocean);
  color: #fff;
}

.home-whatsapp-link {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(10, 39, 66, .18);
  border-radius: 12px;
  color: var(--home-navy);
  font-size: 15px;
  font-weight: 750;
  transition: border-color .2s, color .2s, background .2s;
}

.home-whatsapp-link i { color: #168a57; font-size: 18px; }

.home-whatsapp-link:hover {
  border-color: rgba(10, 39, 66, .35);
  background: rgba(255, 255, 255, .5);
  color: var(--home-ocean);
}

@media (max-width: 1199px) {
  .home-hero-copy--property h1 { max-width: 820px; }
  .home-search { grid-template-columns: repeat(3, minmax(0, 1fr)) auto; }
  .home-search-heading { grid-column: 1 / -1; }
  .home-new-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-featured-grid { gap: 19px; }
  .home-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-guidance-grid { gap: 60px; }
}

@media (max-width: 991px) {
  .home-hero { min-height: 740px; }
  .home-hero-copy { top: 49%; transform: translate(-50%, -50%); }
  .home-hero-copy--property h1 { max-width: 760px; }
  .home-hero-property-action { width: min(100%, 650px); }
  .home-search { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-search-heading { grid-column: 1 / -1; }
  .home-search-submit { width: 100%; }
  .home-section-heading,
  .home-section-heading--wide { grid-template-columns: 1fr; align-items: flex-start; }
  .home-section-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
  .home-section-heading > p { max-width: 650px; }
  .home-capability { padding: 38px 35px 35px; }
  .home-capability-links { right: 35px; left: 35px; flex-direction: column; align-items: flex-start; gap: 9px; }
  .home-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-new-card:only-child { grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); }
  .home-new-card:only-child .home-new-content { padding: 34px 35px 29px; }
  .home-guidance-grid { grid-template-columns: 1fr; gap: 52px; }
  .home-guidance-visual { min-height: 340px; }
  .home-contact-inner { grid-template-columns: 1fr; gap: 36px; }
  .home-contact-actions { max-width: 360px; }
}

@media (max-width: 767px) {
  .home-hero { min-height: 700px; }
  .home-hero-slide {
    background: var(--home-navy-deep);
  }
  .home-hero-slide > img {
    inset: 0 0 auto;
    height: 48%;
    object-position: center;
    filter: saturate(.96) contrast(1.01);
    transform: scale(1.01);
  }
  .home-hero-slide.is-active > img { transform: scale(1.035); }
  .home-hero-slide::after {
    inset: 0 0 auto;
    height: 48%;
    background: linear-gradient(180deg, rgba(4, 20, 34, .04) 0%, rgba(4, 20, 34, .1) 62%, rgba(4, 20, 34, .48) 100%);
  }
  .home-hero-copy {
    top: calc(48% + 22px);
    transform: translateX(-50%);
  }
  .home-hero-slide--fallback .home-hero-copy {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .home-kicker { font-size: 12px; }
  .home-hero-copy--property .home-kicker {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .home-hero-copy--property .home-kicker span {
    flex-basis: 31px;
    width: 31px;
  }
  .home-hero-copy h1,
  .home-hero-copy--property h1 {
    max-width: 600px;
    font-size: clamp(35px, 10.4vw, 48px);
    line-height: .98;
  }
  .home-hero-copy > .home-hero-location {
    margin-top: 13px;
    font-size: 15px;
  }
  .home-hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; margin-top: 23px; }
  .home-hero-actions .home-button { width: 100%; max-width: 285px; }
  .home-hero-property-action {
    width: min(100%, 520px);
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    margin-top: 17px;
    padding-top: 16px;
  }
  .home-hero-property-action .home-button { width: 100%; max-width: 285px; }
  .home-hero-navigation { bottom: 10px; }
  .home-search-wrap { margin-top: -18px; }
  .home-search { grid-template-columns: 1fr; gap: 12px; padding: 17px; }
  .home-search-heading { grid-column: auto; margin-bottom: 4px; }
  .home-search-submit { min-height: 49px; }
  .home-intro,
  .home-new,
  .home-featured,
  .home-explore,
  .home-contact { padding: 48px 0; }
  .home-intro { padding-top: 48px; }
  .home-section-heading { margin-bottom: 31px; }
  .home-section-heading h2,
  .home-contact h2 { font-size: clamp(36px, 10vw, 48px); }
  .home-capabilities { grid-template-columns: 1fr; }
  .home-capability { min-height: 400px; }
  .home-capability-icon { margin-bottom: 45px; }
  .home-new-grid { grid-template-columns: 1fr; gap: 18px; }
  .home-new-card:only-child { display: flex; grid-column: auto; }
  .home-new-card:only-child .home-new-media,
  .home-new-card:only-child .home-new-media img { min-height: 235px; }
  .home-new-card:only-child .home-new-content { min-height: 0; padding: 25px 23px 22px; }
  .home-new-content { min-height: 0; padding: 25px 23px 22px; }
  .home-new-content h3 { font-size: 31px; }
  .home-featured-grid { grid-template-columns: 1fr; gap: 20px; }
  .home-category-grid { grid-template-columns: 1fr; }
  .home-category-card { padding: 22px 20px 19px; }
  .home-category-card h3 { margin: 25px 0 18px; }
  .home-guidance { padding: 56px 0; }
  .home-guidance-copy h2 { font-size: clamp(38px, 10.6vw, 52px); }
  .home-guidance-actions { align-items: flex-start; flex-direction: column; }
  .home-guidance-visual { min-height: 300px; }
  .home-contact-actions { max-width: none; }
}

@media (max-width: 480px) {
  .home-hero { min-height: 660px; }
  .home-hero-copy h1,
  .home-hero-copy--property h1 { font-size: clamp(34px, 10.3vw, 42px); }
  .home-hero-actions .home-button { max-width: none; }
  .home-hero-property-action .home-button { max-width: none; }
  .home-hero-price { font-size: 28px; }
  .home-hero-navigation { justify-content: center; }
  .home-capability { min-height: 430px; padding: 30px 25px; }
  .home-capability-number { top: 29px; right: 25px; }
  .home-capability-icon { margin-bottom: 38px; }
  .home-capability-links { right: 25px; bottom: 27px; left: 25px; }
  .home-category-actions { grid-template-columns: 1fr; }
  .home-guidance-visual { min-height: 260px; }
  .home-guidance-visual::before { top: 48px; right: 43px; bottom: 62px; left: 43px; }
  .home-guidance-visual::after { top: 81px; right: 76px; bottom: 95px; left: 76px; }
  .home-guidance-steps { right: 15px; bottom: 15px; left: 15px; gap: 9px; padding: 11px 7px; font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-slide,
  .home-hero-slide > img,
  .home-button,
  .home-button i,
  .home-category-card,
  .home-search-submit,
  .home-text-link i,
  .home-capability-links a i { transition: none; }

  .home-hero-slide.is-active > img { transform: scale(1.015); }
}
