:root {
  color-scheme: light;
  --ink: #3d3a32;
  --cream: #f2efe3;
  --sand: #e9e4d1;
  --olive: #6B6C50;
  --olive-dark: #5b5642;
  --blue: #7B96B3;
  --white: #ffffff;
  --form-cream: #f6f2e5;
  --max-width: 1380px;
  --serif: "Benton Modern Display", "Times New Roman", serif;
  --sans: "GT America", "Helvetica Neue", Arial, sans-serif;
}
@font-face {
  font-family: "Benton Modern Display";
  src: url("../fonts/Benton Modern Display/BentonModDisp-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Benton Modern Display";
  src: url("../fonts/Benton Modern Display/BentonModDisp-RegularIt.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: "GT America";
  src: url("../fonts/GT-America-Standard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT America Regular";
  src: url("../fonts/GT-America-Standard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT America Medium";
  src: url("../fonts/GT-America-Standard-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

main {
  
}

.container {
  width: min(100% - 32px, var(--max-width));
  margin: 0 auto;
}

.full-container {
  width: 95%;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.lead {
  font-family: var(--serif);
  font-style: italic;
  font-size: 30px;
  line-height: 40px;
  margin: 0 auto 70px;
  max-width: 1060px;
  color: #2D2B28;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border: 1px solid transparent;
}

.button-watch {
  width : 360px;
}

.button-light {
  background: #d9df6c;
  color: var(--olive-dark);
  border-color: #cdd362;
}

.button-light:hover {
  background: transparent;
  color: #d9df6c;
  border-color: #d9df6c;
}

.button-olive {
  background: var(--olive) !important;
  color: var(--white) !important;
}

.button-olive:hover {
  background: transparent !important;
  color: var(--ink) !important;
  border-color: var(--olive) !important;
}

.button-cream {
  background: var(--form-cream);
  color: #7B96B3;
  border-color: #e2dac5;
}

.button-cream:hover {
  background: transparent;
  color: #e2dac5;
  border-color:  #e2dac5;
}

.button-cream-footer {
  background: transparent;
  color: #f2f0e3;
  border-color: #e2dac5;
}

.button-cream-footer:hover {
  background: #fff;
  color: #333;
}


.site-header {
  background: var(--olive);
  padding: 20px 0;
}

.header-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.brand img {
  width: 450px;
  height: 54px;
  margin: 0 auto;
}

.header-cta {
  text-align: right;
}

.hero {
  background: url("../img/landing/01_Banner_Image.jpg") center/cover no-repeat;
  padding: 70px 0;
  min-height: 520px;
  position: relative;
  margin:20px;
}

.hero-garden {
  background: url("../img/landing/gardenresidences_hero.jpg") center/cover no-repeat;
  padding: 70px 0;
  min-height: 520px;
  position: relative;
  
  margin:20px;
}

.hero-subpenthouse {
  background: url("../img/landing/subpenthouse_hero.jpg") center/cover no-repeat;
  padding: 70px 0;
  min-height: 520px;
  position: relative;
  
  margin:20px;
}

.garden-lead {
  font-family: var(--serif);
  font-size: 30px;
  line-height: 40px;
  margin: 0 auto 30px;
  text-transform: uppercase !important;
  max-width: 1060px;
  color: #2D2B28;
}

.garden-sublead {
  font-family: var(--serif);
  font-style: italic;
  font-size: 30px;
  line-height: 40px;
  margin: 0 auto 40px;
  
  max-width: 1060px;
  color: #2D2B28;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
}

.hero-inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.hero-inner--centered {
  justify-content: center;
  align-items: center;
  height: 100%;
}


.thank-form, .privacy-form {
  background: #F2F0E3;
  color:#6B6C50;
  padding: 34px 32px;
  width: min(100%, 580px);
  box-shadow: 0 20px 40px rgba(35, 35, 35, 0.25);
  text-align: center;
}

.thank-form h1 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 40px;
  margin: 0 0 20px;
}

.privacy-form h1 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  margin: 0 0 20px;
}

.privacy-form h3 {
  color: #252727 !important;
  font-family: "GT America Medium", "GT America", Arial, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  margin: 34px 0 18px !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

.thank-form h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 32px;
  margin: 30px 0 12px; 
  margin-bottom: 60px;

}

.thank-form p {
  margin: 0;
  margin-bottom: 20px;
  font-size: 16px; 
}

.thank-form .notes {
  font-size: 14px; 
  opacity: 0.75;
}
.privacy-hero {
  height: 85vh;
  display: flex;
  flex-direction: column;
}

.privacy-hero-inner {
  flex: 1;
  min-height: 0;
  width: min(100% - 80px, 1100px);
}

.privacy-policy {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  padding: 40px clamp(28px, 5vw, 72px);
}

.privacy-policy p {
  text-align: left;
}

@media (max-width: 640px) {
  .privacy-hero {
    height: 70vh;
    margin: 10px;
    padding: 30px 0;
  }

  .privacy-hero-inner {
    width: calc(100% - 24px);
  }

  .privacy-policy {
    padding: 28px 22px;
  }
}


.hero-form {
  background: var(--blue);
  color: #F2F0E3;
  padding: 34px 32px;
  width: min(100%, 380px);
  box-shadow: 0 20px 40px rgba(35, 35, 35, 0.25);
}

.hero-form h2 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  margin: 0 0 20px;
}

label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: rgb(242, 240, 227)
}

input:not([type="submit"]),
select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding: 8px 4px 12px;
  color: var(--white);
  margin-bottom: 18px;
  font-size: 0.95rem;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input[type="submit"] {
  cursor: pointer;
  font-family: var(--sans);
}



input::placeholder {
  color: rgba(255, 255, 255, 0.65);
  
}

[type="text"]:focus {
 
  
}

select {
  color: var(--white);
  appearance: none;
  background-image: url("../img/down.svg");
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 12px;
  padding-right: 24px;
}


select option {
  background: #e7e5d0 !important;
  color: #525438 !important;
}

.hero-form .button {
  width: 100%;
  margin-top: 10px;
}

.section {
  padding: 70px 0;
}

.section-cream {
  background: var(--cream);
}

.section-sand {
  background: var(--sand);
}

.section-olive {
  background: var(--olive);
  color: #efe9da;
}

.media-frame {
  position: relative;
  border: 0px solid #ebe7d8;
  background: #ebe7d8;
}

.media-frame img {
  width: 100%;
  height: auto;
}

.carousel-wrap {
  position: relative;
  margin-top: 30px;
}

.fade_gallery {
  position: relative;
  line-height: 0;
}

.fade_gallery img {
  width: 100%;
}

.fade_gallery > div {
  position: relative;
}

.fade_gallery .slick-slide > div {
  position: relative;
}

.fade_gallery .caption {
  font-family: var(--serif);
  font-style: italic;
  color: #f1eddf;
  position: absolute;
  bottom: 15px;
  left: 15px;
  margin: 0;
  font-size: 0.95rem;
  z-index: 5;
}

.fade_gallery.slick-initialized .caption {
  visibility: hidden;
  opacity: 0;
}

.fade_gallery .slick-slide.slick-active .caption {
  visibility: visible;
  opacity: 1;
}

.fade_gallery .slick-cloned .caption {
  display: none !important;
}

.fade_gallery .slick-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 0;
  margin: 0;
  left: inherit;
  right: 10px;
  list-style: none;
  text-align: right;
  z-index: 10;
}

.fade_gallery .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 1px;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
}

.fade_gallery .slick-dots li button::before {
  content: "•";
  font-size: 9px;
  color: #f6f0ea;
  opacity: 0.5;
}

.fade_gallery .slick-dots li.slick-active button::before {
  color: #f6f0ea;
  opacity: 1;
}

.fade_gallery .slick-prev,
.fade_gallery .slick-next {
  z-index: 20;
}

.fade_gallery .slick-prev {
  left: 15px;
}

.fade_gallery .slick-next {
  right: 15px;
}

.fade_gallery .slick-prev:before,
.fade_gallery .slick-next:before {
  font-size: 30px;
  color: #f1eddf;
}

#autoplay-toggle {
  transition: opacity 0.5s ease-out;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: 20%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
  background-image: url('../img/pause.svg');
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  z-index: 10;
  font-size: 0;
  padding: 0;
}

