@font-face {
  font-family: "LoqsySerif";
  src: url("assets/fonts/Georgia.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LoqsySerif";
  src: url("assets/fonts/Georgia-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #050505;
  --bg-top: #0b0906;
  --surface: #10100e;
  --surface-2: #1a1813;
  --gold: #e8c78a;
  --gold-2: #d8b76f;
  --cream: #f8f1e3;
  --muted: #c2b9a8;
  --dim: #81796b;
  --border: rgba(232, 199, 138, 0.2);
  --border-strong: rgba(232, 199, 138, 0.42);
  --shadow: rgba(232, 199, 138, 0.2);
  --max: min(1180px, calc(100vw - 40px));
  --font-heading: "LoqsySerif", Georgia, serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
  overflow-x: clip;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: clip;
  color: var(--cream);
  background:
    radial-gradient(circle at 20% 0%, rgba(232, 199, 138, 0.14), transparent 32rem),
    radial-gradient(circle at 88% 18%, rgba(216, 183, 111, 0.08), transparent 28rem),
    linear-gradient(180deg, var(--bg-top), var(--bg) 34rem);
  font-family: var(--font-body);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.text-gold {
  color: var(--gold);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--max);
  margin: 0 auto;
  padding: clamp(14px, 2vw, 22px) 0;
  background: transparent;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 50%;
  z-index: -1;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 7, 6, 0.72), rgba(7, 7, 6, 0.36) 58%, transparent);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--gold);
  font-family: var(--font-heading);
  font-size: clamp(25px, 2.4vw, 36px);
  font-weight: 800;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  color: var(--muted);
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 750;
}

.nav-links a {
  padding: 8px 0;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--gold);
}

.section-shell {
  width: var(--max);
  margin: 0 auto;
}

.section-shell[id] {
  scroll-margin-top: 92px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.75fr);
  align-items: center;
  gap: clamp(38px, 6vw, 92px);
  min-height: min(860px, calc(100vh - 84px));
  padding: clamp(14px, 2.4vw, 34px) 0 clamp(40px, 6vw, 74px);
}

