:root {
  --forest: #0c2a1e;
  --forest-2: #14392a;
  --forest-3: #1c4a37;
  --brass: #e8b923;
  --brass-lt: #ffde59;
  --accent: #1e8a5a;
  --accent-lt: #ffffff;
  --mist: #eff3ee;
  --mist-2: #e2e9e2;
  --ink: #16211b;
  --ink-soft: #5a6b61;
  --paper: #ffffff;
  --apm-blue: #005289;
  --display: "Bodoni Moda", Georgia, serif;
  --body: "Archivo", -apple-system, "Segoe UI", sans-serif;

  --pad: clamp(1.25rem, 5vw, 5.5rem);
  --maxw: 1280px;
  --sect: clamp(3.5rem, 9vw, 8.5rem);
  --default-border-radius: 15px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

html.with-fancybox {
  overflow: auto !important;
}

body {
  margin: 0;
  font-family: var(--body);
  font-weight: 400;
  color: var(--ink);
  background: var(--mist);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

button {
  font-family: inherit;
}

::selection {
  background: var(--accent-lt);
  color: var(--forest);
}

/* ============================================================
   PRIMITIVES
   ============================================================ */
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: var(--pad);
  position: relative;
  z-index: 1;
}

section[id],
div[id] {
  scroll-margin-top: 5.5rem;
}

.eyebrow {
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 1.4rem;
  padding-bottom: 0.85rem;
  position: relative;
}
.eyebrow-2 {
  color: #ffffff !important;
}

.eyebrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 2px;
  background: var(--brass);
}

.eyebrow--dim::after {
  background: var(--apm-blue);
}

.dh {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.015em;
  margin: 0;
}

.dh-xl {
  font-size: clamp(2rem, 7.6vw, 5.9rem);
}

.dh-lg {
  font-size: clamp(1.5rem, 4.9vw, 3.7rem);
}

.dh-md {
  font-size: clamp(1.65rem, 3.1vw, 2.5rem);
}

.dh i {
  font-style: italic;
}

.lede {
  font-size: clamp(0.8rem, 1.35vw, 1.16rem);
  color: var(--ink-soft);
  max-width: 54ch;
  margin: 1.5rem 0 0;
}

.on-dark .lede,
.lede--dark {
  color: var(--ink-soft);
}

/* buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.02rem 1.9rem;
  font-size: 0.79rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.btn-brass {
  background: var(--apm-blue);
  color: #fff;
  /* border-color: var(--brass); */
  font-size: 11px;
}

.btn-brass:hover {
  /* background: var(--brass-lt);
  border-color: var(--brass-lt); */
  background: #fff;
  border-color: #000;
  color: #000;
}

.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: #fff;
  font-size: 11px;
}

.btn-ghost:hover {
  background: rgba(224, 196, 138, 0.1);
  border-color: var(--brass-lt);
}

.btn-dark {
  background: var(--forest);
  color: #fff;
  border-color: var(--forest);
}

.btn-dark:hover {
  background: #136194;
  border-color: var(--forest-3);
}