#autoplay-toggle:hover {
  opacity: 1;
}

#autoplay-toggle.playing {
  background-image: url('../img/pause.svg');
}

#autoplay-toggle.paused {
  background-image: url('../img/play.svg');
}

.play-button {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}

.play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #7d7a6e;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 46px;
}

.image-grid figure {
  margin: 0;
  border: 12px solid #efe9da;
  background: #efe9da;
}

.amenties-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}

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

.residence-grid article,.amenties-grid article {
  text-align: center;
}

.residence-grid img,.amenties-grid img {
  border: 0px solid #efe9da;
  background: #efe9da;
  margin-bottom: 18px;
}

.residence-grid h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin: 30px 0 12px;
  color: #3e3b32;
}

.amenties-grid h3 {
  font-family: var(--sans);
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.25rem;
  margin: 30px 0 12px;
  color: #3e3b32;
}

.residence-grid p,.amenties-grid p {
  margin: 0;
  font-size: 0.9rem;
}

.slider-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
}

.slider-control.prev {
  left: 16px;
  background-image: url("../img/prev.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

.slider-control.next {
  right: 16px;
  background-image: url("../img/next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

.section-title {
  font-family: var(--serif);
  font-style: italic;
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 34px;
}

.faq {
  border-top: 1px solid rgba(80, 76, 66, 0.3);
}

.faq details {
  border-bottom: 1px solid rgba(80, 76, 66, 0.3);
  padding: 18px 0;
}

.faq summary {
  list-style: none;
  cursor: pointer;
  font-family: var(--serif);
  font-style: normal;
  font-size: 24px;
  position: relative;
  padding-right: 24px;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq details[open] summary::after {
  content: "-";
}

.faq .faq-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  will-change: max-height, opacity;
  transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
}

.faq details[open] .faq-content {
  opacity: 1;
}

.faq p {
  margin: 14px 0 0;
  
  font-family: var(--sans);
  font-size: 15px;
}

.appointment {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.appointment-info h2 {
  font-family: var(--serif);
  font-style: italic;
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 20px;
}

.appointment-info p {
   font-size: 0.95rem;
  margin: 0 0 16px;
}

.notes {
  font-size: 0.85rem;
  opacity: 0.75;
}

.appointment-form label {
  color: rgba(239, 233, 218, 0.85);
}

.appointment-form input,
.appointment-form select {
  border-bottom: 1px solid rgba(239, 233, 218, 0.6);
  margin-bottom: 16px;
}

.appointment-form .button {
  width: 200px;
  margin-top: 12px;
}

.site-footer {
  background-color: #6b6d51;
  background-image: url('../img/egg-shell.png');
  
  padding: 40px 20px 5px;
  position: relative;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 30px;
  max-width: 100%;
  margin: 30px auto 30px;
  position: relative;
  z-index: 1;
}

.partner-block {
  text-align: center;
  width: 9%;
  margin-bottom: 30px;
}

.partner-block h5 {
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #e7e5d0;
  margin: 0 0 6px;
  font-weight: 400;
}

.partner-block hr {
  border: none;
  border-bottom: 1px solid rgba(241, 237, 223, 0.5);
  margin: 0 0 12px;
}

.partner-block img {
  height: 33px;
  width: auto;
  margin: 0 auto;
  opacity: 0.9;
}

.max_logo {
  padding-top:5px;
  height: 28px !important;
}

.partner-block:first-child img {
  height: 35px;
}

.partner-block a:hover img {
  opacity: 1;
}

.earl-logo {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}

.earl-logo img {
  height: 40px;
  width: auto;
  margin: 0 auto;
  opacity: 0.8;
}

.earl-logo:hover img {
  opacity: 1;
}

/* Garden Feature Split */
.garden-feature-split {
  display: grid;
  grid-template-columns: 400px 80px 1fr;
  align-items: center;
  gap: 0;
  padding-left: 160px;
  padding-right: 160px;
}



.garden-feature-video {
  padding-right: 20px;
}

.video-thumb {
  position: relative;
  display: block;
}

.video-thumb img {
  width: 100%;
  display: block;
}

.video-thumb-vertical {
  padding-bottom: 177.78%;
}

.video-thumb-vertical iframe,
.video-thumb-vertical .video-play-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-thumb-vertical iframe {
  border: 0;
}

.video-thumb-vertical .video-play-trigger {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.video-thumb-vertical .video-play-trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.video-label {
  font-family: var(--serif);
  font-style: italic;
  color: #c8b400;
  font-size: 1rem;
  text-align: center;
  line-height: 1.3;
}

.video-label strong {
  font-style: normal;
  font-size: 1.7rem;
  display: block;
  letter-spacing: 0.04em;
}

.video-play {
  display: block;
  width: 62px;
  height: 62px;
  text-decoration: none;
}

.video-play svg {
  width: 100%;
  height: 100%;
}

.video-caption {
  margin-top: 12px;
  font-size: 0.85rem;
  color: #3e3b32;
  border-top: 1px solid #b5a98a;
  padding-top: 10px;
}

.garden-feature-details {
  text-align: center;
}

.garden-feature-heading {
  font-family: var(--sans);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 36px;
  color: #3e3b32;
}

.garden-feature-list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px solid #b5a98a;
}

.garden-feature-list li {
  padding: 14px 0;
  border-bottom: 1px solid #b5a98a;
  font-size: 20px;
  color: #3e3b32;
  text-align: center;
}

.garden-feature-price {
  font-family: var(--serif);
  font-style: italic;
  font-size: 32px;
  text-align: center;
  color: #3e3b32;
  margin: 30px 0 24px;
}

.garden-feature-cta {
  display: block;
  text-align: center;
  width: 360px;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .site-footer {
    padding-left: 60px;
    padding-right: 60px;
  }

  .full-container {
    width: calc(100% - 80px);
  }

  .container {
    width: min(100% - 80px, var(--max-width));
  }

  .garden-feature-split {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 1024px) {
  .image-grid,
  .residence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .amenties-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .garden-feature-split {
    padding-left: 20px;
    padding-right: 20px;
  }

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


[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}



 .cl {
    height: 35px;
  }

.section-video {
  padding: 70px 0;
}

.video_row {
  position: relative;
  width: min(100% - 32px, 1400px);
  margin: 0 auto;
  border: 0px solid #ebe7d8;
  background: #ebe7d8;
}

.video_row .poster {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 1;
}

.video_row .overlay_video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 2;
}

.video_row .button-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.video_row .button-play:hover {
  opacity: 0.5;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video-constrained {
  width: 80%;
  margin: 0 auto;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.form-success {
  text-align: center;
  padding: 40px 20px;
}

.form-success h2 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  margin: 0 0 12px;
}

.form-success p {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.85;
}

.form-pot {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.form-error {
  color: rgba(255, 200, 200, 0.9);
  font-size: 0.9rem;
  margin: 8px 0 0;
  text-align: center;
}



@media (max-width: 720px) {

  .video_row {
    border-width: 8px;
  }

  .video_row .button-play {
    width: 60px;
    height: 60px;
  }

  .header-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 16px;
  }

  .button-watch {
    width: 90%;
  }
  .container {
    width: min(100% - 40px, var(--max-width));
  }

  .garden-feature-video {
    padding-right: 0;
  }

  .garden-feature-details {
    padding-left: 20px;
    padding-right: 20px;
  }

 .video-constrained {
  width: 100%;
  margin: 0 auto;
}

.appointment-info p {
  font-size: 0.95rem;
}

  .video-thumb img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

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

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

  .hero {
    padding: 50px 0;
  }

  .hero-inner {
    justify-content: center;
  }

  .image-grid,
  .residence-grid {
    grid-template-columns: 1fr;
  }

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

  .garden-feature-split {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .garden-feature-cta {
    width: 100%;
  }

  .full-container {
    width: calc(100% - 40px);
  }

  .garden-feature-divider {
    width: auto;
    height: 1px;
    align-self: auto;
    background: #b5a98a;
    margin: 40px 0;
  }

  

  .lead {
    text-align: center;
  }

  .partner-logos {
    gap: 0 15px;
    max-width: 100%;
     margin: 5px auto 5px;
  }

  .partner-block {
    width: 40%;
    margin-bottom: 20px;
  }

  .partner-block h5 {
    font-size: 0.80em;
    letter-spacing: 0.03em;
  }

  .site-footer {
    padding-left: 10px;
    padding-right: 10px;
  }


  .partner-block img {
    height: 26px;
  }

  .partner-block:first-child img {
    height: 50px;
  }
}