.hero::before {
  content: "";
  position: absolute;
  top: calc(-1 * clamp(96px, 9vw, 150px));
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 10%, rgba(232, 199, 138, 0.15), transparent 26rem),
    radial-gradient(circle at 77% 64%, rgba(194, 165, 111, 0.13), transparent 28rem),
    linear-gradient(135deg, rgba(53, 31, 10, 0.34), rgba(18, 13, 9, 0.22) 42%, rgba(5, 5, 5, 0) 78%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -42%;
  z-index: 0;
  width: 58%;
  aspect-ratio: 1;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 199, 138, 0.14), transparent 66%);
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: min(100%, 430px);
  margin: 0 0 clamp(14px, 1.8vw, 22px);
  padding: 8px 14px;
  color: var(--gold);
  border: 1px solid rgba(232, 199, 138, 0.42);
  border-radius: 999px;
  background: rgba(10, 9, 7, 0.54);
  box-shadow:
    inset 0 0 16px rgba(232, 199, 138, 0.05),
    0 0 18px rgba(232, 199, 138, 0.08);
  font-size: clamp(10.5px, 0.85vw, 13px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-trust-icon {
  flex: 0 0 auto;
  width: clamp(15px, 1.1vw, 18px);
  height: clamp(15px, 1.1vw, 18px);
  background: currentColor;
  -webkit-mask:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M12 2.2 4.5 5.4v5.5c0 4.7 3.2 9.1 7.5 10.6 4.3-1.5 7.5-5.9 7.5-10.6V5.4L12 2.2Zm0 2.2 5.4 2.3v4.2c0 3.6-2.2 7-5.4 8.3-3.2-1.3-5.4-4.7-5.4-8.3V6.7L12 4.4Zm3.4 5-4.5 4.5-2.1-2.1-1.2 1.2 3.3 3.3 5.7-5.7-1.2-1.2Z'/%3E%3C/svg%3E")
      center / contain no-repeat;
  mask:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M12 2.2 4.5 5.4v5.5c0 4.7 3.2 9.1 7.5 10.6 4.3-1.5 7.5-5.9 7.5-10.6V5.4L12 2.2Zm0 2.2 5.4 2.3v4.2c0 3.6-2.2 7-5.4 8.3-3.2-1.3-5.4-4.7-5.4-8.3V6.7L12 4.4Zm3.4 5-4.5 4.5-2.1-2.1-1.2 1.2 3.3 3.3 5.7-5.7-1.2-1.2Z'/%3E%3C/svg%3E")
      center / contain no-repeat;
}

h1,
h2 {
  margin: 0;
  color: var(--cream);
  font-family: var(--font-heading);
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(58px, 10.5vw, 138px);
  font-weight: 800;
}

.hero-title-row {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: clamp(8px, 1.4vw, 16px);
}

.hero-title-row h1 {
  transform-origin: 50% 64%;
  animation: loqsyHeroShake 5s ease-in-out infinite;
  will-change: transform;
}

@keyframes loqsyHeroShake {
  0%,
  88%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  90% {
    transform: translate3d(-2px, 0, 0) rotate(-0.6deg);
  }
  92% {
    transform: translate3d(2px, 0, 0) rotate(0.6deg);
  }
  94% {
    transform: translate3d(-1.5px, 0, 0) rotate(-0.35deg);
  }
  96% {
    transform: translate3d(1px, 0, 0) rotate(0.25deg);
  }
}

.pronunciation-inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: clamp(9px, 1.7vw, 24px);
  padding: 0;
  color: var(--gold);
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: clamp(13px, 1.6vw, 22px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.pronunciation-inline:hover,
.pronunciation-inline:focus-visible {
  color: var(--cream);
  outline: none;
}

.pronunciation-inline .sound-icon {
  width: clamp(15px, 1.5vw, 20px);
  height: clamp(15px, 1.5vw, 20px);
}

@media (prefers-reduced-motion: reduce) {
  .hero-title-row h1 {
    animation: none;
  }
}

h2 {
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.05;
}

h3 {
  margin: 0;
  color: var(--cream);
  font-size: clamp(19px, 1.6vw, 24px);
  line-height: 1.16;
}

.tagline {
  max-width: 760px;
  margin: clamp(20px, 2.6vw, 34px) 0 0;
  color: var(--cream);
  font-family: var(--font-heading);
  font-size: clamp(32px, 4.35vw, 58px);
  font-weight: 400;
  line-height: 1.06;
}

.hero-text,
.privacy-copy p,
.launch-panel p,
.feature-card p {
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 21px);
  font-weight: 650;
  line-height: 1.45;
}

.hero-text {
  max-width: 780px;
  margin: clamp(18px, 2.2vw, 28px) 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: clamp(24px, 3vw, 38px);
}

.primary-cta,
.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 clamp(22px, 2.2vw, 34px);
  border-radius: 999px;
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 900;
  white-space: nowrap;
}

.primary-cta {
  gap: 10px;
  color: #090806;
  background: linear-gradient(135deg, #f8dfaf, var(--gold-2));
  box-shadow: 0 16px 42px rgba(232, 199, 138, 0.22);
}

.store-cta {
  gap: 12px;
  min-height: 62px;
  padding-left: clamp(18px, 2vw, 26px);
  padding-right: clamp(22px, 2.4vw, 36px);
  text-align: left;
}

.store-cta span:last-child {
  display: grid;
  gap: 1px;
  line-height: 1.05;
}

.store-cta small {
  color: rgba(9, 8, 6, 0.74);
  font-size: clamp(10px, 0.8vw, 12px);
  font-weight: 950;
  text-transform: uppercase;
}

.play-store-icon {
  position: relative;
  width: clamp(24px, 2vw, 30px);
  aspect-ratio: 1;
  flex: 0 0 auto;
  border-radius: 8px;
  background: rgba(9, 8, 6, 0.12);
}

.play-store-icon::before {
  content: "";
  position: absolute;
  inset: 18% 14% 18% 22%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background:
    linear-gradient(120deg, #27d17f 0 32%, #3aa7ff 32% 57%, #f8dfaf 57% 78%, #f36f5c 78%);
  filter: drop-shadow(0 1px 0 rgba(9, 8, 6, 0.16));
}

.secondary-cta {
  color: var(--gold);
  border: 1px solid var(--border-strong);
  background: rgba(255, 255, 255, 0.04);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: clamp(24px, 3vw, 36px);
}

.trust-strip span {
  padding: 9px 13px;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(16, 16, 14, 0.68);
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 800;
}

.hero-visual {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: clamp(560px, 54vw, 720px);
  perspective: 1200px;
}

.phone-frame {
  position: relative;
  width: min(370px, 92%);
  padding: 13px;
  border: 1px solid rgba(248, 241, 227, 0.18);
  border-radius: 48px;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.96), rgba(52, 52, 49, 0.92) 48%, rgba(8, 8, 8, 0.98)),
    #050505;
  transform: rotateZ(-7deg) rotateY(-12deg) translateY(8px);
  transform-origin: 50% 78%;
  box-shadow:
    22px 34px 70px rgba(0, 0, 0, 0.58),
    -10px 22px 58px rgba(232, 199, 138, 0.09),
    inset 0 0 0 1px rgba(248, 241, 227, 0.05);
}

