@font-face {
  font-family: Regola;
  src: url('../images/fonts/regola.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap
}

@font-face {
  font-family: Society;
  src: url('../images/fonts/society-600.woff2') format('woff2');
  font-weight: 600;
  font-display: swap
}

@font-face {
  font-family: Society;
  src: url('../images/fonts/society-800.woff2') format('woff2');
  font-weight: 800;
  font-display: swap
}

@font-face {
  font-family: Society;
  src: url('../images/fonts/society-800-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 800;
  font-display: swap
}

:root {
  --red: #cd130a;
  --red-dark: #790018;
  --red-card: #8c001d;
  --ink: #1b1817;
  --paper: #fff;
  --pink: #f7e9f0;
  --blue: #e8efff;
  --purple: #2a1d28;
  --off: #f3f1f1;
  --color--static-brand-flame-base: #cd130a;
  --color--static-brand-romance-base: #5a000f;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--off);
  color: var(--ink);
  font-family: Regola, Arial, sans-serif;
  -webkit-font-smoothing: antialiased
}

body.locked {
  overflow: hidden
}

button,
a {
  font: inherit;
  color: inherit
}

button {
  border: 0;
  cursor: pointer
}

a {
  text-decoration: none
}

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

.site-shell {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  background: #fff
}

.site-shell::-webkit-scrollbar {
  display: none
}

.site-header {
  height: 90px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  gap: 50px;
  background: #fff;
  position: relative;
  z-index: 10
}

.brand img {
  width: 141px;
  height: 26px
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 48px;
  font-weight: 600;
  font-size: 15px;
  flex: 1;
  justify-content: center;
}

.desktop-nav a,
.language-trigger {
  transition: color .2s
}

.desktop-nav a:hover,
.language-trigger:hover {
  text-decoration: underline
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 28px
}

.language-trigger,
.footer-language {
  display: flex;
  align-items: center;
  gap: 7px;
  background: transparent;
  font-weight: 650
}

.language-trigger img,
.footer-language img {
  width: 16px;
  height: 16px
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 760;
  min-height: 44px;
  padding: 0 27px;
  white-space: nowrap;
  transition: transform .18s, background .18s
}

.pill:hover {
  transform: scale(1.035)
}

.pill-dark {
  background: #050505;
  color: #fff
}

.pill-light {
  background: #efeded
}

.pill-red {
  background: var(--red);
  color: #fff
}

.pill-small {
  min-height: 42px;
  padding: 0 24px
}

.menu-trigger {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f2f2f2;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px
}

.menu-trigger span {
  width: 13px;
  height: 2px;
  background: var(--red)
}

.hero {
  height: calc(100vh - 90px);
  min-height: 650px;
  position: relative;
  background: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0 28px
}

.hero-inner {
  transform: translateY(-4%)
}

.hero h1,
.mission h2,
.story h2,
.story h3,
.safety h2,
.what-is-tinder h2,
.faq-strip h2,
.download h2 {
  font-family: Society, Georgia, serif
}

.hero h1 {
  margin: 0;
  color: var(--red);
  font-size: clamp(65px, 8.1vw, 124px);
  line-height: .95;
  letter-spacing: -.045em;
  font-weight: 800
}

.hero h1 sup {
  font-family: Regola, sans-serif;
  font-size: 34px;
  letter-spacing: 0;
  vertical-align: top;
  margin-left: 7px
}

.hero-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 75px
}

.hero-actions .pill {
  min-width: 133px
}

.hero-discovery {
  position: absolute;
  bottom: 58px;
  font-size: 12px;
  line-height: 16px
}

.models-note {
  position: absolute;
  right: 24px;
  bottom: 14px;
  margin: 0;
  font-size: 10px
}

.feature-overview {
  background: #fff;
  padding: 92px 24px 138px
}

.feature-overview>h2 {
  max-width: 1392px;
  margin: 0 auto 44px;
  font-family: Society, Georgia, serif;
  font-size: clamp(38px, 4.3vw, 64px);
  line-height: .98;
  letter-spacing: -.03em
}

.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1392px;
  margin: auto
}

.feature-card {
  height: 565px;
  position: relative;
  overflow: hidden;
  padding: 32px 34px 30px;
  color: #fff;
  display: flex;
  flex-direction: column
}

.feature-card h3 {
  font-family: Society, Georgia, serif;
  font-size: 49px;
  line-height: .88;
  margin: 8px 0 0;
  letter-spacing: -.03em;
  position: relative;
  z-index: 2
}

.feature-card .eyebrow {
  font-weight: 720;
  position: relative;
  z-index: 2
}

.feature-card img {
  position: absolute;
  width: 87%;
  height: 87%;
  right: -7%;
  bottom: -12%;
  object-fit: contain
}

.feature-card p {
  margin: auto 0 7px;
  font-size: 16px;
  max-width: 270px;
  position: relative;
  z-index: 2
}

.feature-card .learn {
  font-weight: 750;
  position: relative;
  z-index: 2
}

.feature-card-red {
  background: var(--red-card)
}

.feature-card-purple {
  background: #281e29
}

.feature-card-pink {
  background: #f8e4ee;
  color: #141010
}


