:root {
  --ink: #2c2130;
  --muted: #6f626a;
  --paper: #fffaf6;
  --white: #ffffff;
  --line: #eaded7;
  --rose: #c54f68;
  --rose-dark: #9d3156;
  --rose-pale: #f8e7e3;
  --peach: #f7ede7;
  --plum: #63335e;
  --lilac: #9a6aa2;
  --shadow: 0 14px 34px rgba(83, 45, 62, 0.1);
  --radius: 22px;
  --shell: min(1800px, calc(100% - 144px));
}

picture {
  display: block;
}

/* Privacy in India page */
.privacy-page {
  background: #fffaf7;
}

.privacy-page main {
  overflow: hidden;
}

.privacy-hero {
  padding: 36px 0 92px;
  border-bottom: 1px solid var(--line);
}

.privacy-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
}

.privacy-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 3.75vw, 4rem);
  font-weight: 600;
}

.privacy-hero-copy h1::after {
  content: "";
  display: block;
  width: 94px;
  height: 4px;
  margin-top: 24px;
  background: var(--rose);
  border-radius: 99px;
}

.privacy-hero-lead {
  max-width: 720px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 1.06rem;
}

.privacy-hero-media {
  position: relative;
  margin: 0;
}

.privacy-hero-media::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -24px 34px 58px -24px;
  background: var(--rose-pale);
  border-radius: 30px 8px 30px 8px;
}

.privacy-hero-media img,
.privacy-chat-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.privacy-hero-media img {
  aspect-ratio: 4 / 3;
  object-position: center;
  border-radius: 8px 32px 8px 32px;
  box-shadow: var(--shadow);
}

.privacy-hero-media figcaption {
  position: relative;
  width: calc(100% - 42px);
  margin: -38px auto 0;
  padding: 17px 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.privacy-hero-media figcaption strong,
.privacy-hero-media figcaption span {
  display: block;
}

.privacy-hero-media figcaption span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.88rem;
}

.privacy-layers,
.privacy-stored,
.privacy-profile,
.privacy-photo,
.privacy-location,
.privacy-chat,
.privacy-private,
.privacy-contact,
.privacy-controls,
.privacy-removal,
.privacy-choice,
.privacy-audit,
.privacy-faq {
  padding: 88px 0;
}

.privacy-heading {
  max-width: 900px;
  margin: 0 auto 38px;
  text-align: center;
}

.privacy-heading-left {
  margin-inline: 0;
  text-align: left;
}

.privacy-heading > p:not(.eyebrow) {
  color: var(--muted);
}

.privacy-layer-map {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.privacy-layer-map li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  min-height: 245px;
  padding: 28px 24px;
}

.privacy-layer-map li + li {
  border-left: 1px solid var(--line);
}

.privacy-layer-map li > span,
.privacy-audit-list li > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: var(--rose);
  border-radius: 50%;
  font-weight: 800;
}

.privacy-layer-map li:nth-child(even) > span,
.privacy-audit-list li:nth-child(even) > span {
  background: var(--lilac);
}

.privacy-layer-map p,
.privacy-audit-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.privacy-equation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
  margin: 30px 0 0;
  padding: 18px 24px;
  color: var(--white);
  background: var(--plum);
  border-radius: 14px;
}

.privacy-equation span {
  color: #f2b7c6;
}

.privacy-stored {
  background: var(--rose-pale);
}

.privacy-stored-grid,
.privacy-profile-grid,
.privacy-photo-grid,
.privacy-chat-grid,
.privacy-private-grid,
.privacy-contact-grid,
.privacy-removal-grid,
.privacy-choice-grid,
.privacy-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(45px, 7vw, 110px);
  align-items: start;
}

.privacy-stored-grid > div > p:not(.eyebrow),
.privacy-profile-intro > p:not(.eyebrow),
.privacy-photo-grid p,
.privacy-location p,
.privacy-chat-grid > div > p:not(.eyebrow),
.privacy-private-grid > div > p:not(.eyebrow),
.privacy-contact-grid p,
.privacy-controls header > p:not(.eyebrow),
.privacy-removal-grid p,
.privacy-choice-grid p,
.privacy-faq-grid header > p:not(.eyebrow) {
  color: var(--muted);
}

.privacy-proof-list,
.privacy-choice-grid dl {
  margin: 0;
  background: var(--white);
  border: 1px solid rgba(197, 79, 104, 0.2);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.privacy-proof-list div,
.privacy-choice-grid dl div {
  padding: 24px 26px;
}

.privacy-proof-list div + div,
.privacy-choice-grid dl div + div {
  border-top: 1px solid var(--line);
}

.privacy-proof-list dt,
.privacy-choice-grid dt {
  margin-bottom: 5px;
  color: var(--rose-dark);
  font-weight: 800;
}

.privacy-proof-list dd,
.privacy-choice-grid dd {
  margin: 0;
  color: var(--muted);
}

.privacy-view-card {
  padding: 28px;
  color: var(--white);
  background: var(--plum);
  border-radius: 30px 8px 30px 8px;
  box-shadow: var(--shadow);
}

.privacy-view-card > span {
  display: block;
  margin-bottom: 18px;
  color: #f4c6d1;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.privacy-view-card ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-view-card li {
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) 1.2fr;
  gap: 18px;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.privacy-view-card small {
  color: rgba(255, 255, 255, 0.76);
}

.privacy-photo {
  background: var(--white);
}

.privacy-photo-questions {
  padding: 27px 30px;
  background: #fff7f3;
  border-left: 4px solid var(--rose);
  border-radius: 0 18px 18px 0;
}

.privacy-photo-questions ul {
  margin: 0 0 18px;
  padding-left: 20px;
}

.privacy-location-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.privacy-location-rail article {
  padding: 30px;
}

.privacy-location-rail article + article {
  border-left: 1px solid var(--line);
}

.privacy-location-rail span,
.privacy-control-table article > span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--rose-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.privacy-chat {
  color: var(--white);
  background: var(--plum);
}

.privacy-chat-grid {
  align-items: center;
}

.privacy-chat .eyebrow,
.privacy-private .eyebrow,
.privacy-final .eyebrow {
  color: #f3bdca;
}

.privacy-chat-grid > div > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.privacy-chat a {
  color: #ffd1dc;
  font-weight: 800;
}

.privacy-chat-media {
  margin: 0;
}

.privacy-chat-media img {
  aspect-ratio: 16 / 10;
  object-position: 23% center;
  border-radius: 8px 30px 8px 30px;
  box-shadow: 18px 18px 0 rgba(255, 255, 255, 0.08);
}

.privacy-private {
  color: var(--white);
  background: #3d243d;
}

.privacy-private-grid > div > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.privacy-copy-boundary {
  display: grid;
  grid-template-columns: minmax(160px, 0.7fr) 1.3fr;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  overflow: hidden;
}

.privacy-copy-boundary > * {
  padding: 22px;
}

.privacy-copy-boundary strong {
  color: #f7becb;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.privacy-copy-boundary span {
  color: rgba(255, 255, 255, 0.76);
}

.privacy-copy-boundary > :nth-child(n + 3) {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.privacy-contact {
  background: var(--white);
}

.privacy-contact-grid > div:last-child {
  padding: 28px 32px;
  background: var(--rose-pale);
  border-radius: 8px 28px 8px 28px;
}

.privacy-control-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.privacy-control-table article {
  padding: 28px;
}

.privacy-control-table article + article {
  border-left: 1px solid var(--line);
}

.privacy-control-table p {
  margin-bottom: 0;
  color: var(--muted);
}

.privacy-control-note {
  margin: 22px 0 0;
  padding: 18px 22px;
  text-align: center;
  background: var(--rose-pale);
  border-radius: 12px;
}

.privacy-removal {
  background: var(--rose-pale);
}

.privacy-removal-grid aside {
  padding: 28px 30px;
  background: var(--white);
  border: 1px solid rgba(197, 79, 104, 0.2);
  border-radius: 22px;
}

.privacy-choice-grid {
  align-items: center;
}

.privacy-audit {
  background: var(--white);
}

.privacy-audit-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-audit-list li {
  min-width: 0;
  padding: 0 24px;
}

.privacy-audit-list li + li {
  border-left: 1px dotted rgba(197, 79, 104, 0.5);
}

.privacy-audit-list li > span {
  margin-bottom: 16px;
}

.privacy-faq-grid {
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
}

.privacy-final {
  padding: 70px 0;
  color: var(--white);
  background: var(--plum);
}

.privacy-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: center;
}

.privacy-final h2 {
  max-width: 850px;
}

.privacy-final p:not(.eyebrow) {
  max-width: 900px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.77);
}

.privacy-final-action {
  min-width: 235px;
  text-align: center;
}

.privacy-final-action p {
  margin-top: 10px;
  font-size: 0.78rem;
}

@media (max-width: 1180px) {
  .privacy-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
    gap: 50px;
  }

  .privacy-hero-copy h1 {
    font-size: 3.35rem;
  }

  .privacy-layer-map {
    grid-template-columns: repeat(2, 1fr);
  }

  .privacy-layer-map li:nth-child(3) {
    border-left: 0;
  }

  .privacy-layer-map li:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .privacy-audit-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 0;
  }

  .privacy-audit-list li:nth-child(4) {
    border-left: 0;
  }
}

@media (max-width: 900px) {
  .privacy-hero-grid,
  .privacy-stored-grid,
  .privacy-profile-grid,
  .privacy-photo-grid,
  .privacy-chat-grid,
  .privacy-private-grid,
  .privacy-contact-grid,
  .privacy-removal-grid,
  .privacy-choice-grid,
  .privacy-faq-grid {
    grid-template-columns: 1fr;
  }

  .privacy-hero-media {
    max-width: 680px;
  }

  .privacy-location-rail,
  .privacy-control-table {
    grid-template-columns: 1fr;
  }

  .privacy-location-rail article + article,
  .privacy-control-table article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .privacy-chat-grid > figure {
    order: 2;
  }
}

@media (max-width: 700px) {
  .privacy-hero {
    padding: 24px 0 66px;
  }

  .privacy-hero-copy h1 {
    font-size: clamp(2.5rem, 10vw, 3.35rem);
  }

  .privacy-layers,
  .privacy-stored,
  .privacy-profile,
  .privacy-photo,
  .privacy-location,
  .privacy-chat,
  .privacy-private,
  .privacy-contact,
  .privacy-controls,
  .privacy-removal,
  .privacy-choice,
  .privacy-audit,
  .privacy-faq {
    padding: 64px 0;
  }

  .privacy-layer-map,
  .privacy-audit-list {
    grid-template-columns: 1fr;
  }

  .privacy-layer-map li {
    min-height: 0;
  }

  .privacy-layer-map li + li,
  .privacy-layer-map li:nth-child(3),
  .privacy-audit-list li + li,
  .privacy-audit-list li:nth-child(4) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .privacy-audit-list li {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 16px;
    padding: 20px 0;
  }

  .privacy-audit-list li > span {
    margin: 0;
  }

  .privacy-view-card li,
  .privacy-copy-boundary {
    grid-template-columns: 1fr;
  }

  .privacy-copy-boundary strong {
    padding-bottom: 6px;
    border-right: 0;
  }

  .privacy-copy-boundary span {
    padding-top: 0;
  }

  .privacy-copy-boundary > :nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .privacy-copy-boundary > :nth-child(4) {
    border-top: 0;
  }

  .privacy-final-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .privacy-final-inner .button {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .privacy-hero-copy h1 {
    font-size: 2.5rem;
  }

  .privacy-hero-media img,
  .privacy-chat-media img {
    aspect-ratio: 4 / 3;
  }

  .privacy-hero-media figcaption {
    width: calc(100% - 20px);
    padding: 15px 16px;
  }

  .privacy-layer-map li,
  .privacy-control-table article,
  .privacy-view-card,
  .privacy-photo-questions,
  .privacy-removal-grid aside {
    padding: 22px 20px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

body,
button,
summary {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 3.6vw, 3rem);
}

h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--plum);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible {
  outline: 3px solid #2369c9;
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 250, 246, 0.97);
  border-top: 3px solid var(--plum);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  background: url("favicon.svg") center / contain no-repeat;
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.02em;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 25px;
}

.primary-nav > a:not(.button) {
  position: relative;
  padding: 23px 0 20px;
  color: #433743;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.primary-nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: 13px;
  left: 0;
  height: 2px;
  background: var(--rose);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.primary-nav > a:not(.button):hover::after,
.primary-nav > a:not(.button):focus-visible::after {
  transform: scaleX(1);
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 23px;
  color: var(--white);
  background: linear-gradient(135deg, var(--rose), var(--rose-dark));
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(157, 49, 86, 0.2);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  box-shadow: 0 12px 24px rgba(157, 49, 86, 0.28);
  transform: translateY(-2px);
}

.button-small {
  min-height: 38px;
  padding: 9px 20px;
  font-size: 0.76rem;
}

.button-quiet,
.button-light {
  color: var(--rose-dark);
  background: var(--white);
  border-color: #e9c9cf;
  box-shadow: none;
}

.nav-toggle {
  display: none;
  width: 45px;
  height: 42px;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.nav-toggle > span:not(.visually-hidden) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  padding: 22px 0 0;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  top: 34px;
  left: -120px;
  width: 310px;
  height: 310px;
  border: 40px solid rgba(197, 79, 104, 0.06);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: 0 0 22px 22px;
}

.hero-grid::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 250, 246, 0.99) 0%, rgba(255, 250, 246, 0.94) 31%, rgba(255, 250, 246, 0.36) 47%, rgba(255, 250, 246, 0) 61%);
  content: "";
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 39%;
  padding: 55px 26px 72px 34px;
}

.eyebrow {
  margin-bottom: 11px;
  color: var(--rose-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 650px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 3.75vw, 4rem);
  font-weight: 600;
}

.hero h1 span {
  display: block;
  color: inherit;
}

.hero h1 span:last-child {
  color: var(--rose);
}

.hero-lead {
  max-width: 540px;
  margin-bottom: 17px;
  color: #554851;
  font-size: 1rem;
  line-height: 1.65;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 20px;
  color: #594b54;
  font-size: 0.76rem;
  font-weight: 700;
}