.phone-frame::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 3;
  width: 118px;
  height: 28px;
  transform: translateX(-50%);
  border-radius: 0 0 18px 18px;
  background: #030303;
  box-shadow: inset 0 -1px 5px rgba(255, 255, 255, 0.04);
}

.phone-frame::after {
  content: "";
  position: absolute;
  top: 116px;
  right: -5px;
  width: 4px;
  height: 92px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(248, 241, 227, 0.28), rgba(248, 241, 227, 0.04));
}

.phone-screen {
  position: relative;
  display: grid;
  align-content: start;
  gap: clamp(18px, 2vw, 28px);
  min-height: 650px;
  padding: 34px 20px 24px;
  overflow: hidden;
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 8%, rgba(232, 199, 138, 0.08), transparent 13rem),
    linear-gradient(180deg, rgba(6, 10, 11, 0.98), rgba(3, 4, 5, 0.98));
}

.phone-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 35px;
  padding: 0 4px;
}

.phone-status span:nth-child(2) {
  color: var(--gold);
  font-family: var(--font-body);
  font-size: clamp(24px, 2.3vw, 32px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
}

.phone-menu-icon,
.phone-filter-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  color: rgba(248, 241, 227, 0.74);
}

.phone-menu-icon::before,
.phone-filter-icon::before,
.phone-filter-icon::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 7px 0 currentColor, 0 14px 0 currentColor;
}

.phone-filter-icon svg,
.phone-actions button svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.phone-filter-icon svg {
  stroke-width: 2.4;
}

.phone-filter-icon svg circle {
  fill: currentColor;
  stroke: none;
}

.phone-actions button svg {
  width: 58%;
  height: 58%;
  stroke-width: 2.6;
}

.phone-filter-icon::before {
  display: none;
}

.phone-filter-icon::after {
  display: none;
}

.profile-preview-card {
  position: relative;
  overflow: hidden;
  min-height: 468px;
  border: 1px solid rgba(232, 199, 138, 0.2);
  border-radius: 28px;
  background: #080706;
  box-shadow:
    inset 0 1px 0 rgba(248, 241, 227, 0.05),
    0 20px 34px rgba(0, 0, 0, 0.35);
}

.profile-preview-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.58) 72%, rgba(0, 0, 0, 0.86)),
    radial-gradient(circle at 8% 12%, rgba(232, 199, 138, 0.12), transparent 7rem);
}

.profile-preview-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 468px;
  object-fit: cover;
  object-position: 50% 18%;
  filter: saturate(0.92) contrast(1.04) brightness(0.9);
}

.profile-preview-info {
  position: absolute;
  left: 22px;
  right: 18px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  gap: 6px;
}

.profile-preview-info strong,
.profile-preview-info > span {
  display: block;
}

.profile-preview-info strong {
  color: var(--cream);
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.05;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.55);
}

.verified-dot {
  display: inline;
  margin-left: 3px;
  color: var(--gold);
  font-size: 0.72em;
  vertical-align: 0.08em;
}