.o2-content {
  margin-inline: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-inline: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

:not(.scrollbar) {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (min-width: 1025px) {
  .o2-content {
    padding-inline: 100px;
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (min-width: 896px) {
  .o2-content {
    padding-inline: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}


.mission h2 {
  margin: 0;
  color: var(--red);
  font-size: clamp(62px, 7.8vw, 116px);
  line-height: .85;
  letter-spacing: -.045em;
  max-width: 1260px
}

.mission p {
  font-family: Society, Georgia, serif;
  font-size: clamp(38px, 4.8vw, 70px);
  font-weight: 800;
  line-height: .94;
  max-width: 980px;
  margin: 80px 0 22px;
  color: var(--red);
}

.mission em {
  font-family: Society, Georgia, serif;
  color: var(--red);
  font-size: 27px;
  font-weight: 800
}

.story {
  position: relative;
  overflow: hidden
}

.story-intro,
.story-detail {
  min-height: 80vh;
  padding: 90px 7vw;
  position: relative;
  z-index: 2
}

.story-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 0;
}

.story-intro p {
  font-family: Society, Georgia, serif;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 800;
  line-height: .93;
  margin: 0 0 45px
}

.story-intro h2 {
  font-size: clamp(50px, 5.8vw, 84px);
  line-height: .92;
  margin: 0;
  letter-spacing: -.035em
}

.story-detail {
  display: grid;
  grid-template-columns: minmax(320px, 620px) minmax(320px, 1fr);
  align-items: center;
  gap: 9vw
}

.story-copy {
  max-width: 600px
}

.story-copy .eyebrow {
  font-weight: 750;
  font-size: 18px
}

.story-copy h3 {
  font-size: clamp(55px, 6.2vw, 90px);
  line-height: .9;
  margin: 28px 0 34px
}

.story-copy p {
  font-size: 20px;
  line-height: 1.38;
  max-width: 570px
}

.story-double {
  background: var(--color--static-brand-romance-base);
  color: #ec180e !important;
}

.story-double .story-intro {
  color: #ec180e !important;
}

.double-detail>img {
  width: min(100%, 630px);
  justify-self: center;
  transform: rotate(2deg)
}

.story-astrology {
  background: var(--purple);
  color: #f4cfdd
}

.star-field,
.couple-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none
}

.star-field {
  opacity: .58
}

.couple-photo {
  opacity: .16;
  mix-blend-mode: luminosity;
  object-position: center bottom
}

.astrology-intro h2 {
  font-size: clamp(64px, 8vw, 120px)
}

.astrology-detail {
  grid-template-columns: .85fr 1.15fr
}

.tm {
  font-size: 34px;
}

.astrology-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center
}

.astrology-cards img {
  width: 46%;
  max-width: 310px;
  box-shadow: 0 30px 80px #0007
}

.astrology-cards img:first-child {
  transform: rotate(-4deg)
}

.astrology-cards img:last-child {
  transform: translateY(55px) rotate(4deg)
}

.story-music {
  background: var(--pink);
  color: #bc005c
}

.music-intro h2 {
  font-size: clamp(64px, 8vw, 120px)
}

.music-detail {
  grid-template-columns: .78fr 1.22fr
}

.music-collage {
  position: relative;
  min-height: 520px
}

.music-collage>img {
  width: 78%;
  position: absolute;
  right: 0;
  top: 7%;
  transform: rotate(5deg);
  filter: saturate(.8)
}

.now-playing {
  position: absolute;
  left: 1%;
  bottom: 8%;
  background: #fff;
  padding: 24px 28px;
  box-shadow: 0 20px 80px #a54b7226;
  transform: rotate(-4deg);
  font-size: 22px;
  color: #191313
}

.safety {
  background: var(--blue);
  padding: 120px 5vw 95px;
  min-height: 1260px
}

.safety-heading {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.safety-heading h2 {
  font-size: clamp(62px, 7.5vw, 112px);
  line-height: .88;
  letter-spacing: -.04em;
  margin: 0 0 30px
}

.safety-heading a {
  text-decoration: underline;
  font-weight: 750
}

.safety-info {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 6vw;
  align-items: start
}

.safety-copy {
  padding-top: 40px
}

.safety-copy p {
  font-size: 18px;
  line-height: 1.4
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px
}

.safety-grid article {
  background: #fff;
  min-height: 500px;
  padding: 27px 24px 0;
  display: flex;
  flex-direction: column;
  overflow: hidden
}

.safety-grid article>span {
  font-size: 14px
}

.safety-grid h3 {
  font-family: Society, Georgia, serif;
  font-size: 32px;
  line-height: .95;
  margin: 14px 0
}

.safety-grid p {
  line-height: 1.35;
  font-size: 15px
}

.safety-grid img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  margin: auto 0 0
}

.what-is-tinder,
.faq-strip,
.download,
footer {
  background: var(--red-dark);
  color: #f9d7dd
}

.what-is-tinder {
  min-height: 820px;
  padding: 115px 8vw;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 8vw;
  align-items: center
}

.what-is-tinder h2 {
  font-size: clamp(64px, 7.2vw, 108px);
  line-height: .88;
  color: #fff;
  margin: 0 0 46px
}

.what-is-tinder p {
  font-size: 18px;
  line-height: 1.45;
  max-width: 720px
}

.what-is-tinder>img {
  max-height: 610px;
  justify-self: center
}

.faq-strip {
  min-height: 560px;
  padding: 110px 8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative
}

.faq-strip h2 {
  font-size: clamp(48px, 5.3vw, 80px);
  line-height: .92;
  max-width: 960px;
  margin: 0 0 42px
}

.faq-strip small {
  position: absolute;
  bottom: 24px;
  left: 8vw
}

.download {
  min-height: 560px;
  padding: 80px 8vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start
}

.download h2 {
  font-size: clamp(58px, 7.2vw, 108px);
  line-height: .9;
  max-width: 1000px;
  margin: 0 0 50px
}

footer {
  padding: 90px 24px 16px
}

.footer-grid {
  display: grid;
  grid-template-columns: 2.1fr repeat(5, 1fr);
  gap: 48px;
  margin: 0 auto 80px
}

.footer-about p {
  font-size: 15px;
  line-height: 1.45;
  max-width: 420px
}

.footer-language {
  color: #fff;
  padding: 10px 0
}

.footer-grid nav {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.footer-grid h3 {
  font-size: 15px;
  color: #fff;
  margin: 0 0 3px
}

.footer-grid a {
  font-size: 15px;
  color: #f9d7dd
}

.footer-grid a:hover {
  text-decoration: underline
}

.footer-wordmark {
  width: 100%;
  height: auto
}

.mobile-menu {
  display: none
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: #0008;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px
}

.modal-backdrop[hidden] {
  display: none
}

.language-modal {
  position: relative;
  background: #fff;
  width: min(640px, 100%);
  max-height: 80vh;
  overflow: auto;
  padding: 65px 28px 35px;
  color: #181616
}

.modal-logo {
  position: absolute;
  width: 31px;
  height: 31px;
  object-fit: cover;
  object-position: left;
  left: calc(50% - 15px);
  top: 22px
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 17px;
  width: 38px;
  height: 38px;
  border: 1px solid #555;
  border-radius: 50%;
  background: #fff;
  font-size: 26px;
  line-height: 1
}

.language-modal h2 {
  font-size: 18px;
  margin: 0 0 3px
}

.language-modal>p {
  font-size: 13px;
  color: #666;
  margin: 0 0 12px
}

.language-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 22px
}

.language-list button {
  text-align: left;
  background: transparent;
  font-weight: 650
}

.language-list small {
  display: block;
  font-weight: 400;
  color: #666;
  margin-top: 2px
}

.account-toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 90;
  background: #111;
  color: #fff;
  padding: 16px 26px;
  border-radius: 999px;
  box-shadow: 0 12px 40px #0004
}

.account-toast[hidden] {
  display: none
}


@media(max-width:1100px) {
  .desktop-nav {
    gap: 24px;
    flex: 1;
  }

  .site-header {
    gap: 28px
  }

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

  .footer-grid {
    grid-template-columns: 1.8fr repeat(3, 1fr)
  }

  .footer-grid nav:nth-of-type(n+4) {
    margin-top: 20px
  }
}

@media(max-width:1023px) {
  .site-header {
    height: 88px;
    padding: 0 24px;
    justify-content: space-between
  }

  .brand img {
    width: 133px;
    height: auto
  }

  .desktop-nav,
  .desktop-actions {
    display: none
  }

  .menu-trigger {
    display: flex
  }

  .hero {
    height: calc(100vh - 88px);
    min-height: 756px;
    padding: 0 18px
  }

  .hero-inner {
    width: 100%;
    transform: translateY(-2%)
  }

  .hero h1 {
    font-size: 66px;
    line-height: .92;
    max-width: 290px;
    text-align: left;
    margin: 0 auto;
    letter-spacing: -.04em
  }

  .hero h1 sup {
    font-size: 34px;
    margin-left: 3px;
  }

  .hero-actions {
    flex-direction: column;
    margin: 86px auto 0;
    width: 178px;
    gap: 6px
  }

  .hero-actions .pill {
    min-height: 44px
  }

  .hero-discovery {
    bottom: 63px;
    font-size: 13px
  }

  .models-note {
    bottom: 14px;
    right: 0;
    width: 100%;
    padding: 0 18px;
    font-size: 11px
  }

  .feature-overview {
    padding: 76px 24px 94px
  }

  .feature-overview>h2 {
    font-size: 42px;
    margin-bottom: 34px
  }

  .feature-cards {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-right: -24px;
    padding-right: 24px;
    gap: 12px
  }

  .feature-card {
    flex: 0 0 287px;
    height: 390px;
    scroll-snap-align: start;
    padding: 24px 22px
  }

  .feature-card h3 {
    font-size: 36px
  }

  .feature-card p {
    font-size: 14px
  }

  .feature-card img {
    width: 83%;
    height: 83%
  }

  .mission {
    min-height: 800px;
    padding: 90px 24px
  }

  .mission h2 {
    font-size: 52px
  }

  .mission p {
    font-size: 39px;
    margin-top: 58px
  }

  .mission em {
    font-size: 21px
  }

  .story-intro,
  .story-detail {
    min-height: 760px;
    padding: 70px 24px
  }

  .story-intro p {
    font-size: 53px
  }

  .story-intro h2 {
    font-size: 50px
  }

  .story-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 38px;
    align-items: stretch
  }

  .story-copy h3 {
    font-size: 54px;
    margin: 20px 0 26px
  }

  .story-copy p {
    font-size: 16px
  }

  .double-detail>img {
    width: 100%;
    max-height: 320px;
    object-fit: contain
  }

  .astrology-detail {
    min-height: 860px
  }

  .astrology-cards {
    gap: 12px
  }

  .astrology-cards img {
    width: 50%
  }

  .music-detail {
    min-height: 760px
  }

  .music-collage {
    min-height: 300px
  }

  .music-collage>img {
    width: 85%
  }

  .now-playing {
    font-size: 15px;
    padding: 16px
  }

  .music-intro h2,
  .astrology-intro h2 {
    font-size: 53px
  }

  .safety {
    padding: 88px 24px 76px
  }

  .safety-heading {
    min-height: 510px
  }

  .safety-heading h2 {
    font-size: 53px
  }

  .safety-info {
    display: block
  }

  .safety-copy {
    padding: 0 0 30px
  }

  .safety-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-right: -24px;
    padding-right: 24px
  }

  .safety-grid article {
    flex: 0 0 290px;
    min-height: 480px;
    scroll-snap-align: start
  }

  .safety-grid img {
    height: 220px
  }

  .what-is-tinder {
    min-height: 900px;
    padding: 90px 24px;
    display: flex;
    flex-direction: column;
    gap: 40px
  }

  .what-is-tinder h2 {
    font-size: 59px
  }

  .what-is-tinder p {
    font-size: 16px
  }

  .what-is-tinder>img {
    max-height: 390px
  }

  .faq-strip {
    min-height: 520px;
    padding: 80px 24px
  }

  .faq-strip h2 {
    font-size: 47px
  }

  .faq-strip small {
    left: 24px;
    right: 24px;
    text-align: left
  }

  .download {
    min-height: 480px;
    padding: 75px 24px
  }

  .download h2 {
    font-size: 57px
  }

  footer {
    padding: 70px 24px 8px
  }

  .footer-grid {
    display: flex;
    flex-direction: column;
    gap: 34px;
    margin-bottom: 54px
  }

  .footer-grid nav {
    gap: 12px
  }

  .footer-wordmark {
    width: calc(100% + 32px);
    margin-left: -16px
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: #f4f3f3;
    padding: 24px;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform .3s
  }

  .mobile-menu.is-open {
    transform: translateX(0)
  }

  .mobile-menu-top {
    display: flex;
    align-items: center;
    gap: 12px
  }

  .mobile-menu-top>img {
    width: 24px;
    height: 32px;
    object-fit: cover;
    object-position: left;
    margin-right: auto
  }

  .mobile-menu-top .pill {
    min-height: 44px;
    padding: 0 24px
  }

  .menu-close {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    font-size: 32px;
    line-height: 1
  }

  .mobile-menu nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
    margin-top: 18px
  }

  .mobile-menu nav a {
    font-size: 31px;
    font-weight: 750
  }

  .mobile-language {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    margin: auto 0 0 auto;
    font-size: 20px;
    font-weight: 700
  }

  .mobile-language img {
    width: 18px
  }

  .language-modal {
    height: 100%;
    max-height: 100%;
    padding-top: 70px
  }

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

  .account-toast {
    bottom: 20px;
    width: calc(100% - 30px);
    text-align: center;
    border-radius: 18px
  }
}