.hdr-act {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.hdr-tel {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #d6e3d9;
  text-decoration: none;
  transition: color 0.3s ease;
}

.hdr-tel:hover {
  color: var(--accent-lt);
}

.hdr .btn {
  padding: 0.78rem 1.3rem;
  font-size: 0.7rem;
}

.plate {
  position: relative;
  overflow: hidden;
  background-color: var(--forest-2);
  background-size: cover;
  background-position: center;
  border-radius: 2px;
}

.plate::before,
.plate::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.plate[style*="background-image"]::before,
.plate[style*="background-image"]::after {
  opacity: 0;
}

.plate--dusk::before {
  background: radial-gradient(
      120% 82% at 72% 8%,
      rgba(224, 196, 138, 0.3),
      transparent 58%
    ),
    linear-gradient(178deg, #1b4c63 0%, #1e5140 46%, #0c2a1e 100%);
}

.plate--dusk::after {
  background: radial-gradient(
    150% 62% at 50% 118%,
    rgba(8, 28, 20, 0.94),
    transparent 62%
  );
}

.plate--dawn::before {
  background: radial-gradient(
      96% 68% at 24% 16%,
      rgba(224, 196, 138, 0.4),
      transparent 56%
    ),
    linear-gradient(170deg, #4e6b4a 0%, #23543c 52%, #0f3123 100%);
}

.plate--dawn::after {
  background: radial-gradient(
    140% 58% at 60% 116%,
    rgba(9, 32, 22, 0.9),
    transparent 60%
  );
}

.plate--interior::before {
  background: radial-gradient(
      88% 74% at 82% 22%,
      rgba(240, 214, 160, 0.5),
      transparent 60%
    ),
    linear-gradient(165deg, #3a4a3c 0%, #243328 58%, #141d17 100%);
}

.plate--interior::after {
  background: linear-gradient(
    196deg,
    transparent 42%,
    rgba(12, 26, 18, 0.82) 100%
  );
}

.plate--water::before {
  background: radial-gradient(
      84% 60% at 30% 14%,
      rgba(202, 225, 224, 0.32),
      transparent 56%
    ),
    linear-gradient(176deg, #1d5560 0%, #164a45 50%, #0b2a25 100%);
}

.plate--water::after {
  background: radial-gradient(
    130% 56% at 48% 114%,
    rgba(7, 26, 24, 0.9),
    transparent 60%
  );
}

.plate--canopy::before {
  background: radial-gradient(
      74% 58% at 62% 6%,
      rgba(224, 196, 138, 0.34),
      transparent 52%
    ),
    linear-gradient(184deg, #2b5b3e 0%, #17402c 56%, #0b2418 100%);
}

.plate--canopy::after {
  background: radial-gradient(
    120% 66% at 40% 112%,
    rgba(8, 24, 16, 0.92),
    transparent 58%
  );
}

.plate--aerial::before {
  background: radial-gradient(
      130% 70% at 50% 0%,
      rgba(196, 214, 236, 0.3),
      transparent 54%
    ),
    linear-gradient(180deg, #2a4e66 0%, #1f5240 44%, #0d2c1f 100%);
}

.plate--aerial::after {
  background: radial-gradient(
    160% 60% at 50% 120%,
    rgba(7, 25, 17, 0.9),
    transparent 64%
  );
}

/* ============================================================
   HEADER
   ============================================================ */
.hdr {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  padding: 1.1rem 0;
  transition: background 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
}

.hdr.is-stuck {
  background: rgb(5 30 47 / 70%);
  backdrop-filter: blur(14px);
  padding: 0.68rem 0;
  box-shadow: 0 1px 0 rgba(224, 196, 138, 0.16);
}

.hdr-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
}

.mark {
  text-decoration: none;
  line-height: 1.1;
  display: inline-block;
}

.mark-logo {
  height: 84px;
  width: auto;
  display: block;
}

.mark-logo-2 {
  height: 80px;
  width: auto;
  display: block;
}

.mark b {
  display: block;
  font-family: var(--display);
  font-size: 1.13rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #fff;
}

.mark span {
  display: block;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--accent-lt);
  margin-top: 0.22rem;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--forest);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg .plate {
  position: absolute;
  inset: 0;
  border-radius: 0;
  /* background-image: url("../images/hero-desk.jpg"); */
  background-image: url("../images/hero-desk.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-bg .plate::before,
.hero-bg .plate::after {
  opacity: 0;
}

.hero-veil {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    94deg,
    rgb(4 59 96) 0%,
    rgb(15 59 89 / 81%) 44%,
    rgb(0 82 137 / 0%) 100%
  ); */
  background: linear-gradient(
    94deg,
    rgba(8, 28, 20, 0.93) 0%,
    rgba(8, 28, 20, 0.74) 44%,
    rgba(8, 28, 20, 0.34) 100%
  );
}

.hero-in {
  position: relative;
  z-index: 2;
  padding-block: 11rem 5.6rem;
  width: 100%;
}

.hero h1 {
  color: #fff;
  max-width: 15ch;
}

.hero h1 em {
  font-style: italic;
  color: var(--accent-lt);
}

.hero-sub {
  margin: 1.9rem 0 0;
  font-size: clamp(0.95rem, 1.25vw, 1.09rem);
  color: #c3d4c8;
  max-width: 44ch;
  line-height: 1.62;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2.6rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.5rem;
  margin: 3.4rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(224, 196, 138, 0.2);
  font-size: 0.71rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #8fa898;
}

.hero-meta i {
  font-style: normal;
  color: var(--accent-lt);
}

/* ============================================================
   SIGNATURE — tilted motion stripe
   ============================================================ */
.stripe {
  position: relative;
  z-index: 3;
  background: var(--accent-lt);
  transform: rotate(-2.1deg) scale(1.055);
  padding: 0.92rem 0;
  overflow: hidden;
  box-shadow: 0 14px 44px rgba(4, 18, 12, 0.4);
}

.stripe--hero {
  margin-top: -2.6rem;
}

.stripe--std {
  margin-block: 0;
}

.stripe-track {
  display: flex;
  width: max-content;
  animation: slide 34s linear infinite;
}

.stripe-set {
  display: flex;
  flex-shrink: 0;
}

.stripe-item {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  padding-right: 1.5rem;
  font-family: var(--display);
  font-size: clamp(1rem, 1.85vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #000;
  white-space: nowrap;
}

.stripe-item::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--forest);
  opacity: 0.5;
  flex-shrink: 0;
}

@keyframes slide {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.stripe:hover .stripe-track {
  animation-play-state: paused;
}

/* ============================================================
   SECTIONS
   ============================================================ */
.sect {
  padding-block: var(--sect);
}

.sect--dark {
  background: #000;
  /* background: var(--forest); */
  color: #fff;
}

.sect--deep {
  background: var(--apm-blue);
  /* background: var(--forest-2); */
  color: #fff;
}

.sect--light {
  background: #e8f6ff;
}

.sect--paper {
  background: #f2faff;
}

.sect--dark .dh,
.sect--deep .dh {
  color: #fff;
}

/* --- section textures --- */
.sect--dark,
.sect--deep,
.form-sect,
.ftr,
.stats {
  position: relative;
}

.sect--dark::before,
.sect--deep::before,
.form-sect::before,
.ftr::before,
.stats::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(
      1100px 560px at 10% -12%,
      rgba(232, 185, 35, 0.1),
      transparent 60%
    ),
    radial-gradient(
      900px 520px at 108% 116%,
      rgba(30, 138, 90, 0.18),
      transparent 55%
    ),
    repeating-linear-gradient(
      135deg,
      rgba(224, 196, 138, 0.05) 0 1px,
      transparent 1px 28px
    );
}

.sect--light,
.sect--paper {
  position: relative;
}

.sect--light::before,
.sect--paper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(
      rgba(20, 57, 42, 0.08) 1px,
      transparent 1.4px
    ),
    repeating-linear-gradient(
      135deg,
      rgba(20, 57, 42, 0.03) 0 1px,
      transparent 1px 30px
    );
  background-size: 22px 22px, auto;
}

.stats-grid {
  position: relative;
  z-index: 1;
}

.sect-head {
  max-width: 85ch;
  margin: 0 0 2.5rem 0;
}

nt .sect-head .dh i {
  color: var(--apm-blue);
}

.sect--dark .sect-head .dh i,
.sect--deep .sect-head .dh i {
  color: var(--accent-lt);
}

/* --- stats band --- */
.stats {
  background: var(--forest-2);
  background: var(--apm-blue);
  border-top: 1px solid rgba(224, 196, 138, 0.16);
  border-bottom: 1px solid rgba(224, 196, 138, 0.16);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat {
  padding: clamp(1.9rem, 3.4vw, 2.9rem) 1.4rem;
  text-align: center;
  border-right: 1px solid rgba(224, 196, 138, 0.14);
}

.stat:last-child {
  border-right: 0;
}

.stat b {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.5rem, 4vw, 3.05rem);
  font-weight: 400;
  color: var(--accent-lt);
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: #fff;
}

/* --- offer --- */
.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.4rem, 5.5vw, 5.5rem);
  align-items: center;
}

.offer-num {
  display: flex;
  align-items: flex-start;
  gap: 0.02em;
  font-family: var(--display);
  font-size: clamp(4rem, 12vw, 10rem);
  font-weight: 400;
  line-height: 0.86;
  color: var(--accent-lt);
  letter-spacing: -0.03em;
}

.offer-num .pc {
  font-size: 0.29em;
  line-height: 1.5;
  letter-spacing: 0;
}

.offer-then {
  margin: 1.1rem 0 0;
  font-family: var(--display);
  font-size: clamp(1rem, 3.2vw, 2.2rem);
  color: #fff;
  line-height: 1.24;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(224, 196, 138, 0.19);
}

.steps li:last-child {
  border-bottom: 1px solid rgba(224, 196, 138, 0.19);
}

.steps .n {
  font-family: var(--display);
  font-size: 1.02rem;
  color: var(--accent-lt);
  padding-top: 0.14rem;
  min-width: 2.2ch;
}

.steps h4 {
  margin: 0 0 0.38rem;
  font-size: 1.02rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.005em;
}

.steps p {
  margin: 0;
  font-size: 0.93rem;
  color: #a9beb1;
  line-height: 1.62;
}

.fine {
  margin-top: 1.9rem;
  font-size: 0.8rem;
  line-height: 1.65;
  color: #a9beb1;
  max-width: 62ch;
}

/* --- address / narrative --- */
.split {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(2.4rem, 5vw, 4.8rem);
  align-items: end;
}

.split--flip .split-media {
  order: -1;
}

.split-media .plate {
  aspect-ratio: 4/5;
}

.split-body p {
  font-size: 1rem;
  color: var(--ink-soft);
  line-height: 1.72;
}

.sect--dark .split-body p,
.sect--deep .split-body p {
  color: #b0c5b8;
}

.marks {
  list-style: none;
  margin: 2.1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.95rem;
}

.marks li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  font-size: 0.96rem;
  color: var(--ink);
}

.sect--dark .marks li,
.sect--deep .marks li {
  color: #d3e0d7;
}

.marks svg {
  width: 15px;
  height: 15px;
  margin-top: 0.34rem;
  flex-shrink: 0;
  color: var(--apm-blue);
}

/* --- amenities --- */
.amen {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--mist-2);
}