.profile-preview-info > span {
  color: var(--muted);
  font-size: clamp(15px, 1.25vw, 17px);
  font-weight: 800;
  line-height: 1.15;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.profile-location {
  margin-top: -1px;
}

.mutual-preview-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.mutual-pill {
  width: fit-content;
  padding: 8px 13px;
  color: var(--gold);
  border: 1px solid rgba(232, 199, 138, 0.23);
  border-radius: 999px;
  background: rgba(10, 9, 7, 0.68);
  box-shadow: 0 0 18px rgba(232, 199, 138, 0.08);
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 900;
}

.mutual-avatars {
  display: inline-flex;
  align-items: center;
  padding-left: 6px;
}

.mutual-avatars span {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: -7px;
  border: 2px solid rgba(5, 5, 5, 0.9);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 36%, rgba(248, 241, 227, 0.96) 0 5px, transparent 5.5px),
    radial-gradient(circle at 50% 74%, rgba(248, 241, 227, 0.94) 0 10px, transparent 10.5px),
    linear-gradient(135deg, #69422b, #c98b55);
}

.mutual-avatars span:nth-child(2) {
  background:
    radial-gradient(circle at 50% 36%, rgba(248, 241, 227, 0.96) 0 5px, transparent 5.5px),
    radial-gradient(circle at 50% 74%, rgba(248, 241, 227, 0.94) 0 10px, transparent 10.5px),
    linear-gradient(135deg, #2e4c52, #d5a16c);
}

.mutual-avatars span:nth-child(3) {
  background:
    radial-gradient(circle at 50% 36%, rgba(248, 241, 227, 0.96) 0 5px, transparent 5.5px),
    radial-gradient(circle at 50% 74%, rgba(248, 241, 227, 0.94) 0 10px, transparent 10.5px),
    linear-gradient(135deg, #2b2c45, #ba6d48);
}

.phone-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 2vw, 22px);
  margin-top: clamp(2px, 0.8vw, 10px);
}

.phone-actions button {
  display: grid;
  place-items: center;
  width: clamp(50px, 4vw, 62px);
  height: clamp(50px, 4vw, 62px);
  color: rgba(248, 241, 227, 0.86);
  border: 1px solid rgba(248, 241, 227, 0.06);
  border-radius: 999px;
  background: rgba(18, 21, 22, 0.88);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.34);
  font: inherit;
  font-size: clamp(30px, 2.7vw, 40px);
  font-weight: 500;
  line-height: 1;
}

.phone-actions button:nth-child(3) {
  color: #080706;
  border: 8px solid rgba(232, 199, 138, 0.18);
  background: linear-gradient(135deg, #f7dda8, var(--gold-2));
  font-size: clamp(26px, 2.2vw, 34px);
}

.phone-actions button:nth-child(4) {
  color: var(--gold);
}

.hero-heart-doodle,
.hero-line-doodle {
  position: absolute;
  pointer-events: none;
  opacity: 0.78;
}

.hero-heart-doodle {
  right: 3%;
  top: 29%;
  width: 30px;
  aspect-ratio: 1;
  transform: rotate(-10deg);
}

.hero-heart-doodle::before,
.hero-heart-doodle::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 24px;
  border: 2px solid var(--gold);
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  transform-origin: 50% 100%;
}

.hero-heart-doodle::before {
  left: 6px;
  transform: rotate(-45deg);
}

.hero-heart-doodle::after {
  right: 4px;
  transform: rotate(45deg);
}

.hero-line-doodle {
  right: -5%;
  bottom: 23%;
  width: clamp(130px, 14vw, 220px);
  height: clamp(210px, 24vw, 340px);
  border-right: 3px solid rgba(232, 199, 138, 0.78);
  border-radius: 50%;
  transform: rotate(10deg);
  filter: drop-shadow(0 0 8px rgba(232, 199, 138, 0.14));
}

.feature-band,
.privacy-panel,
.launch-panel {
  padding: clamp(58px, 8vw, 112px) 0;
}

.sound-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.sound-icon::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  width: 9px;
  height: 12px;
  clip-path: polygon(0 27%, 40% 27%, 100% 0, 100% 100%, 40% 73%, 0 73%);
  background: currentColor;
}

.sound-icon::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 1px;
  width: 11px;
  height: 18px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(250px, 0.45fr);
  gap: 28px;
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.feature-heading {
  display: block;
  max-width: 760px;
  margin-right: auto;
  margin-bottom: clamp(40px, 6vw, 72px);
  margin-left: auto;
  text-align: center;
}

.feature-heading .eyebrow {
  margin-bottom: clamp(14px, 1.8vw, 22px);
}

.feature-heading h2 {
  font-size: clamp(38px, 5.4vw, 74px);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(30px, 5vw, 86px);
  align-items: start;
}