@media(max-width:380px) {
  .hero h1 {
    font-size: 60px
  }

  .hero-actions {
    margin-top: 62px
  }

  .mobile-menu nav a {
    font-size: 28px
  }
}

/* Source-measured fidelity adjustments */
.brand img,
.mobile-menu-top>img {
  filter: invert(14%) sepia(98%) saturate(6416%) hue-rotate(31deg) brightness(101%) contrast(115%)
}

.footer-wordmark {
  filter: invert(14%) sepia(98%) saturate(6416%) hue-rotate(31deg) brightness(101%) contrast(115%)
}

.hero-inner {
  transform: translateY(-55px)
}

.hero h1 {
  color: #cd130a;
  font-size: 115.2px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -3px
}

.feature-overview>h2 {
  font-size: 42px;
  line-height: 42px;
  letter-spacing: -.84px
}

.mission {
  min-height: 600px
}

.mission h2 {
  font-size: 48px;
  line-height: 1
}

.mission p {
  font-size: 56px;
  line-height: 1
}

.story-intro,
.story-detail {
  min-height: 80vh;
}

.story-intro p {
  font-size: 64px
}

.story-intro h2 {
  font-size: 42px;
  line-height: 1
}

.story-copy h3 {
  font-size: 42px;
  line-height: 1;
  font-weight: 700
}

.astrology-intro h2,
.music-intro h2 {
  font-size: 64px;
  line-height: 62px
}

.safety-heading h2 {
  font-size: 64px;
  line-height: 62px
}

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

.safety-grid article:last-child {
  display: none
}

.what-is-tinder h2 {
  font-size: 48px;
  line-height: 50px
}

.faq-strip h2 {
  font-size: 48px;
  line-height: 50px
}

.download h2 {
  font-size: 42px;
  line-height: 48px
}

@media(max-width:1023px) {
  .hero-inner {
    transform: translateY(-23px)
  }

  .hero h1 {
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -1.28px;
    padding: 0 16px
  }

  .hero-actions .pill-light {
    background: #050505;
    color: #fff
  }

  .hero-actions .pill-dark {
    background: #efeded;
    color: #111
  }

  .feature-overview {
    padding: 40px 16px 74px
  }

  .feature-overview>h2 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -.15px;
    margin-bottom: 30px
  }

  .feature-cards {
    margin-right: -16px;
    padding-right: 16px
  }

  .mission {
    min-height: 500px;
    padding: 70px 16px
  }

  .mission h2 {
    font-size: 34px;
    line-height: 38px
  }

  .mission p {
    font-size: 38px;
    line-height: 42px;
    margin-top: 45px
  }

  .mission em {
    font-size: 18px
  }

  .story-intro,
  .story-detail {
    min-height: 650px;
    padding: 56px 16px
  }

  .story-intro {
    align-items: flex-start;
    text-align: left
  }

  .story-intro p {
    font-size: 46px;
    line-height: 48px
  }

  .story-intro h2 {
    font-size: 36px;
    line-height: 42px
  }

  .story-copy h3 {
    font-size: 34px;
    line-height: 42px
  }

  .astrology-intro h2,
  .music-intro h2 {
    font-size: 42px;
    line-height: 48px
  }

  .safety-heading {
    min-height: 430px
  }

  .safety-heading h2 {
    font-size: 42px;
    line-height: 48px
  }

  .safety-grid {
    display: flex
  }

  .safety-grid article:last-child {
    display: flex
  }

  .what-is-tinder {
    min-height: 800px
  }

  .what-is-tinder h2 {
    font-size: 34px;
    line-height: 42px
  }

  .faq-strip {
    min-height: 400px
  }

  .faq-strip h2 {
    font-size: 28px;
    line-height: 36px
  }

  .download {
    min-height: 360px
  }

  .download h2 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600
  }
}

/* Section geometry matched to captured source */
@media(min-width:1024px) {
  .feature-overview {
    height: 820px;
    padding: 72px 24px 90px
  }

  .mission {
    height: 608px;
    min-height: 608px
  }

  /* .story-double {
    height: 1495px
  } */

  .story-double .story-intro {
    min-height: 80vh;
  }

  .story-double .story-detail {
    min-height: 765px
  }

  .story-astrology {
    height: 1315px
  }

  .story-astrology .story-intro {
    min-height: 650px
  }

  .story-astrology .story-detail {
    min-height: 665px
  }

  .story-music {
    height: 2207px
  }

  .story-music .story-intro {
    min-height: 900px
  }

  .story-music .story-detail {
    min-height: 1307px
  }

  .safety {
    height: 809px;
    min-height: 809px;
    padding: 70px 5vw;
    display: grid;
    grid-template-columns: .9fr 1.35fr;
    gap: 5vw;
    align-items: center
  }

  .safety-heading {
    min-height: 0
  }

  .safety-info {
    display: flex;
    flex-direction: column;
    gap: 24px
  }

  .safety-copy {
    padding: 0;
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 24px
  }

  .safety-copy p {
    margin: 0
  }

  .safety-grid article {
    min-height: 465px
  }

  .what-is-tinder {
    height: 798px;
    min-height: 798px
  }

  .faq-strip {
    height: 329px;
    min-height: 329px;
    padding: 55px 8vw
  }

  .download {
    height: 640px;
    min-height: 640px
  }
}

@media(max-width:1023px) {
  .feature-overview {
    height: 657px
  }

  .mission {
    /* height: 496px; */
    min-height: 496px
  }

  /* .story-double {
    height: 1358px
  } */

  .story-double .story-intro,
  .story-double .story-detail {
    min-height: 679px
  }

  .story-astrology {
    height: 1117px
  }

  .story-astrology .story-intro {
    min-height: 500px
  }

  .story-astrology .story-detail {
    min-height: 617px
  }

  /* .story-music {
    height: 2026px
  } */

  .story-music .story-intro {
    min-height: 900px
  }

  .story-music .story-detail {
    min-height: 1126px
  }

  .safety {
    height: 689px;
    min-height: 689px;
    padding: 44px 16px;
    display: flex;
    flex-direction: column
  }

  .safety-heading {
    min-height: 190px
  }

  .safety-info {
    min-height: 0
  }

  .safety-copy {
    display: none
  }

  .safety-grid article {
    min-height: 390px
  }

  .safety-grid img {
    height: 180px
  }

  .what-is-tinder {
    height: 991px;
    min-height: 991px
  }

  .faq-strip {
    height: 329px;
    min-height: 329px
  }

  .download {
    height: 284px;
    min-height: 284px
  }

  .footer-about {
    order: 10
  }
}

/* Final source asset and composition corrections */


.music-collage>img {
  display: none
}

.music-collage {
  background: url('../images/music-collage.webp') center/contain no-repeat
}

.couple-photo {
  opacity: .06
}

@media(min-width:1024px) {
  .double-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-align: center
  }

  .double-detail .story-copy {
    max-width: 620px
  }

  .double-detail>img {
    max-height: 360px;
    width: auto
  }

  .music-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    text-align: center
  }

  .music-detail .story-copy {
    max-width: 620px
  }

  .music-collage {
    width: 100%;
    min-height: 520px
  }

  .now-playing {
    display: none
  }

  .story-music {
    background: linear-gradient(to bottom, var(--pink) 0 69%, var(--blue) 69% 100%)
  }

  .safety {
    display: block;
    position: relative
  }

  .safety-heading {
    position: absolute;
    left: 5vw;
    top: -640px;
    width: 48vw
  }

  .safety-info {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 42px
  }

  .safety-copy {
    display: block
  }

  .safety-grid article {
    min-height: 540px
  }
}

@media(max-width:1023px) {

  .music-detail .story-copy {
    text-align: center;
    align-self: center
  }

  .music-collage {
    width: 100%;
    min-height: 430px
  }

  .now-playing {
    display: none
  }

  .story-music {
    background: linear-gradient(to bottom, var(--pink) 0 78%, var(--blue) 78% 100%)
  }

  .safety {
    position: relative
  }

  .safety-heading {
    position: absolute;
    top: -430px;
    left: 16px;
    right: 16px
  }

  .safety-grid {
    margin-top: 0
  }
}

/* Collage position from focused visual comparison */
@media(min-width:1024px) {
  .story-music .music-collage {
    position: absolute;
    left: 4%;
    right: 4%;
    top: 920px;
    width: 92%;
    height: 520px;
    min-height: 0
  }
}

@media(max-width:1023px) {
  .story-music .music-collage {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 1180px;
    width: auto;
    height: 310px;
    min-height: 0
  }
}



