/* August 2026 visual-rhythm and step-pairing upgrade */
:root {
  --site-gutter: clamp(24px, 7vw, 112px);
  --section-space: clamp(76px, 8vw, 122px);
  --content-gap: clamp(24px, 3vw, 44px);
}

body { font-size: 16px; line-height: 1.65; }
.new-home,
.new-home *,
.new-home *::before,
.new-home *::after { box-sizing: border-box; }
.new-home { max-width: 100%; overflow-x: clip; }
h1, h2, h3 { text-wrap: balance; }
.home-heading, .section-heading { margin-bottom: clamp(42px, 5vw, 70px); }
.home-heading h2, .section-heading h2 { line-height: 1.08; }
.home-heading > p:last-child, .section-heading > p:last-child { margin-top: 22px; }

.brand-mark-image {
  background: #fff;
  border: 0 !important;
  border-radius: 50%;
  flex: 0 0 42px;
  overflow: hidden;
}
.brand-mark-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

.page-hero, .page-hero.page-hero-image {
  min-height: clamp(570px, 64vw, 720px);
  padding: clamp(170px, 16vw, 210px) var(--site-gutter) clamp(82px, 9vw, 120px);
}
.page-hero > div { display: flex; flex-direction: column; gap: clamp(24px, 3vw, 38px); }
.page-hero .eyebrow, .page-hero h1, .page-hero > div > p:last-child { margin: 0; }
.page-hero h1 { line-height: .98; }
.page-hero > div > p:last-child { line-height: 1.72; }

.editorial, .faq-section, .safety-grid, .contact-layout, .contact-policy, .local-guide,
.guest-standards, .legal-page { padding-top: var(--section-space); padding-bottom: var(--section-space); }
.editorial { align-items: start; }
.prose { display: grid; gap: 20px; }
.prose p { margin: 0; }