.hero-points b {
  color: var(--rose);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.handoff-note {
  margin: 9px 0 0;
  color: #7c7076;
  font-size: 0.7rem;
}

.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-media picture {
  width: 100%;
  height: 100%;
}

.trust-strip {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(880px, calc(100% - 64px));
  min-height: 76px;
  margin-top: -38px;
  margin-right: max(72px, calc((100% - 1800px) / 2));
  margin-left: auto;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255, 250, 246, 0.97);
  border: 1px solid #ecdcd7;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.trust-strip > div {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 14px;
}

.trust-strip > div + div {
  border-left: 1px solid var(--line);
}

.trust-strip span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--rose-dark);
  background: var(--rose-pale);
  border-radius: 50%;
  font-size: 0.68rem;
  font-weight: 900;
}

.trust-strip p {
  margin: 0;
  color: #766970;
  font-size: 0.64rem;
  line-height: 1.35;
}

.trust-strip strong {
  display: block;
  color: var(--ink);
  font-size: 0.71rem;
}

.feature-section {
  padding: 34px 0 36px;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}

.section-heading > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.compact-heading h2 {
  font-size: clamp(2rem, 3.1vw, 2.75rem);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(83, 45, 62, 0.06);
}

.feature-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 20px 14px 14px;
  background: rgba(255, 255, 255, 0.72);
}

.feature-card + .feature-card {
  border-left: 1px solid var(--line);
}

.feature-icon {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 13px;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  font-size: 1.18rem;
  font-weight: 900;
}

.tone-coral { background: #df8a8d; }
.tone-plum { background: var(--plum); }
.tone-rose { background: #d99c98; }
.tone-pink { background: #df929e; }
.tone-lilac { background: var(--lilac); }

.feature-card h3 {
  font-size: 1.08rem;
}

.feature-card p {
  min-height: 84px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.5;
}

.feature-card img,
.shield-art {
  width: 100%;
  height: clamp(170px, 15vw, 280px);
  margin-top: auto;
  object-fit: cover;
  border-radius: 15px;
}

.shield-art {
  position: relative;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.8) 0 11%, transparent 12%),
    repeating-radial-gradient(ellipse at 50% 100%, #f8e1df 0 14px, #f4d5d4 15px 29px);
}

.shield-art::before {
  position: absolute;
  width: 72px;
  height: 82px;
  border: 5px solid #a64b5e;
  border-radius: 38% 38% 55% 55%;
  clip-path: polygon(0 0, 100% 0, 92% 72%, 50% 100%, 8% 72%);
  content: "";
}

.shield-art span {
  z-index: 1;
  color: #8f3f53;
  font-size: 2rem;
  transform: rotate(90deg);
}

.principle-band {
  padding: 18px 0 34px;
}

.principle-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(4, 1fr);
  align-items: center;
  gap: 0;
  padding: 22px 24px;
  background: linear-gradient(110deg, #f9e6e2, #fdf2ed);
  border-radius: var(--radius);
}

.principle-intro {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 22px;
}

.principle-badge {
  display: grid;
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--white);
  background: linear-gradient(145deg, var(--rose), var(--rose-dark));
  border: 9px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 900;
}

.principle-intro .eyebrow {
  margin-bottom: 4px;
}

.principle-intro h2 {
  margin-bottom: 6px;
  font-size: 1.45rem;
}

.principle-intro p:last-child,
.principle-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.69rem;
  line-height: 1.4;
}

.principle-item {
  min-height: 82px;
  padding: 4px 15px;
  border-left: 1px solid rgba(184, 137, 141, 0.3);
}

.principle-item span {
  color: var(--rose);
  font-size: 0.63rem;
  font-weight: 900;
}

.principle-item strong {
  display: block;
  margin: 2px 0 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
  line-height: 1.2;
}

.steps-section {
  padding: 28px 0 66px;
}

.steps-heading {
  margin-bottom: 34px;
}

.steps-heading h2 {
  font-size: clamp(2rem, 3vw, 2.6rem);
}

.steps-list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.steps-list li {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  padding: 0 18px;
}

.steps-list li:not(:last-child)::after {
  position: absolute;
  top: 27px;
  right: -8px;
  width: 20px;
  border-top: 2px dotted #d8b8c2;
  content: "";
}

.steps-list li > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--white);
  background: var(--rose);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.steps-list li:nth-child(even) > span {
  background: var(--lilac);
}

.steps-list h3 {
  margin-bottom: 6px;
  font-size: 1.03rem;
}

.steps-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.48;
}

.editorial-section,
.privacy-section,
.questions-section {
  padding: 76px 0;
}

.editorial-section {
  background: var(--white);
}

.editorial-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr;
  gap: 64px;
  align-items: start;
}

.editorial-intro {
  position: sticky;
  top: 110px;
}

.editorial-intro > p:not(.eyebrow) {
  color: var(--muted);
}

.profile-board {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.profile-board article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 25px;
  background: var(--paper);
}

.profile-board article + article {
  border-top: 1px solid var(--line);
}

.profile-board article > span,
.voice-rules article > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--rose-dark);
  background: var(--rose-pale);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
}

.profile-board p,
.voices-copy > p,
.voice-rules p,
.privacy-grid p,
.location-note p,
.questions-intro p,
.faq-list p {
  color: var(--muted);
}

.profile-board p {
  margin-bottom: 9px;
}

.profile-board .example {
  margin-bottom: 0;
  padding: 10px 12px;
  background: var(--white);
  border-left: 3px solid var(--rose);
  border-radius: 0 8px 8px 0;
  font-size: 0.86rem;
}

.voices-section {
  padding: 82px 0;
  color: var(--white);
  background: var(--plum);
}

.voices-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 64px;
  align-items: center;
}

.voices-media img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  object-position: right center;
  border-radius: var(--radius);
  box-shadow: 20px 20px 0 rgba(255, 255, 255, 0.08);
}

.voices-copy .eyebrow {
  color: #f5bdca;
}

.voices-copy > p,
.voice-rules p {
  color: #e5d7e1;
}

.voice-rules {
  margin-top: 26px;
}

.voice-rules article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.voice-rules article > span {
  color: var(--plum);
  background: #f5bdca;
}

.voice-rules h3 {
  color: var(--white);
}

.voice-rules p {
  margin-bottom: 0;
}

.privacy-section {
  background: var(--peach);
}

.privacy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.privacy-grid article {
  padding: 26px;
  background: var(--white);
  border: 1px solid rgba(226, 205, 198, 0.8);
  border-radius: 16px;
}

.privacy-grid span {
  color: var(--rose-dark);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.privacy-grid h3 {
  margin-top: 6px;
  font-size: 1.45rem;
}

.privacy-grid p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.location-note {
  display: grid;
  margin-top: 22px;
  padding: 24px 28px;
  grid-template-columns: 0.7fr 1.7fr;
  gap: 34px;
  align-items: center;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(226, 205, 198, 0.9);
  border-radius: 16px;
}

.location-note h3,
.location-note p {
  margin-bottom: 0;
}

.questions-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.45fr;
  gap: 70px;
}

.questions-intro {
  align-self: start;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 19px 48px 19px 0;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 16px;
  right: 0;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--rose-dark);
  background: var(--rose-pale);
  border-radius: 50%;
  content: "+";
  font-family: Inter, sans-serif;
}

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

.faq-list p {
  padding: 0 48px 18px 0;
  margin-bottom: 0;
}

.community-banner {
  padding: 0 0 50px;
}

.banner-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 35px;
  align-items: center;
  padding: 28px 34px;
  color: var(--white);
  background: linear-gradient(100deg, var(--plum), #8e577e);
  border-radius: 18px;
}

.banner-inner blockquote {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  line-height: 1.45;
}

.banner-inner .eyebrow {
  margin-bottom: 4px;
  color: #f6cad5;
}

.banner-inner h2 {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.banner-action {
  text-align: center;
}

.banner-action p {
  margin: 7px 0 0;
  color: #eadde7;
  font-size: 0.66rem;
}

.site-footer {
  padding: 36px 0 18px;
  background: #fffdfb;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 0.8fr;
  gap: 48px;
  align-items: start;
}

.footer-about {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 5px 24px;
}

.footer-nav a {
  color: #554852;
  font-size: 0.76rem;
  text-decoration: none;
}

.footer-nav a:hover {
  color: var(--rose-dark);
}

.legal-line {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 14px;
  color: #897c83;
  border-top: 1px solid var(--line);
  font-size: 0.67rem;
}

.not-found {
  display: grid;
  min-height: 70vh;
  padding: 70px 0;
  place-items: center;
}

.not-found-card {
  max-width: 760px;
  margin: auto;
  padding: 50px;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.status-code {
  margin-bottom: 4px;
  color: var(--rose-pale);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 0.8;
}

@media (max-width: 1050px) {
  .primary-nav {
    gap: 17px;
  }

  .hero-copy {
    width: 45%;
  }

  .hero h1 {
    font-size: 3.35rem;
  }

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

  .feature-card:nth-child(4),
  .feature-card:nth-child(5) {
    border-top: 1px solid var(--line);
  }

  .feature-card:nth-child(4) {
    border-left: 0;
  }

  .principle-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .principle-intro {
    grid-column: 1 / -1;
    margin-bottom: 18px;
  }
}

@media (max-width: 920px) {
  :root {
    --shell: min(100% - 32px, 760px);
  }

  .header-inner {
    min-height: 66px;
  }

  .nav-toggle {
    display: block;
  }

  .primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 12px 20px 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 25px rgba(54, 31, 48, 0.1);
  }

  .is-open .primary-nav {
    display: flex;
  }

  .primary-nav > a:not(.button) {
    padding: 11px 2px;
    font-size: 0.86rem;
  }

  .primary-nav > a:not(.button)::after {
    display: none;
  }

  .primary-nav .button {
    margin-top: 9px;
  }

  .is-open .nav-toggle > span:nth-of-type(2) {
    transform: translateY(6px) rotate(45deg);
  }

  .is-open .nav-toggle > span:nth-of-type(3) {
    opacity: 0;
  }

  .is-open .nav-toggle > span:nth-of-type(4) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero-grid {
    display: block;
    min-height: 0;
    overflow: visible;
    border-radius: 0;
  }

  .hero-grid::after {
    display: none;
  }

  .hero-copy {
    width: auto;
    padding: 34px 0 30px;
  }

  .hero h1 {
    max-width: 650px;
    font-size: clamp(3.2rem, 10vw, 4.3rem);
  }

  .hero-media {
    position: relative;
    inset: auto;
    height: 410px;
    border-radius: var(--radius);
  }

  .trust-strip {
    width: var(--shell);
    margin: -32px auto 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip > div:nth-child(3) {
    border-left: 0;
  }

  .trust-strip > div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

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

  .feature-card:nth-child(odd) {
    border-left: 0;
  }

  .feature-card:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .principle-grid,
  .steps-list,
  .privacy-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .principle-item:nth-child(4) {
    border-left: 0;
  }

  .principle-item:nth-child(n + 4) {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(184, 137, 141, 0.3);
  }

  .steps-list {
    gap: 28px 0;
  }

  .steps-list li:not(:last-child)::after {
    display: none;
  }

  .editorial-grid,
  .voices-grid,
  .questions-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .editorial-intro {
    position: static;
  }

  .voices-media {
    max-width: 560px;
  }

  .location-note {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .banner-inner {
    grid-template-columns: 1fr 1fr;
  }

  .banner-inner blockquote {
    grid-column: 1 / -1;
  }

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

  .footer-about {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 24px);
  }

  body {
    font-size: 15px;
  }

  .brand-copy strong {
    font-size: 1.08rem;
  }

  .brand-copy small {
    display: none;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero {
    padding-top: 4px;
  }

  .hero::before {
    display: none;
  }

  .hero-copy {
    padding-top: 27px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 13vw, 3.55rem);
  }

  .hero-lead {
    font-size: 0.95rem;
  }

  .hero-points {
    display: grid;
    gap: 6px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-media {
    height: 270px;
  }

  .trust-strip {
    width: calc(100% - 32px);
  }

  .trust-strip > div {
    padding: 11px;
  }

  .feature-section {
    padding-top: 58px;
  }

  .feature-grid,
  .principle-grid,
  .steps-list,
  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .feature-card:nth-child(4),
  .feature-card:nth-child(5) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .feature-card:first-child {
    border-top: 0;
  }

  .feature-card p {
    min-height: 0;
  }

  .feature-card img,
  .shield-art {
    aspect-ratio: 1.5 / 1;
  }

  .principle-grid {
    padding: 20px;
  }

  .principle-intro {
    align-items: flex-start;
  }

  .principle-badge {
    width: 58px;
    height: 58px;
  }

  .principle-item,
  .principle-item:nth-child(4) {
    min-height: 0;
    margin-top: 0;
    padding: 13px 0;
    border-top: 1px solid rgba(184, 137, 141, 0.3);
    border-left: 0;
  }

  .steps-list li {
    padding: 0;
  }

  .editorial-section,
  .voices-section,
  .privacy-section,
  .questions-section {
    padding: 58px 0;
  }

  .profile-board article {
    grid-template-columns: 44px 1fr;
    gap: 11px;
    padding: 19px 15px;
  }

  .voices-grid {
    gap: 30px;
  }

  .voices-media img {
    aspect-ratio: 1.18 / 1;
    box-shadow: 10px 10px 0 rgba(255, 255, 255, 0.08);
  }

  .privacy-grid article,
  .location-note {
    padding: 20px;
  }

  .faq-list summary {
    font-size: 1rem;
  }

  .banner-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .banner-inner {
    gap: 22px;
    padding: 25px 22px;
    text-align: center;
  }

  .banner-inner blockquote,
  .footer-about {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-nav {
    grid-template-columns: 1fr 1fr;
  }

  .legal-line {
    gap: 5px;
    flex-direction: column;
  }

  .not-found-card {
    padding: 34px 20px;
  }

  .status-code {
    font-size: 6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    transition: none !important;
  }
}

/* Bisexual Chat Room page */
.chat-page-html {
  scroll-behavior: auto;
}

.chat-page h2 {
  font-size: clamp(1.9rem, 2.8vw, 2.55rem);
}

.chat-page h3 {
  font-size: 1.15rem;
}

.chat-page .breadcrumb {
  display: flex;
  padding-top: 18px;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.76rem;
}

.chat-page .breadcrumb a {
  color: var(--rose-dark);
  font-weight: 800;
  text-decoration: none;
}

.chat-hero {
  position: relative;
  padding: 28px 0 74px;
  overflow: hidden;
}

.chat-hero::before {
  position: absolute;
  top: 10%;
  right: -130px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(197, 79, 104, 0.14), rgba(197, 79, 104, 0) 69%);
  content: "";
}

.chat-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: center;
}

.chat-hero-copy h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 3.75vw, 4rem);
  font-weight: 600;
}

