/*

/*
Theme Name: Neve Child
Theme URI: https://themeisle.com/themes/neve/
Template: neve
Author: ThemeIsle
Author URI: https://themeisle.com
Description: Custom Magnolia landing page styling for the Neve child theme.
Version: 1.0.1
*/

@import url("https://fonts.googleapis.com/css2?family=Inclusive+Sans:wght@300;400;600;700&display=swap");

:root {
  --page-max: 1200px;
  --pad: clamp(20px, 4vw, 48px);
  --cream: #f5ede4;
  --cream-light: #f9f5f0;
  --navy: #172437;
  --navy-dark: #0f1828;
  --navy-soft: #1f2f45;
  --ink: #dbcab7;
  --text: #1b2634;
  --muted: #5e6a76;
  --line: rgba(23, 36, 55, 0.12);
  --shadow-soft: 0 30px 80px rgba(15, 24, 35, 0.16);
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background-color: #ffffff;
}

body.home .header {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(var(--page-max), 100%);
  margin-inline: auto;
  padding-inline: var(--pad);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 78px;
  font-family: "Inclusive Sans", "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:focus-visible {
  outline: 3px solid rgba(23, 36, 55, 0.35);
  outline-offset: 3px;
}

.btn--primary {
  background-color: #ffffff;
  color: var(--navy-dark);
  box-shadow: 0 18px 44px rgba(15, 24, 35, 0.25);
}

.btn--ghost {
  background-color: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.btn--light {
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--navy);
  box-shadow: 0 20px 44px rgba(10, 16, 26, 0.25);
}

.btn--dark {
  background-color: var(--navy);
  color: #ffffff;
  box-shadow: 0 20px 44px rgba(10, 16, 26, 0.35);
}

.section-eyebrow {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--navy-soft);
}

.home-section__head {
  text-align: center;
  display: grid;
  gap: clamp(16px, 3vw, 24px);
  max-width: 640px;
  margin: 0 auto clamp(48px, 7vw, 64px);
}

.home-section__head h2 {
  margin: 0;
  font-family: "Garamond", "Times New Roman", serif;
  font-size: clamp(32px, 5vw, 52px);
  letter-spacing: 0.1em;
  color: #2A323F;
  text-transform: uppercase;
}

.home-section__head p {
  margin: 0;
  font-family: "Inclusive Sans", "Times New Roman", serif;
  color: #2A323F;
  line-height: 1.7;
}

/* Hero */

.home-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(180px, 23vw, 260px) 0;  /*Request: extend hero height ~30% for more vertical presence */
  min-height: calc(100vw * 0.85 + 420px); /* Request: ensure hero is tall enough to display full rotated florals */
  background: #fff !important;; /* Request: remove gradient and keep hero background pure white */
  text-align: center;
}

.home-hero__media {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  pointer-events: none;
  user-select: none;
}

.home-hero__backdrop {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0); /* Request: keep top edge flush with viewport */
  width: min(1195px, 113vw); /* Request: enlarge blue dome by an additional 10% while preserving alignment */
  filter: drop-shadow(0 50px 140px rgba(15, 24, 35, 0.38));
  z-index: 1;
}

.home-hero__florals {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center; /* Request: rotate florals around their midpoint */
  transform: translate(-50%, -75%) rotate(90deg) scale(0.85); /* Request: raise florals an additional 10% while preserving scale and rotation */
  width: 120vw; /* Request: expand floral artwork to 110% of viewport width without altering vertical scale */
  z-index: 2;
  clip-path: none; /* Request: stop trimming the florals so 100% of the artwork displays */
}

.home-hero__content {
  position: relative;
  z-index: 3;
  display: flex; /* Request: split hero stack into top CTA and bottom summary blocks */
  flex-direction: column;
  justify-content: flex-start; /* Request: allow manual spacing control for hero summary positioning */
  align-items: center;
  gap: clamp(28px, 6vw, 48px);
  max-width: 820px;
  margin: 0 auto;
  color: #f8f5f1;
  min-height: clamp(520px, 70vw, 1400px); /* Request: ensure room for bottom summary near base of dome */
}

.home-hero__top {
  display: grid;
  gap: clamp(18px, 4vw, 28px);
  align-items: center;
}

.home-hero__summary {
  display: grid;
  gap: clamp(16px, 4vw, 24px);
  padding-bottom: clamp(2px, 2vw, 8px); /* Request: position summary near base of the dome */
  margin-top: clamp(164px, 40vw, 500px); /* Request: drop summary an additional 50px across responsive breakpoints */
  text-align: center;
}

.home-hero__cta,
.home-hero__secondary {
  justify-self: center; /* Request: keep hero buttons centered within their respective stacks */
}

.home-hero__eyebrow {
  margin: 0;
  font-family: "Inclusive Sans", "Inter", sans-serif;
  font-size: 18px;
  color: #ffffff;
}

