.elementor-2096 .elementor-element.elementor-element-4e39de9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2096 .elementor-element.elementor-element-8c66b28{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2096 .elementor-element.elementor-element-b1d1e2f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2096 .elementor-element.elementor-element-cfec4a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2096 .elementor-element.elementor-element-922e1d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2096 .elementor-element.elementor-element-871b614{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2096 .elementor-element.elementor-element-b3cf683{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2096 .elementor-element.elementor-element-be78670{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2096 .elementor-element.elementor-element-28018ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2096 .elementor-element.elementor-element-4e39de9{--content-width:1200px;}.elementor-2096 .elementor-element.elementor-element-8c66b28{--content-width:1200px;}.elementor-2096 .elementor-element.elementor-element-b1d1e2f{--content-width:1200px;}.elementor-2096 .elementor-element.elementor-element-cfec4a8{--content-width:1200px;}.elementor-2096 .elementor-element.elementor-element-922e1d8{--content-width:1200px;}.elementor-2096 .elementor-element.elementor-element-871b614{--content-width:1200px;}.elementor-2096 .elementor-element.elementor-element-b3cf683{--content-width:1200px;}.elementor-2096 .elementor-element.elementor-element-be78670{--content-width:1200px;}.elementor-2096 .elementor-element.elementor-element-28018ec{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-eda509b */.am-vvg-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(248, 245, 240, 0.96) 0%, rgba(248, 245, 240, 0.88) 100%),
    url("YOUR-IMAGE-HERE.jpg") center center / cover no-repeat;
  padding: clamp(120px, 16vw, 180px) 20px clamp(90px, 10vw, 120px);
}

.am-vvg-hero__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.am-vvg-hero__content {
  max-width: 760px;
}

.am-vvg-hero__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8d7f70;
}

.am-vvg-hero__title {
  margin: 0 0 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #1f1a17;
  text-wrap: balance;
}

.am-vvg-hero__text {
  margin: 0;
  max-width: 640px;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.85;
  font-weight: 400;
  color: #4f4741;
}

.am-vvg-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.am-vvg-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.am-vvg-hero__button--primary {
  background-color: #1f1a17;
  color: #f8f5f0;
  border-color: #1f1a17;
}

.am-vvg-hero__button--primary:hover {
  background-color: transparent;
  color: #1f1a17;
}

.am-vvg-hero__button--secondary {
  background-color: transparent;
  color: #1f1a17;
  border-color: rgba(31, 26, 23, 0.22);
}

.am-vvg-hero__button--secondary:hover {
  border-color: #1f1a17;
  background-color: rgba(31, 26, 23, 0.04);
}

@media (max-width: 767px) {
  .am-vvg-hero {
    padding: 110px 20px 80px;
    background-position: center center;
  }

  .am-vvg-hero__content {
    max-width: 100%;
  }

  .am-vvg-hero__title {
    margin-bottom: 20px;
  }

  .am-vvg-hero__text {
    max-width: 100%;
    line-height: 1.75;
  }

  .am-vvg-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .am-vvg-hero__button {
    width: 100%;
  }
}

/* === HERO ALIGNMENT FIX === */

.am-vvg-hero__inner {
  display: flex;
  justify-content: center;
}

.am-vvg-hero__content {
  width: 100%;
  max-width: 760px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-34c0d25 */.am-vvg-overview {
  padding: clamp(80px, 10vw, 130px) 20px;
  background-color: #f8f5f0;
}

.am-vvg-overview__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.am-vvg-overview__intro {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.am-vvg-overview__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8d7f70;
}

.am-vvg-overview__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #1f1a17;
  text-wrap: balance;
}

.am-vvg-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.am-vvg-overview__text p {
  margin: 0 0 22px;
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.9;
  color: #4f4741;
}

.am-vvg-overview__text p:last-child {
  margin-bottom: 0;
}

.am-vvg-overview__card {
  padding: 30px 28px;
  background-color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(31, 26, 23, 0.08);
}

.am-vvg-overview__card-label {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8d7f70;
}

.am-vvg-overview__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.am-vvg-overview__list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 18px;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #352e29;
}

.am-vvg-overview__list li:last-child {
  margin-bottom: 0;
}

.am-vvg-overview__list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b59a7a;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .am-vvg-overview__grid {
    grid-template-columns: 1fr;
  }

  .am-vvg-overview__card {
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  .am-vvg-overview {
    padding: 72px 20px;
  }

  .am-vvg-overview__intro {
    margin-bottom: 36px;
  }

  .am-vvg-overview__card {
    padding: 24px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-217c408 */.am-vvg-choices {
  padding: clamp(80px, 10vw, 130px) 20px;
  background-color: #f3efe9;
}

.am-vvg-choices__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.am-vvg-choices__heading {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.am-vvg-choices__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8d7f70;
}

.am-vvg-choices__title {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #1f1a17;
  text-wrap: balance;
}

.am-vvg-choices__intro {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.85;
  color: #4f4741;
}

.am-vvg-choices__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.am-vvg-choices__item {
  padding: 34px 30px;
  background-color: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(31, 26, 23, 0.08);
}

.am-vvg-choices__item-title {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 2.1vw, 2rem);
  line-height: 1.12;
  font-weight: 500;
  color: #1f1a17;
}

.am-vvg-choices__item-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #4f4741;
}

@media (max-width: 991px) {
  .am-vvg-choices__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .am-vvg-choices {
    padding: 72px 20px;
  }

  .am-vvg-choices__heading {
    margin-bottom: 38px;
  }

  .am-vvg-choices__item {
    padding: 26px 22px;
  }
}

/* === SUBTLE CARD UPGRADE === */

.am-vvg-choices__item {
  transition: all 0.3s ease;
}

.am-vvg-choices__item:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 26, 23, 0.14);
  box-shadow: 0 10px 30px rgba(31, 26, 23, 0.06);
}