.privacy-panel,
.launch-panel {
  border: 1px solid var(--border);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
    rgba(16, 16, 14, 0.74);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.feature-card {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.feature-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: clamp(50px, 5.3vw, 72px);
  left: calc(50% + clamp(62px, 6vw, 88px));
  width: clamp(70px, 8vw, 120px);
  border-top: 2px dashed rgba(232, 199, 138, 0.24);
}

.feature-step {
  position: absolute;
  top: clamp(38px, 4.4vw, 60px);
  left: clamp(12px, 1.5vw, 22px);
  display: grid;
  place-items: center;
  width: clamp(42px, 4.6vw, 58px);
  aspect-ratio: 1;
  color: var(--gold);
  border-radius: 50%;
  background: rgba(18, 18, 16, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(248, 241, 227, 0.04),
    0 16px 32px rgba(0, 0, 0, 0.28);
  font-size: clamp(15px, 1.5vw, 21px);
  font-weight: 950;
}

.feature-icon-ring {
  display: grid;
  place-items: center;
  width: clamp(104px, 10.5vw, 148px);
  aspect-ratio: 1;
  margin-bottom: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(248, 241, 227, 0.1);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 45%, rgba(232, 199, 138, 0.08), transparent 52%),
    rgba(11, 13, 13, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(232, 199, 138, 0.05),
    0 0 36px rgba(232, 199, 138, 0.08);
}

.feature-card img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  object-position: center;
  margin: 0;
  filter: drop-shadow(0 0 18px rgba(232, 199, 138, 0.18));
}

.feature-card img.location-feature-sketch {
  width: 68%;
  height: 68%;
}

.feature-card h3 {
  max-width: 260px;
  font-size: clamp(20px, 1.9vw, 28px);
  line-height: 1.1;
}

.feature-card p {
  max-width: 300px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: clamp(14px, 1.18vw, 18px);
  font-weight: 650;
  line-height: 1.5;
}

.privacy-panel,
.launch-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.58fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  margin-bottom: clamp(28px, 5vw, 64px);
  padding: clamp(26px, 5vw, 58px);
}

.privacy-copy p,
.launch-panel p {
  margin: 20px 0 0;
}

.privacy-list {
  display: grid;
  gap: 12px;
}

.privacy-list div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(232, 199, 138, 0.14);
  border-radius: 18px;
  background: rgba(5, 5, 5, 0.34);
}

.list-icon {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  color: var(--gold);
  border: 1px solid var(--border);
  border-radius: 50%;
  background: rgba(232, 199, 138, 0.08);
  font-weight: 900;
}

.privacy-list strong {
  color: var(--muted);
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.35;
}

.privacy-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: clamp(30px, 5vw, 70px);
  margin-bottom: clamp(38px, 6vw, 82px);
  padding: clamp(72px, 9vw, 132px) 0 clamp(58px, 8vw, 104px);
  border-top: 1px solid rgba(232, 199, 138, 0.24);
  border-bottom: 1px solid rgba(232, 199, 138, 0.16);
}

.privacy-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -12rem;
  left: 50%;
  width: min(900px, 86vw);
  aspect-ratio: 1.8;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(232, 199, 138, 0.12),
    rgba(232, 199, 138, 0.035) 38%,
    transparent 72%
  );
  filter: blur(8px);
  pointer-events: none;
}

.privacy-intro {
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}

.privacy-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.privacy-kicker .eyebrow {
  margin: 0;
}

.privacy-kicker-line {
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.privacy-intro h2 {
  font-size: clamp(32px, 4.2vw, 56px);
  font-weight: 400;
  line-height: 1.06;
}

.privacy-intro h2 span {
  color: var(--gold);
}

.privacy-lede {
  max-width: 760px;
  margin: clamp(22px, 2.6vw, 32px) auto 0;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 630;
  line-height: 1.6;
}

.privacy-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(50px, 6vw, 78px);
  border-top: 1px solid rgba(232, 199, 138, 0.16);
  border-bottom: 1px solid rgba(232, 199, 138, 0.12);
}

.privacy-principle {
  position: relative;
  min-width: 0;
  padding: clamp(30px, 4vw, 48px) clamp(22px, 3vw, 40px) clamp(34px, 4vw, 48px);
}

.privacy-principle + .privacy-principle {
  border-left: 1px solid rgba(232, 199, 138, 0.14);
}

.privacy-number {
  margin-bottom: clamp(24px, 3vw, 38px);
  color: rgba(232, 199, 138, 0.54);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.privacy-symbol {
  width: clamp(72px, 7.5vw, 104px);
  height: auto;
  aspect-ratio: 1;
  margin-bottom: 24px;
  object-fit: contain;
  filter: drop-shadow(0 0 26px rgba(232, 199, 138, 0.18));
}

.privacy-principle h3 {
  max-width: 270px;
  font-family: var(--font-heading);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
}

.privacy-principle p {
  max-width: 320px;
  margin: 15px 0 0;
  color: var(--muted);
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 620;
  line-height: 1.55;
}

.privacy-signoff {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: clamp(36px, 4vw, 54px);
  color: var(--gold);
  text-align: center;
}

.privacy-signoff span {
  width: clamp(30px, 5vw, 72px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 199, 138, 0.5));
}