.home-hero__logo {
  margin: 0;
  display: grid;
  gap: clamp(12px, 3vw, 18px);
  text-align: center;
}

.home-hero__word {
  font-family: "Garamond", "Times New Roman", serif;
  font-weight: 500;
  font-size: 100px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-hero__sub {
  font-family: "Inclusive Sans", "Inter", sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.home-hero__lede {
  margin: 0;
  color: rgba(248, 245, 241, 0.86);
  line-height: 1.7;
  max-width: 880px; /* a bit wider */
  font-size: clamp(15px, 2.6vw, 18px);
  font-family: "Inclusive Sans", "Times New Roman", serif;
}

/* Load Adamina (if not already loaded) */
@import url('https://fonts.googleapis.com/css2?family=Adamina&display=swap');

/* Apply to the hero headline */
.home-hero__headline {
  font-family: 'Adamina', serif;
  font-size: 46px;
  font-weight: 400;
}


/* Unit overview */

.home-unit {
  background: #ffffff;
}

.home-unit__header {
  text-align: center;
  display: grid;
  gap: clamp(14px, 3vw, 26px);
  max-width: 640px;
  margin: 0 auto;
}

.home-unit__heading {
  margin: 0;
  font-family: "Adamina", "Times New Roman", serif;
  font-size: clamp(40px, 5.6vw, 64px);
  font-weight: 300;
  color: var(--navy);
}

.home-unit__meta {
  margin: 0;
  font-family: "Inclusive Sans", "Inter", sans-serif;
  font-size: clamp(15px, 2.6vw, 18px);
  color: var(--navy-soft);
}

.home-unit__description {
  margin: 0;
  font-family: "Inclusive Sans", "Inter", sans-serif;
  color: var(--muted);
  line-height: 1.7;
}

.home-unit__complex {
  position: relative; /* Request: keep complex rendering above the map */
  z-index: 2;
  width: min(1140px, 92vw);
  margin: clamp(60px, 10vw, 110px) auto clamp(-160px, -12vw, -80px); /* Request: overlap complex onto the map section */
  filter: drop-shadow(0 40px 90px rgba(15, 24, 35, 0.38));
}

.home-unit__complex img {
  width: 100%;
  height: auto;
  display: block;
}

.home-map {
  position: relative;
  z-index: 1;
  background: transparent;   /* remove dark blue gradient */
  padding: 0;                /* remove extra space above/below the image */
  color: #ffffff;
  overflow: hidden;
}


.home-map__wrap {
  position: relative;
  width: 100%;
  margin: 0;
}

.home-map__visual {
  position: relative;
  z-index: 1;
}

.home-map__visual img {
  width: 100%; /* Request: ensure map spans the full width */
  height: auto;
  display: block;
}

.home-map__copy {
  position: absolute;
  top: clamp(48px, 8vw, 140px);
  left: clamp(24px, 8vw, 140px);
  max-width: min(420px, 52vw);
  display: grid;
  gap: clamp(26px, 4vw, 40px);
  z-index: 2; /* Request: keep text above the map */
}

.home-map__point h3 {
  margin: 0 0 10px;
  font-family: "Garamond", "Times New Roman", serif;
  font-size: clamp(24px, 3.8vw, 32px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-map__point p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.7;
}

.home-map__visual.is-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1023px) {
  .home-unit__complex {
    margin-bottom: clamp(-80px, -8vw, -40px);
  }

  .home-map__copy {
    position: static;
    max-width: 100%;
    padding: 0 clamp(24px, 6vw, 48px);
    text-align: center;
    margin-bottom: clamp(40px, 8vw, 72px);
  }
}

.home-feature {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding: clamp(160px, 24vw, 260px) 0 clamp(140px, 20vw, 200px);
  overflow: visible;
}

.home-feature__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
		180deg, 
		rgba(16, 27, 42, 0.4) 0%, 
		rgba(16, 27, 42, 0.55) 36%, 
		rgba(255, 255, 255, 0.76) 78%, 
		rgba(255, 255, 255, 1) 100%),
    var(--feature-bg, none) center / cover no-repeat;
  filter: saturate(1.05);
  z-index: 0;
  pointer-events: none;
}

.home-feature__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(18px, 4vw, 30px);
  max-width: 480px;
  transform: translateY(-70%); /* Request: raise content by 20% */
}

.home-feature__title {
  margin: 0;
  font-family: "Adamina", "Times New Roman", serif;
  font-weight: 300;
  font-size: clamp(42px, 6vw, 54px);
  text-transform: none;
  white-space: nowrap; /* Request: keep feature title on a single line */
}

.home-feature__lede {
  margin: 0;
  font-family: "Inclusive Sans", "Times New Roman", serif;
  font-size: clamp(10px, 2.0vw, 14px);
  line-height: 1;
  color: rgba(255, 255, 255, 0.88);
}