.am-vvg-choices__item-title {
  margin-bottom: 12px;
}

.am-vvg-choices__item-text {
  line-height: 1.75;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3912ff1 */.am-vvg-fit {
  padding: clamp(80px, 10vw, 130px) 20px;
  background-color: #f8f5f0;
}

.am-vvg-fit__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.am-vvg-fit__intro {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.am-vvg-fit__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8d7f70;
}

.am-vvg-fit__title {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #1f1a17;
  text-wrap: balance;
}

.am-vvg-fit__text {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.85;
  color: #4f4741;
}

.am-vvg-fit__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.am-vvg-fit__card {
  padding: 34px 30px;
  background-color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(31, 26, 23, 0.08);
}

.am-vvg-fit__card-title {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.55rem, 2vw, 1.95rem);
  line-height: 1.14;
  font-weight: 500;
  color: #1f1a17;
}

.am-vvg-fit__card-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #4f4741;
}

@media (max-width: 991px) {
  .am-vvg-fit__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .am-vvg-fit {
    padding: 72px 20px;
  }

  .am-vvg-fit__intro {
    margin-bottom: 38px;
  }

  .am-vvg-fit__card {
    padding: 26px 22px;
  }
}

/* === FIT CARDS REFINEMENT === */

.am-vvg-fit__card {
  transition: all 0.3s ease;
}

.am-vvg-fit__card:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 26, 23, 0.14);
  box-shadow: 0 10px 30px rgba(31, 26, 23, 0.05);
}

.am-vvg-fit__text {
  margin-top: 6px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f51aa8 */.am-vvg-process {
  padding: clamp(84px, 10vw, 132px) 20px;
  background-color: #f3efe9;
}

.am-vvg-process__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.am-vvg-process__intro {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.am-vvg-process__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8d7f70;
}

.am-vvg-process__title {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #1f1a17;
  text-wrap: balance;
}

.am-vvg-process__text {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.85;
  color: #4f4741;
}

.am-vvg-process__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.am-vvg-process__step {
  position: relative;
  padding: 34px 30px 32px;
  background-color: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(31, 26, 23, 0.08);
  transition: all 0.3s ease;
}

.am-vvg-process__step:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 26, 23, 0.14);
  box-shadow: 0 10px 30px rgba(31, 26, 23, 0.05);
}

.am-vvg-process__number {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b59a7a;
}

.am-vvg-process__step-title {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.55rem, 2vw, 1.95rem);
  line-height: 1.14;
  font-weight: 500;
  color: #1f1a17;
}

.am-vvg-process__step-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.82;
  color: #4f4741;
}

@media (max-width: 991px) {
  .am-vvg-process__steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .am-vvg-process {
    padding: 72px 20px;
  }

  .am-vvg-process__intro {
    margin-bottom: 40px;
  }

  .am-vvg-process__step {
    padding: 26px 22px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5de9258 */.am-vvg-value {
  padding: clamp(84px, 10vw, 132px) 20px;
  background-color: #f8f5f0;
}

.am-vvg-value__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr);
  gap: clamp(30px, 4vw, 60px);
  align-items: start;
}

.am-vvg-value__content {
  min-width: 0;
}

.am-vvg-value__intro {
  max-width: 760px;
  margin-bottom: 28px;
}

.am-vvg-value__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8d7f70;
}

.am-vvg-value__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #1f1a17;
  text-wrap: balance;
}

.am-vvg-value__text p {
  margin: 0 0 22px;
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.9;
  color: #4f4741;
}

.am-vvg-value__text p:last-child {
  margin-bottom: 0;
}

.am-vvg-value__panel {
  padding: 30px 28px;
  background-color: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(31, 26, 23, 0.08);
}

.am-vvg-value__panel-label {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8d7f70;
}

.am-vvg-value__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.am-vvg-value__list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 18px;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #352e29;
}

.am-vvg-value__list li:last-child {
  margin-bottom: 0;
}

.am-vvg-value__list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b59a7a;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .am-vvg-value__inner {
    grid-template-columns: 1fr;
  }

  .am-vvg-value__panel {
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  .am-vvg-value {
    padding: 72px 20px;
  }

  .am-vvg-value__intro {
    margin-bottom: 22px;
  }

  .am-vvg-value__panel {
    padding: 24px 22px;
  }
}

