:root {
  --ink: #351426;
  --ink-2: #4b2037;
  --berry: #9a4968;
  --rose: #d99bb2;
  --blush: #f4e3ea;
  --blush-2: #fbf3f6;
  --paper: #fffdfd;
  --cream: #fbf8f6;
  --gold: #c69d59;
  --text: #351e2b;
  --muted: #7c6873;
  --line: rgba(53, 20, 38, .13);
  --shadow: 0 30px 80px rgba(53, 20, 38, .12);
  --radius: 28px;
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-150%); background: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(255, 253, 253, .9); border-color: var(--line); box-shadow: 0 10px 35px rgba(53, 20, 38, .05); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; width: 148px; overflow: hidden; }
.brand img { width: 148px; height: 61px; object-fit: cover; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.nav-links a { text-decoration: none; position: relative; }
.nav-links a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--berry); transition: right .2s ease; }
.nav-links a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 11px 17px; border: 1px solid var(--ink); border-radius: 999px; transition: .2s ease; }
.nav-cta:hover { color: white; background: var(--ink); }
.menu-button { display: none; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--blush); cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 1.5px; margin: 5px auto; background: var(--ink); transition: transform .2s ease; }

.hero { position: relative; min-height: 820px; display: grid; align-items: center; overflow: hidden; padding: 145px 0 86px; background: radial-gradient(circle at 80% 10%, rgba(217,155,178,.25), transparent 29%), linear-gradient(135deg, #fffdfd 0%, #fbf3f6 68%, #f4e3ea 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(56px, 8vw, 110px); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--berry); font: 700 12px/1 Manrope, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
h1, h2, h3 { margin: 0; font-family: Manrope, ui-sans-serif, system-ui, sans-serif; }
h1 { max-width: 720px; color: var(--ink); font-size: clamp(55px, 7vw, 92px); line-height: .98; letter-spacing: -.065em; font-weight: 500; }
.hero-lede { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-size: 15px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--ink); box-shadow: 0 15px 32px rgba(53,20,38,.2); }
.button-primary:hover { background: var(--ink-2); box-shadow: 0 18px 38px rgba(53,20,38,.28); }
.text-link { color: var(--ink); text-underline-offset: 5px; font-weight: 600; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; }
.hero-proof span { padding: 8px 12px; color: var(--muted); background: rgba(255,255,255,.55); border: 1px solid var(--line); border-radius: 999px; font-size: 13px; }
.hero-visual { position: relative; z-index: 2; }
.app-card { position: relative; min-height: 510px; padding: 32px; background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.9); border-radius: 40px; box-shadow: var(--shadow); backdrop-filter: blur(22px); }
.app-card::before { content: ""; position: absolute; inset: 10px; pointer-events: none; border: 1px solid rgba(53,20,38,.08); border-radius: 32px; }
.app-card-top { position: relative; display: flex; align-items: center; justify-content: space-between; }
.mini-brand { width: 46px; height: 46px; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 18px rgba(53,20,38,.13); }
.mini-brand img { width: 100%; height: 100%; object-fit: cover; }
.status-pill { padding: 8px 11px; color: var(--berry); background: var(--blush-2); border-radius: 999px; font: 700 11px/1 Manrope, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.card-kicker { position: relative; margin: 42px 0 16px; color: var(--ink); font: 600 18px/1.4 Manrope, sans-serif; }
.mood-list { position: relative; display: flex; flex-wrap: wrap; gap: 9px; }
.mood { padding: 10px 14px; color: var(--muted); background: white; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; transition: .2s ease; }
.mood:hover, .mood.active { color: white; background: var(--ink); border-color: var(--ink); }
.match-card { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 18px; margin-top: 28px; padding: 25px; color: white; background: linear-gradient(135deg, var(--ink), #612943); border-radius: 24px; }
.match-label { display: block; margin-bottom: 12px; color: rgba(255,255,255,.58); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.match-card h2 { max-width: 300px; font-size: 24px; line-height: 1.2; letter-spacing: -.03em; }
.match-card p { margin: 11px 0 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.55; }
.match-score { width: 76px; height: 76px; display: grid; place-content: center; text-align: center; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.match-score strong { font: 600 24px/1 Manrope, sans-serif; }
.match-score span { margin-top: 4px; color: rgba(255,255,255,.6); font-size: 10px; text-transform: uppercase; }
.taste-row { position: relative; display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: var(--muted); font-size: 12px; }
.taste-row span::before { content: "✦"; margin-right: 5px; color: var(--gold); }
.floating-note { position: absolute; z-index: 4; padding: 12px 15px; color: var(--ink); background: rgba(255,255,255,.92); border: 1px solid white; border-radius: 16px; box-shadow: 0 12px 30px rgba(53,20,38,.11); font-size: 13px; font-weight: 600; backdrop-filter: blur(14px); }
.floating-note span { margin-right: 5px; color: var(--berry); }
.note-one { left: -44px; top: 74px; }
.note-two { right: -38px; bottom: 62px; }
.hero-orbit { position: absolute; border: 1px solid rgba(154,73,104,.2); border-radius: 50%; }
.hero-orbit-one { width: 440px; height: 440px; right: -180px; top: 5%; }
.hero-orbit-two { width: 260px; height: 260px; left: -130px; bottom: -80px; }

.section { padding: 120px 0; }
.manifesto { background: var(--paper); }
.section-heading { max-width: 820px; margin-bottom: 55px; }
.section-heading h2, .stars-copy h2, .access-copy h2 { color: var(--ink); font-size: clamp(38px, 5vw, 64px); line-height: 1.06; letter-spacing: -.05em; font-weight: 500; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature { position: relative; min-height: 330px; overflow: hidden; padding: 35px; background: var(--blush-2); border: 1px solid var(--line); border-radius: var(--radius); }
.feature-wide { grid-column: span 2; min-height: 390px; display: grid; grid-template-columns: 80px 1fr 1fr; align-items: center; gap: 40px; background: linear-gradient(120deg, #fbf3f6, #f3e1e8); }
.feature-number { position: relative; z-index: 2; color: var(--berry); font: 600 13px/1 Manrope, sans-serif; letter-spacing: .12em; }
.feature-label { margin: 0 0 18px; color: var(--berry); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.feature h3 { position: relative; z-index: 2; max-width: 580px; color: var(--ink); font-size: clamp(28px, 3.6vw, 45px); line-height: 1.08; letter-spacing: -.04em; font-weight: 500; }
.feature > h3 { margin-top: 42px; }
.feature p:not(.feature-label) { position: relative; z-index: 2; max-width: 560px; margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.feature-dark { color: white; background: var(--ink); }
.feature-dark h3, .feature-dark .feature-number { color: white; }
.feature-dark .feature-label { color: var(--rose); }
.feature-dark p:not(.feature-label) { color: rgba(255,255,255,.62); }
/* Explicit height, not min-height: the bars below are sized in percentages,
   and a percentage height resolves against the parent's COMPUTED height. With
   only min-height set the parent is auto — an indefinite height — so every
   bar collapsed to zero and the panel rendered as an empty box. */
.dna-lines { height: 250px; min-height: 250px; display: flex; align-items: flex-end; gap: 14px; padding: 25px; border: 1px solid rgba(53,20,38,.08); border-radius: 22px; background: rgba(255,255,255,.36); }
.dna-lines i { flex: 1; display: block; border-radius: 100px 100px 12px 12px; background: linear-gradient(180deg, var(--rose), var(--berry)); }
.dna-lines i:nth-child(1) { height: 52%; }.dna-lines i:nth-child(2) { height: 82%; }.dna-lines i:nth-child(3) { height: 67%; }.dna-lines i:nth-child(4) { height: 94%; }

.stars-section { color: white; background: var(--ink); }
.stars-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.eyebrow-light { color: var(--rose); }
.stars-copy h2, .access-copy h2 { color: white; }
.stars-copy > p:last-child { max-width: 640px; margin: 28px 0 0; color: rgba(255,255,255,.65); font-size: 18px; line-height: 1.7; }
.rating-scale { padding: 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 26px; }
.rating-row { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 18px; padding: 18px; color: rgba(255,255,255,.55); border-bottom: 1px solid rgba(255,255,255,.09); }
.rating-row:last-child { border-bottom: 0; }
.rating-stars { color: var(--rose); letter-spacing: .08em; }
.rating-six { margin-top: 10px; color: var(--ink); background: #f0d598; border-radius: 17px; font-weight: 700; }
.rating-six .rating-stars { color: var(--ink); }

.steps { background: var(--cream); }
.section-heading-center { margin-inline: auto; text-align: center; }
.section-heading-center .eyebrow { justify-content: center; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { min-height: 260px; padding: 32px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.step > span { width: 42px; height: 42px; display: grid; place-content: center; color: var(--berry); background: var(--blush); border-radius: 50%; font-weight: 700; }
.step h3 { margin-top: 45px; color: var(--ink); font-size: 23px; letter-spacing: -.03em; }
.step p { margin: 14px 0 0; color: var(--muted); line-height: 1.65; }

.early-access { background: var(--paper); }
.access-card { position: relative; display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 45px; overflow: hidden; padding: clamp(38px, 6vw, 72px); color: white; background: linear-gradient(135deg, var(--ink), #54233c); border-radius: 38px; box-shadow: var(--shadow); }
.access-card::after { content: ""; position: absolute; width: 330px; height: 330px; right: -140px; top: -170px; border: 60px solid rgba(255,255,255,.04); border-radius: 50%; }
.access-mark { position: relative; z-index: 2; width: 112px; height: 112px; overflow: hidden; border-radius: 32px; box-shadow: 0 18px 45px rgba(0,0,0,.2); }
.access-mark img { width: 100%; height: 100%; object-fit: cover; }
.access-copy { position: relative; z-index: 2; }
.access-copy h2 { max-width: 680px; font-size: clamp(35px, 4vw, 53px); }
.access-copy > p:last-child { max-width: 690px; margin: 18px 0 0; color: rgba(255,255,255,.67); line-height: 1.7; }
.button-light { position: relative; z-index: 2; white-space: nowrap; color: var(--ink); background: white; }
.button-light:hover { background: var(--blush); }
.access-note { margin: 20px 0 0; color: var(--muted); text-align: center; font-size: 13px; }

.site-footer { padding: 0 0 38px; background: var(--paper); }
.footer-inner { display: grid; grid-template-columns: 160px 1fr auto; align-items: center; gap: 35px; padding-top: 32px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-inner img { width: 160px; height: 66px; object-fit: cover; object-position: left center; }
.copyright { text-align: right; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 200; padding: 13px 16px; color: white; background: var(--ink); border-radius: 12px; box-shadow: var(--shadow); transform: translateY(140%); opacity: 0; transition: .25s ease; font-size: 14px; }
.toast.show { transform: translateY(0); opacity: 1; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
  .hero { min-height: auto; padding-top: 130px; }
  .hero-grid, .stars-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 620px; margin: 0 auto; }
  .feature-wide { grid-template-columns: 55px 1fr; }
  .dna-lines { grid-column: 1 / -1; height: 180px; min-height: 180px; }
  .access-card { grid-template-columns: 90px 1fr; }
  .access-mark { width: 90px; height: 90px; border-radius: 26px; }
  .button-light { grid-column: 2; justify-self: start; }
  .footer-inner { grid-template-columns: 150px 1fr; }
  .copyright { grid-column: 2; text-align: left; }
}

@media (max-width: 740px) {
  :root { --shell: min(100% - 28px, 620px); --radius: 22px; }
  .nav-wrap { min-height: 70px; }
  .brand { width: 124px; }
  .brand img { width: 124px; height: 52px; }
  .menu-button { display: block; }
  .nav-links { position: absolute; left: 14px; right: 14px; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 2px; padding: 15px; background: rgba(255,253,253,.98); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px; }
  .nav-cta { text-align: center; }
  .hero { padding: 118px 0 70px; }
  .hero-grid { gap: 54px; }
  h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero-lede { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .app-card { min-height: 0; padding: 24px; border-radius: 30px; }
  .match-card { grid-template-columns: 1fr; }
  .match-score { width: 66px; height: 66px; }
  .note-one { left: -6px; top: -24px; }
  .note-two { right: -4px; bottom: -27px; }
  .section { padding: 86px 0; }
  .section-heading { margin-bottom: 38px; }
  .feature-grid, .steps-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; display: block; }
  .feature-wide > div:not(.dna-lines) { margin-top: 40px; }
  .dna-lines { margin-top: 35px; }
  .feature { min-height: 280px; padding: 27px; }
  .rating-row { grid-template-columns: 120px 1fr; padding: 15px; font-size: 14px; }
  .access-card { grid-template-columns: 1fr; gap: 30px; padding: 34px 25px; border-radius: 28px; }
  .access-mark { width: 78px; height: 78px; border-radius: 22px; }
  .button-light { grid-column: auto; }
  .footer-inner { grid-template-columns: 1fr; gap: 18px; }
  .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------------------------------------------------------------------------
   Merged additions — footer links, affiliate disclosure, legal pages.
   Appended rather than woven in so the original design file stays readable
   and anything here can be lifted back out in one block.
--------------------------------------------------------------------------- */

.match-card { grid-template-columns: 1fr; }

.footer-links { display: flex; flex-wrap: wrap; gap: 24px; justify-self: end; }
.footer-links a {
  color: var(--ink);
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--line);
}
.footer-links a:hover { color: var(--berry); border-bottom-color: var(--berry); }

.footer-legal {
  margin-top: 26px;
  display: grid;
  gap: 14px;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.65;
}
.footer-legal .disclosure { margin: 0; max-width: 78ch; }
.footer-legal .disclosure strong { color: var(--ink); }
.footer-legal .copyright { margin: 0; text-align: left; }

/* --- legal pages (privacy) ------------------------------------------------ */

.legal { padding: 150px 0 40px; }
.legal-shell { width: min(760px, calc(100% - 40px)); margin-inline: auto; }
.legal h1 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: clamp(38px, 6vw, 58px);
  line-height: 1.05;
  letter-spacing: -.05em;
  font-weight: 500;
}
.legal .updated { margin: 0 0 34px; color: var(--muted); font-size: 13px; }
.legal .lead { font-size: 19px; line-height: 1.6; color: var(--text); }
.legal h2 {
  margin: 44px 0 12px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 22px;
  letter-spacing: -.02em;
  font-weight: 600;
}
.legal h3 { margin: 26px 0 8px; color: var(--ink); font-size: 16px; font-weight: 600; }
.legal p { margin: 0 0 16px; line-height: 1.75; }
.legal ul { margin: 0 0 16px; padding-left: 22px; }
.legal li { margin-bottom: 9px; line-height: 1.7; }
.legal a { color: var(--berry); }
.legal .short {
  margin: 26px 0;
  padding: 24px 26px;
  background: var(--blush-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.legal .short p { margin: 0; }

@media (max-width: 960px) {
  .footer-links { justify-self: start; grid-column: 2; }
}
@media (max-width: 740px) {
  .footer-links { grid-column: auto; }
  .legal { padding-top: 120px; }
}

/* --- early-access form ----------------------------------------------------
   Replaces the mailto button. Sits in the third column of .access-card on
   desktop and drops under the copy on narrow screens, same as the button did.
--------------------------------------------------------------------------- */

.access-form {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  width: min(300px, 100%);
}
.access-input {
  width: 100%;
  padding: 15px 18px;
  color: white;
  font: 400 15px/1.2 "DM Sans", system-ui, sans-serif;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
}
.access-input::placeholder { color: rgba(255, 255, 255, .55); }
.access-input:focus-visible {
  outline: 2px solid white;
  outline-offset: 2px;
  background: rgba(255, 255, 255, .16);
}
.access-form .button-light { width: 100%; justify-content: center; text-align: center; }
.access-form .button-light[disabled] { opacity: .6; cursor: default; }
.access-status {
  margin: 0;
  min-height: 1.2em;
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
  line-height: 1.5;
}
.access-status.is-error { color: #ffc9d4; }

.access-note a { color: inherit; }

/* Visible only to a screen reader — the field needs a label, the design
   doesn't need to show one. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* The honeypot. Off-screen rather than display:none, because some bots skip
   fields that are explicitly hidden. */
.hp {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 960px) {
  .access-form { grid-column: 2; width: min(360px, 100%); }
}
@media (max-width: 740px) {
  .access-form { grid-column: auto; width: 100%; }
}


/* --- discovery section (carried from the discovery update) --- */
.discovery { overflow: hidden; background: var(--cream); }
.discovery-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: clamp(45px, 8vw, 110px); margin-bottom: 55px; }
.discovery-heading h2 { max-width: 760px; color: var(--ink); font-size: clamp(38px, 5vw, 64px); line-height: 1.06; letter-spacing: -.05em; font-weight: 500; }
.discovery-heading > p { max-width: 520px; margin: 0 0 6px; color: var(--muted); font-size: 17px; line-height: 1.72; }
.discovery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.discovery-card { position: relative; min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 34px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.discovery-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -105px; bottom: -115px; border: 1px solid rgba(154,73,104,.16); border-radius: 50%; box-shadow: 0 0 0 36px rgba(154,73,104,.04), 0 0 0 72px rgba(154,73,104,.025); }
.discovery-card-top { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.discovery-icon { width: 54px; height: 54px; display: grid; place-content: center; color: var(--berry); background: var(--blush); border-radius: 17px; }
.discovery-icon svg { width: 27px; height: 27px; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.discovery-tag { padding: 8px 11px; color: var(--berry); background: var(--blush-2); border: 1px solid rgba(154,73,104,.1); border-radius: 999px; font: 700 10px/1 Manrope, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.discovery-card > div:last-child { position: relative; z-index: 2; max-width: 520px; margin-top: 65px; }
.discovery-label { margin: 0 0 14px; color: var(--berry); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.discovery-card h3 { color: var(--ink); font-size: clamp(28px, 3.2vw, 43px); line-height: 1.08; letter-spacing: -.045em; font-weight: 500; }
.discovery-card > div:last-child > p:last-child { max-width: 460px; margin: 18px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.discovery-card-release { color: white; background: linear-gradient(145deg, var(--ink), #5b2942); border-color: transparent; }
.discovery-card-release::after { border-color: rgba(255,255,255,.13); box-shadow: 0 0 0 36px rgba(255,255,255,.035), 0 0 0 72px rgba(255,255,255,.02); }
.discovery-card-release .discovery-icon { color: white; background: rgba(255,255,255,.1); }
.discovery-card-release .discovery-tag { color: var(--blush); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.1); }
.discovery-card-release .discovery-label { color: var(--rose); }
.discovery-card-release h3 { color: white; }
.discovery-card-release > div:last-child > p:last-child { color: rgba(255,255,255,.65); }
.discovery-card-screen { background: linear-gradient(145deg, #f8eaf0, #f1dbe4); }
.discovery-card-events { background: linear-gradient(145deg, var(--paper), #fbf3f6); }
.discovery-card-shops { background: linear-gradient(145deg, #fffdfd, #f6eee9); }

@media (max-width: 960px) {
  .discovery-heading { grid-template-columns: 1fr; gap: 24px; }
  .discovery-grid { grid-template-columns: 1fr; }
  .discovery-card { min-height: 350px; padding: 27px; }
  .discovery-card > div:last-child { margin-top: 55px; }
}
