@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --charcoal: #20292d;
  --dark: #151d20;
  --ivory: #f6f0e5;
  --cream: #eee5d8;
  --gold: #c8a36b;
  --clay: #bb6954;
  --ink: #1f282c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: Manrope, sans-serif; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.siteHeader {
  min-height: 112px;
  padding: 14px 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: var(--ivory);
  border-bottom: 1px solid #d8cbb8;
}

.brand img { width: 180px; height: auto; display: block; }
.siteHeader nav { display: flex; gap: 34px; align-items: center; }
.siteHeader nav a { font-size: .76rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.siteHeader nav a:last-child { padding: 13px 18px; border: 1px solid #b99962; }

.hero { min-height: 760px; display: grid; grid-template-columns: .88fr 1.12fr; }
.heroStory { position: relative; min-height: 760px; color: #fff; background: url('https://wanderlustcohost.com/palm-springs-owner-review/current-site-hero.jpg') 60% center/cover no-repeat; }
.heroShade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,18,22,.82), rgba(10,18,22,.32)); }
.heroStoryInner { position: relative; z-index: 1; min-height: 760px; padding: 72px clamp(32px,5.5vw,105px); display: flex; flex-direction: column; justify-content: flex-end; }
.eyebrow { margin: 0 0 20px; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.clay { color: var(--clay); }
h1,h2,h3 { font-family: 'Cormorant Garamond', serif; }
h1 { max-width: 700px; margin: 0; font-size: clamp(3.8rem,5.4vw,6.6rem); line-height: .91; letter-spacing: -.035em; }
.lede { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.86); font-size: 1.02rem; line-height: 1.8; }
.trustRow { margin-top: 42px; padding-top: 25px; display: flex; flex-wrap: wrap; gap: 14px 28px; border-top: 1px solid rgba(255,255,255,.25); }
.trustRow span { font-size: .71rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }

.widgetSide { min-width: 0; padding: 52px clamp(28px,5vw,90px); display: flex; flex-direction: column; justify-content: center; background: var(--cream); }
.widgetIntro { margin-bottom: 20px; }
.widgetIntro .eyebrow { margin-bottom: 8px; }
.widgetIntro p:last-child { margin: 0; color: #666d6f; font-size: .9rem; }
.widgetCard { min-width: 0; min-height: 575px; padding: 28px; background: #fff; border: 1px solid #d7ccbb; box-shadow: 0 24px 75px rgba(31,40,44,.13); }
#pl-lead-form { min-height: 520px; }
.disclaimer { margin: 18px 2px 0; color: #777a77; font-size: .68rem; line-height: 1.65; }

.proof { min-height: 145px; padding-inline: 5vw; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; background: var(--charcoal); color: #fff; }
.proof div { padding: 8px 34px; border-right: 1px solid rgba(255,255,255,.15); }
.proof div:last-child { border: 0; }
.proof strong { display: block; color: var(--gold); font: 600 2rem 'Cormorant Garamond',serif; }
.proof span { color: rgba(255,255,255,.7); font-size: .75rem; }

.details { padding-block: 125px; }
.detailsHeading { max-width: 830px; }
.detailsHeading h2,.personalReview h2 { margin: 0; font-size: clamp(3rem,5vw,5rem); line-height: .96; letter-spacing: -.025em; }
.detailsHeading>p:last-child { max-width: 700px; margin: 28px 0 0; color: #60686a; line-height: 1.8; }
.detailCards { margin-top: 70px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.detailCards article { min-height: 290px; padding: 36px; background: rgba(255,255,255,.35); border: 1px solid #d7ccbb; }
.detailCards span { color: var(--clay); font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
.detailCards h3 { margin: 55px 0 15px; font-size: 2rem; }
.detailCards p { margin: 0; color: #646b6d; font-size: .88rem; line-height: 1.75; }

.personalReview { padding-block: 110px; background: var(--charcoal); color: #fff; }
.personalGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.personalGrid>div:last-child>p { margin: 0 0 28px; color: rgba(255,255,255,.75); line-height: 1.8; }
.button { display: inline-flex; padding: 18px 24px; background: var(--gold); color: var(--dark); font-size: .73rem; font-weight: 700; letter-spacing: .07em; line-height: 1.4; text-transform: uppercase; }

footer { padding-block: 44px; background: var(--dark); color: #fff; }
.footerInner { width: min(1160px,calc(100% - 48px)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.footerInner img { width: 180px; }
.footerInner p { color: rgba(255,255,255,.65); font-size: .76rem; line-height: 1.7; text-align: right; }
.footerInner a { color: #fff; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .heroStory,.heroStoryInner { min-height: 650px; }
  .widgetSide { padding-block: 70px; }
  .proof { grid-template-columns: 1fr 1fr; padding-block: 24px; }
  .proof div { padding: 17px 20px; border: 0; }
  .detailCards { grid-template-columns: 1fr; }
  .detailCards article { min-height: 0; }
  .detailCards h3 { margin-top: 30px; }
  .personalGrid { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 600px) {
  .siteHeader { min-height: 94px; padding-inline: 16px; }
  .brand img { width: 155px; }
  .siteHeader nav a:not(:last-child) { display: none; }
  .heroStory,.heroStoryInner { min-height: 590px; }
  .heroStoryInner { padding: 54px 24px; }
  h1 { font-size: clamp(3.4rem,15vw,5rem); }
  .widgetSide { padding: 56px 16px; }
  .widgetCard { min-height: 550px; padding: 12px; }
  .proof { grid-template-columns: 1fr 1fr; }
  .proof div { padding-left: 4px; }
  .details { padding-block: 80px; }
  .detailsHeading h2,.personalReview h2 { font-size: 3.2rem; }
  .personalReview { padding-block: 80px; }
  .footerInner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .footerInner p { text-align: left; }
}