.amen-item {
  padding: 2.1rem 1.7rem 2.3rem;
  border-right: 1px solid #00528942;
  border-bottom: 1px solid #00528942;
  transition: background 0.4s ease;
  background: #f0f9ff;
}

.amen-item:nth-child(4n) {
  border-right: 0;
}

.amen-item:hover {
  background: var(--paper);
}

.amen-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  color: #fff;
  background: var(--apm-blue);
  border-radius: 50%;
  margin-bottom: 1.25rem;
  font-size: 1.2rem;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    background-color 0.3s ease;
}

.amen-item:hover i {
  transform: translateY(-4px) scale(1.08);
  background-color: #000;
}

.amen-item h4 {
  margin: 0 0 0.3rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.005em;
}

.amen-item p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.55;
}

/* --- Swiper Gallery --- */
.gal-swiper {
  position: relative;
  padding-bottom: 3.5rem !important;
  overflow: visible !important;
}

.gal-swiper .swiper-slide {
  height: auto;
}

.gal-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: var(--default-border-radius);
  background-color: var(--forest-2);
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.gal-card:hover {
  box-shadow: 0 20px 40px rgba(12, 42, 30, 0.15);
  transform: translateY(-2px);
}

/* Picture Frame Inner Border */
.gal-card::before {
  content: "";
  position: absolute;
  inset: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  z-index: 3;
  pointer-events: none;
  transition: inset 0.6s cubic-bezier(0.15, 1, 0.3, 1), border-color 0.6s ease;
}

