@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@1,9..144,500;1,9..144,600&family=Instrument+Sans:ital,wght@0,400;0,500;0,600;0,700;1,600;1,700&family=Instrument+Serif:ital@0;1&family=Montserrat:ital,wght@1,800;1,900&family=Sora:wght@500;600;700;800&display=swap");

:root {
  --ink: #141418;
  --ink-deep: #141418;
  --muted: #6f6871;
  --muted-2: #8a8490;
  --line: oklch(0.9 0.015 320);
  --bg: #fff7fb;
  --card: #ffffff;
  --pink: #ff4d8d;
  --magenta: #e040fb;
  --purple: #7c5cff;
  --brand: #ff4d8d;
  --brand-gradient: linear-gradient(135deg, #ff6b7a 0%, #ff2d6a 28%, #e040fb 58%, #8b6cff 100%);
  --shadow-glow: 0 12px 40px -14px color-mix(in oklab, #e040fb 55%, transparent);
  --max: 1120px;
  --font: "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  --display: "Instrument Serif", "Times New Roman", serif;
  --convert: "Sora", ui-sans-serif, system-ui, sans-serif;
  --punch: "Sora", ui-sans-serif, system-ui, sans-serif;
  --mx: 62%;
  --my: 18%;
  --sy: 0;
  --glass: linear-gradient(155deg, oklch(1 0 0 / 0.72) 0%, oklch(0.99 0.02 330 / 0.55) 42%, oklch(0.97 0.03 300 / 0.48) 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: #ffffff;
  background-attachment: scroll;
  -webkit-font-smoothing: antialiased;
}
body::before { display: none; }

img { max-width: 100%; display: block; }
a { color: inherit; }
button { font-family: inherit; }

.wrap {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

/* Floating pill nav — centered mark, 2+2 links */
.nav {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 28px));
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 28px;
  overflow: visible;
  isolation: isolate;
  background: var(--glass);
  backdrop-filter: blur(28px) saturate(1.85);
  -webkit-backdrop-filter: blur(28px) saturate(1.85);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 40px;
  transition: box-shadow .35s ease;
  box-shadow:
    0 18px 50px -20px color-mix(in oklab, #e040fb 35%, transparent),
    inset 0 1px 0 rgba(255,255,255,.95),
    inset 0 -1px 0 rgba(255, 77, 141, .08);
}
.nav::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: -1;
  background: radial-gradient(180px 90px at var(--mx) var(--my), rgba(255,255,255,.7), transparent 70%);
  pointer-events: none;
}
.nav-brand {
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #111;
  line-height: 1;
  white-space: nowrap;
}
.nav-brand img {
  width: 52px;
  height: 52px;
  max-width: none;
  flex-shrink: 0;
  display: block;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
}
.nav-wordmark {
  font-family: "Fraunces", "Instrument Serif", Georgia, serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.035em;
  background: linear-gradient(120deg, #1a1218 0%, #3a2038 40%, #7c5cff 160%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links-left {
  grid-column: 1;
  justify-self: start;
}
.nav-links-right {
  grid-column: 3;
  justify-self: end;
}
.nav-links a {
  text-decoration: none;
  color: var(--ink);
  font-family: var(--convert);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.02em;
  position: relative;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1.5px;
  border-radius: 99px;
  background: var(--brand-gradient);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s cubic-bezier(.22,1,.36,1);
}
.nav-links a:hover { color: var(--pink); }
.nav-links a:hover::after,
.nav-links a.is-active::after { transform: scaleX(1); }
.nav-links a.is-active { color: var(--pink); }
.nav.is-scrolled {
  box-shadow:
    0 22px 50px -18px color-mix(in oklab, #e040fb 42%, transparent),
    inset 0 1px 0 rgba(255,255,255,.95);
}
.nav-toggle {
  display: none;
  border: 0;
  background: none;
  width: 40px;
  height: 40px;
  font-size: 22px;
  color: var(--ink);
  cursor: pointer;
}

/* Hero */
.hero {
  padding: 148px 0 20px;
  text-align: center;
}
.hero h1 {
  margin: 0 auto;
  max-width: 920px;
  font-family: var(--display);
  font-size: clamp(44px, 7.2vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 400;
  color: var(--ink);
}
.grad {
  font-style: italic;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.btn-rizz {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: #141418;
  color: #fff;
  font-family: var(--convert);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.03em;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(20,20,24,.25);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform .2s cubic-bezier(.22,1,.36,1), box-shadow .2s ease;
}
.btn-rizz::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.22) 48%, transparent 62%);
  transform: translateX(-120%);
  transition: transform .6s ease;
  pointer-events: none;
}
.btn-rizz:hover {
  box-shadow: 0 12px 28px rgba(20,20,24,.32);
}
.btn-rizz:hover::after { transform: translateX(120%); }
.btn-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--brand-gradient);
  color: #fff;
  font-family: var(--convert);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.03em;
  text-decoration: none;
  box-shadow: var(--shadow-glow);
}
.chip-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  font-family: var(--punch);
  font-size: 12px;
  font-weight: 600;
  color: #c2185b;
  background: rgba(255, 77, 141, .1);
  backdrop-filter: blur(18px) saturate(1.6);
  -webkit-backdrop-filter: blur(18px) saturate(1.6);
  border: 1px solid rgba(255, 77, 141, .22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.hero p.lede {
  margin: 18px auto 0;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--muted);
  font-weight: 400;
}
.store-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
  margin-top: 28px;
}
.store-row a,
.store-row span.badge-wrap {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  height: auto;
}
.badge-play {
  height: 64px;
  width: auto;
  margin: -10px -8px;
}
.badge-ios {
  height: 44px;
  width: auto;
}
.coming-soon {
  position: relative;
  cursor: default;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.88;
  padding-bottom: 16px;
}
.coming-soon::after {
  content: "iOS coming soon";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: var(--convert);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  pointer-events: none;
}