.music-collage {
  background-image: url(../images/music-collage.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat
}

@media(min-width:1024px) {
  .story-music .music-collage {
    top: 30px
  }
}

@media(max-width:1023px) {
  .story-music .music-collage {
    top: 250px
  }
}

/* Music text-and-collage order matched to source */
@media(min-width:1024px) {
  .music-detail .story-copy {
    position: absolute;
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
    width: 620px
  }

  .story-music .music-collage {
    top: 30px
  }
}

@media(max-width:1023px) {
  .music-detail .story-copy {
    position: absolute;
    top: -50px;
    left: 16px;
    right: 16px
  }

  .story-music .music-collage {
    top: 200px;
    height: 220px;
    background-size: 780px auto
  }
}

/* Desktop menubar matched to source structure */
@media(min-width:1024px) {
  .site-header {
    gap: 0
  }

  .desktop-nav {
    display: block;
    flex: 1;
    font-size: 17px;
    font-weight: 500
  }

  .desktop-nav>ul {
    display: flex;
    align-items: center;
    gap: 29px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
  }

  .desktop-nav li {
    display: flex;
    flex-direction: column;
    list-style: none;
    text-align: left;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer
  }

  .desktop-nav a {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    line-height: 24px;
    white-space: nowrap;
    border-radius: 24px
  }

  .desktop-nav a:hover,
  .desktop-nav a:focus-visible {
    background: #f0eeee;
    text-decoration: none
  }

  .header-actions {
    margin-left: auto;
    gap: 12px
  }

  .language-trigger {
    height: 42px;
    padding: 0 16px;
    border-radius: 24px
  }

  .language-trigger:hover,
  .language-trigger:focus-visible {
    background: #f0eeee;
    text-decoration: none
  }
}

@media(min-width:1024px) and (max-width:1280px) {
  .desktop-nav {
    margin-left: clamp(20px, 5vw, 64px)
  }

  .desktop-nav>ul {
    gap: 8px;
    justify-content: center;
  }

  .desktop-nav a {
    padding: 8px 10px
  }

  .header-actions {
    gap: 8px
  }

  .language-trigger {
    padding: 0 10px
  }
}

/* Safety geometry matched to source DOM */
@media(min-width:1024px) {
  .safety {
    height: 809px;
    min-height: 809px;
    padding: 0 100px;
    display: block;
    position: relative;
    overflow: visible
  }

  .safety-heading {
    position: absolute;
    left: 370px;
    top: -483px;
    width: 700px;
    text-align: center
  }

  .safety-heading h2 {
    margin: 0;
    font-size: 64px;
    line-height: 62px;
    font-weight: 700
  }

  .safety-heading a {
    display: block;
    margin-top: 24px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600
  }

  .safety-info {
    display: block;
    position: relative;
    height: 809px
  }

  .safety-copy {
    display: block;
    padding: 0
  }

  .safety-copy .eyebrow {
    position: absolute;
    left: 0;
    top: 67px;
    width: 362px;
    font-family: Society, Georgia, serif;
    font-size: 34px;
    line-height: 42px;
    font-weight: 600
  }

  .safety-copy p {
    position: absolute;
    left: 620px;
    top: 64px;
    width: 620px;
    height: 48px;
    margin: 0;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500
  }

  .safety-copy sup {
    font-size: 10px
  }

  .safety-grid {
    position: absolute;
    left: 0;
    top: 186px;
    display: flex;
    gap: 20px;
    width: max-content;
    overflow: visible;
    margin: 0;
    padding: 0
  }

  .safety-grid article {
    position: relative;
    flex: 0 0 400px;
    width: 400px;
    height: 533px;
    min-height: 0;
    padding: 0 31px;
    background: #fff;
    overflow: hidden
  }

  .safety-grid article>span {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700
  }

  .safety-grid h3 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    margin: 5px 0 21px
  }

  .safety-grid p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    margin: 0
  }

  .safety-grid img {
    position: absolute;
    left: 31px;
    bottom: 0;
    width: 338px;
    height: 270px;
    margin: 0;
    object-fit: contain
  }

  .safety-grid article:last-child {
    display: flex
  }
}

@media(max-width:1023px) {
  .safety {
    height: 689px;
    min-height: 689px;
    padding: 0;
    display: block;
    position: relative;
    overflow: visible
  }

  .safety-heading {
    position: absolute;
    left: 25px;
    right: 25px;
    top: -475px;
    width: auto;
    text-align: left
  }

  .safety-heading h2 {
    margin: 0;
    font-size: 42px;
    line-height: 48px;
    font-weight: 700
  }

  .safety-heading a {
    display: block;
    margin-top: 16px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600
  }

  .safety-info {
    display: block;
    position: relative;
    height: 689px
  }

  .safety-copy {
    display: block;
    padding: 0
  }

  .safety-copy .eyebrow {
    position: absolute;
    left: 16px;
    top: 40px;
    width: 358px;
    font-family: Society, Georgia, serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600
  }

  .safety-copy p {
    position: absolute;
    left: 16px;
    top: 84px;
    width: 358px;
    height: 60px;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500
  }

  .safety-copy sup {
    font-size: 9px
  }

  .safety-grid {
    position: absolute;
    left: 0;
    top: 203px;
    display: flex;
    width: 390px;
    gap: 30px;
    margin: 0;
    padding: 0 41px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory
  }

  .safety-grid article {
    position: relative;
    flex: 0 0 310px;
    width: 310px;
    height: 409px;
    min-height: 0;
    padding: 0 26px;
    background: #fff;
    overflow: hidden;
    scroll-snap-align: start
  }

  .safety-grid article>span {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700
  }

  .safety-grid h3 {
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    margin: 5px 0 21px
  }

  .safety-grid p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin: 0
  }

  .safety-grid img {
    position: absolute;
    left: 26px;
    bottom: 0;
    width: 258px;
    height: 174px;
    margin: 0;
    object-fit: contain
  }

  .safety-grid article:nth-child(3) img,
  .safety-grid article:nth-child(4) img {
    height: 189px
  }
}

/* Exact desktop language control width */
@media(min-width:1281px) {
  .language-trigger {
    width: 144px
  }
}

/* Final Safety title and mobile carousel alignment */
.safety-heading a {
  margin-top: 36px
}

@media(max-width:1023px) {
  .safety-grid {
    scroll-snap-type: none
  }
}

/* Exact source Safety canvas color */
:root {
  --blue: #dfe7f6
}

.safety {
  box-shadow: 0 -500px 0 var(--blue)
}

/* Full pre-heading Safety canvas */
.safety {
  box-shadow: 0 -650px 0 var(--blue)
}

/* Final full Safety pre-heading canvas */
.safety {
  box-shadow: 0 -700px 0 var(--blue)
}

/* Exact source mobile Safety line break */
.mobile-safety-break {
  display: none
}

@media(max-width:1023px) {
  .mobile-safety-break {
    display: block
  }
}

/* Double Date slide matched from live Tinder computed styles */
.double-detail {
  height: 751px;
  min-height: 751px !important;
  padding: 0 0 100px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 78px !important;
  background: #5a000f;
  color: #f2ebec;
  text-align: center
}

.double-info {
  position: relative;
  width: min(613px, calc(100% - 50px));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px
}

.double-icon {
  display: flex;
  width: 57px;
  height: 57px;
  flex: 0 0 57px;
  color: #ec180e
}

.double-icon svg {
  width: 57px;
  height: 57px
}

.double-title {
  margin: 0;
  color: #f2ebec;
  font-family: Society, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: -.84px
}

.double-title span {
  font-style: italic
}

.double-body {
  color: #f2ebec;
  font-family: Regola, "Proxima Nova", "Helvetica Neue", Arial, Helvetica, sans-serif
}

.double-body p {
  margin: 0;
  color: inherit;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  max-width: none
}

.double-body strong {
  font-weight: 700
}

.double-body-mobile {
  display: none
}

.double-image-wrap {
  position: relative;
  width: min(589px, calc(100% - 50px));
  aspect-ratio: 589/372;
  flex: 0 0 auto
}

.double-feature-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  transform: none !important
}

@media(max-width:1023px) {
  .double-detail {
    height: 675px;
    min-height: 675px !important;
    padding: 0 25px 164px !important;
    justify-content: center;
    align-items: stretch;
    gap: 35px !important;
    text-align: left
  }

  .double-info {
    width: 100%;
    align-items: flex-start;
    gap: 15px
  }

  .double-title {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -.25px
  }

  .double-body-desktop {
    display: none
  }

  .double-image-wrap {
    width: 100%;
    aspect-ratio: 340/215
  }

  .double-body-mobile {
    display: block;
    position: relative;
    width: 100%
  }

  .double-body p {
    font-size: 15px;
    line-height: 20px
  }
}

/* Live Tinder Double Date intrinsic height */
.double-detail {
  height: auto;
  min-height: 80vh !important
}

@media(max-width:1023px) {
  .double-detail {
    height: auto;
    min-height: 80vh !important
  }
}


/* Astrology and Music matched from live Tinder computed styles */
.astrology-mode {
  position: relative;
  overflow: hidden;
  background: #2a1d28;
  color: #fbdaf6
}