.gal-card:hover::before {
  inset: 1rem;
  border-color: rgba(232, 185, 35, 0.55);
  /* Gold / Brass */
}

.gal-card-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 1.6s cubic-bezier(0.15, 1, 0.3, 1);
}

.gal-card:hover .gal-card-img {
  transform: scale(1.05);
}

/* Luxury Dark Gradient Overlay */
.gal-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(8, 28, 20, 0.94) 0%,
    rgba(8, 28, 20, 0.35) 50%,
    transparent 100%
  );
  opacity: 0.25;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.gal-card:hover::after {
  opacity: 1;
}

.gal-card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.2rem;
  z-index: 2;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.15, 1, 0.3, 1), opacity 0.6s ease;
}

.gal-card:hover .gal-card-info {
  transform: translateY(0);
  opacity: 1;
}

.gal-card-num {
  display: block;
  font-family: var(--body);
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--brass);
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
}

.gal-card-tag {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b9cbbf;
  margin-bottom: 0.4rem;
}

.gal-card-tag,
.gal-card-title {
  display: none !important;
}

.gal-card-title {
  margin: 0;
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  line-height: 1.2;
}

/* Elegant Swiper Navigation Styles */
.gal-swiper-prev,
.gal-swiper-next {
  color: #fff !important;
  width: 50px !important;
  height: 50px !important;
  background: #000;
  /* background: var(--forest); */
  border: 1px solid rgba(224, 196, 138, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.gal-swiper-prev::after,
.gal-swiper-next::after {
  font-size: 1.2rem !important;
  font-weight: bold;
}

.gal-swiper-prev:hover,
.gal-swiper-next:hover {
  background: var(--brass);
  color: var(--forest) !important;
  border-color: var(--brass);
  box-shadow: 0 4px 15px rgba(232, 185, 35, 0.3);
}

.gal-swiper-prev {
  left: -25px !important;
}

.gal-swiper-next {
  right: -25px !important;
}

@media (max-width: 991px) {
  .gal-swiper-prev {
    left: 10px !important;
  }

  .gal-swiper-next {
    right: 10px !important;
  }

  .gal-swiper-prev,
  .gal-swiper-next {
    background: rgba(12, 42, 30, 0.85);
  }
}

/* Elegant Swiper Pagination Styles */
.gal-swiper-pagination {
  bottom: 0.5rem !important;
}

.gal-swiper-pagination .swiper-pagination-bullet {
  background: var(--forest) !important;
  opacity: 0.3;
  width: 8px;
  height: 8px;
  transition: all 0.3s ease;
}

.gal-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--apm-blue) !important;
  opacity: 1;
  width: 24px;
  border-radius: 4px;
}