.chat-hero-lead {
  max-width: 780px;
  margin-bottom: 25px;
  color: #554851;
  font-size: 1rem;
}

.chat-entry-note {
  margin: 10px 0 0;
  color: #7c7076;
  font-size: 0.72rem;
}

.room-console {
  position: relative;
  padding: 10px;
  background: #f1e3de;
  border: 1px solid #decac5;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(70, 34, 57, 0.16);
  transform: rotate(1.2deg);
}

.room-console::after {
  position: absolute;
  z-index: -1;
  right: 28px;
  bottom: -20px;
  left: 28px;
  height: 44px;
  background: rgba(99, 51, 94, 0.11);
  border-radius: 50%;
  filter: blur(16px);
  content: "";
}

.room-console-bar {
  display: grid;
  min-height: 56px;
  padding: 10px 14px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  background: var(--white);
  border-radius: 19px 19px 8px 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 700;
}

.room-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6c3055;
  font-family: Inter, sans-serif;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.room-status i {
  width: 8px;
  height: 8px;
  background: #3b9c72;
  border-radius: 50%;
}

.room-console-actions {
  color: var(--muted);
  letter-spacing: 0.14em;
}

.room-console-topic {
  display: grid;
  padding: 20px 22px;
  gap: 3px;
  color: var(--white);
  background: var(--plum);
}

.room-console-topic small {
  color: #f2bfcc;
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.room-console-topic strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.room-console-body {
  display: grid;
  min-height: 280px;
  grid-template-columns: 1.45fr 0.75fr;
  background: var(--white);
  border-radius: 0 0 19px 19px;
  overflow: hidden;
}

.room-message-area,
.room-member-area {
  padding: 22px;
}

.room-message-area > span,
.room-member-area > strong {
  display: block;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
}

.room-message-area > div {
  width: 78%;
  height: 12px;
  margin: 12px 0;
  background: #f1e5e0;
  border-radius: 999px;
}

.room-message-area > div:nth-of-type(2) {
  width: 92%;
}

.room-message-area > div:nth-of-type(3) {
  width: 58%;
}

.room-message-area button {
  min-height: 34px;
  padding: 7px 16px;
  margin-top: 18px;
  color: var(--rose-dark);
  background: var(--rose-pale);
  border: 0;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
}

.room-member-area {
  background: #fff8f4;
  border-left: 1px solid var(--line);
}

.room-member-area span {
  display: block;
  padding: 11px 12px;
  margin-top: 10px;
  color: var(--muted);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 0.65rem;
  line-height: 1.4;
}

.room-console > p {
  margin: 9px 7px 1px;
  color: #75666e;
  font-size: 0.62rem;
  text-align: center;
}

.room-flow-section,
.room-screen-section,
.topic-section,
.reply-section,
.follow-section,
.notifications-section,
.join-leave-section,
.room-info-section,
.controls-section,
.room-rules-section,
.identity-boundary-section,
.room-check-section {
  padding: 78px 0;
}

.room-flow-section {
  background: var(--white);
  border-block: 1px solid var(--line);
}

.room-section-heading {
  max-width: 760px;
  margin: 0 0 34px;
  text-align: left;
}

.room-section-heading > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
}

.room-section-heading-left {
  margin: 0;
  text-align: left;
}

.room-section-heading-left > p:last-child {
  margin-left: 0;
}

.room-flow-list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(6, 1fr);
  list-style: none;
}

.room-flow-list li {
  position: relative;
  min-width: 0;
  padding: 19px 24px 22px;
  background: #fff8f4;
  border-block: 1px solid var(--line);
}

.room-flow-list li:first-child {
  border-left: 1px solid var(--line);
  border-radius: 16px 0 0 16px;
}

.room-flow-list li:last-child {
  border-right: 1px solid var(--line);
  border-radius: 0 16px 16px 0;
}

.room-flow-list li:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -9px;
  width: 18px;
  height: 18px;
  background: #fff8f4;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.room-flow-list span {
  color: var(--rose-dark);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.room-flow-list strong,
.room-flow-list small {
  display: block;
}

.room-flow-list strong {
  margin: 4px 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
}

.room-flow-list small {
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.45;
}

.decision-note {
  display: flex;
  max-width: 940px;
  padding: 17px 21px;
  margin: 22px auto 0;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: var(--white);
  background: var(--plum);
  border-radius: 13px;
}

.decision-note strong {
  font-family: Georgia, "Times New Roman", serif;
}

.decision-note span {
  color: #eadde7;
  font-size: 0.76rem;
}

.room-screen-section {
  background: var(--peach);
}

.room-screen-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.32fr;
  gap: clamp(42px, 7vw, 110px);
  align-items: start;
}

.room-screen-intro {
  display: grid;
  gap: 28px;
}

.room-context-photo {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.room-context-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.room-context-photo figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 12px 14px;
  color: var(--white);
  background: rgba(54, 18, 48, 0.9);
  border-radius: 11px;
  font-size: 0.72rem;
  line-height: 1.45;
}

.screen-map {
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.screen-map > div {
  display: grid;
  padding: 22px 25px;
  grid-template-columns: minmax(190px, 0.7fr) 1.3fr;
  gap: 28px;
}

.screen-map > div + div {
  border-top: 1px solid var(--line);
}

.screen-map dt {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 11px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  font-weight: 700;
}

.screen-map dt span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--rose-dark);
  background: var(--rose-pale);
  border-radius: 50%;
  font-family: Inter, sans-serif;
  font-size: 0.61rem;
  font-weight: 900;
}

.screen-map dd {
  margin: 0;
  color: var(--muted);
}

.topic-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.82fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.topic-grid h2 {
  font-size: clamp(1.9rem, 2.7vw, 2.45rem);
}

.topic-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.topic-prompt {
  padding: 30px;
  margin: 0;
  color: var(--white);
  background: var(--plum);
  border-radius: var(--radius);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.48rem;
  line-height: 1.35;
}

.topic-prompt small {
  display: block;
  margin-bottom: 10px;
  color: #f3becb;
  font-family: Inter, sans-serif;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.read-first {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--rose);
  border-radius: 4px 16px 16px 4px;
}

.read-first h3 {
  font-size: 1.15rem;
}

.reply-section {
  background: var(--white);
}