.how-home { padding: var(--section-space) var(--site-gutter); }
.how-step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2vw, 30px); max-width: 1480px; margin: 0 auto; }
.how-step-card { background: #fff; border: 1px solid var(--soft-line); border-radius: 26px; overflow: hidden; box-shadow: 0 22px 56px #4e2d2d14; }
.step-picture { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--blush); }
.step-picture img { width: 100%; height: 100%; object-fit: cover; display: block; }
.how-step-copy { padding: clamp(25px, 3vw, 38px); }
.how-step-copy > span { color: var(--rose); letter-spacing: .13em; font-size: 11px; font-weight: 800; }
.how-step-copy h3 { margin: 15px 0 12px; color: var(--cocoa); font-size: clamp(23px, 2vw, 30px); line-height: 1.12; }
.how-step-copy p { margin: 0; color: #756666; font-size: 14px; line-height: 1.72; }

.process-list { padding: var(--section-space) var(--site-gutter); }
.process-list .process-step-card { display: grid; grid-template-columns: minmax(280px, .86fr) minmax(330px, 1.14fr); gap: clamp(36px, 6vw, 92px); align-items: center; max-width: 1280px; margin: 0 auto clamp(28px, 4vw, 58px); padding: clamp(24px, 3vw, 42px); }
.process-list .process-step-card:nth-child(even) .step-picture { order: 2; }
.process-list .process-step-copy { max-width: 680px; }
.process-list .process-number { margin-bottom: 28px; font-size: clamp(38px, 4vw, 56px); line-height: 1; }
.process-list .process-step-copy h2 { margin: 0 0 20px; line-height: 1.06; }
.process-list .process-step-copy > p:last-child { margin: 0; color: #756666; line-height: 1.75; }
.process-note { max-width: 1280px; margin: 0 auto; padding: 28px 32px; border-left: 4px solid var(--rose); background: var(--blush); border-radius: 0 16px 16px 0; }
.process-note strong { color: var(--rose-dark); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; }
.process-note p { margin: 8px 0 0; color: #695959; font-size: 13px; }

@media (max-width: 900px) {
  .how-step-grid { grid-template-columns: 1fr; max-width: 620px; }
  .process-list .process-step-card { grid-template-columns: 1fr; gap: 0; padding: 0; overflow: hidden; }
  .process-list .process-step-card:nth-child(even) .step-picture { order: 0; }
  .process-list .process-step-copy { padding: 30px 26px 34px; }
}

@media (max-width: 700px) {
  :root { --section-space: 76px; }
  body { font-size: 15px; }
  .site-header { height: 78px; padding-inline: 18px; }
  .brand { gap: 10px; font-size: 11px; }
  .brand-mark-image { width: 38px; height: 38px; flex-basis: 38px; }
  .page-hero, .page-hero.page-hero-image { min-height: 570px; padding: 132px 24px 70px; align-items: center; }
  .page-hero > div { gap: 24px; }
  .page-hero h1 { font-size: clamp(43px, 13vw, 58px); line-height: .98; letter-spacing: -.055em; }
  .page-hero > div > p:last-child { font-size: 16px; line-height: 1.68; }
  .how-home { padding-inline: 24px; }
  .how-step-grid { gap: 24px; }
  .how-step-card { border-radius: 22px; }
  .how-step-copy { padding: 28px 24px 31px; }
  .process-list { padding-inline: 24px; }
  .process-list .process-step-card { border-radius: 20px; margin-bottom: 24px; }
  .process-note { padding: 24px; }
}

/* Context-aware homepage headings: fluid type, controlled measure, balanced rhythm */
.how-home {
  padding-top: clamp(86px, 7vw, 108px);
  padding-bottom: clamp(82px, 7vw, 108px);
}
.how-home .home-heading.centered {
  width: min(100%, 1040px);
  max-width: none;
  margin: 0 auto clamp(48px, 4vw, 64px);
  text-align: center;
}
.how-home .home-heading.centered .eyebrow {
  margin-bottom: clamp(22px, 2vw, 30px);
}
.how-home .home-heading.centered h2 {
  max-width: 920px;
  margin: 0 auto;
  font-size: clamp(48px, 4.55vw, 68px);
  line-height: 1.02;
  letter-spacing: -.05em;
}
.how-home .home-heading.centered > p:last-child {
  max-width: 760px;
  margin: clamp(22px, 2.2vw, 30px) auto 0;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.7;
}

.local-guide {
  padding-top: clamp(92px, 7.5vw, 118px);
  padding-bottom: clamp(92px, 7.5vw, 118px);
}
.local-guide-heading {
  width: min(100%, 1440px);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  column-gap: clamp(64px, 7vw, 116px);
  align-items: end;
}
.local-guide-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: clamp(28px, 3vw, 42px);
}
.local-guide-heading h2 {
  grid-column: 1;
  max-width: 760px;
  font-size: clamp(50px, 4.35vw, 70px);
  line-height: .99;
  letter-spacing: -.052em;
}
.local-guide-heading > p:last-child {
  grid-column: 2;
  max-width: 600px;
  margin: 0 0 7px;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.72;
}

@media (max-width: 1100px) {
  .local-guide-heading {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .local-guide-heading .eyebrow,
  .local-guide-heading h2,
  .local-guide-heading > p:last-child { grid-column: 1; }
  .local-guide-heading h2 {
    max-width: 820px;
    font-size: clamp(46px, 6.2vw, 64px);
    line-height: 1.01;
  }
  .local-guide-heading > p:last-child {
    max-width: 720px;
    margin: 26px 0 0;
  }
}

@media (max-width: 700px) {
  .how-home { padding-top: 72px; padding-bottom: 76px; }
  .how-home .home-heading.centered { margin-bottom: 42px; }
  .how-home .home-heading.centered h2 {
    max-width: 520px;
    font-size: clamp(38px, 10.5vw, 52px);
    line-height: 1.03;
  }
  .how-home .home-heading.centered > p:last-child {
    margin-top: 20px;
    font-size: 15px;
  }
  .local-guide { padding-top: 76px; padding-bottom: 78px; }
  .local-guide-heading .eyebrow { margin-bottom: 24px; }
  .local-guide-heading h2 {
    max-width: 520px;
    font-size: clamp(40px, 11vw, 54px);
    line-height: 1.02;
  }
  .local-guide-heading > p:last-child {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.68;
  }
}

/* Premium mobile homepage hero: quieter type hierarchy, visible romance image, compact trust ribbon */
@media (max-width: 700px) {
  .new-home .site-header {
    height: 82px;
    padding-inline: 18px;
    background: rgba(255, 255, 255, .92);
    border-bottom-color: rgba(62, 48, 48, .1);
    box-shadow: 0 10px 28px rgba(62, 48, 48, .06);
  }
  .new-home .brand {
    gap: 10px;
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: .13em;
  }
  .new-home .brand i {
    margin-top: 3px;
    font-size: 15px;
    letter-spacing: .04em;
  }
  .new-home .brand-mark-image {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }
  .new-home .nav-cta {
    min-height: 44px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    letter-spacing: .11em;
    box-shadow: 0 10px 24px rgba(217, 41, 80, .18);
  }
  .home-hero {
    height: auto;
    min-height: 720px;
    background-position: 61% center;
  }
  .home-hero .hero-shade {
    background:
      linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,252,249,.91) 48%, rgba(255,249,246,.54) 76%, rgba(255,249,246,.16) 100%),
      linear-gradient(180deg, rgba(255,255,255,.04) 56%, rgba(255,249,246,.82) 100%);
  }
  .home-hero .hero-content {
    width: calc(100% - 48px);
    max-width: 420px;
    margin-left: 24px;
    padding-top: 100px;
  }
  .home-hero .eyebrow {
    margin-bottom: 25px;
    gap: 11px;
    font-size: 9px;
    letter-spacing: .2em;
  }
  .home-hero .eyebrow::before { width: 25px; }
  .home-hero h1 {
    max-width: 420px;
    margin: 0;
    font-size: clamp(41px, 10.4vw, 48px);
    line-height: 1.01;
    letter-spacing: -.052em;
  }
  .home-hero .hero-copy {
    max-width: 350px;
    margin: 25px 0 28px;
    color: #695858;
    font-size: 16px;
    line-height: 1.62;
  }
  .home-hero .hero-actions {
    gap: 17px;
    width: min(100%, 294px);
    align-items: center;
  }
  .home-hero .button {
    width: 100%;
    min-height: 56px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    letter-spacing: .13em;
  }
  .home-hero .text-link {
    align-self: center;
    padding-bottom: 5px;
    font-size: 12px;
    text-align: center;
  }
  .proof-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    box-shadow: 0 14px 34px rgba(73, 43, 43, .05);
  }
  .proof-bar div,
  .proof-bar div:nth-child(2),
  .proof-bar div:nth-child(-n+2) {
    min-height: 132px;
    padding: 24px 14px 22px;
    border-right: 1px solid var(--soft-line);
    align-content: center;
    gap: 10px;
  }
  .proof-bar div:nth-child(2n) { border-right: 0; }
  .proof-bar div:nth-child(-n+2) { border-bottom: 1px solid var(--soft-line); }
  .proof-bar div:nth-child(n+3) { border-bottom: 0; }
  .proof-bar strong {
    font-size: clamp(20px, 5.2vw, 25px);
    line-height: 1;
    letter-spacing: -.035em;
  }
  .proof-bar span {
    font-size: 11px;
    line-height: 1.45;
  }

  /* Center section introductions on narrow screens while keeping long-form lists readable. */
  .members-home .home-heading,
  .local-guide-heading,
  .trust-copy,
  .audience-card {
    text-align: center;
  }
  .members-home .home-heading,
  .local-guide-heading h2,
  .local-guide-heading > p:last-child,
  .trust-copy h2,
  .trust-copy > p:not(.eyebrow) {
    margin-left: auto;
    margin-right: auto;
  }
  .members-home .home-heading .eyebrow,
  .local-guide-heading .eyebrow,
  .trust-copy .eyebrow,
  .audience-card .audience-label {
    justify-content: center;
  }
  .members-home .home-heading { max-width: 440px; }
  .local-guide-heading h2 { max-width: 440px; }
  .local-guide-heading > p:last-child { max-width: 410px; }
  .audience-card > p:not(.audience-label) { margin-left: auto; margin-right: auto; }
  .audience-card ul {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .audience-card .button,
  .trust-copy .button { margin-left: auto; margin-right: auto; }
  .trust-copy {
    padding: 74px 28px 82px;
  }
  .trust-copy h2 {
    max-width: 420px;
    margin-bottom: 24px;
    font-size: clamp(38px, 10.2vw, 46px);
    line-height: 1.03;
  }
  .trust-copy > p:not(.eyebrow) {
    max-width: 400px;
    font-size: 15px;
    line-height: 1.7;
  }
  .trust-points {
    max-width: 400px;
    margin: 34px auto;
  }
  .trust-points article {
    justify-items: center;
    padding: 20px 12px;
  }
  .trust-points span {
    max-width: 330px;
    line-height: 1.55;
  }
}

@media (max-width: 420px) {
  .new-home .site-header { padding-inline: 15px; }
  .new-home .brand { gap: 8px; font-size: 9px; }
  .new-home .brand i { font-size: 14px; }
  .new-home .brand-mark-image { width: 37px; height: 37px; flex-basis: 37px; }
  .new-home .nav-cta { min-height: 42px; padding-inline: 14px; }
  .home-hero { min-height: 700px; background-position: 59% center; }
  .home-hero .hero-content { width: calc(100% - 40px); margin-left: 20px; padding-top: 96px; }
  .home-hero h1 { font-size: clamp(39px, 10.7vw, 45px); }
  .home-hero .hero-copy { max-width: 325px; font-size: 15px; }
  .proof-bar div,
  .proof-bar div:nth-child(2),
  .proof-bar div:nth-child(-n+2) { min-height: 126px; padding-inline: 10px; }
  .proof-bar span { font-size: 10px; }
}