/* Custom Fancybox Styles */
/* .fancybox__container {
  --fancybox-bg: rgba(8, 28, 20, 0.96) !important;
  --fancybox-color: #fff !important;
  --fancybox-accent-color: var(--brass) !important;
  backdrop-filter: blur(16px);
}

.fancybox__thumb.is-selected {
  border-color: var(--brass) !important;
} */

/* --- configurations --- */
.cfg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.2rem, 2.6vw, 2rem);
}

.cfg--single {
  grid-template-columns: 1fr;
  max-width: 480px;
  width: 100%;
  margin-inline: auto;
}

@media (min-width: 901px) {
  .wrap--split-homes {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: clamp(2.4rem, 5vw, 4.8rem);
    align-items: center;
  }

  .wrap--split-homes .sect-head {
    margin-bottom: 0;
  }

  /* .wrap--split-homes .cfg--single {
    max-width: 100%;
    margin-inline: 0;
  } */
}

.cfg-card {
  background: var(--paper);
  border: 1px solid var(--mist-2);
  border-radius: 2px;
  padding: clamp(1.8rem, 3.2vw, 2.7rem);
  display: flex;
  flex-direction: column;
}

.cfg-card--lead {
  /* background: var(--forest);
  border-color: var(--forest); */
  background: #000;
  border-color: #fff;
  color: #fff;
}

.cfg-tag {
  align-self: flex-start;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.42rem 0.78rem;
  border-radius: 2px;
  margin-bottom: 1.5rem;
  background: var(--accent-lt);
  color: var(--forest);
}

.cfg-card:not(.cfg-card--lead) .cfg-tag {
  background: var(--mist-2);
  color: var(--ink-soft);
}

.cfg-card h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.2rem, 3vw, 2.3rem);
  margin: 0;
}

.cfg-spec {
  list-style: none;
  margin: 1.7rem 0 2rem;
  padding: 0;
  display: grid;
  gap: 0.05rem;
}

.cfg-spec li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.82rem 0;
  border-bottom: 1px solid var(--mist-2);
  font-size: 0.91rem;
}

.cfg-card--lead .cfg-spec li {
  border-bottom-color: rgba(224, 196, 138, 0.19);
}

.cfg-spec dt {
  color: var(--ink-soft);
}

.cfg-card--lead .cfg-spec dt {
  color: #94ac9c;
}

.cfg-spec dd {
  margin: 0;
  font-weight: 600;
  text-align: right;
}

.cfg-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

/* --- location --- */
.loc-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.loc-card {
  position: relative;
  background: #104b72;
  /* background: var(--forest-3); */
  border: 1px solid rgba(224, 196, 138, 0.16);
  border-radius: 4px;
  padding: 1.7rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  text-decoration: none;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.loc-card h4 {
  margin: 0.2rem 0 0;
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.1rem;
  color: #fff;
}

.loc-card span {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
}

.loc-badge {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #000;
  color: var(--accent-lt);
  padding: 0.32rem 0.62rem;
  border-radius: 20px;
}

.loc-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: var(--forest);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.loc-icon svg {
  width: 18px;
  height: 18px;
}

.loc-icon--dark {
  background: var(--forest);
  color: var(--accent-lt);
}

.loc-num {
  display: flex;
  align-items: flex-start;
  gap: 0.05em;
  font-family: var(--display);
  color: var(--accent-lt);
}

.loc-num span {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}

.loc-num small {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
  text-transform: uppercase;
  color: #fff;
}

.loc-card--feat {
  background: #104b72;
  /* background: linear-gradient(160deg, var(--forest-3) 0%, var(--forest) 100%); */
  border-color: rgba(224, 196, 138, 0.28);
}

.loc-card--cta {
  /* background: var(--brass); */
  /* border-color: var(--brass); */
  background: #000;
  border-colour: #fff;
}

.loc-card--cta h4,
.loc-card--cta span {
  color: #fff;
}

.loc-card--cta:hover {
  background: #136194;
  border-color: #fff;
}

/* --- testimonials --- */
.quotes-swiper {
  position: relative;
  padding-bottom: 3.5rem !important;
  overflow: hidden !important;
}

/* Fallback: grid if JS is disabled */
.quotes-swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 2.4vw, 1.9rem);
}