.message-choice,
.public-private-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.message-choice {
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.message-choice article {
  padding: 34px;
  background: #fffaf6;
}

.message-choice article + article {
  background: #f9edf0;
  border-left: 1px solid var(--line);
}

.message-choice span,
.mode-label {
  display: inline-flex;
  padding: 6px 10px;
  color: var(--rose-dark);
  background: var(--white);
  border: 1px solid #e8c8cf;
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.message-choice h3 {
  margin-top: 15px;
  font-size: 1.2rem;
}

.message-choice p {
  margin-bottom: 0;
  color: var(--muted);
}

.public-private-section {
  padding: 82px 0;
  color: var(--white);
  background: var(--plum);
}

.public-private-section .eyebrow {
  color: #f3becb;
}

.public-private-grid {
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  overflow: hidden;
}

.public-private-grid article {
  padding: 37px;
}

.private-panel {
  background: rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.public-private-grid .mode-label {
  color: #512648;
  border: 0;
}

.public-private-grid h3 {
  margin-top: 17px;
  color: var(--white);
  font-size: 1.25rem;
}

.public-private-grid ul {
  padding-left: 21px;
  margin-bottom: 0;
  color: #e9dce6;
}

.public-private-grid li + li {
  margin-top: 8px;
}

.public-private-rule {
  max-width: 900px;
  padding: 18px 23px;
  margin: 24px auto 0;
  color: #eadde7;
  background: rgba(255, 255, 255, 0.08);
  border-left: 4px solid #f3becb;
}

.public-private-rule strong {
  color: var(--white);
}

.follow-grid {
  display: grid;
  max-width: 1200px;
  padding: 36px;
  grid-template-columns: auto 1.15fr 0.85fr;
  gap: 30px;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.follow-mark {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  color: var(--white);
  background: var(--rose);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
}

.follow-grid h2 {
  font-size: clamp(1.9rem, 2.7vw, 2.45rem);
}

.follow-grid p,
.follow-definition dd {
  margin-bottom: 0;
  color: var(--muted);
}

.follow-definition {
  margin: 0;
}

.follow-definition > div {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.follow-definition dt {
  color: var(--rose-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.follow-definition dd {
  margin-left: 0;
  font-size: 0.84rem;
}

.notifications-section {
  background: var(--peach);
}

.notifications-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
}

.notification-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.notification-options article {
  min-height: 190px;
  padding: 26px 23px;
}

.notification-options article + article {
  border-left: 1px solid var(--line);
}

.notification-options article.is-selected {
  color: var(--white);
  background: var(--rose-dark);
}

.notification-options span {
  display: block;
  margin-bottom: 30px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.notification-options p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.notification-options .is-selected p {
  color: #f5e7ee;
}

.join-leave-section {
  background: var(--white);
}

.join-leave-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 52px;
  align-items: center;
}

.join-leave-grid > div:first-child > p:last-child,
.room-info-grid p {
  color: var(--muted);
}

.join-leave-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}

.join-leave-actions > div {
  padding: 24px;
}

.join-leave-actions > div + div {
  border-left: 1px solid var(--line);
}

.join-leave-actions span {
  color: var(--rose-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 700;
}

.join-leave-actions p,
.invite-note p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.invite-note {
  display: grid;
  padding: 14px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(220px, 0.58fr) 1.42fr;
  gap: 26px;
  align-items: center;
  background: var(--rose-pale);
  border-radius: 14px;
}

.invite-note figure {
  margin: 0;
  aspect-ratio: 729 / 430;
  overflow: hidden;
  border-radius: 10px;
}

.invite-note picture {
  width: 100%;
  height: 100%;
}

.invite-note img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 520px;
  object-fit: cover;
}

.invite-note > div {
  padding: 10px 18px 10px 0;
}

.invite-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.invite-note p {
  margin-top: 0;
}

.room-info-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.1fr 1fr;
  gap: 42px;
  align-items: start;
}

.room-info-fields {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.room-info-fields > div {
  display: grid;
  padding: 17px 20px;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 14px;
}

.room-info-fields > div + div {
  border-top: 1px solid var(--line);
}

.room-info-fields span {
  color: var(--rose-dark);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.room-info-fields strong {
  font-size: 0.82rem;
}

.room-members-copy {
  padding-left: 28px;
  border-left: 4px solid var(--rose);
}

.room-members-copy h3 {
  font-size: 1.25rem;
}

.room-members-copy p:last-child {
  margin-bottom: 0;
}

.controls-section {
  background: var(--white);
}

.control-choice {
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.control-choice article {
  padding: 32px;
}

.control-choice article + article {
  background: #fff8f4;
  border-left: 1px solid var(--line);
}

.control-choice article > span {
  display: block;
  min-height: 44px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.control-choice article > strong {
  display: block;
  margin: 11px 0;
  color: var(--rose-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.control-choice article p {
  margin-bottom: 0;
  color: var(--muted);
}

.control-choice aside {
  display: grid;
  padding: 18px 24px;
  grid-column: 1 / -1;
  grid-template-columns: 0.35fr 1.65fr;
  gap: 24px;
  color: var(--white);
  background: var(--plum);
}

.control-choice aside p {
  margin-bottom: 0;
  color: #eadde7;
}

.room-rules-section {
  background: var(--peach);
}

.room-rules-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(44px, 7vw, 100px);
  align-items: center;
}

.room-rules-grid > div:first-child p {
  color: var(--muted);
}

.rule-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.rule-lists > div {
  padding: 30px;
}

.rule-lists > div + div {
  border-left: 1px solid var(--line);
}

.rule-lists h3 {
  font-size: 1.15rem;
}

.rule-lists ul {
  padding-left: 19px;
  margin-bottom: 0;
  color: var(--muted);
}

.rule-lists li + li {
  margin-top: 7px;
}

.identity-boundary-section {
  padding-top: 30px;
}

.identity-boundary-inner {
  display: grid;
  max-width: 1200px;
  padding: 34px 40px;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
  color: var(--white);
  background: var(--plum);
  border-radius: var(--radius);
}

.identity-boundary-inner > span {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  color: var(--plum);
  background: #f2becb;
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.identity-boundary-inner .eyebrow {
  color: #f2becb;
}

.identity-boundary-inner h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.35rem);
}

.identity-boundary-inner p:last-child {
  margin-bottom: 0;
  color: #eadde7;
}

.room-check-list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  list-style: none;
  overflow: hidden;
}

.room-check-list li {
  padding: 27px;
  background: var(--white);
}

.room-check-list li + li {
  border-left: 1px solid var(--line);
}

.room-check-list li > span {
  color: var(--rose-dark);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.room-check-list strong {
  display: block;
  margin: 8px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}

.room-check-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.chat-questions {
  background: var(--white);
}

.chat-final {
  padding: 0 0 56px;
  background: var(--white);
}

.chat-final-inner {
  display: grid;
  padding: 34px 40px;
  grid-template-columns: 1.35fr auto;
  gap: 42px;
  align-items: center;
  color: var(--white);
  background: linear-gradient(105deg, var(--plum), #8e577e);
  border-radius: var(--radius);
}

.chat-final-inner .eyebrow {
  color: #f4c5d0;
}

.chat-final-inner h2 {
  font-size: clamp(1.85rem, 2.6vw, 2.35rem);
}

.chat-final-inner p {
  max-width: 900px;
  margin-bottom: 0;
  color: #eadde7;
}

.chat-final-action {
  text-align: center;
}

.chat-final-action p {
  margin-top: 8px;
  font-size: 0.65rem;
}

@media (max-width: 1200px) {
  .chat-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.86fr);
    gap: 44px;
  }

  .room-flow-list li {
    padding-inline: 18px;
  }

  .room-info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .room-info-grid > header {
    grid-column: 1 / -1;
    max-width: 820px;
  }
}

@media (max-width: 920px) {
  .chat-hero {
    padding-bottom: 56px;
  }

  .chat-hero-grid,
  .room-screen-grid,
  .notifications-grid,
  .join-leave-grid,
  .room-rules-grid {
    grid-template-columns: 1fr;
  }

  .chat-hero-copy h1 {
    max-width: 780px;
    font-size: 3.35rem;
  }

  .room-console {
    max-width: 720px;
    transform: none;
  }

  .room-flow-list {
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
  }

  .room-flow-list li,
  .room-flow-list li:first-child,
  .room-flow-list li:last-child {
    border: 0;
    border-radius: 0;
  }

  .room-flow-list li:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }

  .room-flow-list li:not(:nth-child(3n + 1)) {
    border-left: 1px solid var(--line);
  }

  .room-flow-list li::after {
    display: none;
  }

  .room-section-heading-left {
    max-width: 760px;
  }

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

  .topic-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .follow-grid {
    grid-template-columns: auto 1fr;
  }

  .follow-definition {
    grid-column: 1 / -1;
  }

  .notification-options {
    max-width: 760px;
  }

  .room-check-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .room-check-list li:nth-child(3) {
    border-left: 0;
  }

  .room-check-list li:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 700px) {
  .chat-page .breadcrumb {
    padding-top: 12px;
  }

  .chat-hero,
  .room-flow-section,
  .room-screen-section,
  .topic-section,
  .reply-section,
  .follow-section,
  .notifications-section,
  .join-leave-section,
  .room-info-section,
  .controls-section,
  .room-rules-section,
  .identity-boundary-section,
  .room-check-section {
    padding-block: 56px;
  }

  .chat-hero {
    padding-top: 22px;
  }

  .chat-hero-copy h1 {
    font-size: clamp(2.35rem, 10vw, 2.75rem);
  }

  .chat-page h2,
  .topic-grid h2,
  .follow-grid h2,
  .identity-boundary-inner h2,
  .chat-final-inner h2 {
    font-size: clamp(1.75rem, 7.8vw, 2.2rem);
  }

  .chat-hero-lead {
    font-size: 0.96rem;
  }

  .chat-hero .hero-actions .button {
    width: 100%;
  }

  .room-console-body {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .room-member-area {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .room-flow-list {
    grid-template-columns: 1fr;
  }

  .room-flow-list li:not(:nth-child(3n + 1)) {
    border-left: 0;
  }

  .room-flow-list li + li,
  .room-flow-list li:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }

  .decision-note,
  .screen-map > div,
  .invite-note,
  .control-choice aside {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .invite-note {
    gap: 18px;
  }

  .invite-note > div {
    padding: 0 8px 10px;
  }

  .screen-map > div,
  .topic-grid,
  .message-choice,
  .public-private-grid,
  .notification-options,
  .join-leave-actions,
  .room-info-grid,
  .control-choice,
  .rule-lists,
  .room-check-list,
  .chat-final-inner {
    grid-template-columns: 1fr;
  }

  .topic-grid > div:first-child,
  .invite-note,
  .control-choice aside,
  .room-info-grid > header {
    grid-column: auto;
  }

  .message-choice article + article,
  .private-panel,
  .notification-options article + article,
  .join-leave-actions > div + div,
  .control-choice article + article,
  .rule-lists > div + div,
  .room-check-list li + li,
  .room-check-list li:nth-child(3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .notification-options article {
    min-height: 0;
  }

  .notification-options span {
    margin-bottom: 9px;
  }

  .room-members-copy {
    padding: 22px;
    border-top: 4px solid var(--rose);
    border-left: 0;
  }

  .identity-boundary-inner {
    padding: 28px 24px;
    grid-template-columns: 1fr;
  }

  .chat-final-inner {
    padding: 30px 24px;
  }

  .chat-final-action {
    text-align: left;
  }
}

@media (max-width: 420px) {
  .room-console-bar {
    grid-template-columns: auto 1fr;
  }

  .room-console-actions {
    display: none;
  }

  .room-console-topic,
  .room-message-area,
  .room-member-area,
  .message-choice article,
  .public-private-grid article,
  .control-choice article,
  .rule-lists > div,
  .room-check-list li {
    padding: 20px;
  }

  .follow-grid {
    padding: 26px 20px;
    grid-template-columns: 1fr;
  }
}

/* Singles and couples profile-transparency page */
.profiles-page-html {
  scroll-behavior: auto;
}

.profiles-page h2 {
  font-size: clamp(1.9rem, 2.8vw, 2.55rem);
}

.profiles-page h3 {
  font-size: 1.15rem;
}

.profiles-page .breadcrumb {
  display: flex;
  padding-top: 18px;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.78rem;
}

.profiles-page .breadcrumb a {
  color: var(--rose-dark);
  font-weight: 800;
  text-decoration: none;
}

.profiles-page .header-inner > .brand,
.profiles-page .nav-toggle {
  min-height: 44px;
}

.profiles-hero {
  padding: 42px 0 76px;
  background:
    radial-gradient(circle at 84% 20%, rgba(197, 79, 104, 0.1), transparent 24%),
    linear-gradient(180deg, var(--paper), #fff7f4);
}

.profiles-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.82fr);
  align-items: center;
  gap: clamp(50px, 6vw, 104px);
}

.profiles-hero-copy h1 {
  max-width: 850px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 3.75vw, 4rem);
  font-weight: 600;
}

.profiles-hero-lead {
  max-width: 780px;
  margin-bottom: 25px;
  color: var(--muted);
  font-size: 1rem;
}

.profile-context-panel {
  position: relative;
  overflow: hidden;
  padding: 15px;
  background: var(--white);
  border: 1px solid #e6d6d0;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(86, 43, 62, 0.13);
  transform: rotate(1deg);
}

.profile-context-panel::before {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -88px;
  bottom: -96px;
  background: var(--rose-pale);
  border-radius: 50%;
  content: "";
}

.context-panel-head {
  display: flex;
  padding: 4px 4px 13px;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.context-panel-head small {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0;
}

.context-route {
  display: grid;
  padding: 20px;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--line);
}

.context-route-single {
  background: #fffaf6;
  border-radius: 14px 14px 0 0;
}

.context-route-couple {
  margin-top: -1px;
  background: #f9edef;
  border-radius: 0 0 14px 14px;
}

.context-count {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--white);
  background: var(--plum);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.context-route-couple .context-count {
  background: var(--rose);
}

.context-route strong,
.context-route small {
  display: block;
}

.context-route strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}

.context-route small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.76rem;
}

.context-questions {
  display: grid;
  padding: 17px 4px 7px;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.context-questions span {
  padding: 8px;
  color: var(--rose-dark);
  background: var(--rose-pale);
  border-radius: 6px;
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
}

.profile-context-panel > p {
  position: relative;
  margin: 8px 4px 2px;
  color: var(--muted);
  font-size: 0.72rem;
}

.profile-types-section,
.reveal-section,
.single-section,
.couple-section,
.writer-section,
.participation-section,
.four-answers-section,
.privacy-clarity-section,
.profiles-page .mismatch-section,
.before-reply-section,
.profile-faq-section {
  padding: 76px 0;
}

.profiles-section-heading {
  max-width: 850px;
  margin: 0 auto 34px;
  text-align: center;
}

.profiles-section-heading > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.profiles-section-heading-left {
  margin-left: 0;
  text-align: left;
}

.profile-ledger {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.profile-ledger article {
  padding: 30px;
}

.profile-ledger article + article {
  border-left: 1px solid var(--line);
}

.profile-ledger p {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.9rem;
}

.profile-ledger p:last-child {
  margin-bottom: 0;
}

.profile-ledger p strong {
  color: var(--ink);
}

.ledger-type {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  gap: 12px;
}

.ledger-type span {
  color: var(--rose-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.ledger-type h3 {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.profile-definition-strip {
  display: grid;
  margin-top: 18px;
  grid-template-columns: repeat(3, 1fr);
  color: var(--white);
  background: var(--plum);
  border-radius: 14px;
}

.profile-definition-strip div {
  padding: 20px 24px;
}

.profile-definition-strip div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.profile-definition-strip strong,
.profile-definition-strip span {
  display: block;
}

.profile-definition-strip strong {
  margin-bottom: 4px;
  font-family: Georgia, "Times New Roman", serif;
}

.profile-definition-strip span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.75rem;
}

.reveal-section {
  background: var(--white);
}

.reveal-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
  align-items: center;
  gap: clamp(42px, 5.5vw, 92px);
}

.reveal-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.reveal-boundary {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.reveal-boundary li {
  display: grid;
  padding: 13px 0;
  grid-template-columns: 140px 1fr;
  gap: 14px;
  border-bottom: 1px solid var(--line);
}

.reveal-boundary span {
  color: var(--rose-dark);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reveal-boundary strong {
  font-size: 0.84rem;
}

.profile-photo-pair {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: end;
  gap: 16px;
}

.profile-photo-pair figure {
  margin: 0;
}

.profile-photo-pair img {
  width: 100%;
  max-height: 390px;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
}

.profile-photo-pair figure:first-child img {
  aspect-ratio: 1.35 / 1;
  object-position: center 38%;
}

.profile-photo-pair figure:last-child img {
  aspect-ratio: 0.94 / 1;
  object-position: center;
}

.profile-photo-pair figcaption {
  min-height: 100px;
  padding: 15px 17px;
  color: var(--muted);
  background: #fff8f4;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 14px 14px;
  font-size: 0.74rem;
}

.single-section {
  background: #f8e9e6;
}

.narrow-copy-grid {
  display: grid;
  max-width: 1180px;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(38px, 7vw, 110px);
}

.narrow-copy-grid p {
  color: #5d5058;
}

.couple-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px minmax(360px, 0.9fr);
  align-items: center;
  gap: 42px;
}

.couple-grid header p:last-child {
  color: var(--muted);
}

.couple-mark {
  display: flex;
  align-items: center;
  justify-content: center;
}

.couple-mark span {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--white);
  background: var(--rose);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
}

.couple-mark i {
  width: 22px;
  height: 2px;
  background: var(--rose);
}

.couple-clarity-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.couple-clarity-list li {
  position: relative;
  padding: 12px 0 12px 25px;
  border-bottom: 1px solid var(--line);
  font-size: 0.86rem;
}

.couple-clarity-list li::before {
  position: absolute;
  top: 12px;
  left: 0;
  color: var(--rose-dark);
  content: "✓";
  font-weight: 900;
}

.writer-section {
  background: var(--white);
}

.writer-matrix {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
}

.writer-matrix > div {
  display: grid;
  grid-template-columns: 0.95fr 0.8fr 1.25fr;
}

.writer-matrix > div > * {
  padding: 17px 20px;
}

.writer-matrix > div + div {
  border-top: 1px solid var(--line);
}

.writer-matrix > div > * + * {
  border-left: 1px solid var(--line);
}

.writer-matrix-head {
  color: var(--white);
  background: var(--plum);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.writer-matrix > div:not(.writer-matrix-head) {
  font-size: 0.84rem;
}

.writer-matrix > div:not(.writer-matrix-head) span {
  color: var(--muted);
}

.participation-grid {
  display: grid;
  max-width: 1160px;
  padding: 38px;
  grid-template-columns: 210px 1fr;
  align-items: center;
  gap: 46px;
  background: #342138;
  border-radius: 18px;
  color: var(--white);
}

.participation-number {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.6rem, 7vw, 6.5rem);
  line-height: 1;
  white-space: nowrap;
}

.participation-grid h2 {
  color: var(--white);
}

.participation-grid p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.participation-grid a {
  color: #ffd4dd;
  font-weight: 800;
}

.identity-intent-section {
  padding: 0;
}

.identity-intent-inner {
  display: grid;
  padding: 38px 44px;
  grid-template-columns: 1fr 0.82fr;
  align-items: center;
  gap: 54px;
  background: var(--rose-pale);
  border-left: 6px solid var(--rose);
}

.identity-intent-inner h2,
.identity-intent-inner p {
  margin-bottom: 0;
}

.identity-intent-inner > p {
  color: #5d4d55;
}

.four-answers-section {
  background: linear-gradient(180deg, var(--paper), #fff4ef);
}

.four-answers-list {
  display: grid;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.four-answers-list li {
  padding: 26px;
}

.four-answers-list li + li {
  border-left: 1px solid var(--line);
}

.four-answers-list > li > span {
  display: block;
  margin-bottom: 32px;
  color: var(--rose-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.four-answers-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.privacy-clarity-section {
  background: var(--white);
}

.privacy-clarity-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(40px, 7vw, 110px);
}

.clarity-split {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 4px solid var(--plum);
}

.clarity-split > div {
  padding: 25px;
  background: #faf5f1;
}

.clarity-split > div + div {
  background: #f4e8ec;
}

.clarity-split ul {
  padding-left: 18px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.clarity-split li + li {
  margin-top: 8px;
}

.profiles-page .mismatch-section {
  background: #2f2133;
  color: var(--white);
}

.profiles-page .mismatch-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(44px, 8vw, 120px);
  align-items: stretch;
}

.profiles-page .mismatch-grid h2 {
  color: var(--white);
}

.profiles-page .mismatch-grid header p:last-child {
  color: rgba(255, 255, 255, 0.7);
}

.profiles-page .mismatch-grid ol {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: mismatch;
}

.profiles-page .mismatch-grid li {
  display: grid;
  padding: 17px 0;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  counter-increment: mismatch;
}

.profiles-page .mismatch-grid li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.profiles-page .mismatch-grid li span {
  color: #f5aaba;
  font-weight: 900;
}

.profiles-page .mismatch-grid li p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
}

.before-reply-list {
  display: grid;
  max-width: 1080px;
  padding: 0;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}

.before-reply-list li {
  display: grid;
  padding: 24px;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  border: 1px solid var(--line);
}

.before-reply-list li:first-child {
  border-radius: 14px 0 0 14px;
}

.before-reply-list li + li {
  margin-left: -1px;
}

.before-reply-list li:last-child {
  border-radius: 0 14px 14px 0;
}

.before-reply-list > li > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: var(--rose);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
}

.before-reply-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.before-reply-result {
  max-width: 910px;
  padding: 16px 21px;
  margin: 22px auto 0;
  color: var(--muted);
  background: var(--rose-pale);
  border-radius: 8px;
  font-size: 0.84rem;
  text-align: center;
}

.profile-faq-section {
  background: var(--white);
}

.profile-faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(42px, 7vw, 110px);
}

.profile-faq-grid > header > p:last-child {
  color: var(--muted);
}

.profiles-final-section {
  padding: 0 0 64px;
  background: var(--white);
}

.profiles-final-inner {
  display: grid;
  padding: 36px 42px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 38px;
  color: var(--white);
  background: linear-gradient(135deg, #70405f, #9d3156);
  border-radius: 18px;
}

.profiles-final-inner h2 {
  color: var(--white);
}

.profiles-final-inner p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 1100px) {
  .profiles-hero-grid,
  .reveal-grid {
    grid-template-columns: 1fr 0.92fr;
  }

  .couple-grid {
    grid-template-columns: 1fr 100px;
  }

  .couple-clarity-list {
    grid-column: 1 / -1;
  }

  .four-answers-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .four-answers-list li:nth-child(3) {
    border-left: 0;
  }

  .four-answers-list li:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 920px) {
  .profiles-hero-grid,
  .reveal-grid,
  .narrow-copy-grid,
  .privacy-clarity-grid,
  .profiles-page .mismatch-grid,
  .profile-faq-grid {
    grid-template-columns: 1fr;
  }

  .profiles-hero-copy h1 {
    max-width: 780px;
    font-size: 3.35rem;
  }

  .profile-context-panel {
    max-width: 720px;
    transform: none;
  }

  .reveal-grid {
    gap: 34px;
  }

  .profile-photo-pair {
    max-width: 760px;
  }

  .participation-grid {
    grid-template-columns: 160px 1fr;
  }

  .identity-intent-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 700px) {
  .profiles-page .breadcrumb {
    padding-top: 12px;
  }

  .profiles-hero,
  .profile-types-section,
  .reveal-section,
  .single-section,
  .couple-section,
  .writer-section,
  .participation-section,
  .four-answers-section,
  .privacy-clarity-section,
  .profiles-page .mismatch-section,
  .before-reply-section,
  .profile-faq-section {
    padding-block: 56px;
  }

  .profiles-hero {
    padding-top: 22px;
  }

  .profiles-hero-copy h1 {
    font-size: clamp(2.35rem, 10vw, 2.75rem);
  }

  .profiles-page h2,
  .profiles-final-inner h2 {
    font-size: clamp(1.75rem, 7.8vw, 2.2rem);
  }

  .profiles-hero-lead {
    font-size: 0.96rem;
  }

  .profiles-hero .hero-actions .button {
    width: 100%;
  }

  .profile-ledger,
  .profile-definition-strip,
  .context-questions,
  .profile-photo-pair,
  .clarity-split,
  .before-reply-list,
  .profiles-final-inner {
    grid-template-columns: 1fr;
  }

  .profile-ledger article + article,
  .profile-definition-strip div + div,
  .clarity-split > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .profile-photo-pair figure:last-child img,
  .profile-photo-pair figure:first-child img {
    aspect-ratio: 4 / 3;
  }

  .profile-photo-pair figcaption {
    min-height: 0;
  }

  .couple-grid,
  .participation-grid {
    grid-template-columns: 1fr;
  }

  .couple-mark {
    justify-content: flex-start;
  }

  .writer-matrix-head {
    display: none !important;
  }

  .writer-matrix > div {
    display: grid;
    grid-template-columns: 1fr;
    padding: 18px 20px;
  }

  .writer-matrix > div > * {
    padding: 4px 0;
  }

  .writer-matrix > div > * + * {
    border-left: 0;
  }

  .writer-matrix > div:not(.writer-matrix-head) span::before {
    display: block;
    color: var(--rose-dark);
    font-size: 0.66rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .writer-matrix > div:not(.writer-matrix-head) span:nth-child(2)::before {
    content: "Needs an answer";
  }

  .writer-matrix > div:not(.writer-matrix-head) span:nth-child(3)::before {
    content: "Useful clarification";
  }

  .participation-grid {
    padding: 30px 24px;
    gap: 20px;
  }

  .participation-number {
    font-size: 4rem;
  }

  .identity-intent-inner {
    padding: 30px 24px;
  }

  .four-answers-list {
    grid-template-columns: 1fr;
  }

  .four-answers-list li + li,
  .four-answers-list li:nth-child(3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .four-answers-list > li > span {
    margin-bottom: 12px;
  }

  .profiles-page .mismatch-grid li {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .before-reply-list li,
  .before-reply-list li:first-child,
  .before-reply-list li:last-child {
    border-radius: 0;
  }

  .before-reply-list li:first-child {
    border-radius: 14px 14px 0 0;
  }

  .before-reply-list li:last-child {
    border-radius: 0 0 14px 14px;
  }

  .before-reply-list li + li {
    margin-top: -1px;
    margin-left: 0;
  }

  .before-reply-result {
    text-align: left;
  }

  .profiles-final-inner {
    padding: 30px 24px;
  }

  .profiles-page .footer-nav a,
  .profiles-page .footer-brand {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
}

@media (max-width: 420px) {
  .profile-context-panel,
  .profile-ledger article,
  .couple-grid,
  .four-answers-list li,
  .clarity-split > div {
    padding: 20px;
  }

  .context-panel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .context-route {
    padding: 16px;
    grid-template-columns: 42px 1fr;
  }

  .context-count {
    width: 40px;
    height: 40px;
  }

  .reveal-boundary li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Threesome Chat participant-transparency page */
.trio-page-html {
  scroll-padding-top: 88px;
}

.trio-page {
  background: #fffaf6;
}

.trio-hero {
  padding: 34px 0 88px;
  overflow: hidden;
}

.trio-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(44px, 5vw, 84px);
  align-items: center;
}

.trio-hero-copy {
  max-width: 760px;
}

.trio-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 3.75vw, 4rem);
  line-height: 1.02;
}

.trio-hero-copy h1::after {
  content: "";
  display: block;
  width: 96px;
  height: 5px;
  margin-top: 24px;
  background: var(--rose);
}

.trio-hero-lead {
  max-width: 700px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 1.06rem;
}

.trio-entry-note {
  margin: 14px 0 0;
  color: #897880;
  font-size: 0.78rem;
}

.trio-hero-media {
  position: relative;
  max-width: 860px;
  margin: 0;
}

.trio-hero-media::before {
  content: "";
  position: absolute;
  inset: -24px 32% 54% -24px;
  z-index: -1;
  border-radius: 28px 0 0 0;
  background: var(--rose-pale);
}

.trio-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 64% center;
  border-radius: 34px 8px 34px 8px;
  box-shadow: var(--shadow);
}

.trio-hero-media figcaption {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: -1px 22px 0;
  color: var(--plum);
  background: #fff;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 12px 28px rgba(83, 45, 62, 0.08);
}

.trio-hero-media figcaption span {
  padding: 15px 16px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.trio-hero-media figcaption span + span {
  border-left: 1px solid var(--line);
}

.trio-section-heading {
  max-width: 940px;
  margin: 0 auto 38px;
  text-align: center;
}

.trio-section-heading > p:last-child {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
}

.trio-states {
  padding: 86px 0;
  background: #fff;
  border-block: 1px solid var(--line);
}

.trio-state-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1420px;
  margin: 0 auto;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.trio-state-track article {
  position: relative;
  min-height: 288px;
  padding: 34px 34px 30px;
}

.trio-state-track article + article {
  border-left: 1px solid var(--line);
}

.trio-state-track article + article::before {
  content: "→";
  position: absolute;
  top: 46px;
  left: -18px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #fff;
  background: var(--plum);
  border: 5px solid #fff;
  border-radius: 50%;
  font-weight: 800;
}

.trio-state-number {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  color: #fff;
  background: var(--rose);
  border-radius: 50%;
  font-weight: 800;
}

.trio-state-track article:nth-child(2) .trio-state-number {
  background: var(--lilac);
}

.trio-state-track article:nth-child(3) .trio-state-number {
  background: var(--plum);
}

.trio-state-track small {
  display: block;
  margin-bottom: 8px;
  color: var(--rose-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trio-state-track h3 {
  max-width: 310px;
  font-size: 1.2rem;
}

.trio-state-track p {
  margin: 0;
  color: var(--muted);
}

.trio-state-rule {
  max-width: 920px;
  margin: 26px auto 0;
  padding: 18px 24px;
  text-align: center;
  color: #5f4d56;
  background: var(--rose-pale);
  border-radius: 12px;
}

.trio-participants {
  padding: 100px 0;
}

.trio-participants-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr);
  gap: clamp(54px, 7vw, 118px);
  align-items: center;
}

.trio-participant-copy {
  max-width: 780px;
}

.trio-participant-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
}

.trio-participant-lines {
  margin: 32px 0 0;
  border-top: 1px solid var(--line);
}

.trio-participant-lines div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.trio-participant-lines dt {
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.trio-participant-lines dd {
  margin: 0;
  color: var(--muted);
}

.trio-participant-photo {
  margin: 0;
}

.trio-participant-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 25% center;
  border-radius: 8px 32px 8px 32px;
}

.trio-participant-photo figcaption {
  max-width: 86%;
  margin: -48px 0 0 auto;
  position: relative;
  padding: 20px 24px;
  color: #fff;
  background: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.45;
}

.trio-disclosure {
  padding: 80px 0;
  color: #fff;
  background: var(--plum);
}

.trio-disclosure-grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 7vw, 120px);
  align-items: center;
}

.trio-disclosure-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 120px 24px 120px 24px;
  background: rgba(255, 255, 255, 0.06);
}

.trio-disclosure-mark span {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  color: var(--plum);
  background: #f9d5dc;
  border-radius: 50%;
  font-weight: 900;
}

.trio-disclosure-mark b {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.5rem;
}

.trio-disclosure-copy {
  max-width: 960px;
}

.trio-disclosure-copy .eyebrow {
  color: #f4bcc9;
}

.trio-disclosure-copy h2 {
  max-width: 900px;
  font-size: clamp(2rem, 3.6vw, 3rem);
}

.trio-disclosure-copy p:not(.eyebrow) {
  max-width: 900px;
  color: #eadde7;
}

.trio-disclosure-copy p:last-child {
  margin-bottom: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.trio-boundaries {
  padding: 100px 0;
  background: #fff;
}

.trio-boundary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-block: 1px solid var(--line);
}

.trio-boundary-grid article {
  position: relative;
  min-height: 430px;
  padding: 54px clamp(34px, 5vw, 78px);
}

.trio-boundary-grid article + article {
  border-left: 1px solid var(--line);
}

.trio-boundary-grid h2 {
  max-width: 650px;
  font-size: clamp(2rem, 3.6vw, 3rem);
}

.trio-boundary-grid p:not(.eyebrow) {
  max-width: 670px;
  color: var(--muted);
}

.trio-boundary-grid a {
  color: var(--rose-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.trio-boundary-symbol {
  position: absolute;
  top: 28px;
  right: 36px;
  color: rgba(197, 79, 104, 0.16);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6rem;
  line-height: 1;
}

.trio-modes {
  padding: 90px 0;
  background: var(--peach);
}

.trio-mode-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1500px;
  margin: 0 auto;
  background: #fff;
  box-shadow: var(--shadow);
}

.trio-mode-grid article {
  padding: clamp(34px, 5vw, 74px);
}

.trio-mode-grid article + article {
  border-left: 1px solid var(--line);
}

.trio-mode-grid header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.trio-mode-grid header span {
  display: inline-grid;
  place-items: center;
  min-width: 72px;
  min-height: 44px;
  padding: 8px 14px;
  color: #fff;
  background: var(--rose);
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.trio-mode-grid article:nth-child(2) header span {
  background: var(--plum);
}

.trio-mode-grid header small {
  color: var(--muted);
  font-weight: 700;
}

.trio-mode-grid h2 {
  font-size: clamp(2rem, 3.6vw, 3rem);
}

.trio-mode-grid p {
  color: var(--muted);
}

.trio-mode-grid p:last-child {
  margin-bottom: 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.trio-decisions {
  padding: 105px 0;
}

.trio-decision-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 64px 90px;
  align-items: start;
}

.trio-invitation {
  grid-row: span 2;
  padding: 48px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px 8px 26px 8px;
  box-shadow: var(--shadow);
}

.trio-invite-states {
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

.trio-invite-states div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.trio-invite-states span {
  color: var(--rose-dark);
  font-weight: 900;
}

.trio-invite-states p {
  margin: 0;
  color: var(--muted);
}

.trio-action-copy {
  padding-top: 10px;
}

.trio-action-copy p:last-child {
  color: var(--muted);
}

.trio-action-rail {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 2px solid #e3c6d4;
}

.trio-action-rail li {
  position: relative;
  padding: 0 0 24px 34px;
}

.trio-action-rail li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -8px;
  width: 14px;
  height: 14px;
  background: var(--rose);
  border: 3px solid var(--paper);
  border-radius: 50%;
}

.trio-action-rail li:last-child {
  padding-bottom: 0;
}

.trio-action-rail span {
  color: var(--plum);
  font-weight: 900;
}

.trio-action-rail p {
  margin: 3px 0 0;
  color: var(--muted);
}

.trio-controls {
  padding: 96px 0;
  background: #fff;
  border-block: 1px solid var(--line);
}

.trio-controls-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(44px, 6vw, 96px);
}

.trio-control-panel,
.trio-rules-panel {
  padding: clamp(36px, 5vw, 64px);
}

.trio-control-panel {
  color: #fff;
  background: var(--plum);
  border-radius: 8px 30px 8px 30px;
}

.trio-control-panel .eyebrow {
  color: #f4bcc9;
}

.trio-control-panel dl {
  margin: 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.trio-control-panel dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.trio-control-panel dt {
  color: #f8c6d1;
  font-weight: 900;
}

.trio-control-panel dd {
  margin: 0;
  color: #eadde7;
}

.trio-rules-panel {
  align-self: center;
  border-block: 1px solid var(--line);
}

.trio-rules-panel p:not(.eyebrow) {
  color: var(--muted);
}

.trio-member {
  padding: 105px 0;
}

.trio-member-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(50px, 7vw, 110px);
  align-items: center;
}

.trio-member-photo {
  margin: 0;
}

.trio-member-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 42%;
  border-radius: 32px 8px 32px 8px;
}

.trio-member-grid > div {
  max-width: 720px;
}

.trio-member-grid > div p:not(.eyebrow) {
  color: var(--muted);
}

.trio-checks {
  padding: 95px 0;
  background: var(--rose-pale);
}

.trio-check-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1540px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e9d6d9;
  box-shadow: var(--shadow);
}

.trio-check-list li {
  min-height: 280px;
  padding: 32px;
}

.trio-check-list li + li {
  border-left: 1px solid var(--line);
}

.trio-check-list li > span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  color: #fff;
  background: var(--rose);
  border-radius: 50%;
  font-weight: 900;
}

.trio-check-list li:nth-child(even) > span {
  background: var(--lilac);
}

.trio-check-list strong {
  display: block;
  margin-bottom: 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.trio-check-list p {
  margin: 0;
  color: var(--muted);
}

.trio-questions {
  background: #fff;
}

.trio-final {
  padding: 78px 0;
  color: #fff;
  background: var(--plum);
}

.trio-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 60px;
  align-items: center;
}

.trio-final .eyebrow {
  color: #f4bcc9;
}

.trio-final h2 {
  max-width: 920px;
}

.trio-final p:not(.eyebrow) {
  max-width: 900px;
  margin-bottom: 0;
  color: #eadde7;
}

.trio-final-action {
  padding-left: 48px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.trio-final-action p {
  margin-top: 12px;
  font-size: 0.76rem;
}

@media (max-width: 1180px) {
  .trio-hero-grid,
  .trio-participants-grid,
  .trio-member-grid {
    gap: 48px;
  }

  .trio-hero-copy h1 {
    font-size: 3.35rem;
  }

  .trio-state-track article,
  .trio-check-list li {
    padding: 28px;
  }
}

@media (max-width: 920px) {
  .trio-hero {
    padding: 26px 0 70px;
  }

  .trio-hero-grid,
  .trio-participants-grid,
  .trio-disclosure-grid,
  .trio-decision-grid,
  .trio-controls-grid,
  .trio-member-grid,
  .trio-final-inner {
    grid-template-columns: 1fr;
  }

  .trio-hero-copy,
  .trio-participant-copy,
  .trio-member-grid > div {
    max-width: none;
  }

  .trio-hero-media {
    max-width: none;
  }

  .trio-state-track,
  .trio-check-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .trio-state-track article:nth-child(3) {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .trio-state-track article:nth-child(3)::before {
    display: none;
  }

  .trio-state-track article:nth-child(3),
  .trio-check-list li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .trio-check-list li:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .trio-disclosure-mark {
    max-width: 520px;
  }

  .trio-boundary-grid,
  .trio-mode-grid {
    grid-template-columns: 1fr;
  }

  .trio-boundary-grid article + article,
  .trio-mode-grid article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .trio-invitation {
    grid-row: auto;
  }

  .trio-final-action {
    padding: 28px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
}

@media (max-width: 700px) {
  .trio-hero-copy h1 {
    font-size: clamp(2.65rem, 10vw, 3.35rem);
  }

  .trio-hero-media img,
  .trio-participant-photo img,
  .trio-member-photo img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .trio-hero-media img {
    object-position: 68% center;
  }

  .trio-member-photo img {
    object-position: 25% center;
  }

  .trio-hero-media figcaption {
    grid-template-columns: 1fr;
    margin-inline: 10px;
  }

  .trio-hero-media figcaption span + span {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .trio-states,
  .trio-participants,
  .trio-boundaries,
  .trio-modes,
  .trio-decisions,
  .trio-controls,
  .trio-member,
  .trio-checks {
    padding: 68px 0;
  }

  .trio-state-track,
  .trio-check-list {
    grid-template-columns: 1fr;
  }

  .trio-state-track article,
  .trio-state-track article:nth-child(3),
  .trio-check-list li {
    min-height: auto;
    border-left: 0;
  }

  .trio-state-track article + article,
  .trio-check-list li + li {
    border-top: 1px solid var(--line);
  }

  .trio-state-track article + article::before {
    content: "↓";
    top: -18px;
    left: 30px;
  }

  .trio-participant-lines div,
  .trio-invite-states div,
  .trio-control-panel dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .trio-participant-photo figcaption {
    max-width: calc(100% - 22px);
  }

  .trio-disclosure-mark {
    min-height: 180px;
    gap: 12px;
  }

  .trio-disclosure-mark span {
    width: 70px;
    height: 70px;
  }

  .trio-boundary-grid article,
  .trio-mode-grid article,
  .trio-invitation,
  .trio-control-panel,
  .trio-rules-panel {
    padding: 30px 24px;
  }

  .trio-boundary-symbol {
    top: 20px;
    right: 20px;
    font-size: 4.4rem;
  }
}

@media (max-width: 430px) {
  .trio-hero-copy h1 {
    font-size: 2.5rem;
  }

  .trio-hero-media figcaption span {
    padding: 12px 14px;
  }

  .trio-state-track article,
  .trio-check-list li {
    padding: 24px 20px;
  }

  .trio-disclosure-mark span {
    width: 62px;
    height: 62px;
  }

  .trio-disclosure-mark b {
    font-size: 2.7rem;
  }
}

/* Relationship intentions: a page-specific reading ledger. */
.intentions-page-html {
  scroll-padding-top: 82px;
}

.intentions-page h2 {
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.intentions-page h3 {
  font-size: 1.2rem;
}

.intentions-breadcrumb {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 0.74rem;
}

.intentions-breadcrumb a {
  color: var(--rose-dark);
  font-weight: 800;
}

.intentions-hero {
  position: relative;
  padding: 58px 0 84px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(197, 79, 104, 0.16), transparent 27%),
    linear-gradient(135deg, #fffaf6 0%, #f8ece8 100%);
  border-bottom: 1px solid var(--line);
}

.intentions-hero::after {
  position: absolute;
  right: -100px;
  bottom: -170px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(99, 51, 94, 0.12);
  border-radius: 50%;
  content: "";
}

.intentions-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr);
  gap: clamp(54px, 8vw, 130px);
  align-items: center;
}

.intentions-hero-copy {
  max-width: 850px;
}

.intentions-hero-copy h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 3.75vw, 4rem);
}

.intentions-lead {
  max-width: 790px;
  margin-bottom: 30px;
  color: #564a52;
  font-size: 1.02rem;
}

.intention-index {
  position: relative;
  max-width: 570px;
  margin-left: auto;
  padding: 12px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(99, 51, 94, 0.18);
  border-radius: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.intention-index-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 10px 16px;
  color: var(--plum);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.intention-index-head small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0;
}

.intention-index ol {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.intention-index li {
  display: grid;
  grid-template-columns: 44px 105px 1fr;
  min-height: 78px;
  align-items: center;
  gap: 16px;
  padding: 15px 20px;
  background: #fff;
}

.intention-index li + li {
  border-top: 1px solid var(--line);
}

.intention-index li > span {
  color: var(--rose-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.intention-index li > strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
}

.intention-index li > small {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.intention-index > p {
  margin: 13px 9px 4px;
  color: var(--muted);
  font-size: 0.72rem;
  text-align: right;
}

.intentions-model,
.profile-intention-section,
.different-intentions-section,
.intentions-questions {
  padding: 92px 0;
}

.intentions-heading {
  max-width: 920px;
  margin: 0 auto 46px;
  text-align: center;
}

.intentions-heading-left {
  margin-left: 0;
  text-align: left;
}

.intentions-heading > p:last-child {
  max-width: 790px;
  color: var(--muted);
}

.four-layer-ledger {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.four-layer-ledger li {
  min-height: 290px;
  padding: 30px 28px;
}

.four-layer-ledger li + li {
  border-left: 1px solid var(--line);
}

.layer-number {
  display: block;
  margin-bottom: 38px;
  color: var(--rose-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.four-layer-ledger small {
  display: block;
  min-height: 35px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.45;
}

.four-layer-ledger strong {
  display: block;
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  line-height: 1.15;
}

.four-layer-ledger p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.intention-ledger-section {
  padding: 0 0 92px;
}

.intention-ledger {
  border-top: 3px solid var(--plum);
}

.intention-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(390px, 1.2fr) minmax(300px, 0.72fr);
  gap: clamp(26px, 5vw, 82px);
  align-items: start;
  padding: 52px 0;
  border-bottom: 1px solid var(--line);
}

.intention-label span {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  place-items: center;
  color: #fff;
  background: var(--plum);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
}

.intention-row-friendship .intention-label span,
.intention-row-ltr .intention-label span {
  background: var(--rose);
}

.intention-label p {
  max-width: 120px;
  margin: 0;
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.intention-definition h2 {
  max-width: 720px;
  margin-bottom: 17px;
}

.intention-definition > p:last-child {
  max-width: 750px;
  margin-bottom: 0;
  color: var(--muted);
}

.intention-limits {
  padding: 24px 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.intention-limits p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.intention-limits p + p {
  padding-top: 17px;
  margin-top: 17px;
  border-top: 1px solid var(--line);
}

.intention-limits strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.intention-promise {
  padding: 80px 0;
  color: #fff;
  background: var(--plum);
}

.intention-promise-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 42px;
  align-items: stretch;
}

.intention-promise .eyebrow {
  color: #f4bcc9;
}

.promise-statement {
  padding: 27px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
}

.promise-statement > span {
  display: block;
  margin-bottom: 18px;
  color: #f4bcc9;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.promise-statement blockquote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.3;
}

.promise-statement-no {
  background: rgba(0, 0, 0, 0.12);
}

.profile-intention-grid,
.mismatch-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.76fr);
  gap: clamp(52px, 8vw, 130px);
  align-items: center;
}

.profile-intention-copy {
  max-width: 800px;
}

.profile-intention-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.profile-intention-copy a,
.mismatch-copy a {
  color: var(--rose-dark);
  font-weight: 800;
}

.profile-intention-photo,
.mismatch-photo {
  max-width: 580px;
  margin: 0;
}

.profile-intention-photo img,
.mismatch-photo img {
  width: 100%;
  height: auto;
  border-radius: 22px 22px 0 0;
  box-shadow: var(--shadow);
}

.profile-intention-photo img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.profile-intention-photo figcaption,
.mismatch-photo figcaption {
  padding: 15px 18px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  font-size: 0.74rem;
}

.person-goal-section {
  padding: 82px 0;
  background: var(--peach);
}

.person-goal-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(48px, 8vw, 120px);
}

.question-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}

.question-split article {
  padding: 32px;
}

.question-split article + article {
  border-left: 1px solid var(--line);
}

.question-split span {
  display: block;
  margin-bottom: 21px;
  color: var(--rose-dark);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.question-split p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.different-intentions-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: clamp(50px, 8vw, 125px);
  align-items: center;
}

.different-intentions-grid header p:last-child {
  color: var(--muted);
}

.overlap-board {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.overlap-board div {
  text-align: center;
}

.overlap-board span {
  display: block;
  min-height: 34px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.overlap-board strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.overlap-board > i {
  color: var(--rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-style: normal;
}

.overlap-board > p {
  grid-column: 1 / -1;
  padding-top: 22px;
  margin: 8px 0 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
}

.mismatch-section {
  padding: 92px 0;
  background: #fff;
}

.mismatch-grid {
  grid-template-columns: minmax(400px, 0.8fr) minmax(0, 1.2fr);
}

.mismatch-photo img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.mismatch-copy > p:not(.eyebrow):not(.mismatch-update) {
  color: var(--muted);
}

.mismatch-steps {
  padding: 0;
  margin: 28px 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.mismatch-steps li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.mismatch-steps span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  background: var(--rose);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 900;
}

.mismatch-steps p,
.mismatch-update {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.mismatch-steps strong {
  color: var(--ink);
}

.intention-check-section {
  padding: 92px 0;
  background: var(--peach);
}

.intention-check-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(50px, 8vw, 120px);
}

.intention-check-grid header > p:last-child {
  color: var(--muted);
}

.intention-check-list {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
}

.intention-check-list li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 22px;
  padding: 28px 30px;
}

.intention-check-list li + li {
  border-top: 1px solid var(--line);
}

.intention-check-list li > span {
  color: var(--rose-dark);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.intention-check-list h3 {
  margin-bottom: 6px;
  font-size: 1.34rem;
}

.intention-check-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.intentions-questions-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}

.intentions-questions-grid header > p:last-child {
  color: var(--muted);
}

.intentions-final {
  padding: 78px 0;
  color: #fff;
  background: var(--plum);
}

.intentions-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 60px;
  align-items: center;
}

.intentions-final .eyebrow {
  color: #f4bcc9;
}

.intentions-final h2 {
  max-width: 900px;
}

.intentions-final p:not(.eyebrow) {
  max-width: 890px;
  margin-bottom: 0;
  color: #eadde7;
}

.intentions-final-action {
  padding-left: 48px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.intentions-final-action p {
  margin-top: 12px;
  font-size: 0.76rem;
}

@media (max-width: 1180px) {
  .intentions-hero-grid,
  .profile-intention-grid,
  .different-intentions-grid,
  .mismatch-grid {
    gap: 50px;
  }

  .intentions-hero-copy h1 {
    font-size: clamp(3rem, 3.75vw, 4rem);
  }

  .intention-row {
    grid-template-columns: 125px minmax(330px, 1fr) minmax(260px, 0.62fr);
    gap: 32px;
  }

  .four-layer-ledger li {
    padding: 26px 22px;
  }
}

@media (max-width: 920px) {
  .intentions-hero-grid,
  .intention-promise-grid,
  .profile-intention-grid,
  .person-goal-grid,
  .different-intentions-grid,
  .mismatch-grid,
  .intention-check-grid,
  .intentions-questions-grid,
  .intentions-final-inner {
    grid-template-columns: 1fr;
  }

  .intention-index,
  .profile-intention-photo,
  .mismatch-photo {
    max-width: 640px;
    margin-right: auto;
    margin-left: 0;
  }

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

  .four-layer-ledger li:nth-child(3),
  .four-layer-ledger li:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .four-layer-ledger li:nth-child(3) {
    border-left: 0;
  }

  .intention-row {
    grid-template-columns: 105px minmax(0, 1fr);
  }

  .intention-limits {
    grid-column: 2;
  }

  .intention-promise-grid {
    gap: 20px;
  }

  .profile-intention-copy {
    max-width: none;
  }

  .intentions-final-action {
    padding: 28px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }
}

@media (max-width: 700px) {
  .intentions-page .intentions-breadcrumb {
    width: calc(100% - 36px);
  }

  .intentions-hero {
    padding: 42px 0 66px;
  }

  .intentions-hero-copy h1 {
    font-size: clamp(2.45rem, 11.2vw, 4rem);
  }

  .intention-index li {
    grid-template-columns: 35px 85px 1fr;
    gap: 9px;
    padding: 14px;
  }

  .intentions-model,
  .profile-intention-section,
  .different-intentions-section,
  .mismatch-section,
  .intention-check-section,
  .intentions-questions {
    padding: 68px 0;
  }

  .four-layer-ledger,
  .question-split {
    grid-template-columns: 1fr;
  }

  .four-layer-ledger li {
    min-height: auto;
  }

  .four-layer-ledger li + li,
  .four-layer-ledger li:nth-child(4),
  .question-split article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .layer-number {
    margin-bottom: 22px;
  }

  .four-layer-ledger small {
    min-height: 0;
  }

  .intention-ledger-section {
    padding-bottom: 68px;
  }

  .intention-row {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 40px 0;
  }

  .intention-label {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .intention-label span {
    width: 44px;
    height: 44px;
    margin: 0;
  }

  .intention-label p {
    max-width: none;
  }

  .intention-limits {
    grid-column: auto;
  }

  .person-goal-section {
    padding: 68px 0;
  }

  .question-split article {
    padding: 27px 24px;
  }

  .overlap-board {
    padding: 27px 20px;
  }

  .mismatch-photo img {
    aspect-ratio: 16 / 10;
  }

  .intention-check-list li {
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 24px 20px;
  }
}

@media (max-width: 430px) {
  .intentions-hero-copy h1 {
    font-size: 2.45rem;
  }

  .intention-index-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .intention-index li {
    grid-template-columns: 31px 78px 1fr;
  }

  .intention-index li > strong {
    font-size: 1.12rem;
  }

  .intention-index li > small {
    font-size: 0.7rem;
  }

  .overlap-board {
    grid-template-columns: 1fr;
  }

  .overlap-board > i {
    line-height: 1;
    text-align: center;
  }
}

/* Bisexual near me: product-truthful location reading guide. */
.nearby-page-html {
  scroll-padding-top: 82px;
}

.nearby-breadcrumb {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 0.74rem;
}

.nearby-breadcrumb a {
  color: var(--rose-dark);
  font-weight: 800;
}

.nearby-hero {
  position: relative;
  padding: 58px 0 84px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(99, 51, 94, 0.045) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(rgba(99, 51, 94, 0.045) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(135deg, #fffaf6, #f8ece8);
  border-bottom: 1px solid var(--line);
}

.nearby-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  gap: clamp(54px, 8vw, 125px);
  align-items: center;
}

.nearby-hero-copy {
  max-width: 850px;
}

.nearby-hero-copy h1 {
  max-width: 830px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 3.75vw, 4rem);
}

.nearby-lead {
  max-width: 790px;
  margin-bottom: 30px;
  color: #564a52;
  font-size: 1.02rem;
}

.nearby-signal-board {
  max-width: 570px;
  margin-left: auto;
  padding: 12px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(99, 51, 94, 0.18);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.nearby-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 10px 16px;
  color: var(--plum);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.nearby-board-head small {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0;
}

.nearby-signal-board ol {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  overflow: hidden;
}

.nearby-signal-board li {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  min-height: 94px;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
}

.nearby-signal-board li + li {
  border-top: 1px solid var(--line);
}

.nearby-signal-board li > span {
  color: var(--rose-dark);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.nearby-signal-board li small,
.nearby-signal-board li strong {
  display: block;
}

.nearby-signal-board li small {
  margin-bottom: 4px;
  color: var(--rose-dark);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.nearby-signal-board li strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  line-height: 1.22;
}

.nearby-signal-board > p {
  margin: 13px 9px 4px;
  color: var(--muted);
  font-size: 0.72rem;
  text-align: right;
}

.nearby-meaning-section,
.same-city-section,
.limited-results-section,
.location-fit-section,
.three-dimensions-section,
.nearby-questions-section {
  padding: 92px 0;
}

.nearby-meaning-grid {
  display: grid;
  grid-template-columns: minmax(290px, 0.72fr) minmax(360px, 0.82fr) minmax(370px, 0.96fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: start;
}

.nearby-meaning-copy p,
.shown-location-grid > div p,
.nearby-section-heading > p:last-child,
.distance-time-grid header > p:last-child,
.usable-area-grid > div > p:last-child,
.limited-results-grid header > p:last-child,
.expand-search-grid > div > p:last-child,
.location-fit-grid header > p:not(.eyebrow),
.nearby-expectation-grid > div:last-child p,
.nearby-section-heading-left > p:last-child,
.nearby-check-grid header > p:last-child,
.nearby-questions-grid header > p:last-child {
  color: var(--muted);
}

.nearby-signal-definitions {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.nearby-signal-definitions div {
  padding: 22px 24px;
}

.nearby-signal-definitions div + div {
  border-top: 1px solid var(--line);
}

.nearby-signal-definitions dt {
  margin-bottom: 5px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.13rem;
  font-weight: 700;
}

.nearby-signal-definitions dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.shown-location-section {
  padding: 82px 0;
  background: var(--peach);
}

.shown-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(50px, 8vw, 125px);
  align-items: center;
}

.shown-location-note {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 15px 24px;
  align-items: center;
  padding: 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.shown-location-note span {
  color: var(--rose-dark);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.shown-location-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.shown-location-note i {
  grid-column: 1 / -1;
  color: var(--rose);
  font-size: 1.5rem;
  font-style: normal;
}

.nearby-section-heading {
  max-width: 940px;
  margin: 0 auto 46px;
  text-align: center;
}

.nearby-section-heading-left {
  margin-left: 0;
  text-align: left;
}

.same-city-visual {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(300px, 0.68fr) minmax(260px, 0.82fr);
  gap: 26px;
  align-items: center;
}

.same-city-visual figure {
  margin: 0;
}

.same-city-visual img {
  width: 100%;
  height: auto;
  border-radius: 18px 18px 0 0;
  box-shadow: var(--shadow);
}

.same-city-visual figcaption {
  padding: 15px 17px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 14px 14px;
  font-size: 0.73rem;
}

.same-city-equation {
  padding: 30px 24px;
  text-align: center;
  background: var(--plum);
  border-radius: 18px;
}

.same-city-equation span {
  display: block;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.same-city-equation b {
  display: block;
  margin: 15px 0;
  color: #f4bcc9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
}

.same-city-equation p {
  margin: 24px 0 0;
  color: #eadde7;
  font-size: 0.78rem;
}

.distance-time-section {
  padding: 82px 0;
  background: #fff;
}

.distance-time-grid,
.limited-results-grid,
.expand-search-grid,
.location-fit-grid,
.nearby-check-grid,
.nearby-questions-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}

.distance-time-ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}

.distance-time-ledger article {
  padding: 32px;
}

.distance-time-ledger article + article {
  border-left: 1px solid var(--line);
}

.distance-time-ledger span,
.three-dimensions-ledger > li > span {
  display: block;
  margin-bottom: 23px;
  color: var(--rose-dark);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.distance-time-ledger p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.usable-area-section {
  padding: 92px 0;
  background: var(--peach);
}

.usable-area-grid {
  display: grid;
  grid-template-columns: minmax(310px, 0.7fr) minmax(0, 1.3fr);
  gap: 30px clamp(50px, 8vw, 120px);
  align-items: start;
}

.usable-area-rail {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}

.usable-area-rail li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 25px 28px;
}

.usable-area-rail li + li {
  border-top: 1px solid var(--line);
}

.usable-area-rail li > span {
  color: var(--rose-dark);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.usable-area-rail strong {
  display: block;
  margin-bottom: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
}

.usable-area-rail p,
.usable-area-caveat {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.usable-area-caveat {
  grid-column: 2;
  padding-left: 18px;
  border-left: 3px solid var(--rose);
}

.result-diagnosis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.result-diagnosis > div {
  padding: 28px 24px;
}

.result-diagnosis > div + div {
  border-left: 1px solid var(--line);
}

.result-diagnosis span {
  display: block;
  margin-bottom: 30px;
  color: var(--rose-dark);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.result-diagnosis strong {
  display: block;
  margin-bottom: 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  line-height: 1.18;
}

.result-diagnosis p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.result-diagnosis > p {
  grid-column: 1 / -1;
  padding: 18px 24px;
  background: var(--rose-pale);
  border-top: 1px solid var(--line);
}

.expand-search-section {
  padding: 88px 0;
  color: #fff;
  background: var(--plum);
}

.expand-search-section .eyebrow {
  color: #f4bcc9;
}

.expand-search-grid > div > p:last-child {
  color: #eadde7;
}

.expand-search-flow {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  overflow: hidden;
}

.expand-search-flow li {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 22px;
  padding: 23px 27px;
  background: rgba(255, 255, 255, 0.06);
}

.expand-search-flow li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.expand-search-flow span {
  color: #f4bcc9;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.expand-search-flow p {
  margin: 0;
  color: #f7f0f5;
  font-size: 0.86rem;
}

.location-fit-grid {
  align-items: center;
}

.location-fit-grid a {
  color: var(--rose-dark);
  font-weight: 800;
}

.location-fit-statement {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 23px;
  align-items: center;
  padding: 48px 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  text-align: center;
}

.location-fit-statement span {
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.location-fit-statement b {
  color: var(--rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.7rem;
}

.nearby-expectation-section {
  padding: 82px 0;
  background: var(--peach);
}

.nearby-expectation-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 120px);
}

.three-dimensions-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.three-dimensions-ledger li {
  min-height: 280px;
  padding: 32px;
}

.three-dimensions-ledger li + li {
  border-left: 1px solid var(--line);
}

.three-dimensions-ledger strong {
  display: block;
  margin-bottom: 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.48rem;
}

.three-dimensions-ledger p {
  color: var(--muted);
}

.three-dimensions-ledger small {
  display: block;
  padding-top: 16px;
  color: var(--rose-dark);
  border-top: 1px solid var(--line);
  font-size: 0.72rem;
  font-weight: 800;
}

.nearby-check-section {
  padding: 92px 0;
  background: #fff;
}

.nearby-check-list {
  padding: 0;
  margin: 0;
  list-style: none;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}

.nearby-check-list li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 22px;
  padding: 27px 30px;
}

.nearby-check-list li + li {
  border-top: 1px solid var(--line);
}

.nearby-check-list li > span {
  color: var(--rose-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.nearby-check-list h3 {
  margin-bottom: 6px;
  font-size: 1.32rem;
}

.nearby-check-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.nearby-questions-section {
  background: var(--paper);
}

.nearby-final {
  padding: 78px 0;
  color: #fff;
  background: var(--plum);
}

.nearby-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 60px;
  align-items: center;
}

.nearby-final .eyebrow {
  color: #f4bcc9;
}

.nearby-final p:not(.eyebrow) {
  max-width: 890px;
  margin-bottom: 0;
  color: #eadde7;
}

.nearby-final-action {
  padding-left: 48px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.nearby-final-action p {
  margin-top: 12px;
  font-size: 0.76rem;
}

@media (max-width: 1180px) {
  .nearby-hero-grid,
  .nearby-meaning-grid,
  .shown-location-grid,
  .distance-time-grid,
  .usable-area-grid,
  .limited-results-grid,
  .expand-search-grid,
  .location-fit-grid,
  .nearby-expectation-grid,
  .nearby-check-grid,
  .nearby-questions-grid {
    gap: 48px;
  }

  .nearby-meaning-grid {
    grid-template-columns: 1fr;
  }

  .nearby-meaning-copy,
  .nearby-signal-definitions {
    max-width: 760px;
  }

  .same-city-visual {
    gap: 18px;
  }
}

@media (max-width: 920px) {
  .nearby-hero-grid,
  .nearby-meaning-grid,
  .shown-location-grid,
  .distance-time-grid,
  .usable-area-grid,
  .limited-results-grid,
  .expand-search-grid,
  .location-fit-grid,
  .nearby-expectation-grid,
  .nearby-check-grid,
  .nearby-questions-grid,
  .nearby-final-inner {
    grid-template-columns: 1fr;
  }

  .nearby-signal-board {
    max-width: 640px;
    margin-right: auto;
    margin-left: 0;
  }

  .nearby-meaning-copy {
    max-width: 760px;
  }

  .nearby-signal-definitions,
  .shown-location-note,
  .distance-time-ledger,
  .usable-area-rail,
  .result-diagnosis,
  .expand-search-flow,
  .location-fit-statement,
  .nearby-check-list {
    max-width: 760px;
  }

  .usable-area-caveat {
    grid-column: auto;
  }

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

  .same-city-equation {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .nearby-final-action {
    padding: 28px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }
}

@media (max-width: 700px) {
  .nearby-page .nearby-breadcrumb {
    width: calc(100% - 36px);
  }

  .nearby-hero {
    padding: 42px 0 66px;
  }

  .nearby-hero-copy h1 {
    font-size: clamp(2.35rem, 10.5vw, 2.75rem);
  }

  .nearby-signal-board li {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 17px;
  }

  .nearby-meaning-section,
  .same-city-section,
  .limited-results-section,
  .location-fit-section,
  .three-dimensions-section,
  .nearby-questions-section,
  .shown-location-section,
  .distance-time-section,
  .usable-area-section,
  .expand-search-section,
  .nearby-expectation-section,
  .nearby-check-section {
    padding: 68px 0;
  }

  .same-city-visual,
  .distance-time-ledger,
  .result-diagnosis,
  .three-dimensions-ledger {
    grid-template-columns: 1fr;
  }

  .same-city-equation {
    grid-column: auto;
    grid-row: auto;
  }

  .distance-time-ledger article + article,
  .result-diagnosis > div + div,
  .three-dimensions-ledger li + li {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .result-diagnosis > p {
    grid-column: auto;
  }

  .shown-location-note,
  .location-fit-statement {
    grid-template-columns: 1fr;
  }

  .shown-location-note i,
  .location-fit-statement b {
    line-height: 1;
    text-align: left;
  }

  .three-dimensions-ledger li {
    min-height: auto;
    padding: 27px 24px;
  }

  .nearby-check-list li {
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 24px 20px;
  }
}

@media (max-width: 430px) {
  .nearby-hero-copy h1 {
    font-size: 2.35rem;
  }

  .nearby-board-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .expand-search-flow li {
    grid-template-columns: 70px 1fr;
    gap: 14px;
    padding: 21px 18px;
  }
}

/* Verified profiles page */
.verification-page {
  background: #fffaf7;
}

.verification-page main {
  overflow: hidden;
}

.verification-hero {
  padding: 36px 0 92px;
  border-bottom: 1px solid var(--line);
}

.verification-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.78fr);
  gap: clamp(55px, 9vw, 135px);
  align-items: center;
}

.verification-hero-copy h1 {
  max-width: 800px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 3.75vw, 4rem);
  font-weight: 600;
}

.verification-hero-copy h1::after {
  content: "";
  display: block;
  width: 94px;
  height: 4px;
  margin-top: 24px;
  background: var(--rose);
  border-radius: 99px;
}

.verification-hero-lead {
  max-width: 780px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 1.06rem;
}

.verification-hero-media {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}

.verification-hero-media::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -24px 34px 50px -24px;
  background: var(--rose-pale);
  border-radius: 34px 8px 34px 8px;
}

.verification-hero-media img,
.verification-people-grid img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.verification-hero-media img {
  aspect-ratio: 4 / 5;
  object-position: center top;
  border-radius: 8px 34px 8px 34px;
  box-shadow: var(--shadow);
}

.verification-hero-media figcaption {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  position: relative;
  width: calc(100% - 28px);
  margin: -36px auto 0;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: var(--shadow);
}

.verification-hero-media figcaption > span,
.verification-badge-mark > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--white);
  background: var(--rose);
  border-radius: 50%;
  font-size: 1.35rem;
  font-weight: 800;
}

.verification-hero-media figcaption p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.45;
}

.verification-hero-media figcaption strong {
  display: block;
  color: var(--ink);
  font-size: 0.95rem;
}

.verification-scope,
.verification-identity,
.verification-flow,
.verification-selfie,
.verification-failure,
.verification-privacy,
.verification-badge,
.verification-signal,
.verification-people,
.verification-photo-change,
.verification-retry,
.verification-three-questions,
.verification-faq {
  padding: 88px 0;
}

.verification-heading {
  max-width: 930px;
  margin: 0 auto 38px;
  text-align: center;
}

.verification-heading-left {
  margin-inline: 0;
  text-align: left;
}

.verification-heading > p:not(.eyebrow),
.verification-identity-grid p,
.verification-flow header > p:not(.eyebrow),
.verification-failure-grid p,
.verification-privacy-grid p,
.verification-badge-grid p,
.verification-signal-grid p,
.verification-people-grid p,
.verification-photo-change-grid p,
.verification-support-note,
.verification-question-row p,
.verification-faq-grid header > p:not(.eyebrow) {
  color: var(--muted);
}

.verification-scope {
  background: var(--white);
}

.verification-scope-board {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) 86px minmax(0, 1.08fr);
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.verification-scope-board article {
  padding: 34px;
}

.verification-scope-board article:last-child {
  background: var(--rose-pale);
}

.verification-scope-board article > span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--rose-dark);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.verification-scope-board p {
  color: var(--muted);
}

.verification-scope-board ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 24px;
  margin: 0;
  padding-left: 20px;
}

.verification-not-equal {
  display: grid;
  place-items: center;
  margin: 0;
  color: var(--white);
  background: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
}

.verification-identity-grid,
.verification-selfie-grid,
.verification-failure-grid,
.verification-privacy-grid,
.verification-badge-grid,
.verification-signal-grid,
.verification-people-grid,
.verification-photo-change-grid,
.verification-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(45px, 7vw, 110px);
  align-items: start;
}

.verification-identity-grid aside {
  display: grid;
  grid-template-columns: minmax(150px, 0.7fr) 1.3fr;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}

.verification-identity-grid aside > * {
  padding: 22px;
}

.verification-identity-grid aside strong {
  color: var(--rose-dark);
  background: var(--rose-pale);
}

.verification-identity-grid aside span {
  color: var(--muted);
}

.verification-identity-grid aside > :nth-child(n + 3) {
  border-top: 1px solid var(--line);
}

.verification-flow {
  background: var(--rose-pale);
}

.verification-flow-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--white);
  border: 1px solid rgba(197, 79, 104, 0.22);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.verification-flow-list li {
  min-width: 0;
  padding: 26px 22px;
}

.verification-flow-list li + li {
  border-left: 1px solid var(--line);
}

.verification-flow-list li > span,
.verification-question-row article > span {
  color: var(--rose);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.verification-flow-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.verification-pose-note {
  display: grid;
  grid-template-columns: minmax(210px, 0.35fr) 1fr;
  gap: 24px;
  margin: 24px 0 0;
  padding: 22px 26px;
  color: var(--white);
  background: var(--plum);
  border-radius: 14px;
}

.verification-pose-note span {
  color: rgba(255, 255, 255, 0.78);
}

.verification-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.verification-three article {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.verification-three span {
  color: var(--rose-dark);
  font-weight: 800;
}

.verification-three p {
  margin: 6px 0 0;
  color: var(--muted);
}

.verification-mistakes {
  padding: 30px 32px;
  background: var(--white);
  border-left: 5px solid var(--rose);
  border-radius: 0 20px 20px 0;
  box-shadow: var(--shadow);
}

.verification-mistakes ul {
  margin: 0 0 18px;
  padding-left: 20px;
}

.verification-mistakes p {
  margin-bottom: 0;
  color: var(--muted);
}

.verification-failure {
  color: var(--white);
  background: var(--plum);
}

.verification-failure .eyebrow,
.verification-badge .eyebrow,
.verification-final .eyebrow {
  color: #f4becb;
}

.verification-failure-grid p {
  color: rgba(255, 255, 255, 0.76);
}

.verification-diagnostic {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  overflow: hidden;
}

.verification-diagnostic article {
  padding: 25px 28px;
}

.verification-diagnostic article + article {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.verification-diagnostic span {
  color: #f5c2cf;
  font-weight: 800;
}

.verification-diagnostic p {
  margin: 6px 0 0;
}

.verification-privacy {
  background: var(--rose-pale);
}

.verification-privacy-grid dl {
  margin: 0;
  background: var(--white);
  border: 1px solid rgba(197, 79, 104, 0.2);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.verification-privacy-grid dl div {
  padding: 23px 26px;
}

.verification-privacy-grid dl div + div {
  border-top: 1px solid var(--line);
}

.verification-privacy-grid dt {
  margin-bottom: 5px;
  color: var(--rose-dark);
  font-weight: 800;
}

.verification-privacy-grid dd {
  margin: 0;
  color: var(--muted);
}

.verification-badge {
  color: var(--white);
  background: #3e273e;
}

.verification-badge-grid {
  grid-template-columns: 260px 1fr;
  align-items: center;
}

.verification-badge-mark {
  display: grid;
  justify-items: center;
  gap: 15px;
  padding: 45px 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px 8px 30px 8px;
}

.verification-badge-mark > span {
  width: 82px;
  height: 82px;
  font-size: 2.2rem;
}

.verification-badge-mark small {
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.verification-badge-grid p {
  color: rgba(255, 255, 255, 0.76);
}

.verification-signal-grid {
  align-items: center;
}

.verification-people {
  background: var(--white);
}

.verification-people-grid {
  align-items: center;
}

.verification-people-grid figure {
  margin: 0;
}

.verification-people-grid img {
  aspect-ratio: 4 / 3;
  object-position: center 32%;
  border-radius: 8px 30px 8px 30px;
  box-shadow: var(--shadow);
}

.verification-person-states {
  display: grid;
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}

.verification-person-states > * {
  padding: 14px 18px;
}

.verification-person-states > * + * {
  border-top: 1px solid var(--line);
}

.verification-person-states span {
  color: var(--muted);
}

.verification-person-states strong {
  color: var(--rose-dark);
  background: var(--rose-pale);
}

.verification-photo-change {
  background: var(--rose-pale);
}

.verification-photo-change-grid aside {
  padding: 27px 30px;
  background: var(--white);
  border: 1px solid rgba(197, 79, 104, 0.2);
  border-radius: 20px;
}

.verification-photo-change-grid aside p {
  margin: 7px 0 0;
}

.verification-retry-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.verification-retry-list li {
  min-width: 0;
  padding: 0 22px;
}

.verification-retry-list li + li {
  border-left: 1px dotted rgba(197, 79, 104, 0.55);
}

.verification-retry-list li > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  color: var(--white);
  background: var(--rose);
  border-radius: 50%;
  font-weight: 800;
}

.verification-retry-list li:nth-child(even) > span {
  background: var(--lilac);
}

.verification-retry-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.verification-support-note {
  margin: 34px 0 0;
  padding: 20px 24px;
  background: var(--rose-pale);
  border-radius: 14px;
}

.verification-three-questions {
  background: var(--white);
}

.verification-question-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.verification-question-row article {
  padding: 30px;
}

.verification-question-row article + article {
  border-left: 1px solid var(--line);
}

.verification-question-row p {
  margin-bottom: 0;
}

.verification-faq-grid {
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
}

.verification-final {
  padding: 70px 0;
  color: var(--white);
  background: var(--plum);
}

.verification-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: center;
}

.verification-final h2 {
  max-width: 930px;
}

.verification-final p:not(.eyebrow) {
  max-width: 900px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.verification-final-action {
  min-width: 245px;
  text-align: center;
}

.verification-final-action p {
  margin-top: 10px;
  font-size: 0.78rem;
}

@media (max-width: 1180px) {
  .verification-hero-copy h1 {
    font-size: 3.35rem;
  }

  .verification-flow-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .verification-flow-list li:nth-child(4) {
    border-left: 0;
  }

  .verification-flow-list li:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }

  .verification-retry-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 0;
  }

  .verification-retry-list li:nth-child(4) {
    border-left: 0;
  }
}

@media (max-width: 900px) {
  .verification-hero-grid,
  .verification-identity-grid,
  .verification-selfie-grid,
  .verification-failure-grid,
  .verification-privacy-grid,
  .verification-badge-grid,
  .verification-signal-grid,
  .verification-people-grid,
  .verification-photo-change-grid,
  .verification-faq-grid {
    grid-template-columns: 1fr;
  }

  .verification-hero-media {
    width: min(100%, 520px);
  }

  .verification-badge-mark {
    width: min(100%, 320px);
  }
}

@media (max-width: 700px) {
  .verification-hero {
    padding: 24px 0 66px;
  }

  .verification-hero-copy h1 {
    font-size: clamp(2.5rem, 10vw, 3.35rem);
  }

  .verification-scope,
  .verification-identity,
  .verification-flow,
  .verification-selfie,
  .verification-failure,
  .verification-privacy,
  .verification-badge,
  .verification-signal,
  .verification-people,
  .verification-photo-change,
  .verification-retry,
  .verification-three-questions,
  .verification-faq {
    padding: 64px 0;
  }

  .verification-scope-board,
  .verification-scope-board ul,
  .verification-flow-list,
  .verification-three,
  .verification-retry-list,
  .verification-question-row {
    grid-template-columns: 1fr;
  }

  .verification-not-equal {
    min-height: 62px;
  }

  .verification-flow-list li + li,
  .verification-flow-list li:nth-child(4),
  .verification-retry-list li + li,
  .verification-retry-list li:nth-child(4),
  .verification-question-row article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .verification-pose-note,
  .verification-identity-grid aside {
    grid-template-columns: 1fr;
  }

  .verification-identity-grid aside strong {
    padding-bottom: 8px;
  }

  .verification-identity-grid aside span {
    padding-top: 0;
  }

  .verification-identity-grid aside > :nth-child(4) {
    border-top: 0;
  }

  .verification-retry-list li {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 16px;
    padding: 20px 0;
  }

  .verification-retry-list li > span {
    margin: 0;
  }

  .verification-final-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .verification-final-action .button {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .verification-hero-copy h1 {
    font-size: 2.5rem;
  }

  .verification-hero-media img,
  .verification-people-grid img {
    aspect-ratio: 4 / 3;
  }

  .verification-hero-media figcaption {
    grid-template-columns: 42px 1fr;
    width: calc(100% - 18px);
    padding: 14px;
  }

  .verification-hero-media figcaption > span {
    width: 42px;
    height: 42px;
  }

  .verification-scope-board article,
  .verification-flow-list li,
  .verification-mistakes,
  .verification-diagnostic article,
  .verification-privacy-grid dl div,
  .verification-question-row article {
    padding: 22px 20px;
  }
}