.privacy-signoff span:last-child {
  transform: rotate(180deg);
}

.privacy-signoff strong {
  font-family: var(--font-heading);
  font-size: clamp(18px, 1.7vw, 24px);
  font-style: italic;
  font-weight: 400;
}

.launch-actions {
  display: grid;
  justify-items: start;
  gap: 20px;
}

.launch-panel {
  position: relative;
  grid-template-columns: minmax(96px, 0.34fr) minmax(300px, 0.72fr) minmax(96px, 0.34fr);
  gap: clamp(14px, 2.5vw, 34px);
  min-height: clamp(250px, 23vw, 350px);
  padding: clamp(22px, 3vw, 42px) clamp(18px, 3vw, 46px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  background: transparent;
}

.launch-panel::before {
  content: "";
  position: absolute;
  inset: clamp(-46px, -4vw, -28px) clamp(-70px, -5vw, -34px);
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 12%, rgba(232, 199, 138, 0.13), transparent 28%),
    radial-gradient(circle at 12% 80%, rgba(232, 199, 138, 0.12), transparent 24%),
    radial-gradient(circle at 88% 72%, rgba(232, 199, 138, 0.1), transparent 26%),
    radial-gradient(ellipse at center, rgba(24, 23, 19, 0.48), rgba(7, 7, 6, 0.2) 46%, transparent 74%);
  filter: blur(0.2px);
}

.launch-copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  align-content: center;
}

.launch-copy h2 {
  max-width: 560px;
  margin: 8px auto 0;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.12;
}

.launch-copy .store-cta {
  width: min(100%, 292px);
  min-height: 58px;
  margin-top: clamp(18px, 2.2vw, 28px);
  padding: 10px 22px;
  justify-content: center;
}

.platform-note {
  margin: 12px 0 0;
  color: rgba(245, 238, 224, 0.66);
  font-size: clamp(12px, 0.95vw, 15px);
  font-weight: 750;
}

.platform-note span {
  margin: 0 8px;
  color: rgba(232, 199, 138, 0.7);
}

.launch-phone {
  position: relative;
  z-index: 1;
  min-height: clamp(210px, 21vw, 310px);
  pointer-events: none;
}

.launch-phone-frame {
  position: absolute;
  top: 50%;
  width: clamp(100px, 11.5vw, 162px);
  aspect-ratio: 0.48;
  padding: 8px;
  border: 2px solid rgba(245, 238, 224, 0.16);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(30, 32, 31, 0.94), rgba(5, 6, 6, 0.98));
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.launch-phone-frame::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 38%;
  height: 12px;
  border-radius: 0 0 13px 13px;
  background: #030303;
  transform: translateX(-50%);
}

.launch-phone-left .launch-phone-frame {
  left: 50%;
  transform: translate(-58%, -50%) rotate(-11deg);
}

.launch-phone-right .launch-phone-frame {
  right: 50%;
  transform: translate(58%, -50%) rotate(9deg);
}

.launch-phone-screen {
  display: grid;
  align-content: center;
  height: 100%;
  padding: 24px 10px 14px;
  overflow: hidden;
  border-radius: 20px;
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 20%, rgba(232, 199, 138, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(8, 15, 16, 0.98), rgba(0, 0, 0, 0.98));
}

.launch-splash-phone .launch-phone-screen {
  justify-items: center;
  text-align: center;
}

.launch-splash-phone strong {
  color: var(--gold);
  font-family: var(--font-body);
  font-size: clamp(24px, 2.55vw, 38px);
  font-weight: 700;
  line-height: 1;
}

.launch-splash-phone span {
  margin-top: 16px;
  color: rgba(245, 238, 224, 0.72);
  font-size: clamp(9px, 0.75vw, 12px);
  font-weight: 800;
  line-height: 1.3;
}

.launch-matches-phone .launch-phone-screen {
  align-content: start;
  gap: 10px;
  text-align: left;
}

.launch-phone-kicker {
  color: var(--gold);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.launch-matches-phone strong {
  color: var(--cream);
  font-family: var(--font-body);
  font-size: clamp(17px, 1.7vw, 25px);
  font-weight: 400;
}

.launch-match-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 8px;
  margin-top: 2px;
}

.launch-match-grid span {
  display: grid;
  justify-items: center;
  gap: 4px;
  color: rgba(245, 238, 224, 0.76);
  font-size: 8px;
  font-weight: 850;
}