@media (max-width: 900px) {
  .quotes-swiper .swiper-wrapper {
    grid-template-columns: 1fr;
  }
}

/* Flex layout if JS is enabled */
html.js .quotes-swiper .swiper-wrapper {
  display: flex;
  grid-template-columns: none;
  gap: 0;
}

.quotes-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.quotes-swiper-pagination {
  bottom: 0.5rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.quotes-swiper-pagination .swiper-pagination-bullet {
  background: var(--forest) !important;
  opacity: 0.3;
  width: 8px;
  height: 8px;
  margin: 0 !important;
  transition: all 0.3s ease;
}

.quotes-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--apm-blue) !important;
  opacity: 1;
  width: 24px;
  border-radius: 4px;
}

.quote {
  background: var(--paper);
  border: 1px solid #b6b6b6;
  border-radius: var(--default-border-radius);
  /* padding: clamp(1.2rem, 2.8vw, 2.3rem); */
  padding: clamp(1.2rem, 1.8vw, 2.3rem);
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quote-mk {
  font-family: var(--display);
  font-size: 2.7rem;
  line-height: 0.6;
  color: var(--accent);
  display: none;
  margin-bottom: 1.1rem;
}

.quote p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink);
}

.quote footer {
  margin-top: 1.5rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--mist-2);
}

.quote footer img {
  width: auto;
  height: 70px;
  object-fit: cover;
  border: 1px solid var(--apm-blue);
  border-radius: 50%;
}

.quote cite {
  display: block;
  font-style: normal;
  margin-top: 0.18rem;
  font-size: 1rem;
  font-weight: 600;
}

.quote small {
  display: block;
  margin-top: 0.18rem;
  font-size: 0.76rem;
  color: var(--ink-soft);
  letter-spacing: 0.03em;
}

.closer {
  text-align: center;
  /* max-width: 50ch; */
  margin-inline: auto;
}

.closer .lede {
  margin: 1.5rem auto 0;
  color: #a9beb1;
}

.closer .btn {
  margin-top: 2.3rem;
}

.form-sect {
  background: #e8f6ff;
  color: #fff;
  position: relative;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1.06fr;
  gap: clamp(2.6rem, 5.5vw, 5.5rem);
}

.form-aside .dh {
  color: #000;
}

.form-aside .dh i {
  color: #000;
}

.form-tel {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 2.2rem;
  font-family: var(--display);
  font-size: clamp(1.2rem, 2.6vw, 1.85rem);
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.form-tel:hover {
  opacity: 0.78;
}

.form-note {
  margin-top: 1.5rem;
  font-size: 0.86rem;
  color: var(--ink-soft);
  max-width: 36ch;
  line-height: 1.62;
}

.card {
  background: #000;
  /* background: var(--forest-2); */
  border: 1px solid rgba(224, 196, 138, 0.2);
  border-radius: 10px;
  padding: clamp(1.7rem, 3.4vw, 2.8rem);
}

.f-row {
  margin-bottom: 1.35rem;
}

.f-row label {
  display: block;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--accent-lt);
  margin-bottom: 0.6rem;
}

.f-row input,
.f-row select {
  width: 100%;
  padding: 0.94rem 1rem;
  font-family: var(--body);
  font-size: 0.99rem;
  color: #000;
  background: #fff;
  /* background: rgba(255, 255, 255, 0.05); */
  border: 1px solid rgba(224, 196, 138, 0.24);
  border-radius: 2px;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.f-row input::placeholder {
  color: #222222;
}

.f-row input:focus,
.f-row select:focus {
  outline: none;
  border-color: var(--accent-lt);
  background: #ffffff;
}

.f-row select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C29B4A' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 17px;
  padding-right: 2.8rem;
}

.f-row select option {
  background: #000;
  /* background: var(--forest-2); */
  color: #fff;
}

.f-tel {
  display: flex;
  gap: 0.55rem;
}

.f-tel .pre {
  display: flex;
  align-items: center;
  padding: 0 0.9rem;
  font-size: 0.95rem;
  color: #222222;
  background: #fff;
  border: 1px solid rgba(224, 196, 138, 0.24);
  border-radius: 2px;
}