.astrology-mode__couple {
  position: absolute;
  inset: 0;
  z-index: 0
}

.astrology-mode__couple-img,
.astrology-mode__couple-gradient,
.astrology-mode__stars {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%
}

.astrology-mode__couple-img,
.astrology-mode__stars {
  max-width: none;
  object-fit: cover
}

.astrology-mode__couple-gradient {
  background-image: linear-gradient(#2a1d28 57.4%, rgba(42, 29, 40, 0) 80.3%), linear-gradient(270deg, #2a1d28, rgba(42, 29, 40, 0) 22.7%), linear-gradient(90deg, #2a1d28, rgba(42, 29, 40, 0) 30.5%)
}

.astrology-mode__stars {
  z-index: 1
}

.astrology-mode__intro,
.astrology-mode__feature {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.astrology-mode__intro {
  min-height: 80vh;
  padding: 0 100px;
  gap: 24px
}

.astrology-mode__intro-text {
  width: 100%;
  max-width: 740px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center
}

.astrology-mode__headline {
  margin: 0;
  color: #f5b1eb;
  font-family: Society, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 64px;
  line-height: 62px;
  font-weight: 700;
  letter-spacing: -1.28px
}

.astrology-mode__intro-text>p {
  margin: 0;
  color: #f5b1eb;
  font: 600 20px/24px Regola, "Helvetica Neue", Arial, sans-serif;
  opacity: .5
}

.astrology-mode__feature {
  padding: 0 100px 100px;
  gap: 78px
}

.astrology-mode__info {
  width: 100%;
  max-width: 613px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center
}

.astrology-mode__icon {
  display: flex;
  width: 57px;
  height: 57px;
  flex: 0 0 57px;
  color: #f5b1eb
}

.astrology-mode__icon svg {
  display: block;
  width: 57px;
  height: 57px
}

.astrology-mode__heading {
  margin: 0;
  color: #fbdaf6;
  font-family: Society, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: -.84px
}

.astrology-mode__body-desktop,
.astrology-mode__body-mobile {
  color: #fbdaf6
}

.astrology-mode__body-desktop p,
.astrology-mode__body-mobile p {
  margin: 0;
  color: inherit;
  font: 500 17px/24px Regola, "Helvetica Neue", Arial, sans-serif
}

.astrology-mode__body-mobile {
  display: none
}

.astrology-mode__cards {
  width: 100%;
  max-width: 940px
}

.astrology-mode__card-mobile {
  display: none
}

.astrology-mode__cards-desktop {
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.astrology-mode__card {
  display: block;
  height: 190px;
  object-fit: contain
}

.astrology-mode__card--elements {
  width: 299px
}

.astrology-mode__card--match {
  width: 258px
}

.music-intro {
  position: relative;
  min-height: 80vh;
  padding: 0;
  background: #f1e6ef;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.music-intro-text {
  width: 100%;
  max-width: 740px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center
}

.music-intro-headline {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #fe009b;
  font-family: Society, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 64px;
  line-height: 62px;
  font-weight: 700;
  letter-spacing: -1.28px
}

.music-intro-headline p,
.music-intro-label {
  margin: 0
}

.music-intro-label {
  color: #fe009b;
  font: 600 20px/24px Regola, "Helvetica Neue", Arial, sans-serif;
  opacity: .5
}

.music-feature {
  position: relative;
  min-height: 80vh;
  padding: 0 0 100px;
  background: #f1e6ef;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 78px;
  overflow: hidden
}

.music-info {
  position: relative;
  width: 100%;
  max-width: 613px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center
}

.music-icon {
  display: flex;
  width: 57px;
  height: 57px;
  flex: 0 0 57px;
  color: #fe009b
}

.music-icon svg {
  display: block;
  width: 57px;
  height: 57px
}

.music-info h2 {
  margin: 0;
  color: #350322;
  font-family: Society, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: -.84px
}

.music-body {
  color: #350322
}

.music-body p {
  margin: 0;
  color: inherit;
  font: 400 17px/24px Regola, "Proxima Nova", "Helvetica Neue", Arial, sans-serif
}

.music-body-mobile {
  display: none
}

.music-image-wrap {
  position: relative;
  width: 100%;
  height: 388px;
  overflow: hidden
}

.music-feature-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover
}

@media(max-width:1023px) {
  .astrology-mode__couple {
    display: none
  }

  .astrology-mode__intro {
    min-height: 80vh;
    padding: 100px 25px 75px
  }

  .astrology-mode__intro-text {
    max-width: 416px;
    align-items: flex-start;
    text-align: left
  }

  .astrology-mode__headline {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -.5px
  }

  .astrology-mode__feature {
    padding: 0 25px 164px;
    gap: 35px
  }

  .astrology-mode__info {
    max-width: 416px;
    align-items: flex-start;
    gap: 10px;
    text-align: left
  }

  .astrology-mode__icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px
  }

  .astrology-mode__icon svg {
    width: 36px;
    height: 36px
  }

  .astrology-mode__heading {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -.2px
  }

  .astrology-mode__body-desktop {
    display: none
  }

  .astrology-mode__cards {
    max-width: 416px
  }

  .astrology-mode__card-mobile {
    display: block;
    width: 100%;
    height: auto;
    opacity: .87
  }

  .astrology-mode__cards-desktop {
    display: none
  }

  .astrology-mode__body-mobile {
    display: block;
    position: relative;
    width: 100%;
    max-width: 416px
  }

  .astrology-mode__body-mobile p {
    font-size: 15px;
    line-height: 20px
  }

  .music-intro {
    min-height: 80vh;
    padding: 100px 25px 75px
  }

  .music-intro-text {
    max-width: 416px;
    align-items: flex-start;
    text-align: left
  }

  .music-intro-headline {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -.5px
  }

  .music-feature {
    min-height: 80vh;
    padding: 0 25px 164px;
    gap: 35px
  }

  .music-info {
    max-width: 416px;
    gap: 10px
  }

  .music-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px
  }

  .music-icon svg {
    width: 36px;
    height: 36px
  }

  .music-info h2 {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -.25px
  }

  .music-body-desktop {
    display: none
  }

  .music-image-wrap {
    width: 100%;
    max-width: 416px;
    height: 200px
  }

  .music-body-mobile {
    display: block;
    position: relative;
    width: 100%;
    max-width: 416px
  }

  .music-body p {
    font-size: 15px;
    line-height: 20px
  }
}

/* Stable mobile Astrology media slot */
@media(max-width:1023px) {

  .astrology-mode__cards,
  .astrology-mode__card-mobile {
    height: 250px
  }
}

/* Intrinsic Astrology section height */
.story-astrology.astrology-mode {
  height: auto !important
}

/* Live Astrology blend effects */
.astrology-mode__couple-img {
  mix-blend-mode: luminosity;
  object-position: 50% 100%
}

.astrology-mode__stars {
  mix-blend-mode: lighten
}

/* Live story stacking and responsive Music asset */
.astrology-mode__couple,
.astrology-mode__stars,
.astrology-mode__intro,
.astrology-mode__feature {
  z-index: auto
}

.music-image-wrap picture {
  display: contents
}