/* Hero store graphics */
.hero-phones {
  position: relative;
  height: 720px;
  margin: 40px auto 0;
  max-width: 1080px;
  overflow: hidden;
}
.turbine {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  --turn: calc(var(--sy, 0) * 0.055deg);
  transform: rotate(var(--turn));
  will-change: transform;
}
.turbine-face {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background:
    repeating-conic-gradient(
      from 0deg,
      rgba(255, 255, 255, 0.38) 0deg 7deg,
      transparent 7deg 20deg
    ),
    repeating-radial-gradient(
      circle at 50% 50%,
      transparent 0 18px,
      rgba(255, 255, 255, 0.18) 18px 20px
    );
  animation: turbine-spin 32s linear infinite;
}
.turbine-rev .turbine-face {
  animation-duration: 24s;
  animation-direction: reverse;
}
@keyframes turbine-spin {
  to { transform: rotate(360deg); }
}
.turbine-rev { --turn: calc(var(--sy, 0) * -0.07deg); }
.turbine-lg {
  width: 430px;
  height: 430px;
  left: 6%;
  top: 64px;
  background-color: #e040fb;
  opacity: 0.34;
}
.turbine-sm {
  width: 250px;
  height: 250px;
  right: 10%;
  top: 88px;
  left: auto;
  background-color: #ff4d8d;
  opacity: 0.42;
}
.turbine-mid {
  width: 320px;
  height: 320px;
  left: 18%;
  top: 70px;
  background-color: #7c5cff;
  opacity: 0.38;
}
.visual .turbine-lg { left: 4%; top: 36px; }
.visual .turbine-sm { right: 6%; bottom: 48px; top: auto; }
.visual .turbine-mid { left: 12%; top: 60px; }
.visual:hover .turbine {
  --turn: calc(var(--sy, 0) * 0.12deg);
}
.visual:hover .turbine-rev {
  --turn: calc(var(--sy, 0) * -0.14deg);
}
.phone-card {
  position: absolute;
  margin: 0;
  z-index: 1;
  transition: transform .55s cubic-bezier(.22,1,.36,1), opacity .45s ease, filter .45s ease;
  transform-origin: center 60%;
}
.phone-card .shot {
  width: 268px;
  height: auto;
  border-radius: 22px;
  background: #fff;
  box-shadow:
    0 28px 60px rgba(20, 16, 50, 0.22),
    0 0 0 1px rgba(255,255,255,.7);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.phone-c .shot { width: 340px; }
.phone-l {
  left: 6%;
  top: 90px;
  transform: rotate(-11deg);
  z-index: 1;
}
.phone-c {
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  z-index: 2;
}
.phone-r {
  right: 6%;
  top: 90px;
  transform: rotate(11deg);
  z-index: 1;
}
.hero-phones.is-hot .phone-card {
  opacity: 0.55;
  filter: saturate(0.7);
}
.hero-phones.is-hot .phone-l { transform: rotate(-11deg) scale(0.9); }
.hero-phones.is-hot .phone-c { transform: translateX(-50%) scale(0.9); }
.hero-phones.is-hot .phone-r { transform: rotate(11deg) scale(0.9); }
.hero-phones .phone-l.is-on {
  transform: rotate(-5deg) scale(1.14);
  opacity: 1;
  filter: none;
  z-index: 6;
}
.hero-phones .phone-c.is-on {
  transform: translateX(-50%) scale(1.12);
  opacity: 1;
  filter: none;
  z-index: 6;
}
.hero-phones .phone-r.is-on {
  transform: rotate(5deg) scale(1.14);
  opacity: 1;
  filter: none;
  z-index: 6;
}
.phone-c .shot { animation: floaty 7s ease-in-out infinite; }
.phone-l .shot, .phone-r .shot { animation: floaty 8.5s ease-in-out infinite; }
.phone-r .shot { animation-delay: -2s; }
.hero h1 { animation: rise .85s cubic-bezier(.22,1,.36,1) both; }
.lede { animation: rise .85s .08s cubic-bezier(.22,1,.36,1) both; }
.chip-row { animation: rise .85s .14s cubic-bezier(.22,1,.36,1) both; }
.hero .store-row { animation: rise .85s .2s cubic-bezier(.22,1,.36,1) both; }
.hero-phones { animation: rise-fade .95s .26s cubic-bezier(.22,1,.36,1) both; }
@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
@keyframes rise-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.section { padding: 88px 0; }
.logos-section { padding: 28px 0 64px; }
.kicker {
  text-align: center;
  color: var(--muted);
  font-family: var(--convert);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 22px;
}
.app-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}
.logo-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.logo-track {
  display: flex;
  align-items: center;
  gap: 56px;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.logo-track:hover { animation-play-state: paused; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.logo-track .app-logo { flex: 0 0 auto; min-width: 92px; }
.app-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}
.app-logo img {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(20,16,40,.08);
}

.center-copy { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.center-copy h2,
.split h2,
.quotes-head {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(32px, 4.4vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 400;
  color: var(--ink);
}
.center-copy p,
.split p,
.blog-card p {
  color: var(--muted);
  font-size: 16.5px;
  line-height: 1.65;
}

.feats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: left;
}
.feats article {
  padding: 22px 20px 20px;
  border-radius: 24px;
  background: var(--glass);
  backdrop-filter: blur(22px) saturate(1.7);
  -webkit-backdrop-filter: blur(22px) saturate(1.7);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow:
    0 16px 40px rgba(45, 30, 80, .08),
    inset 0 1px 0 rgba(255,255,255,.9);
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease;
}
.feats article:hover {
  transform: translateY(-6px);
  box-shadow:
    0 22px 44px rgba(45, 30, 80, .12),
    inset 0 1px 0 rgba(255,255,255,.9);
}
.feat-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  margin: 0 0 14px;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
}
.feat-icon svg { width: 30px; height: 30px; }
.feats h3 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.feats p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.split .copy {
  max-width: 460px;
  position: sticky;
  top: 120px;
  padding: 28px 0 48px;
  align-self: start;
}
.split.reverse .copy { justify-self: start; }
.visual {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
  perspective: 1100px;
  padding: 24px 0;
}
.shot-lg {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  height: auto;
  border-radius: 24px;
  box-shadow: 0 28px 60px rgba(20, 16, 50, 0.18);
  background: #fff;
  transition: transform .45s cubic-bezier(.22,1,.36,1);
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.visual:hover .shot-lg {
  transform: scale(1.06) translateY(-10px);
}
.circle {
  display: none;
}

.quotes-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.quote {
  background: var(--glass);
  backdrop-filter: blur(20px) saturate(1.6);
  -webkit-backdrop-filter: blur(20px) saturate(1.6);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 22px;
  padding: 22px 22px 16px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 12px 32px rgba(45,30,80,.06);
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease;
}
.quote:hover {
  transform: translateY(-5px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 18px 36px rgba(45,30,80,.1);
}
.quote p {
  margin: 0;
  color: #4a4868;
  font-size: 15px;
  line-height: 1.55;
  flex: 1;
}
.hl-orange { background: #ffd6e8; }
.hl-blue { background: #f3d4ff; }
.hl-purple { background: #e4ddff; }
.quote-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  font-size: 13px;
  color: #6b6788;
}
.stars { color: #f5b400; letter-spacing: 1px; }

.blog-heading {
  text-align: center;
  font-family: var(--display);
  font-size: clamp(32px, 4.4vw, 48px);
  font-weight: 400;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
}
.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 36px;
  margin-top: 40px;
}
.blog-card {
  display: block;
  background: none;
  border: 0;
  box-shadow: none;
  padding: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  border-radius: 16px;
  transition: transform .35s cubic-bezier(.22,1,.36,1);
}
.blog-card:hover {
  transform: translateY(-8px);
}
.blog-img img {
  transition: transform .55s cubic-bezier(.22,1,.36,1);
}
.blog-card:hover .blog-img img {
  transform: scale(1.045);
}
.blog-card:hover .blog-img {
  box-shadow: 0 18px 40px -18px rgba(20,20,24,.28);
}
.blog-card:hover .more { text-decoration: underline; }
.blog-img {
  display: block;
  aspect-ratio: 3 / 2;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  background: #f4f1fb;
  position: relative;
  box-shadow: 0 1px 0 rgba(20,20,24,.04);
}
.blog-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.pills { display: flex; gap: 8px; margin: 16px 0 10px; align-items: center; }
.pill {
  background: rgba(255, 77, 141, .12);
  color: #c2185b;
  font-family: var(--convert);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 99px;
}
.pill-time {
  background: #f3f1f5;
  color: #6f6871;
}
.blog-card h2 {
  margin: 0 0 10px;
  font-family: var(--convert);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: var(--ink);
}
.blog-card > p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}
.blog-card .more {
  color: #ff4d8d;
  font-family: var(--convert);
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
}
.blog-index { max-width: 1120px; }
.blog-index .page-hero { max-width: 720px; margin: 0 auto 8px; text-align: center; }
.blog-index .page-hero h1 { text-align: center; }

.modes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.mode {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f6f4f8;
  border: 1px solid #eee8f0;
}
.download {
  background: transparent;
  padding: 72px 0 40px;
  text-align: center;
}
.download-inner h2 {
  margin: 0 auto 28px;
  max-width: 720px;
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--ink);
}
.download .store-row { justify-content: center; margin: 0; }

.footer {
  position: relative;
  background: transparent;
  color: var(--muted);
  padding: 24px 0 40px;
  font-size: 13px;
  font-family: var(--convert);
}
.footer::before { display: none; }
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-links {
  display: flex;
  gap: 18px;
  align-items: center;
}
.footer a { color: var(--ink); text-decoration: none; font-weight: 600; }
.footer a:hover { color: #ff4d8d; }
.footer-copy { opacity: .75; font-size: 13px; margin: 0; }

/* Legal / inner pages — Journable + Turbo */
.article-hero {
  width: 100%;
  max-height: none;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  background: #f4f1fb;
  border-radius: 16px;
  margin: 0 0 28px;
  box-shadow: 0 24px 60px -28px rgba(20,20,24,.28);
}
.legal-page { padding: 132px 0 80px; }
.legal-page.flush { padding-bottom: 0; }
.legal-page article {
  max-width: 920px;
  margin: 0 auto;
}
.page-hero {
  text-align: left;
  max-width: 640px;
  margin-bottom: 40px;
}
.page-hero .kicker {
  text-align: left;
  color: #ff4d8d;
  font-family: var(--punch);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 10px;
}
.legal-page h1 {
  font-family: var(--display);
  font-size: clamp(42px, 6.5vw, 68px);
  font-weight: 400;
  margin: 0 0 12px;
  letter-spacing: -0.035em;
  line-height: 1.04;
}
.legal-page a { color: #ff2d6a; font-weight: 700; }
.legal-updated {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: var(--convert);
  margin-bottom: 18px;
}
.legal-page h2 {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin: 36px 0 12px;
}
.legal-page h3 { font-size: 16px; margin: 18px 0 6px; }
.legal-page p, .legal-page li { color: #5c5662; line-height: 1.7; font-size: 16px; }

.help-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 8px 0 36px;
}
.help-card {
  padding: 22px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(22px) saturate(1.6);
  -webkit-backdrop-filter: blur(22px) saturate(1.6);
  border: 1px solid rgba(20,20,24,.06);
  box-shadow: 0 16px 40px -24px rgba(20,20,24,.25);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.help-card h3 {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 6px;
  letter-spacing: -0.03em;
  color: #141418;
}
.help-card p { margin: 0; font-size: 14.5px; }
.help-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 77, 141, .28);
  box-shadow: 0 22px 48px -22px rgba(224, 64, 251, .35);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: start;
  padding-bottom: 64px;
}
.glass-panel {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(24px) saturate(1.7);
  -webkit-backdrop-filter: blur(24px) saturate(1.7);
  border: 1px solid rgba(20,20,24,.07);
  box-shadow: 0 24px 60px -28px rgba(20,20,24,.28);
}
.mail-chip {
  display: inline-flex;
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #141418;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-family: var(--convert);
}
.mail-chip:hover { filter: brightness(1.08); }

.band-dark {
  margin: 48px 0 0;
  background:
    radial-gradient(80% 120% at 0% 50%, rgba(255,45,106,.28), transparent 50%),
    #141418;
  color: #fff;
  padding: 48px 0 0;
}
.band-dark h2 {
  font-family: var(--display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  letter-spacing: -0.03em;
  margin: 0 0 12px;
  color: #fff;
}
.band-dark p { color: rgba(255,255,255,.72); max-width: 440px; margin: 0 0 20px; }
.band-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: end;
}
.band-inner .shot-lg { width: min(100%, 280px); margin-bottom: -8px; justify-self: end; }

.legal-page table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.legal-page th, .legal-page td {
  border: 1px solid #eee8f0;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}
.form label { display: block; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin: 14px 0 6px; color: #141418; font-family: var(--convert); }
.form input, .form select, .form textarea {
  width: 100%;
  border: 1px solid rgba(20,20,24,.1);
  border-radius: 14px;
  padding: 14px 14px;
  font: inherit;
  background: #fff;
}
.form input:focus, .form select:focus, .form textarea:focus {
  outline: 2px solid #ff4d8d;
  outline-offset: 2px;
}
.form button {
  margin-top: 18px;
  background: #141418;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  font-family: var(--convert);
  font-weight: 700;
  letter-spacing: -0.03em;
  cursor: pointer;
}

@media (max-width: 980px) {
  .help-grid, .contact-grid, .band-inner { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .phone-l .shot, .phone-c .shot, .phone-r .shot, .logo-track, .btn-rizz::after,
  .hero h1, .lede, .chip-row, .hero .store-row, .hero-phones,
  .turbine-face { animation: none; }
  .turbine { transform: none !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  .blog-card:hover .blog-img img { transform: none; }
  .hero-phones.is-hot .phone-card,
  .hero-phones .phone-card.is-on { transform: none; }
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1);
  transition-delay: var(--d, 0ms);
}
.reveal.is-in {
  opacity: 1;
  transform: none;
}

.modes .mode {
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.modes .mode:hover {
  transform: translateY(-2px);
  background: #ffe4f0;
  color: #c2185b;
}

@media (max-width: 980px) {
  .nav {
    grid-template-columns: 40px 1fr 40px;
    height: 72px;
    padding: 0 14px;
  }
  .nav-links { display: none; }
  .nav-toggle {
    display: block;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }
  .nav-brand { grid-column: 2; justify-self: center; }
  .nav-wordmark { font-size: 22px; }
  .nav-brand img { width: 44px; height: 44px; }
  .nav.open {
    height: auto;
    grid-template-rows: 72px auto auto;
    align-items: center;
    padding-bottom: 12px;
  }
  .nav.open .nav-links-left { grid-row: 2; }
  .nav.open .nav-links-right { grid-row: 3; }
  .nav.open .nav-links {
    display: flex;
    flex-direction: column;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
    gap: 4px;
    padding: 8px 10px 12px;
  }
  .nav.open .nav-links a {
    padding: 10px 8px;
  }
  .hero-phones { height: 560px; }
  .phone-l, .phone-r { display: none; }
  .phone-c { width: auto; }
  .phone-c .shot { width: min(340px, 72vw); }
  .feats, .split, .quotes, .blog-grid { grid-template-columns: 1fr; }
  .split.reverse { direction: ltr; }
  .split .copy { position: static; top: auto; padding: 0; }
  .visual { min-height: 0; }
  .logo-track { animation-duration: 22s; }
}