.f-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.f-err {
  display: none;
  margin-top: 0.45rem;
  font-size: 0.78rem;
  color: #e8a98f;
  letter-spacing: 0.01em;
}

.f-row.has-err input,
.f-row.has-err select {
  border-color: #c9705b;
}

.f-row.has-err .f-err {
  display: block;
}

.card .btn {
  width: 100%;
  justify-content: center;
  margin-top: 0.6rem;
}

.f-legal {
  margin: 1.15rem 0 0;
  font-size: 0.72rem;
  color: #7e9689;
  line-height: 1.58;
}

.f-done {
  display: none;
  text-align: center;
  padding: 1.6rem 0.4rem;
}

.f-done.on {
  display: block;
}

.f-done .tick {
  width: 52px;
  height: 52px;
  margin: 0 auto 1.4rem;
  border-radius: 50%;
  border: 1px solid var(--accent-lt);
  display: grid;
  place-items: center;
  color: var(--accent-lt);
}

.f-done h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.75rem;
  margin: 0 0 0.7rem;
  color: #fff;
}

.f-done p {
  margin: 0 auto;
  font-size: 0.96rem;
  color: #a9beb1;
  max-width: 34ch;
  line-height: 1.65;
}

.form-hidden {
  display: none;
}

.ftr {
  /* background: var(--forest-2); */
  background: #000;
  color: #95ac9e;
  padding-block: clamp(3rem, 5vw, 4.4rem) 2rem;
}

.ftr-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: balance;
  /* grid-template-columns: 1.3fr 1fr 1fr; */
  gap: 2.4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(224, 196, 138, 0.15);
}

.ftr .mark b {
  color: #fff;
}

.ftr h5 {
  margin: 0 0 1.1rem;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--accent-lt);
}

.ftr p,
.ftr li {
  font-size: 0.88rem;
  line-height: 1.72;
  margin: 0;
}

.ftr ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.ftr a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.ftr a:hover {
  color: var(--accent-lt);
}

.rera {
  margin-top: 1rem !important;
  font-size: 0.78rem;
  line-height: 1.7;
  color: #7e9689;
  font-variant-numeric: tabular-nums;
}

.ftr-btm {
  padding-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2rem;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #6f8779;
}

.disc {
  margin-top: 1rem !important;
  font-size: 0.8rem !important;
  line-height: 1.62;
  color: #6f8779;
  max-width: 100%;
}

.wa {
  display: none;
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 80;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #2e9762;
  color: #fff;
  place-items: center;
  text-decoration: none;
  box-shadow: 0 8px 26px rgba(4, 20, 12, 0.34);
  transition: transform 0.3s ease;
}

.wa:hover {
  transform: translateY(-3px);
}

.wa svg {
  width: 26px;
  height: 26px;
}

.mbar {
  position: fixed;
  inset: auto 0 0;
  z-index: 85;
  display: none;
  grid-template-columns: 1fr 1fr;
  background: #000;
  backdrop-filter: blur(12px);
  /* border-top: 1px solid rgba(224, 196, 138, 0.2); */
}

