:root {
  --peaches-ink: #120f0b;
  --peaches-charcoal: #1b1712;
  --peaches-espresso: #2c1a0e;
  --peaches-ivory: #fbf8f3;
  --peaches-cream: #f2eadf;
  --peaches-blush: #ead9ce;
  --peaches-champagne: #e7c68e;
  --peaches-gold: #c9914a;
  --peaches-taupe: #8a765f;
}

body.peaches-luxe-site {
  background: var(--peaches-ivory);
}

body.peaches-luxe-site main > section:not([data-peaches-luxe-page]) {
  display: none !important;
}

body.peaches-luxe-site header {
  background: rgba(251, 248, 243, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(201, 145, 74, 0.2);
  min-height: 92px;
}

body.peaches-luxe-site footer {
  background: #100d09 !important;
}

body.peaches-luxe-site header .container {
  max-width: 92rem;
  padding-block: 1rem;
}

body.peaches-luxe-site header .container > a:first-child span:first-child {
  color: #1a120a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 0.9;
}

body.peaches-luxe-site header .container > a:first-child span:last-child {
  max-width: 18rem;
  color: #766858;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.45;
}

body.peaches-luxe-site header nav {
  gap: clamp(1rem, 1.7vw, 1.8rem);
}

body.peaches-luxe-site header nav a {
  color: #2b241c;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

body.peaches-luxe-site header a[href^="tel:"] {
  display: none !important;
}

body.peaches-luxe-site header .nav-cta {
  min-height: 3.2rem;
  padding-inline: 1.45rem;
  border-color: #1a120a;
  background: #1a120a;
  color: #fffaf2;
  box-shadow: 0 14px 30px rgba(26, 18, 10, 0.12);
}

body.peaches-luxe-site header .nav-cta:hover {
  border-color: var(--peaches-gold);
  background: var(--peaches-gold);
  color: #1a120a;
}

.peaches-luxe-page {
  background: var(--peaches-ivory);
  color: var(--peaches-ink);
  overflow: hidden;
}

.peaches-luxe-page,
.peaches-luxe-page * {
  box-sizing: border-box;
}

.peaches-luxe-page * {
  letter-spacing: 0;
}

.peaches-route-hero {
  position: relative;
  min-height: clamp(520px, 72vh, 760px);
  display: flex;
  align-items: end;
  background: #100d09;
  overflow: hidden;
}

.peaches-luxe-page:not(.peaches-home-page) .peaches-route-hero {
  min-height: clamp(420px, 56vh, 610px);
}

.peaches-route-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 8, 5, 0.88), rgba(10, 8, 5, 0.58) 42%, rgba(10, 8, 5, 0.1)),
    linear-gradient(180deg, rgba(10, 8, 5, 0.05), rgba(10, 8, 5, 0.78)),
    var(--hero-image) center / cover no-repeat;
  transform: scale(1.02);
}

.peaches-about-page .peaches-route-hero::before {
  background:
    linear-gradient(90deg, rgba(10, 8, 5, 0.96), rgba(10, 8, 5, 0.78) 44%, rgba(10, 8, 5, 0.24)),
    linear-gradient(180deg, rgba(10, 8, 5, 0.04), rgba(10, 8, 5, 0.78)),
    var(--hero-image) right 7% top 12% / auto 112% no-repeat,
    #100d09;
}

.peaches-contact-page .peaches-route-hero::before {
  background:
    linear-gradient(90deg, rgba(10, 8, 5, 0.96), rgba(10, 8, 5, 0.76) 48%, rgba(10, 8, 5, 0.22)),
    linear-gradient(180deg, rgba(10, 8, 5, 0.02), rgba(10, 8, 5, 0.78)),
    var(--hero-image) right 8% top 12% / auto 114% no-repeat,
    #100d09;
}

.peaches-route-hero-inner,
.peaches-route-section,
.peaches-route-split,
.peaches-route-band,
.peaches-route-cta {
  width: 100%;
  max-width: 92rem;
  margin: 0 auto;
  padding-inline: 1.25rem;
}

.peaches-route-hero-inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(5rem, 9vw, 8rem) 3rem;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.46fr);
  gap: clamp(2rem, 7vw, 6.5rem);
  align-items: end;
}

.peaches-route-hero-inner > *,
.peaches-route-section > *,
.peaches-route-split > * {
  min-width: 0;
}