.launch-match-grid img {
  width: clamp(32px, 3.45vw, 50px);
  aspect-ratio: 1;
  border: 1px solid rgba(232, 199, 138, 0.22);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.launch-phone-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  align-items: center;
  margin-top: auto;
  padding-top: 6px;
}

.launch-phone-nav span {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  color: rgba(245, 238, 224, 0.46);
  opacity: 0.78;
}

.launch-nav-home {
  border: 1px solid currentColor;
  border-radius: 50%;
}

.launch-nav-chat::before {
  content: "";
  position: absolute;
  inset: 2px 1px 3px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
}

.launch-nav-chat::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 1px;
  width: 5px;
  height: 5px;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: skewX(-22deg);
}

.launch-nav-like {
  color: #070707;
  border-radius: 50%;
  background: var(--gold);
}

.launch-nav-like::before,
.launch-nav-like::after {
  content: "";
  position: absolute;
  top: 4px;
  width: 5px;
  height: 8px;
  border-radius: 5px 5px 0 0;
  background: #070707;
  transform-origin: 50% 100%;
}

.launch-nav-like::before {
  left: 3px;
  transform: rotate(-45deg);
}

.launch-nav-like::after {
  right: 3px;
  transform: rotate(45deg);
}

.launch-nav-profile {
  border: 1px solid currentColor;
  border-radius: 50%;
}

.launch-nav-profile::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
}

.launch-nav-profile::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 7px;
  height: 4px;
  border-radius: 7px 7px 0 0;
  background: currentColor;
  transform: translateX(-50%);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-links a,
.footer-group a {
  color: var(--muted);
  font-weight: 850;
}

.social-links a {
  padding: 9px 12px;
  border: 1px solid rgba(232, 199, 138, 0.16);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.22);
  font-size: 13px;
}

.legal-page {
  position: relative;
  padding-bottom: clamp(42px, 7vw, 92px);
}

.legal-page::before {
  content: "";
  position: absolute;
  inset: -120px 0 auto;
  z-index: -1;
  height: min(620px, 64vw);
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 4%, rgba(232, 199, 138, 0.15), transparent 25rem),
    radial-gradient(circle at 78% 14%, rgba(216, 183, 111, 0.08), transparent 28rem),
    linear-gradient(180deg, rgba(53, 31, 10, 0.26), transparent 82%);
}

.legal-hero {
  display: grid;
  gap: clamp(14px, 2vw, 22px);
  max-width: 920px;
  padding: clamp(58px, 8vw, 118px) 0 clamp(34px, 5vw, 68px);
}

.legal-hero h1 {
  max-width: 820px;
  font-size: clamp(48px, 8vw, 106px);
  line-height: 0.98;
}

.legal-hero p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 650;
  line-height: 1.55;
}

.legal-hero span {
  color: rgba(232, 199, 138, 0.72);
  font-size: clamp(13px, 0.95vw, 15px);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-document {
  max-width: 920px;
  padding: clamp(24px, 4vw, 52px) 0 0;
  border-top: 1px solid rgba(232, 199, 138, 0.16);
}

.legal-document article {
  display: grid;
  gap: 12px;
  padding: clamp(26px, 4vw, 46px) 0;
  border-bottom: 1px solid rgba(232, 199, 138, 0.1);
}

.legal-document h2 {
  color: var(--cream);
  font-family: var(--font-body);
  font-size: clamp(18px, 1.4vw, 23px);
  font-weight: 950;
  line-height: 1.2;
}

.legal-document p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 610;
  line-height: 1.68;
}

.legal-document a {
  color: var(--gold);
  text-decoration: underline;
  text-decoration-color: rgba(232, 199, 138, 0.42);
  text-underline-offset: 4px;
}

.site-footer {
  width: var(--max);
  margin: 0 auto;
  padding: clamp(44px, 6vw, 76px) 0 36px;
  color: var(--dim);
  border-top: 1px solid rgba(232, 199, 138, 0.14);
  font-size: 14px;
  font-weight: 700;
}

.footer-brand {
  display: grid;
  gap: 10px;
  margin-bottom: clamp(32px, 5vw, 58px);
}

.footer-logo {
  width: fit-content;
  color: var(--gold);
  font-family: var(--font-heading);
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 800;
  line-height: 0.95;
}

.footer-brand p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 750;
}

.footer-groups {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(140px, 0.7fr));
  gap: clamp(24px, 4vw, 56px);
  padding: clamp(26px, 4vw, 40px) 0;
  border-top: 1px solid rgba(232, 199, 138, 0.12);
  border-bottom: 1px solid rgba(232, 199, 138, 0.1);
}