.mbar a {
  padding: 1.05rem 0.8rem;
  text-align: center;
  text-decoration: none;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mbar a:first-child {
  color: #d6e3d9;
  border-right: 1px solid rgba(224, 196, 138, 0.18);
}

.mbar a:last-child {
  background: var(--apm-blue);
  color: #fff;
}

.split-media img {
  width: 100%;
  /* height: auto; */
  aspect-ratio: 5 / 5;
  object-fit: cover;
  border-radius: var(--default-border-radius);
}

.js .rv {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.js .rv.in {
  opacity: 1;
  transform: none;
}

:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 3px;
  border-radius: 2px;
}

/* --- footer socials --- */
.ftr-socials {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.ftr-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: #a9beb1;
  border: 1px solid rgba(224, 196, 138, 0.15);
  transition: all 0.3s ease;
}

.ftr-socials a:hover {
  background: var(--brass);
  color: var(--forest);
  border-color: var(--brass);
  transform: translateY(-2px);
}

.ftr-socials svg {
  display: block;
}

@media (max-width: 720px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat:nth-child(2) {
    border-right: 0;
  }

  .stat:nth-child(1),
  .stat:nth-child(2) {
    border-bottom: 1px solid rgba(224, 196, 138, 0.14);
  }
}

@media (max-width: 900px) {
  .offer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .split {
    grid-template-columns: 1fr;
  }

  .split--flip .split-media {
    order: 0;
  }
}

@media (max-width: 980px) {
  .amen {
    grid-template-columns: repeat(2, 1fr);
  }

  .amen-item:nth-child(4n) {
    border-right: 1px solid var(--mist-2);
  }

  .amen-item:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 520px) {
  .amen {
    grid-template-columns: repeat(2, 1fr);
  }

  .amen-item {
    border-right: 0 !important;
  }
}

@media (max-width: 760px) {
  .mark-logo {
    height: 58px;
  }
}

@media (max-width: 760px) {
  .hdr-tel span {
    display: none;
  }

  .form-tel {
    margin-top: 1.2rem;
  }

  .form-note {
    margin: 15px 0;
  }

  .hero-bg .plate {
    /* background-image: url("../images/hero-mob.jpg"); */
    background-image: url("../images/hero-mob.png");
    /* background-position: left; */
    background-position: 40% center;
  }

  .f-row input,
  .f-row select {
    padding: 0.7rem 1rem;
  }

  .quote p {
    font-size: 0.85rem;
  }

  .f-row {
    margin-bottom: 1rem;
  }

  .rera {
    font-size: 12px;
    margin: 12px 0 !important;
  }

  .quote footer {
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .cfg-spec li {
    font-size: 0.8rem;
    padding: 0.5rem 0;
  }

  .steps h4 {
    font-size: 1rem;
  }

  .quote-mk {
    margin-bottom: 0;
  }

  .closer .btn {
    margin-top: 1.3rem;
  }

  .disc {
    font-size: 12px !important;
    line-height: 1.3;
  }

  .btn-brass,
  .btn-dark {
    font-size: 11px;
  }

  .amen-item h4 {
    font-size: 13px;
  }

  .amen-item p {
    font-size: 11px;
  }

  .steps p {
    font-size: 0.75rem;
  }

  .steps li {
    padding: 1rem 0;
  }

  .fine {
    margin: 15px 0;
  }

  .cfg-spec {
    margin: 1rem 0;
  }

  .mark b {
    font-size: 0.92rem;
    letter-spacing: 0.08em;
  }

  .stat span {
    letter-spacing: 0.1em;
  }

  .loc-card {
    padding: 1.5rem 1rem;
  }

  .loc-card h4 {
    font-size: 0.85rem;
  }

  .eyebrow,
  .split-body p {
    font-size: 0.8rem;
  }

  .marks li {
    font-size: 0.8rem;
  }

  .sect-head {
    margin: 0 0 1.5rem 0;
  }

  .amen-item {
    padding: 1rem 0.5rem;
  }

  .amen-item i {
    width: 45px;
    height: 45px;
  }

  .btn {
    padding: 0.8rem 0.5rem;
  }

  .hero-cta {
    margin-top: 1.6rem;
  }

  .hero-meta {
    margin: 1.4rem 0 0 0;
  }

  .mark span {
    font-size: 0.5rem;
    letter-spacing: 0.2em;
  }

  .hdr .btn {
    display: block;
    padding: 0.75rem 1rem;
  }

  .hdr-tel {
    display: none;
  }

  .hero-in {
    padding: 8rem 1rem;
    /* padding-block: 8rem 5.6rem; */
  }

  .hero {
    justify-content: center;
  }

  .hdr-act {
    gap: 0.5rem;
  }
}

@media (max-width: 820px) {
  .mosaic {
    grid-template-columns: repeat(2, 1fr);
  }

  .m-a {
    grid-column: span 2;
    grid-row: auto;
    aspect-ratio: 4/3;
  }

  .m-b {
    grid-column: span 2;
  }
}

@media (max-width: 800px) {
  .cfg {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .loc-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 920px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .f-two {
    grid-template-columns: 1fr;
  }
  /* .hero-veil {
    background: linear-gradient(
      180deg,
      rgb(4 59 96) 0%,
      rgb(15 59 89) 36%,
      rgb(0 82 137 / 0%) 100%
    );
  } */
}

@media (max-width: 820px) {
  .ftr-top {
    flex-wrap: balance;
    /* grid-template-columns: 1fr; */
    gap: 1.4rem;
  }
}

@media (max-width: 760px) {
  .mbar {
    display: grid;
  }

  .wa {
    bottom: 4.6rem;
  }

  body {
    padding-bottom: 3.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .js .rv {
    opacity: 1;
    transform: none;
  }

  .stripe-track {
    animation: none;
  }
}