.peaches-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--peaches-champagne);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em !important;
  text-transform: uppercase;
}

.peaches-kicker::before {
  content: "";
  width: 2.75rem;
  height: 1px;
  background: currentColor;
}

.peaches-route-hero h1,
.peaches-route-section h2,
.peaches-route-split h2,
.peaches-route-cta h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}

.peaches-route-hero h1 {
  max-width: 60rem;
  margin-top: 1.15rem;
  color: #fffaf2;
  font-size: clamp(3.2rem, 7.2vw, 7.5rem);
  line-height: 0.9;
}

.peaches-luxe-page:not(.peaches-home-page) .peaches-route-hero h1 {
  max-width: 54rem;
  font-size: clamp(2.9rem, 5.8vw, 5.8rem);
  line-height: 0.94;
}

.peaches-route-hero p,
.peaches-route-lede {
  color: rgba(255, 250, 242, 0.84);
  font-size: clamp(1.02rem, 1.7vw, 1.28rem);
  line-height: 1.8;
}

.peaches-route-hero p {
  max-width: 45rem;
  margin-top: 1.5rem;
}

.peaches-route-actions,
.peaches-route-chip-grid,
.peaches-route-card-grid,
.peaches-route-stat-grid,
.peaches-route-link-grid {
  display: grid;
  gap: 1rem;
}

.peaches-route-actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.peaches-btn,
.peaches-btn-outline {
  min-height: 3.1rem;
  padding: 0.95rem 1.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.peaches-btn {
  background: var(--peaches-champagne);
  color: #1a120a;
  border: 1px solid var(--peaches-champagne);
}

.peaches-btn-outline {
  color: #fffaf2;
  border: 1px solid rgba(255, 250, 242, 0.44);
}

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

.peaches-route-panel {
  padding: 2rem;
  color: #fffaf2;
  background: rgba(20, 15, 10, 0.72);
  border: 1px solid rgba(231, 198, 142, 0.28);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(18px);
}

.peaches-route-panel strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.65rem;
  font-weight: 600;
}