.footer-group {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-group h2 {
  margin: 0;
  color: var(--cream);
  font-family: var(--font-body);
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.footer-group a {
  width: fit-content;
  font-size: clamp(14px, 1vw, 16px);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 22px;
}

.footer-bottom span:last-child {
  color: rgba(232, 199, 138, 0.68);
}

@media (min-width: 1600px) {
  :root {
    --max: min(1420px, calc(100vw - 96px));
  }

  .hero {
    min-height: min(980px, calc(100vh - 92px));
  }

  .phone-frame {
    width: 420px;
  }
}

@media (max-width: 980px) {
  :root {
    --max: min(760px, calc(100vw - 32px));
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    text-align: center;
  }

  .hero-text,
  .trust-strip,
  .hero-title-row,
  .hero-actions {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-heading,
  .privacy-panel {
    grid-template-columns: 1fr;
  }

  .launch-panel {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .launch-phone {
    display: none;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .feature-card {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .feature-card:not(:last-child)::after {
    display: none;
  }

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

  .privacy-section {
    padding-top: 62px;
  }

  .privacy-intro {
    text-align: left;
  }

  .privacy-kicker {
    justify-content: flex-start;
  }

  .privacy-lede {
    margin-left: 0;
  }

  .privacy-principles {
    grid-template-columns: 1fr;
  }

  .privacy-principle {
    display: grid;
    grid-template-columns: 54px 78px 1fr;
    column-gap: 14px;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .privacy-principle + .privacy-principle {
    border-top: 1px solid rgba(232, 199, 138, 0.14);
    border-left: 0;
  }

  .privacy-number {
    margin: 6px 0 0;
  }

  .privacy-symbol {
    margin: 0;
  }

  .privacy-principle h3,
  .privacy-principle p {
    grid-column: 3;
  }

  .privacy-principle p {
    margin-top: 10px;
  }
}

@media (max-width: 620px) {
  :root {
    --max: min(100vw - 28px, 560px);
  }

  .site-header {
    align-items: flex-start;
  }

  .nav-links {
    gap: 12px;
  }

  .nav-links a {
    font-size: 12px;
  }

  .hero {
    padding-top: 24px;
  }

  .hero-actions,
  .primary-cta,
  .secondary-cta {
    width: 100%;
  }

  .phone-frame {
    width: min(342px, 100%);
    border-radius: 36px;
    transform: rotateZ(-3deg) rotateY(-5deg);
  }

  .phone-screen {
    min-height: 580px;
    padding: 18px 15px 15px;
  }

  .phone-actions button {
    width: 50px;
    height: 50px;
  }

  .feature-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .feature-card img {
    object-position: center;
    margin: 0 auto;
  }

  .feature-step {
    left: clamp(18px, 14vw, 86px);
  }

  .privacy-panel {
    border-radius: 22px;
  }

  .launch-panel {
    border-radius: 0;
    padding: clamp(34px, 9vw, 54px) clamp(18px, 5vw, 28px);
  }

  .launch-copy h2 {
    font-size: clamp(30px, 9vw, 46px);
  }

  .platform-note {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 0;
  }

  .footer-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .footer-groups {
    grid-template-columns: 1fr;
  }

  .footer-links {
    gap: 10px 16px;
  }

  .privacy-intro h2 br {
    display: none;
  }

  .privacy-principle {
    grid-template-columns: 1fr;
  }

  .privacy-number,
  .privacy-symbol,
  .privacy-principle h3,
  .privacy-principle p {
    grid-column: 1;
  }

  .privacy-number {
    margin-bottom: 18px;
  }

  .privacy-symbol {
    margin-bottom: 18px;
  }

  .privacy-signoff {
    gap: 10px;
  }

  .privacy-signoff span {
    width: 24px;
  }
}

@media (max-width: 360px) {
  :root {
    --max: min(100vw - 22px, 340px);
  }

  .nav-links {
    gap: 9px;
  }

  .phone-screen {
    min-height: 500px;
    gap: 12px;
  }

  .phone-frame {
    width: min(314px, 100%);
    transform: none;
  }

  .profile-preview-card,
  .profile-preview-image {
    min-height: 385px;
  }

  .profile-preview-info {
    left: 17px;
    right: 15px;
    bottom: 17px;
  }

  .mutual-preview-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .hero-heart-doodle,
  .hero-line-doodle {
    display: none;
  }
}