/* Exact Astrology stars fade and content layer */
.astrology-mode__stars {
  -webkit-mask-image: linear-gradient(#000 45%, transparent 62%);
  mask-image: linear-gradient(#000 45%, transparent 62%)
}

.astrology-mode__intro,
.astrology-mode__feature {
  z-index: 1
}

/* Exact Astrology icon color */
.astrology-mode__icon path {
  fill: currentColor
}

/* Exact Music intro label token */
.music-intro-label {
  color: #350322;
  opacity: 1
}


/* Live Tinder tail modules — captured 2026-08-07 */
.safety {
  height: 720px;
  min-height: 720px;
  padding: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dfe7f6;
  color: #002622;
}

.safety-heading {
  position: static;
  width: 740px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}

.safety-headline {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 700px;
  font-family: Society, Georgia, serif;
  font-size: 64px;
  line-height: 62px;
  letter-spacing: -1.28px;
  font-weight: 600;
}

.safety-headline p {
  margin: 0;
}

.safety-heading a {
  margin: 0;
  color: #002622;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}

.safety-info {
  height: 809px;
  min-height: 809px;
  padding: 64px 0;
  background: #dfe7f6;
  color: #1b1817;
  overflow: hidden;
}

.safety-info-inner {
  width: 100%;
  max-width: 1860px;
  height: 681px;
  margin: 0 auto;
  padding: 0 100px;
}

.safety-copy {
  height: 48px;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.safety-copy h2 {
  flex: 0 0 auto;
  margin: 0;
  color: #002622;
  font-family: Regola, Arial, sans-serif;
  font-size: 34px;
  line-height: 42px;
  font-weight: 600;
}

.safety-copy p {
  width: 620px;
  margin: 0;
  color: #514b4a;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}

.safety-grid {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.safety-grid article {
  flex: 0 0 400px;
  width: 400px;
  height: 540px;
  min-height: 540px;
  padding: 31px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.safety-grid article>span {
  color: #514b4a;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

.safety-grid h3 {
  margin: 5px 0 0;
  font-family: Regola, Arial, sans-serif;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -.84px;
  font-weight: 700;
}

.safety-grid p {
  margin: 16px 0 0;
  color: #514b4a;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}

.safety-grid img {
  position: static;
  width: 338px;
  height: 270px;
  margin: auto 0 0;
  object-fit: cover;
}

.safety-grid article:last-child {
  display: flex;
}

.what-is-tinder {
  height: 798px;
  min-height: 798px;
  padding: 100px;
  display: grid;
  grid-template-columns: 604px 409px;
  column-gap: 227px;
  align-items: start;
  background: #5a000f;
  color: #fbd4d4;
}

.why-copy {
  width: 604px;
}

.what-is-tinder h2 {
  margin: 0 0 30px;
  font-family: Society, Georgia, serif;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: -.96px;
  font-weight: 700;
}

.what-is-tinder p {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

.what-is-tinder p:last-child {
  margin-bottom: 0;
}

.what-is-tinder>img {
  width: 299px;
  height: 598px;
  max-height: none;
  justify-self: center;
  object-fit: contain;
}

.faq-strip {
  position: static;
  height: 329px;
  min-height: 329px;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: #5a000f;
  color: #fbd4d4;
}

.faq-strip-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.faq-strip h2 {
  width: auto;
  max-width: 900px;
  margin: 0 0 12px;
  padding: 0 16px;
  color: #f1e6ef;
  font-family: Society, Georgia, serif;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: -1.44px;
  font-weight: 600;
  text-align: center;
}

.faq-strip .pill {
  width: 132px;
  height: 50px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-strip small {
  position: static;
  width: 100%;
  height: 40px;
  padding: 0 100px 24px;
  color: #fbd4d4;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .3px;
  font-weight: 500;
}

footer {
  height: 768px;
  padding: 84px 84px 40px;
  overflow: hidden;
  background: #5a000f;
  color: #fbd4d4;
}

.footer-grid {
  height: 339px;
  display: grid;
  grid-template-columns: 300px 50px 253px 73px 110px 50px 98px 73px 92px 50px 123px;
  gap: 0;
  align-items: start;
}

.footer-about {
  grid-column: 1;
  width: 300px;
}

.footer-grid nav:nth-of-type(2) {
  grid-column: 3;
}

.footer-grid nav:nth-of-type(4) {
  grid-column: 5;
}

.footer-grid nav:nth-of-type(3) {
  grid-column: 7;
}

.footer-grid nav:nth-of-type(1) {
  grid-column: 9;
}

.footer-grid nav:nth-of-type(5) {
  grid-column: 11;
}

.footer-brandline {
  display: flex;
  align-items: center;
  gap: 23px;
  height: 36px;
}

.footer-mark {
  width: 27px;
  color: #fbd4d4;
  font-size: 29px;
  line-height: 36px;
}

.footer-brandline strong {
  color: #fbd4d4;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.footer-about p {
  width: 300px;
  margin: 20px 0 0;
  color: #fbd4d4;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.footer-language {
  width: 122px;
  height: 44px;
  margin-top: 20px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  color: #fbfbfb;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  gap: 8px;
}

.footer-grid nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-grid h3 {
  margin: 0;
  color: #fbfbfb;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

.footer-grid a {
  color: #fbd4d4;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.footer-wordmark {
  display: block;
  width: 1408px;
  height: 265px;
  margin: 40px -68px 0;
  color: #ec180e;
  filter: none;
}

@media(max-width:1023px) {
  .safety {
    height: 675px;
    min-height: 675px;
    padding: 100px 25px 75px;
    align-items: center;
    justify-content: center;
  }

  .safety-heading {
    position: static;
    width: 340px;
    align-items: flex-start;
    text-align: left;
  }

  .safety-headline {
    width: 340px;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -.84px;
  }

  .safety-heading a {
    font-size: 17px;
    line-height: 24px;
  }

  .safety-info {
    height: 689px;
    min-height: 689px;
    padding: 40px 0;
    overflow: hidden;
  }

  .safety-info-inner {
    height: 609px;
    padding: 0 16px;
  }

  .safety-copy {
    height: 104px;
    display: block;
    margin: 0 0 28px;
  }

  .safety-copy h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .safety-copy p {
    position: static;
    width: 358px;
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 20px;
  }

  .safety-grid {
    position: static;
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 0 0 0 36px;
    gap: 30px;
    overflow: visible;
  }

  .safety-grid article {
    flex: 0 0 310px;
    width: 310px;
    height: 477px;
    min-height: 477px;
    padding: 31px;
  }

  .safety-grid article>span {
    font-size: 17px;
    line-height: 24px;
  }

  .safety-grid h3 {
    margin: 5px 0 0;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -.34px;
  }

  .safety-grid p {
    margin: 16px 0 0;
    font-size: 15px;
    line-height: 20px;
  }

  .safety-grid img,
  .safety-grid article:nth-child(3) img,
  .safety-grid article:nth-child(4) img {
    width: 258px;
    height: 189px;
    margin: auto 0 0;
  }

  .what-is-tinder {
    height: 991px;
    min-height: 991px;
    padding: 60px 25px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .why-copy {
    width: 340px;
    display: contents;
  }

  .what-is-tinder h2 {
    order: 0;
    margin: 0;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -.25px;
  }

  .what-is-tinder>img {
    order: 1;
    width: 170.5px;
    height: 341px;
    margin: 0 auto;
  }

  .what-is-tinder p {
    width: 340px;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .why-copy p:nth-of-type(1) {
    order: 2;
  }

  .why-copy p:nth-of-type(2) {
    order: 3;
  }

  .why-copy p:nth-of-type(3) {
    order: 4;
  }

  .faq-strip {
    height: 329px;
    min-height: 329px;
  }

  .faq-strip-main {
    gap: 33px;
  }

  .faq-strip h2 {
    width: 390px;
    margin: 0 0 7px;
    padding: 0 16px;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -.56px;
  }

  .faq-strip small {
    height: 48px;
    padding: 0 16px 16px;
    font-size: 12px;
    line-height: 16px;
  }

  footer {
    height: 1557px;
    padding: 40px 24px 24px;
  }

  .footer-grid {
    height: 1399px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .footer-grid nav {
    width: 342px;
    gap: 14px;
  }

  .footer-grid nav:nth-of-type(1) {
    order: 1;
  }

  .footer-grid nav:nth-of-type(2) {
    order: 2;
  }

  .footer-grid nav:nth-of-type(3) {
    order: 3;
  }

  .footer-grid nav:nth-of-type(4) {
    order: 4;
  }

  .footer-grid nav:nth-of-type(5) {
    order: 5;
  }

  .footer-about {
    order: 10;
    width: 342px;
    margin-top: 0;
  }

  .footer-about p {
    width: 342px;
    margin-top: 20px;
  }

  .footer-wordmark {
    width: 374px;
    height: 70.4px;
    margin: 24px -16px 0;
  }
}

/* Tail visual QA corrections */
@media(min-width:1024px) {
  .footer-grid>* {
    grid-row: 1;
  }
}

.faq-strip .pill {
  background: #fbfbfb;
  color: #1b1817;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.footer-wordmark {
  filter: invert(14%) sepia(98%) saturate(6416%) hue-rotate(351deg) brightness(101%) contrast(115%);
}

.footer-mark {
  display: block;
  width: 27px;
  height: 36px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(86%) sepia(21%) saturate(594%) hue-rotate(306deg) brightness(104%) contrast(97%);
}


/* Exact Safety carousel DOM correction */
.safety-info {
  height: 809px;
  min-height: 809px;
  padding: 64px 0;
  overflow: hidden;
}

.safety-info-inner {
  height: 681px;
  padding: 0 100px;
}

.safety-copy {
  height: 48px;
  margin: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.safety-copy h2 {
  margin: 0;
  flex-shrink: 0;
  font-family: Regola, Arial, sans-serif;
  font-size: 34px;
  line-height: 42px;
  font-weight: 600;
}

.safety-copy>p {
  position: static;
  width: auto;
  max-width: 620px;
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}

.safety-carousel {
  width: 100%;
  overflow: visible;
}

.carousel-scroll-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.carousel-scroll-container::-webkit-scrollbar {
  display: none;
}

.carousel-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.safety-card {
  box-sizing: border-box;
  width: 400px;
  height: 593px;
  min-height: 593px;
  padding: 34px 31px 37px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 21px;
  text-align: left;
}

.safety-card-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.safety-card-label {
  margin: 0;
  color: #514b4a;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

.safety-card-title {
  margin: 0;
  color: #1b1817;
  font-family: Society, Georgia, serif;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -.84px;
  font-weight: 600;
}

.safety-card-body {
  margin: 0;
  color: #514b4a;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}

.safety-card img {
  position: static;
  width: 100%;
  height: 270px;
  margin-top: auto;
  object-fit: contain;
}

@media(max-width:1023px) {
  .safety-info {
    height: 689px;
    min-height: 689px;
    padding: 40px 0;
  }

  .safety-info-inner {
    height: 609px;
    padding: 0 16px;
  }

  .safety-copy {
    height: auto;
    margin: 0 0 25px;
    display: block;
  }

  .safety-copy h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .safety-copy>p {
    width: 358px;
    max-width: none;
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 20px;
  }

  .carousel-scroll-container {
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 0 20px;
    gap: 20px;
  }

  .safety-card {
    width: 320px;
    height: 480px;
    min-height: 480px;
    padding: 34px 31px 37px;
    gap: 21px;
  }

  .safety-card-label {
    font-size: 17px;
    line-height: 24px;
  }

  .safety-card-title {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -.25px;
  }

  .safety-card-body {
    font-size: 15px;
    line-height: 20px;
  }

  .safety-card img {
    width: 258px;
    height: 189px;
    object-fit: contain;
  }
}

/* Safety source-metric corrections */
.safety-card-title {
  font-weight: 700;
}

.safety-card sup {
  line-height: 0;
}

.safety-card img {
  flex-shrink: 0;
}

@media(max-width:1023px) {
  .carousel-scroll-container {
    width: calc(100% + 16px);
    margin: 0 -16px 0 0;
    padding: 0;
    scroll-padding-left: 20px;
  }

  .carousel-item:first-child {
    margin-left: 20px;
  }
}


/* Exact what-is-tinder source structure */
.what-is-tinder {
  box-sizing: border-box;
  width: 100%;
  height: 798px;
  min-height: 798px;
  padding: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5a000f;
  color: #fbd4d4;
}

.what-is-tinder__content {
  width: 1240px;
  height: 598px;
  display: grid;
  grid-template-columns: 604px 409px;
  grid-template-rows: 50px 518px;
  column-gap: 227px;
  row-gap: 30px;
  text-align: left;
}

.what-is-tinder__heading {
  grid-column: 1;
  grid-row: 1;
  width: 604px;
  height: 50px;
  margin: 0;
  color: #fbd4d4 !important;
  font-family: Society, Georgia, serif;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: -.96px;
  font-weight: 700;
}

.what-is-tinder__heading span {
  font-style: italic;
}

.what-is-tinder__image-wrap {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 409px;
  height: 598px;
  display: flex;
  justify-content: center;
}

.what-is-tinder__image {
  width: 299px;
  height: 598px;
  max-height: none;
  margin: 0;
  object-fit: contain;
}

.what-is-tinder__body {
  grid-column: 1;
  grid-row: 2;
  width: 604px;
  height: 518px;
  margin: 0;
  color: #fbd4d4;
  font-family: Regola, "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

.what-is-tinder__body p {
  width: 604px;
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

.what-is-tinder__body p:last-child {
  margin-bottom: 0;
}

@media(max-width:1023px) {
  .what-is-tinder {
    height: 991px;
    min-height: 991px;
    padding: 60px 25px;
    display: block;
  }

  .what-is-tinder__content {
    width: 340px;
    height: 871px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .what-is-tinder__heading {
    flex: 0 0 42px;
    width: 340px;
    height: 42px;
    margin: 0;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -.25px;
  }

  .what-is-tinder__image-wrap {
    flex: 0 0 341px;
    width: 340px;
    height: 341px;
    display: flex;
    justify-content: center;
  }

  .what-is-tinder__image {
    width: 170.5px;
    height: 341px;
    margin: 0;
  }

  .what-is-tinder__body {
    flex: 0 0 440px;
    width: 340px;
    height: 440px;
    font-size: 15px;
    line-height: 20px;
  }

  .what-is-tinder__body p {
    width: 340px;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
  }
}


/* Exact download source structure */
.download {
  box-sizing: border-box;
  width: 100%;
  height: 640px;
  min-height: 640px;
  padding: 0;
  background: #5a000f;
  color: #f1e6ef;
}

.download-mobile {
  display: none;
}

.download-desktop {
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  height: 640px;
  margin: 0 auto;
  padding: 183px 100px;
  display: flex;
  align-items: center;
  gap: 54px;
}

.download-copy {
  flex: 0 0 687px;
  width: 687px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 33px;
}

.download h2 {
  margin: 0 0 10.5px;
  color: #f1e6ef;
  font-family: Society, "Helvetica Neue", Arial, sans-serif;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -.5px;
  font-weight: 700;
  text-align: left;
}

.download-cta {
  position: relative;
  box-sizing: border-box;
  width: 201.266px;
  height: 50px;
  padding: 12px 24px;
  border-radius: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8f0ef;
  color: #1b1817;
  font-family: Regola, "Helvetica Neue", Arial, sans-serif;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: .1px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.download-cta:hover {
  background: #dce8e6;
  text-decoration: none;
}

.download-cta:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.download-art {
  flex: 1 1 auto;
  height: 274px;
  padding-left: 161px;
  padding-right: 75px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.download-art img {
  width: 263px;
  height: 274px;
}

@media(max-width:1023px) {
  .download {
    height: 284px;
    min-height: 284px;
  }

  .download-desktop {
    display: none;
  }

  .download-mobile {
    box-sizing: border-box;
    width: 390px;
    height: 284px;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 33px;
  }

  .download-mobile-heading {
    width: 340px;
    height: 141px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .download-mobile-heading img {
    width: 38px;
    height: 56px;
  }

  .download h2 {
    width: 340px;
    height: 67px;
    margin: 0;
    padding: 0 0 7px;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -.56px;
    font-weight: 600;
  }
}

.download-art {
  padding-left: 0;
  padding-right: 0;
}

@media(max-width:1023px) {
  .download-mobile {
    width: 100%;
  }
}


/* Exact footer wordmark source structure */
.footer-wordmark {
  display: block;
  width: auto;
  height: auto;
  max-height: 360px;
  margin: 40px -68px 0;
  overflow: hidden;
  color: #ec180e;
  filter: none;
}

.footer-wordmark img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  filter: none;
}

@media(max-width:1023px) {
  .footer-wordmark {
    width: auto;
    height: auto;
    max-height: 100px;
    margin: 24px -16px 0;
  }
}

.footer-grid {
  margin: 0;
}

/* Tinder features: matched to the current tinder.com feature carousel */
.tinder-features {
  width: 100%;
  height: 820px;
  padding: 73px 0;
  overflow: hidden;
  background: #fff
}

.tinder-features__content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px
}

.tinder-features__heading {
  margin-bottom: 40px
}

.tinder-features__heading h2 {
  margin: 0;
  color: #1b1817;
  font-family: Society, Georgia, serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -.84px
}

.tinder-features .fi-card-row,
.tinder-features .tinder-features__track {
  width: 100%;
  height: 592px
}

.tinder-features .tinder-features__track {
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-snap-type: x mandatory
}

.tinder-features .tinder-features__item {
  flex: 0 0 400px;
  width: 400px;
  height: 592px;
  scroll-snap-align: start
}

.tinder-features .fi-card {
  width: 100%;
  height: 100%;
  padding: 34px 31px 37px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  overflow: hidden
}

.tinder-features .fi-card--double {
  color: #fbd4d4;
  background: #5a000f
}

.tinder-features .fi-card--double .fi-card__title {
  color: #f1e6ef
}

.tinder-features .fi-card--astrology {
  color: #fbdaf6;
  background: #2a1d28
}

.tinder-features .fi-card--music {
  color: #1b1817;
  background: #fff
}

.tinder-features .fi-card__top,
.tinder-features .fi-card__bottom {
  flex: 0 0 auto
}

.tinder-features .fi-card__label {
  margin: 0 0 5px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px
}

.tinder-features .fi-card--astrology .fi-card__label,
.tinder-features .fi-card--astrology .fi-card__title {
  color: #f5b1eb
}

.tinder-features .fi-card__title {
  margin: 0;
  font-family: Society, Georgia, serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -.84px
}

.tinder-features .fi-card__illustration-area {
  position: relative;
  min-height: 0;
  flex: 1 1 auto
}

.tinder-features .fi-card__illustration {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain
}

.tinder-features .fi-card__bottom p {
  margin: 0;
  font-size: 15px;
  line-height: 20px
}

.tinder-features .fi-card__bottom a {
  display: block;
  color: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline
}

@media(max-width:1023px) {
  .tinder-features {
    height: 657px;
    padding: 40px 0
  }

  .tinder-features__content {
    padding: 0 16px
  }

  .tinder-features__heading {
    margin-bottom: 25px
  }

  .tinder-features__heading h2 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -.15px
  }

  .tinder-features .fi-card-row,
  .tinder-features .tinder-features__track {
    height: 480px
  }

  .tinder-features .tinder-features__track {
    width: calc(100% + 16px);
    margin-right: -16px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-padding-left: 20px
  }

  .tinder-features .tinder-features__track::-webkit-scrollbar {
    display: none
  }

  .tinder-features .tinder-features__item {
    flex-basis: 320px;
    width: 320px;
    height: 480px
  }

  .tinder-features .tinder-features__item:first-child {
    margin-left: 20px
  }

  .tinder-features .fi-card {
    padding: 28px 25px 37px
  }

  .tinder-features .fi-card__title {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -.25px
  }
}

/* Pointer dragging for horizontal carousels */
.carousel-scroll-container--snap{cursor:grab;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}
.carousel-scroll-container--snap.is-dragging{cursor:grabbing;scroll-snap-type:none!important;user-select:none}
.carousel-scroll-container--snap.is-dragging img{pointer-events:none}
/* Footer grid matched to Tinder source structure */
.footer-grid{height:339px;display:flex;flex-flow:row wrap;gap:50px;align-items:flex-start;margin:0}
.footer-about{order:1;flex:1 0 300px;width:auto;max-width:300px}
.footer-brandline{height:36px;display:flex;align-items:center;gap:23px}
.footer-brandline .footer-mark{display:block;flex:0 0 27px;width:27px;height:36px;color:#fbd4d4;filter:none}
.footer-brandline p{width:auto;margin:0;color:#fbd4d4;font-size:15px;line-height:20px;font-weight:500}
.footer-about .footer-description{width:300px;margin:20px 0 0;color:#fbd4d4;font-size:14px;line-height:18px;font-weight:500}
.footer-language{display:inline-flex;width:max-content;height:44px;margin-top:20px;padding:12px 24px;align-items:center;gap:8px;border:0;border-radius:52px;background:#3c000a;color:#fff;font-size:15px;line-height:20px;font-weight:500}
.footer-language svg{display:block;flex:0 0 16px;width:16px;height:16px}
.footer-links{order:2;display:flex;flex:1 1 0;flex-flow:row wrap;gap:32px;align-items:flex-start;justify-content:space-between;min-width:0}
.footer-grid .footer-links nav{flex:0 0 auto;width:auto;min-width:0;display:block}
.footer-grid .footer-links nav:nth-of-type(1){order:4}
.footer-grid .footer-links nav:nth-of-type(2){order:1}
.footer-grid .footer-links nav:nth-of-type(3){order:3}
.footer-grid .footer-links nav:nth-of-type(4){order:2}
.footer-grid .footer-links nav:nth-of-type(5){order:5}
.footer-grid h3{margin:0 0 13px;color:#fbfbfb;font-size:15px;line-height:20px;font-weight:700}
.footer-grid ul{margin:0;padding:0;list-style:none}
.footer-grid li{margin:0 0 13px}
.footer-grid a{color:#fbd4d4;font-size:15px;line-height:20px;font-weight:500;text-decoration:none}
.footer-grid a:hover{text-decoration:underline;opacity:.8}
@media(max-width:1023px){
  .footer-grid{height:1399px;flex-flow:column nowrap;gap:24px}
  .footer-links{order:1;width:100%;flex:0 0 auto;display:flex;flex-flow:column nowrap;gap:24px}
  .footer-grid .footer-links nav{width:100%}
  .footer-grid .footer-links nav:nth-of-type(1){order:1}
  .footer-grid .footer-links nav:nth-of-type(2){order:2}
  .footer-grid .footer-links nav:nth-of-type(3){order:3}
  .footer-grid .footer-links nav:nth-of-type(4){order:4}
  .footer-grid .footer-links nav:nth-of-type(5){order:5}
  .footer-about{order:2;flex:0 0 100%;width:100%;max-width:none;margin:0}
  .footer-about .footer-description{width:100%}
}
/* Complete Footer layout from the supplied Tinder source */
footer#footer{
  width:100%;
  height:auto;
  min-height:0;
  padding:84px 84px 40px;
  overflow:hidden;
  background:#5a000f;
  color:#fbd4d4;
  text-align:left;
}
footer#footer .footer-grid{
  width:100%;
  height:auto;
  min-height:0;
  display:flex;
  flex-flow:row wrap;
  align-items:flex-start;
  gap:50px;
  margin:0;
}
footer#footer .footer-about{
  order:1;
  width:auto;
  max-width:300px;
  flex:1 0 300px;
  margin:0;
}
footer#footer .footer-about{
  display:flex;
  flex-direction:column;
  gap:20px;
}
footer#footer .footer-brandline{
  height:36px;
  display:flex;
  align-items:center;
  gap:23px;
}
footer#footer .footer-brandline p,
footer#footer .footer-about .footer-description,
footer#footer .footer-language{
  margin:0;
}
footer#footer .footer-about .footer-description{
  width:100%;
  color:#fbd4d4;
  font-size:14px;
  line-height:18px;
  font-weight:500;
}
footer#footer .footer-language{
  display:inline-flex;
  width:max-content;
  height:44px;
  padding:12px 24px;
  align-items:center;
  gap:8px;
  border:0;
  border-radius:52px;
  background:#3c000a;
  color:#fff;
}
footer#footer .footer-language:hover{opacity:.8}
footer#footer .footer-links{
  order:2;
  min-width:0;
  display:flex;
  flex:1 1 0;
  flex-flow:row wrap;
  align-items:flex-start;
  justify-content:space-between;
  gap:32px;
}
footer#footer .footer-links nav{
  width:auto;
  min-width:0;
  flex:0 0 auto;
  display:block;
}
footer#footer .footer-links nav:nth-of-type(1){order:4}
footer#footer .footer-links nav:nth-of-type(2){order:1}
footer#footer .footer-links nav:nth-of-type(3){order:3}
footer#footer .footer-links nav:nth-of-type(4){order:2}
footer#footer .footer-links nav:nth-of-type(5){order:5}
footer#footer .footer-wordmark{
  width:auto;
  height:auto;
  max-height:360px;
  margin:40px -68px 0;
  overflow:hidden;
  color:#ec180e;
  filter:none;
}
footer#footer .footer-wordmark svg{
  display:block;
  width:100%;
  height:auto;
  margin:0;
  color:inherit;
}
@media(max-width:1023px){
  footer#footer{
    height:auto;
    min-height:0;
    padding:40px 24px 24px;
  }
  footer#footer .footer-grid{
    height:auto;
    min-height:0;
    flex-flow:column nowrap;
    gap:24px;
  }
  footer#footer .footer-links{
    order:1;
    width:100%;
    flex:0 0 auto;
    flex-flow:column nowrap;
    gap:24px;
  }
  footer#footer .footer-links nav{
    width:100%;
    flex-basis:100%;
  }
  footer#footer .footer-links nav:nth-of-type(1){order:1}
  footer#footer .footer-links nav:nth-of-type(2){order:2}
  footer#footer .footer-links nav:nth-of-type(3){order:3}
  footer#footer .footer-links nav:nth-of-type(4){order:4}
  footer#footer .footer-links nav:nth-of-type(5){order:5}
  footer#footer .footer-about{
    order:2;
    width:100%;
    max-width:none;
    flex:0 0 100%;
  }
  footer#footer .footer-wordmark{
    width:auto;
    height:auto;
    margin:24px -16px 0;
  }
}
/* Language selector matched to the supplied Tinder dialog */
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.modal-backdrop{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:0;background:rgba(0,0,0,.52)}
.modal-backdrop[hidden]{display:none}
.language-modal{position:relative;width:640px;height:auto;max-height:800px;margin:0;padding:24px;overflow:hidden;display:flex;flex-direction:column;border-radius:8px;background:#fff;color:#1b1817;text-align:center}
.language-modal__close-wrap{position:absolute;top:0;right:0;z-index:2;padding:20px}
.modal-close{position:static;width:36px;height:36px;padding:4px;display:flex;align-items:center;justify-content:center;border:3px solid #656e7b;border-radius:50%;background:#fff;color:#656e7b;cursor:pointer;transition:transform .2s,color .2s,background .2s}
.modal-close:hover{transform:rotate(-90deg);background:#656e7b;color:#fff}
.modal-close svg{display:block;width:28px;height:28px}
.language-modal__header{width:100%;align-self:flex-start}
.language-modal__mark{display:block;width:36px;height:36px;margin:0 auto 8px}
.language-modal__heading{text-align:left;border-bottom:1px solid #d4d8de}
.language-modal__heading h2{display:inline-block;margin:0 20px 0 0;padding:0 0 12px;font-size:18px;line-height:24px;font-weight:600}
.language-modal__heading p{margin:0 0 12px;color:#656e7b;font-size:13px;line-height:18px}
.language-modal__body{min-height:0;max-height:680px;padding-bottom:12px;flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}
.language-list{display:flex;flex-wrap:wrap;margin:0;padding:8px 0 0;list-style:none;text-align:left}
.language-list li{width:25%;margin:8px 0;color:#656e7b;vertical-align:top}
.language-list button{width:100%;padding:8px 4px;display:flex;flex-direction:column;border:0;border-radius:16px;background:transparent;color:#1b1817;text-align:left;font-size:17px;line-height:24px;font-weight:400;cursor:pointer;transition:background .2s}
.language-list button:hover,.language-list button:focus-visible{background:#f0f2f4;outline:none}
.language-list button[aria-current="true"]{font-weight:700}
.language-list small{display:block;margin:0;color:#656e7b;font-size:13px;line-height:18px;font-weight:400}
@media(max-width:1023px){
  .modal-backdrop{padding:10px}
  .language-modal{width:min(440px,calc(100vw - 20px));height:80%;max-height:100vh;margin:10px;padding:24px;overflow:hidden}
  .language-modal__close-wrap{padding:12px}
  .language-modal__body{max-height:none}
  .language-list li{width:50%}
}
@media(max-width:480px){
  .language-modal{padding:12px}
  .language-list li{width:100%}
}