.home-feature__cta {
  justify-self: center;
  padding: 14px clamp(34px, 8vw, 60px);
}

.home-feature__flower {
  position: absolute;
  bottom: clamp(-160px, -10vw, -100px); /* Request: drop single flower 100px lower */
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  display: block;
  width: min(360px, 52vw);
  pointer-events: none;
}

.home-feature__flower img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.25));
}

@media (max-width: 767px) {
  .home-feature {
    padding: clamp(140px, 36vw, 200px) 0 clamp(120px, 28vw, 180px);
  }

  .home-feature__cta {
    width: auto;
  }
}

.home-floorplan {
  padding: clamp(160px, 24vw, 280px) 0 clamp(80px, 12vw, 140px);
  background-color: #ffffff;
}

.home-floorplan__wrap {
  display: grid;
  gap: clamp(32px, 6vw, 100px);
  align-items: center;
}

@media (min-width: 1024px) {
  .home-floorplan__wrap {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  }
}

.home-floorplan__visual {
  margin: 0;
}

.home-floorplan__visual img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
  transform: rotate(90deg);
  transform-origin: center center;
}

.home-floorplan__info {
  display: grid;
  gap: clamp(18px, 3vw, 32px);
  max-width: 560px;
}

.home-floorplan__title {
  margin: 0;
  font-family: "Adamina", "Times New Roman", serif;
  font-size: clamp(40px, 6vw, 58px);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--navy);
}

.home-floorplan__description {
  margin: 0;
  font-family: "Inclusive Sans", "Times New Roman", serif;
  font-size: clamp(16px, 2.2vw, 18px);
  line-height: 1.7;
  color: var(--text);
}

.home-floorplan__accordion {
  border-top: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
  display: grid;
}

.home-floorplan__item + .home-floorplan__item {
  border-top: 2px solid var(--navy);
}

.home-floorplan__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 4vw, 40px);
  padding: clamp(18px, 3vw, 26px) 0;
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 500;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
}

.home-floorplan__summary::-webkit-details-marker {
  display: none;
}

.home-floorplan__summary::after {
  content: '+';
  font-size: clamp(22px, 4vw, 26px);
  line-height: 1;
  margin-left: clamp(12px, 3vw, 20px);
  transition: transform 0.2s ease;
}

.home-floorplan__item[open] .home-floorplan__summary {
  background-color: #f1f3f5;
}

.home-floorplan__item[open] .home-floorplan__summary::after {
  transform: rotate(45deg);
}

.home-floorplan__label {
  font-family: "Inclusive Sans", "Times New Roman", serif;
  text-transform: none;
}

.home-floorplan__size {
  margin-left: auto;
  text-transform: none;
}

.home-floorplan__body {
  padding: 0 0 clamp(18px, 3vw, 26px);
  color: var(--text);
  font-size: clamp(16px, 2.4vw, 18px);
  line-height: 1.6;
}

.home-floorplan__body p {
  margin: 0;
}

/* Village gallery */

.home-village {
  padding: clamp(20px, 2vw, 34px) 0;
  background-color: #ffffff;
}

.home-village .home-section__head h2 {
  font-family: "Operetta 12", "Garamond", "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(42px, 6vw, 54px);
  letter-spacing: 0;
  color: #2A323F;
  text-transform: none;
}

.home-village__carousel {
  position: relative;
  margin-top: clamp(42px, 8vw, 96px);
}

.home-village__viewport {
  overflow: hidden;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.home-village__track {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: clamp(24px, 5vw, 48px);
  transform: translateX(0);
  transition: transform 0.55s ease;
  will-change: transform;
  padding: clamp(10px, 2vw, 16px) clamp(110px, 16vw, 220px);
}

.home-village__slide {
  flex: 0 0 min(100%, clamp(640px, 58vw, 960px));
  width: min(100%, clamp(640px, 58vw, 960px));
}

.home-village__slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.home-village__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* 2x bigger than before */
  width: clamp(68px, 7vw, 120px);
  height: clamp(68px, 7vw, 120px);
  border: none;                 /* no custom circle border */
  border-radius: 0;
  background: transparent;      /* icon itself is a circle */
  color: var(--navy);
  display: grid;
  place-items: center;
  cursor: pointer;
  appearance: none;
  transition: color 0.2s ease;
  z-index: 2;
}

/* On larger screens, push arrows 10% more outwards (left/right) */
@media (min-width: 961px) {
  .home-village__arrow--prev {
    /* 10% of viewport width further to the left */
    transform: translate(-3vw, -20%);
  }

  .home-village__arrow--next {
    /* 10% of viewport width further to the right */
    transform: translate(3vw, -20%);
  }
}