/* === VALUE PANEL ALIGNMENT FIX === */

.am-vvg-value__aside {
  margin-top: 12px;
}

.am-vvg-value__panel {
  transition: all 0.3s ease;
}

.am-vvg-value__panel:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(31, 26, 23, 0.05);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ba8238 */.am-vvg-boundaries {
  padding: clamp(84px, 10vw, 132px) 20px;
  background-color: #f3efe9;
}

.am-vvg-boundaries__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.am-vvg-boundaries__intro {
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.am-vvg-boundaries__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8d7f70;
}

.am-vvg-boundaries__title {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #1f1a17;
  text-wrap: balance;
}

.am-vvg-boundaries__text {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.85;
  color: #4f4741;
}

.am-vvg-boundaries__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.am-vvg-boundaries__card {
  padding: 34px 30px;
  background-color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(31, 26, 23, 0.08);
  transition: all 0.3s ease;
}

.am-vvg-boundaries__card:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 26, 23, 0.14);
  box-shadow: 0 10px 30px rgba(31, 26, 23, 0.05);
}

.am-vvg-boundaries__label {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b59a7a;
}

.am-vvg-boundaries__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.am-vvg-boundaries__list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 18px;
  font-size: 1rem;
  line-height: 1.78;
  color: #352e29;
}

.am-vvg-boundaries__list li:last-child {
  margin-bottom: 0;
}

.am-vvg-boundaries__list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b59a7a;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .am-vvg-boundaries__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .am-vvg-boundaries {
    padding: 72px 20px;
  }

  .am-vvg-boundaries__intro {
    margin-bottom: 38px;
  }

  .am-vvg-boundaries__card {
    padding: 26px 22px;
  }
}

/* === DIFFERENTIATE "IS / NOT" CARDS === */

.am-vvg-boundaries__card--not {
  background-color: rgba(255, 255, 255, 0.45);
}

.am-vvg-boundaries__card--is {
  background-color: rgba(255, 255, 255, 0.65);
  border-color: rgba(31, 26, 23, 0.12);
}

.am-vvg-boundaries__card--is {
  box-shadow: 0 8px 24px rgba(31, 26, 23, 0.04);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-778dae0 */.am-vvg-included {
  padding: clamp(84px, 10vw, 132px) 20px;
  background-color: #f8f5f0;
}

.am-vvg-included__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.am-vvg-included__intro {
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.am-vvg-included__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8d7f70;
}

.am-vvg-included__title {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #1f1a17;
  text-wrap: balance;
}

.am-vvg-included__text {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.85;
  color: #4f4741;
}

.am-vvg-included__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.am-vvg-included__item {
  padding: 34px 30px 32px;
  background-color: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(31, 26, 23, 0.08);
  transition: all 0.3s ease;
}

.am-vvg-included__item:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 26, 23, 0.14);
  box-shadow: 0 10px 30px rgba(31, 26, 23, 0.05);
}

.am-vvg-included__number {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b59a7a;
}

.am-vvg-included__item-title {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.55rem, 2vw, 1.95rem);
  line-height: 1.14;
  font-weight: 500;
  color: #1f1a17;
}

.am-vvg-included__item-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #4f4741;
}

@media (max-width: 991px) {
  .am-vvg-included__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .am-vvg-included {
    padding: 72px 20px;
  }

  .am-vvg-included__intro {
    margin-bottom: 38px;
  }

  .am-vvg-included__item {
    padding: 26px 22px 24px;
  }
}

/* === INCLUDED VISUAL RHYTHM === */

.am-vvg-included__item:nth-child(2),
.am-vvg-included__item:nth-child(4) {
  transform: translateY(12px);
}

.am-vvg-included__number {
  opacity: 0.7;
  letter-spacing: 0.18em;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c1930a2 */.am-vvg-cta {
  padding: clamp(100px, 12vw, 160px) 20px;
  background:
    linear-gradient(180deg, rgba(31, 26, 23, 0.88) 0%, rgba(31, 26, 23, 0.92) 100%),
    url("YOUR-IMAGE-HERE.jpg") center center / cover no-repeat;
  text-align: center;
}

.am-vvg-cta__inner {
  max-width: 780px;
  margin: 0 auto;
}

.am-vvg-cta__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.am-vvg-cta__title {
  margin: 0 0 22px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-wrap: balance;
}

.am-vvg-cta__text {
  margin: 0 auto 34px;
  max-width: 620px;
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
}

.am-vvg-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.am-vvg-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.am-vvg-cta__button--primary {
  background-color: #ffffff;
  color: #1f1a17;
  border-color: #ffffff;
}

.am-vvg-cta__button--primary:hover {
  background-color: transparent;
  color: #ffffff;
}

.am-vvg-cta__button--secondary {
  background-color: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
}

.am-vvg-cta__button--secondary:hover {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 767px) {
  .am-vvg-cta {
    padding: 90px 20px;
  }

  .am-vvg-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .am-vvg-cta__button {
    width: 100%;
  }
}/* End custom CSS */