/* Patient Partner Capital — Coming Soon
   Ported from the Claude Design canvas `Coming Soon.dc.html`.
   Every colour is declared twice: an sRGB hex fallback first, then the
   design's original oklch() value, which wins wherever it is supported. */

/* ---------- Fonts (self-hosted; latin + latin-ext subsets) ---------- */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/poppins-300-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/poppins-300-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/poppins-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/poppins-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/poppins-500-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/poppins-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Quicksand ships one file across 400–600 (variable), as in the export. */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/quicksand-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/quicksand-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Tokens ---------- */

:root {
  --bg: #fef1f6;
  --bg: oklch(0.97 0.015 350);
  --rule: #b93780;
  --rule: oklch(0.55 0.18 350);
  --heading: #211623;
  --heading: oklch(0.22 0.03 320);
  --thesis: #a13170;
  --thesis: oklch(0.5 0.16 350);
  --status: #867d88;
  --status: oklch(0.6 0.02 320);

  --mark-a: #e28d4f;
  --mark-a: oklch(0.72 0.13 55);
  --mark-b: #d8488c;
  --mark-b: oklch(0.62 0.19 355);
  --mark-c: #712482;
  --mark-c: oklch(0.42 0.16 320);
}

/* ---------- Page ---------- */

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: var(--bg);
  font-family: 'Quicksand', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.stage {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh; /* avoids the mobile browser-chrome jump */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(24px, 5vw, 40px);
}

/* Brand mark: a gradient painted through the logo's alpha channel. */
.mark {
  width: clamp(72px, 18vw, 96px);
  aspect-ratio: 1;
  margin-bottom: clamp(24px, 5vw, 36px);
  background: linear-gradient(135deg, var(--mark-a), var(--mark-b), var(--mark-c));
  -webkit-mask: url('assets/logo.png') center / contain no-repeat;
  mask: url('assets/logo.png') center / contain no-repeat;
  animation: fade-up 0.8s ease-out;
}

.rule {
  width: 48px;
  height: 1px;
  background: var(--rule);
  margin-bottom: clamp(24px, 4vw, 32px);
  animation: fade-up 0.8s ease-out 0.1s backwards;
}

.wordmark {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: clamp(2.25rem, 8vw, 4rem); /* 36 -> 64px */
  color: var(--heading);
  letter-spacing: 0.5px;
  line-height: 1.15;
  overflow-wrap: break-word;
  animation: fade-up 0.8s ease-out 0.15s backwards;
}

.thesis {
  font-family: 'Quicksand', sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.0625rem, 3.5vw, 1.375rem); /* 17 -> 22px */
  color: var(--thesis);
  margin-top: clamp(16px, 3vw, 24px);
  animation: fade-up 0.8s ease-out 0.25s backwards;
}

.status {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: clamp(0.8125rem, 2.5vw, 0.9375rem); /* 13 -> 15px */
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--status);
  margin-top: clamp(36px, 7vw, 56px);
  animation: fade-up 0.8s ease-out 0.35s backwards;
}

/* ---------- Motion ---------- */

@keyframes fade-up {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .mark, .rule, .wordmark, .thesis, .status {
    animation: none;
  }
}