.home-village__arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* When an icon is present, hide the CSS pseudo arrow */
.home-village__arrow.has-icon::after {
  content: none;
}


.home-village__arrow::after {
  content: '';
  display: block;
  width: clamp(12px, 1.6vw, 18px);
  height: clamp(12px, 1.6vw, 18px);
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

.home-village__arrow--prev {
  left: clamp(32px, 10vw, 180px);
}

.home-village__arrow--prev::after {
  border: 2px solid currentColor;
  border-right: 0;
  border-top: 0;
  border-left-width: 2px;
  border-bottom-width: 2px;
  transform: rotate(45deg);
}

.home-village__arrow--next {
  right: clamp(32px, 10vw, 180px);
}

@media (max-width: 960px) {
  .home-village__track {
    gap: clamp(18px, 6vw, 32px);
    padding-inline: clamp(48px, 14vw, 96px);
  }

  .home-village__slide {
    flex: 0 0 min(100%, clamp(520px, 70vw, 680px));
    width: min(100%, clamp(520px, 70vw, 680px));
  }

  .home-village__arrow--prev {
    left: clamp(20px, 8vw, 60px);
  }

  .home-village__arrow--next {
    right: clamp(20px, 8vw, 60px);
  }
}

@media (max-width: 640px) {
  .home-village__track {
    gap: 18px;
    padding-inline: clamp(18px, 12vw, 38px);
  }

  .home-village__slide {
    flex: 0 0 100%;
    width: 100%;
  }

  .home-village__arrow {
    width: 44px;
    height: 44px;
  }

  .home-village__arrow::after {
    width: 10px;
    height: 10px;
  }

  .home-village__arrow--prev {
    left: 12px;
  }

  .home-village__arrow--next {
    right: 12px;
  }
}

/* Amenities */

.home-amenities {
  padding: clamp(33px, 4vw, 66px) 0 clamp(50px, 5vw, 60px);
  background-color: #ffffff;
}

.home-section__head--centered {
  text-align: center;
  margin: 0 auto clamp(42px, 6vw, 72px);
  max-width: 780px;
}

.home-section__head--centered h2 {
  font-family: "Operetta 12", "Garamond", "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(40px, 5.4vw, 54px);
  letter-spacing: 0;
  margin-bottom: clamp(12px, 2vw, 18px);
  color: #2A323F;
  text-transform: none;
}

.home-section__head--centered p {
  font-family: "Inclusive Sans", "Garamond", "Times New Roman", serif;
  margin: 0;
  color: #2A323F;
  font-size: clamp(16px, 2.4vw, 18px);
}

/* Make ONLY the home-amenities container narrower */
.home-amenities {
  --page-max: 880px;  /* adjust as needed: 760–960px */
}


.home-amenities__art {
  margin: 0;
  display: flex;
  justify-content: center;
}

.home-amenities__art img {
  width: min(100%, 960px);
  height: auto;
  display: block;
}



/* Collection */

.home-collection {
  padding: clamp(80px, 12vw, 160px) 0 0px;
  background-color: #ffffff;
}

.home-collection__wrap {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
  justify-content: flex-start;
}

.home-collection__media {
  position: relative;
  display: flex;
  align-items: stretch;
  width: calc(100% + clamp(160px, 18vw, 240px));
  margin-left: calc(-0.5 * clamp(160px, 18vw, 240px));
  gap: clamp(12px, 3vw, 36px);
  height: clamp(360px, 36vw, 640px);
  z-index: 1;
}

.home-collection__map {
  flex: 1 1 52%;
  margin: 0 !important;
  border-radius: 0;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}

.home-collection__map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: left center;
  transform: scale(1.3);
  /* Shift only the left map image further left so its edge sits flush
     against the page, without moving the entire section */
  margin-left: calc(-0.5 * clamp(160px, 18vw, 240px));
}

.home-collection__badge {
  flex: 1 1 48%;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(clamp(-8px, -14vw, -80px));
  z-index: 1;
}

.home-collection__badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: right center;
  transform: scale(1.3);
}

/* Moved 10% left + 10% less wide + 20% less gap */
.home-collection__copy {
  position: absolute;
  /* don’t stretch to the bottom – remove extra empty space */
  bottom: auto;
  top: clamp(24px, 5vw, 60px);
  bottom: clamp(24px, 5vw, 60px);
  left: -12%;          /* 10% left */
  width: 75%;         /* 10% less wide */
  color: #ffffff;
  display: grid;
  text-align: center;
  gap: 4px;

  padding: 0;

  /* move the entire block 10% lower */
  transform: translateY(10%);
}

.home-collection__copy h2 {
  margin: 0 auto;
  font-family: "Adamina", "Times New Roman", serif;
  color: #ffffff;
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: none;
  /* make the heading block less wide but centered */
  max-width: clamp(220px, 70%, 320px);
}