.peaches-route-panel span {
  display: block;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(231, 198, 142, 0.25);
  color: rgba(255, 250, 242, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
}

.peaches-blog-list .peaches-route-panel,
.peaches-blog-detail .peaches-route-panel,
.peaches-contact-page .peaches-route-panel {
  display: none;
}

.peaches-blog-list .peaches-route-hero-inner,
.peaches-blog-detail .peaches-route-hero-inner,
.peaches-contact-page .peaches-route-hero-inner {
  grid-template-columns: minmax(0, 0.82fr);
}

.peaches-blog-detail .peaches-route-hero {
  min-height: clamp(360px, 48vh, 520px);
}

.peaches-community-detail .peaches-route-panel {
  align-self: center;
  max-width: 22rem;
  padding: 1.55rem;
  background: rgba(20, 15, 10, 0.56);
}

.peaches-route-stat-grid {
  max-width: 92rem;
  margin: -2.2rem auto 0;
  padding-inline: 1.25rem;
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.peaches-route-stat {
  min-height: 8rem;
  padding: 1.35rem;
  background: #251a15;
  border: 1px solid rgba(231, 198, 142, 0.2);
  color: #fffaf2;
}

.peaches-route-stat strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 0.95;
}

.peaches-route-stat span {
  display: block;
  margin-top: 0.6rem;
  color: rgba(255, 250, 242, 0.68);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
}

.peaches-route-section {
  padding-block: clamp(4.5rem, 7vw, 7rem);
}

.peaches-route-section h2,
.peaches-route-split h2,
.peaches-route-cta h2 {
  max-width: 58rem;
  margin-top: 1rem;
  color: #1a120a;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  line-height: 0.98;
}

.peaches-route-section .peaches-copy,
.peaches-route-split .peaches-copy {
  max-width: 48rem;
  margin-top: 1.25rem;
  color: #625342;
  font-size: 1.08rem;
  line-height: 1.85;
}

.peaches-route-card-grid {
  margin-top: 2.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.peaches-route-card {
  min-height: 14rem;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fffaf2;
  border: 1px solid rgba(201, 145, 74, 0.22);
  box-shadow: 0 18px 42px rgba(44, 26, 14, 0.06);
}

.peaches-blog-detail .peaches-route-card {
  min-height: auto;
  background: transparent;
  border-width: 0 0 1px;
  box-shadow: none;
  padding-inline: 0;
}

.peaches-blog-detail .peaches-route-card-grid {
  max-width: 58rem;
  grid-template-columns: 1fr;
}

.peaches-route-card h3 {
  color: #1a120a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.05;
}

.peaches-route-card p {
  margin-top: 1rem;
  color: #665744;
  line-height: 1.7;
}

.peaches-route-card a {
  margin-top: 1.4rem;
  color: #916123;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
}

.peaches-route-split {
  padding-block: clamp(4.5rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.peaches-route-split.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
}

.peaches-route-image {
  position: relative;
  min-height: 520px;
  background: var(--image) center / cover no-repeat;
  box-shadow: 0 28px 80px rgba(44, 26, 14, 0.14);
}

.peaches-about-page .peaches-route-image,
.peaches-contact-page .peaches-route-image {
  background-position: center 20%;
}

.peaches-route-image.small {
  min-height: 420px;
}

.peaches-route-image::after {
  content: attr(aria-label);
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  padding: 0.75rem 1rem;
  color: #fffaf2;
  background: rgba(18, 15, 11, 0.62);
  border: 1px solid rgba(255, 250, 242, 0.24);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
}

.peaches-route-chip-grid {
  margin-top: 1.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.peaches-route-chip,
.peaches-route-list-item {
  padding: 1.05rem 1.15rem;
  background: rgba(255, 250, 242, 0.74);
  border: 1px solid rgba(201, 145, 74, 0.22);
  color: #514334;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em !important;
  text-transform: uppercase;
}

.peaches-route-band {
  padding-block: clamp(4.5rem, 7vw, 7rem);
  background: #1b1712;
  color: #fffaf2;
  max-width: none;
}

.peaches-route-band > div {
  max-width: 92rem;
  margin: 0 auto;
  padding-inline: 1.25rem;
}

.peaches-route-band h2,
.peaches-route-cta.dark h2 {
  color: #fffaf2;
}

.peaches-route-band .peaches-copy,
.peaches-route-cta.dark .peaches-copy {
  color: rgba(255, 250, 242, 0.76);
}

.peaches-route-link-grid {
  margin-top: 2.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.peaches-route-link {
  padding: 1.15rem 1.25rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  background: rgba(255, 250, 242, 0.08);
  border: 1px solid rgba(231, 198, 142, 0.2);
  color: #fffaf2;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.13em !important;
  text-transform: uppercase;
}

.peaches-community-detail .peaches-route-band {
  background: #221914;
}

.peaches-community-detail .peaches-route-link-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.peaches-service-page .peaches-route-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.peaches-about-page .peaches-route-section {
  padding-top: 3rem;
}

.peaches-route-link::after {
  content: ">";
  color: var(--peaches-champagne);
}

.peaches-route-cta {
  padding-block: clamp(4.5rem, 7vw, 7rem);
}

.peaches-route-cta-box {
  padding: clamp(2rem, 5vw, 4rem);
  background:
    linear-gradient(90deg, rgba(18, 15, 11, 0.86), rgba(18, 15, 11, 0.62)),
    var(--cta-image) center / cover no-repeat;
  color: #fffaf2;
}

.peaches-route-form {
  margin-top: 2rem;
  display: grid;
  gap: 0.9rem;
}

.peaches-route-form input,
.peaches-route-form textarea,
.peaches-route-form select {
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(201, 145, 74, 0.24);
  background: #fffaf2;
  color: #1a120a;
}

.peaches-route-form textarea {
  min-height: 9rem;
}

.peaches-bio-section .peaches-copy {
  max-width: 68rem;
}

.peaches-principles {
  margin-top: 2rem;
  color: #1a120a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: 1;
}

.peaches-social-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.peaches-social-grid a,
.peaches-social-grid div {
  min-height: 6rem;
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fffaf2;
  border: 1px solid rgba(201, 145, 74, 0.24);
  color: #1a120a;
}

.peaches-route-band .peaches-social-grid a,
.peaches-route-band .peaches-social-grid div {
  background: rgba(255, 250, 242, 0.08);
  border-color: rgba(231, 198, 142, 0.22);
  color: #fffaf2;
}

.peaches-social-grid span,
.peaches-footer-socials span {
  color: var(--peaches-taupe);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
}

.peaches-social-grid strong {
  margin-top: 0.75rem;
  overflow-wrap: anywhere;
  font-size: 1rem;
}

.peaches-logo-placeholder {
  margin-top: 1.2rem;
  padding: 1.2rem;
  max-width: 28rem;
  display: grid;
  gap: 0.35rem;
  background: rgba(255, 250, 242, 0.72);
  border: 1px dashed rgba(201, 145, 74, 0.55);
  color: #1a120a;
}

.peaches-logo-placeholder span {
  color: var(--peaches-taupe);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
}

.peaches-logo-placeholder strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.peaches-affiliations {
  margin-top: 1.5rem;
  padding: 1rem;
  display: inline-block;
  background: #fffaf2;
  border: 1px solid rgba(231, 198, 142, 0.26);
}

.peaches-affiliations img {
  width: min(210px, 64vw);
  height: auto;
}

.peaches-legal-block {
  padding-block: 1.45rem 1.8rem;
  text-align: center;
  color: rgba(255, 250, 242, 0.78);
  border-top: 1px solid rgba(231, 198, 142, 0.22);
}

.peaches-legal-block p {
  margin: 0.28rem 0;
  font-size: 0.72rem;
  line-height: 1.55;
}

.peaches-legal-links {
  margin: 1rem auto;
  display: grid;
  gap: 0.35rem;
  justify-items: center;
}

.peaches-legal-links a {
  color: #fffaf2;
  text-decoration: underline;
}

.peaches-footer-socials {
  max-width: 64rem;
  margin: 1rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1rem;
}

.peaches-footer-socials a,
.peaches-footer-socials span {
  color: rgba(255, 250, 242, 0.82);
  font-size: 0.68rem;
  text-decoration: none;
}

@media (max-width: 980px) {
  .peaches-route-hero-inner,
  .peaches-route-split,
  .peaches-route-split.reverse {
    grid-template-columns: 1fr;
  }

  .peaches-route-stat-grid,
  .peaches-route-card-grid,
  .peaches-social-grid,
  .peaches-route-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .peaches-service-page .peaches-route-card-grid,
  .peaches-community-detail .peaches-route-link-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
  }

  body.peaches-luxe-site header .container > a:first-child span:first-child {
    font-size: 1.55rem;
  }

  .peaches-route-hero {
    min-height: auto;
  }

  .peaches-route-hero::before {
    background:
      linear-gradient(180deg, rgba(10, 8, 5, 0.88), rgba(10, 8, 5, 0.54) 52%, rgba(10, 8, 5, 0.9)),
      var(--hero-image) center / cover no-repeat;
  }

  .peaches-route-hero-inner {
    padding-inline: 1.25rem;
    padding-block: 3.15rem 1.8rem;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .peaches-route-hero-inner > div,
  .peaches-route-hero p,
  .peaches-route-panel,
  .peaches-route-actions {
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .peaches-route-hero h1 {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.05rem, 9.7vw, 2.8rem);
    line-height: 1.02;
    overflow-wrap: break-word;
  }

  .peaches-luxe-page:not(.peaches-home-page) .peaches-route-hero h1 {
    font-size: clamp(2rem, 9.3vw, 2.65rem);
    line-height: 1.04;
  }

  .peaches-route-hero p,
  .peaches-route-lede {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.65;
    overflow-wrap: break-word;
  }

  .peaches-route-panel {
    padding: 1.3rem;
  }

  .peaches-route-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .peaches-route-actions a,
  .peaches-route-stat-grid,
  .peaches-route-card-grid,
  .peaches-route-chip-grid,
  .peaches-social-grid,
  .peaches-route-link-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .peaches-route-actions a {
    min-width: 0;
    max-width: 100%;
    padding-inline: 1rem;
    white-space: normal;
    text-align: center;
  }

  .peaches-route-stat-grid,
  .peaches-route-card-grid,
  .peaches-route-chip-grid,
  .peaches-route-link-grid {
    display: grid;
  }

  .peaches-route-image {
    min-height: 360px;
  }

  .peaches-route-section,
  .peaches-route-split,
  .peaches-route-band,
  .peaches-route-cta {
    padding-block: 3.5rem;
  }
}