/* 10% less wide text block */
.home-collection__copy p {
  margin: 0;
  line-height: 1.6;
  font-size: 18px;
  font-family: "Inclusive Sans", "Times New Roman", serif;
  color: #ffffff;
  max-width: clamp(240px, 81%, 288px); /* 10% less than 90% / 320px */
  justify-self: center;
}

/* Button height 40% less (vertical padding only) */
/* Button height + fixed content box 130 x 30 */
.home-collection__copy .btn--outline {
  border: 2px solid rgba(255, 255, 255, 0.72);
  color: #ffffff;
  background: transparent;
  box-shadow: none;

  /* make width/height apply to the content box */
  box-sizing: content-box;
  width: 130px;
  height: 30px;
  padding: 10px 90px;

  /* ensure the button actually has that height */
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 0 auto;
  pointer-events: auto;
}


.home-collection__copy .btn--outline:hover {
  background: rgba(255, 255, 255, 0.18);
}

/* Designer */

.home-designer {
  padding: 0 0 0;
  background-color: #F1F2F2;
}

.home-designer__wrap {
  padding: 100px 0 0 0;
  display: grid;
  gap: clamp(50px, 5vw, 60px);
  align-items: center;
}

@media (min-width: 1024px) {
  .home-designer__wrap {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }
}

.home-designer__copy {
  display: grid;
  max-width: 480px;
}

.home-designer__copy h2 {
  margin: 0;
  font-family: "Adamina", "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0;
  color: #2A323F;
  text-transform: none;
}

.home-designer__copy p {
  margin: 0;
  color: var(--muted);
  font-family: "Inclusive Sans", "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  color: #2A323F;
  line-height: 1.5;
}

.home-designer__art {
  justify-self: center;
  max-width: 520px;
  z-index: 3;
}

.home-designer__art img {
  width: min(800px, 88vw);
  height: auto;
  margin-top: -40px; /* move image up so it overlaps previous section */
}

/* Register */

.home-register {
  position: relative;
  padding: clamp(130px, 18vw, 200px) 0 clamp(120px, 16vw, 160px);
  background: var(--cream-light);
}

.home-register__media {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  overflow: hidden;
}

.home-register__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.1) blur(2px);
  transform: scale(1.05);
}

.home-register__inner {
  position: relative;
  z-index: 1;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  padding: clamp(48px, 7vw, 72px);
  display: grid;
  gap: clamp(28px, 5vw, 40px);
}

.home-register__content h2 {
  margin: 0 0 12px;
  font-family: "Garamond", "Times New Roman", serif;
  font-size: clamp(32px, 5vw, 48px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-register__content p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.home-register__form {
  display: grid;
  gap: clamp(22px, 4vw, 32px);
}

.home-register__grid {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.home-register__form label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
}

.home-register__form input,
.home-register__form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(23, 36, 55, 0.18);
  background: rgba(246, 248, 252, 0.85);
  font: inherit;
  letter-spacing: normal;
  text-transform: none;
  color: var(--text);
}

.home-register__form input:focus-visible,
.home-register__form textarea:focus-visible {
  outline: 2px solid rgba(23, 36, 55, 0.48);
  outline-offset: 2px;
}

.home-register__form textarea {
  min-height: 120px;
  resize: vertical;
}

.home-register__message span {
  margin-bottom: 4px;
}

.home-register__note {
  margin: 0;
  font-size: 13px;
  color: rgba(27, 38, 52, 0.68);
}

.home-register__badges {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  list-style: none;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(27, 38, 52, 0.65);
}

/* Media placeholders */

.media-placeholder {
  width: 100%;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  border-radius: 32px;
  border: 1px dashed rgba(23, 36, 55, 0.22);
  background: linear-gradient(135deg, rgba(245, 237, 228, 0.45), rgba(230, 239, 247, 0.45));
  color: rgba(27, 38, 52, 0.55);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Responsive tweaks */

@media (max-width: 767px) {
  .home-hero__actions {
    gap: 14px;
  }

  .home-register__inner {
    padding: clamp(32px, 12vw, 48px);
  }

  .home-register__badges {
    justify-content: center;
  }
}


/* Footer
 * The custom footer uses a dark navy background and centers a
 * single image that contains all partner logos.  The image is
 * responsive: its width scales with the viewport but stays within
 * sensible bounds.  Padding at top and bottom gives breathing room.
 */
/* Footer sizing tweaks */
/* Footer
 * The custom footer uses a dark navy background and centers a
 * single image that contains all partner logos.  The image is
 * responsive: its width scales with the viewport but stays within
 * sensible bounds.  Padding at top and bottom gives breathing room.
 */
.home-footer {
  background-color: #2A323F;
  padding: clamp(4px, 2vw, 24px);
}

.home-footer__logos {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-footer__logos img {
  display: block;
  width: clamp(420px, 64vw, 1600px); /* was 420px, 48vw, 1120px */
  height: auto;
	  /* visually crop 20% from top & bottom */
  -webkit-clip-path: inset(20% 0 20% 0);
          clip-path: inset(20% 0 20% 0);
}



/* New text + links under the logo */
.home-footer__text {
  margin-top: clamp(16px, 2.2vw, 24px);
  color: rgba(255,255,255,.85);
  font-size: 14px;
  letter-spacing: .02em;
  text-align: center;
}

.home-footer__links {
  margin-top: clamp(8px, 1.4vw, 16px);
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 40px);
}

.home-footer__links a {
  color: #fff;
  opacity: .85;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.home-footer__links a:hover,
.home-footer__links a:focus {
  opacity: 1;
  border-bottom-color: rgba(255,255,255,.6);
  outline: none;
}



/* ============================
   Magnolia Contact Page
   ============================ */

.contact-page {
  background-color: #262f3b; /* same dark tone as lower section */
  color: #ffffff;
}

/* HERO WITH BACKGROUND IMAGE */
.contact-hero {
  position: relative;
  min-height: 100vh;
  padding: 120px 20px 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;

  /* Replace this URL with your CONTACT hero background image */
  background-image: url('https://magnolia-dev.beautybrandbuilders.co/wp-content/uploads/2025/11/E-ensuite2-59.webp');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

/* Big dark arc that comes up over the image */
.contact-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -48vw;           /* controls how far the arc goes down */
  transform: translateX(-50%);
  width: 210vw;            /* arc width */
  height: 210vw;           /* arc height */
  background: #262f3b;
  border-radius: 50%;
  z-index: 0;
}

.contact-hero__inner {
  position: relative;
  z-index: 1;              /* keep content above the arc */
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

/* Top heading (MAGNOLIA / GET IN TOUCH) */
.contact-hero__heading {
  margin-bottom: 120px;
}

.contact-hero__title {
  font-size: 3.5rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.contact-hero__subtitle {
  font-size: 1rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* ARC CONTENT WRAPPER */
.contact-shell {
  position: relative;
  padding: 80px 30px 40px;
}

.contact-shell__body {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.contact-shell__intro {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* FORM LAYOUT */
.contact-form {
  text-align: left;
  margin-bottom: 20px;
}

.contact-form__row {
  display: flex;
  gap: 18px;
  margin-bottom: 14px;
}

.contact-form__row--split .contact-form__field {
  flex: 1;
}

.contact-form__row--button {
  margin-top: 10px;
}

.contact-form__field label {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 0;
  border: 1px solid #ffffff;
  background-color: #f7f7f7;
  color: #111111;
  font-size: 0.9rem;
  font-family: inherit;
  box-sizing: border-box;
}

.contact-form__field textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-form__field select {
  appearance: none;
}

/* Button */
.contact-form__submit {
  width: 100%;
  padding: 12px 18px;
  border-radius: 0;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  text-transform: none;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
  cursor: pointer;
}

.contact-form__submit:hover,
.contact-form__submit:focus {
  background: #ffffff;
  color: #262f3b;
}

/* Small disclaimer under button */
.contact-shell__small-print {
  font-size: 0.7rem;
  margin-top: 10px;
  opacity: 0.8;
}

/* PREFER TO SPEAK DIRECTLY BLOCK */
.contact-direct {
  margin-top: 60px;
  text-align: center;
}

.contact-direct__logo img {
  max-width: 80px;
  height: auto;
  margin: 0 auto 25px;
  display: block;
}

.contact-direct__eyebrow {
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.contact-direct__name {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.contact-direct__designation {
  font-weight: 400;
}

.contact-direct__phone,
.contact-direct__email {
  margin: 0;
  font-size: 0.9rem;
}

.contact-direct__phone a,
.contact-direct__email a {
  color: #ffffff;
  text-decoration: none;
}

.contact-direct__phone a:hover,
.contact-direct__email a:hover {
  text-decoration: underline;
}

/* Make it work on mobile */
@media (max-width: 768px) {
  .contact-hero {
    padding: 100px 16px 40px;
  }

  .contact-hero__heading {
    margin-bottom: 80px;
  }

  .contact-hero__title {
    font-size: 2.4rem;
    letter-spacing: 0.14em;
  }

  .contact-shell {
    padding: 60px 14px 30px;
  }

  .contact-form__row {
    flex-direction: column;
  }

  .contact-hero::after {
    bottom: -65vw;
    width: 230vw;
    height: 230vw;
  }
}

/* ################################ */
/* location page css */
/* ################################ */

      /* %%%%%%%%%%%%%%%% */
      /* utality-classes */
      .body-font {
      	font-family: "Inclusive Sans";
      }

      .family-h {
      	font-family: "Garamond";
      }

      .font-1 {
      	font-size: 100px !important;
      	font-weight: 500 !important;
      	line-height: 80px !important;
      }

      .font-2 {
      	font-size: 42px !important;
      	font-weight: 500 !important;
      }

      .font-3 {
      	font-size: 28px !important;
      }

      .d-flex-container-col {
      	display: flex;
      	justify-content: center;
      	align-items: center;
      	flex-direction: column;
      }

      .d-flex-container {
      	display: flex;
      	justify-content: center;
      	align-items: center;
		background-color: #f1f2f2;
      }

      .text-center {
      	text-align: center;
      }

      .section-padding {
      	padding: 100px;
      }


      .box-child-4-2 {
      	width: 50%;
      }


      .flower-img img {
      	width: 400px;
      }

      .Rigester-btn {
      	background-color: #2a313f;
      	border-radius: 0px;
      	color: white;
      	width: 400px;
      	padding: 12px;
      }

      /* %%%%%%%%%%%%%%% */

      .box-child-4-1 {
      	width: 50%;
      	height: 650px;
		  z-index: 5;
      }

.map-img-src{
	margin-left: 80px;
}

.box-child-4-2 {
  width: 50%;
  position: relative;
  height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
	z-index: 2;
  overflow: hidden; /* extra bg cut fix */
}

.box-child-4-2::before {
  content: "";
  background-image: url("https://magnolia-dev.beautybrandbuilders.co/wp-content/uploads/2025/11/Rectangle-bg-scaled.webp");
  background-repeat: no-repeat;
/*   background-position: right center; */
  background-size: contain;         /* 👈 perfect fit, no crop */
  
  position: absolute;
  inset: 0; /* top, right, bottom, left = 0 */
  z-index: -1;
}

.child-inner {
  width: 500px;
  padding: 0 0 80px 50px;
}


      /* ######################## */
      /* hero section */
      /* ####################### */

      .hero-section-mognolia {
      	background-color: #1d2b38;
      	color: white;
      	text-align: center;
      	padding-bottom: 100px;
      	display: flex;
      	flex-direction: column;
      	justify-content: center;
      	align-items: center;
      }

      .conten-hero-section {
      	margin-top: 80px;
      	width: 460px;
      }

     .hero-section-img {
    position: relative;
    width: 100%;
    height: 1250px; /* reduced height */
    background: url("https://magnolia-dev.beautybrandbuilders.co/wp-content/uploads/2025/11/A-Living-scaled.webp") center/cover no-repeat;
/*     border-radius: 20px; */
    overflow: hidden;
    display: flex;
    align-items: flex-start; /* aligns text to top instead of center */
    justify-content: center;
    padding-top: 40px; /* move text a bit down from very top */
}

.hero-content-section {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    transform: translateY(150px); /* slightly move text upward */
}


      .hero-content-section h2 {
      	margin-top: 8px;
      	margin-bottom: 16px;
      }

      /* BOTTOM CONTENT (starts immediately after image) */
      .content-hero-section {
      	padding: 40px 20px 100px;
      	max-width: 650px;
      	margin: auto;
      }

      .content-hero-section h2 {
      	font-size: 28px;
      	margin-bottom: 12px;
      	color: white;
      }

      .content-hero-section p {
      	font-size: 14px;
      	line-height: 1.7;
      	color: #cfd4d9;
      }

      /* #############################
 Nature at Your Doorstep -->
 ############################# */

      .hero-heads {
      	margin-top: 60px;
      	font-size: 36px;
      	text-align: center;
      }

      .subtitle-hero-section {
      	width: 490px;
      	margin: 10px auto;
      	font-size: 14px;
      	color: #444;
      	line-height: 1.5;
      }

      .tagline-hero-section {
      	margin-top: 10px;
      	font-size: 14px;
      	color: #444;
      	text-align: center;
      }

      .features-hero-section {
      	display: flex;
      	justify-content: center;
      	gap: 40px;
      	margin: 60px auto;
      	flex-wrap: wrap;
      	padding: 0 20px;
      	margin-top: 150px;
      }

      .feature-box-hero-section {
      	width: 200px;
      	background: #1d2b38;
      	border-bottom-left-radius: 100px;
      	border-bottom-right-radius: 100px;
      	padding-bottom: 30px;
      	color: white;
      	text-align: center;
      }

      .feature-box-hero-section img {
      	width: 200px;
      	height: 200px;
      	object-fit: cover;
      	border-radius: 50%;
      	margin-top: -100px;
      }

      .feature-title-hero-section {
      	margin-top: 20px;
      	font-size: 20px;
      	line-height: 1.3;
      }

      /* #############################
 Nature at Your Doorstep -->
 ############################# */

      .hero-section-third {
  position: relative;
  height: 700px;
  background-image: url("https://magnolia-dev.beautybrandbuilders.co/wp-content/uploads/2025/11/bgimg.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 5;
}

/* ---- OVERLAY ---- */
.hero-section-third::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25); /* 25% dark overlay – adjust as needed */
  z-index: -1;
}

      .overlay-section-third {
      	position: absolute;
      	inset: 0;
      	background: rgba(0, 0, 0, 0.3);
      }

      .content-section-third {
      	position: relative;
      	color: white;
      	max-width: 720px;
      	padding: 20px;
      }

      .content-section-third h1 {
      	font-size: 3rem;
      	font-weight: normal;
      	margin-bottom: 20px;
      }

      .content-section-third p {
      	font-size: 1rem;
      	line-height: 1.6;
      	margin-bottom: 10px;
      }

/* ########################## */
/* Project Page */
/* ########################## */

/* six image layout */

.features-section {
  padding: 120px 0;
  display: flex;
  justify-content: center;
  background-color: #f1f2f2;
}

.features-grid {
  width: 900px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 0px;
}


.feature-card {
  height: 420px;
  width: 245px;
  border-radius: 170px;
  background-size: 400px auto;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  padding: 160px 30px 0px;
  text-align: center;
  color: #fff;  
  transition: .3s ease;
}

/* Top circular image */
.feature-card img {
  width: 240px;
  height: 230px;
  border-radius: 70%; 
  position: absolute;
  bottom: 195px;
  left: 50%;
  transform: translateX(-50%);
}

/* Text styling */
.feature-card h3 {
  font-size: 16px;
  margin-bottom: 90px;
  position: relative;
  top: 75px;
}

.feature-card p {
  font-size: 16px;
  line-height: 18px;
}

/* 5images gallery section css */
.project-images-section{
    width: 900px;
    margin: 50px auto;
}
.project-top-img {
    width: 100%;
    height: 400px;
}
.bottom-section-images {
    display: flex;
    width: 100%;
    height: 700px;
    gap: 20px 20px;
    margin-top: 20px;
}
.project-left-images{
    width: 300px;
    height: 700px;
}
.project-mid-images{
    overflow: hidden;
}
.project-right-images {
    width: 300px;
    height: 700px;
}



/* ########################### */
/* Vision Man Section Flower */

.gallery-section {
  width: 100%;
}

.vision-section {
  background: #1f2c39;
  padding: 80px 40px;
  position: relative;
}

.vision-content {
  max-width: 880px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* LEFT TEXT */
.vision-text {
  width: 60%;
  color: #ffffff;
}

.vision-text h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.vision-text p {
  line-height: 1.6;
  margin-bottom: 15px;
  color: #d8dee5;
}

/* SMALL ROUND IMAGES */
.vision-small-images {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.vision-small-images img {
  width: 250px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}

/* RIGHT BIG PORTRAIT IMAGE */
.vision-photo img {
  width: 320px;
  height: 490px;
  object-fit: cover;
  border-radius: 25px;
}

/* FLOWER DECORATION (BOTTOM RIGHT) */
.vision-flower {
  width: 230px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}


/* Circle house project section */
:root{
      --circle-size: 520px;
      --accent:#2b3943;
      --muted:#9aa6ad;
      --white: #ffffff;
    }

    *{box-sizing:border-box}

    .hero-project{
      position:relative;
      width:100%;
/*       max-width:1100px; */
      height:520px;
      display:flex;
      align-items:center;
      justify-content:center;
      padding:40px 20px;
    }

    /* circle area */
    .circle-project {
      width: 520px;
      height: 520px;
      background: #2b3943;;
      border-radius:50%;
      display:flex;
      flex-direction:column;
      align-items:center;
      /* justify-content:center; */
      color:var(--white);
      text-align:center;
      box-shadow:0 30px 60px rgba(43,57,67,0.25);
      position:relative;
      padding-top: 4dvb;
      z-index:1;
		margin-top: 50px;
    }
    .circle-project h1{
      margin:0 0 8px 0;
      font-size:34px;
      letter-spacing:1px;
    }
    .circle-project p{
      margin:0;
      font-size:13px;
      color:rgba(255,255,255,0.8);
    }

    .circle-project a{
      display:inline-block;
      margin-top:14px;
      font-size:13px;
      color:rgba(255,255,255,0.9);
      text-decoration:none;
      border-bottom:1px solid rgba(255,255,255,0.12);
      padding-bottom:2px;
    }

    /* house image */
    .house-wrap-project{
      position:absolute;
      right:calc(50% - 100px);
      transform:translateX(30%);
      bottom:-80px;
      z-index:2;
      width:760px;
      max-width:90%;
      pointer-events:none;
      filter:drop-shadow(0 20px 30px rgba(0,0,0,0.35));
    }

    .house-wrap-project img{
      display:block;
      width:100%;
      height:auto;
    }
