@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300;6..12,400;6..12,500;6..12,600&display=swap");

:root {
  --font-display: "Nunito Sans", "Segoe UI", Arial, sans-serif;
  --font-sans: "Nunito Sans", "Segoe UI", Arial, sans-serif;
  --font-geist: var(--font-sans);
  --ink: #fdf9ff;
  --muted: rgba(250, 240, 255, 0.74);
  --violet: #b776e7;
  --violet-deep: #4d176d;
  --orchid: #e0b4f3;
  --glass: rgba(34, 12, 46, 0.64);
  --line: rgba(255, 255, 255, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #170a20;
  font-family: var(--font-sans);
}

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

.site-shell {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
}

.background {
  position: fixed;
  z-index: -4;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(20, 7, 29, 0.18) 0%, rgba(20, 7, 29, 0.52) 48%, #16091e 100%),
    url("/jacaranda.jpeg");
  background-size: cover;
  background-position: 61% 38%;
  transform: scale(1.02);
}

.background::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 8%, rgba(255, 244, 199, 0.18), transparent 23%),
    linear-gradient(90deg, rgba(19, 6, 27, 0.58), rgba(37, 10, 50, 0.1) 58%, rgba(19, 6, 27, 0.28));
}

.ambient {
  position: fixed;
  z-index: -3;
  border-radius: 999px;
  filter: blur(80px);
  pointer-events: none;
}

.ambient-one {
  width: 320px;
  height: 320px;
  top: 10%;
  left: -160px;
  background: rgba(177, 89, 230, 0.32);
}

.ambient-two {
  width: 260px;
  height: 260px;
  right: -80px;
  bottom: 5%;
  background: rgba(238, 184, 255, 0.13);
}

.bio-card {
  width: min(100%, 680px);
  min-height: 100svh;
  margin: 0 auto;
  padding: 32px 24px 28px;
  background: linear-gradient(180deg, rgba(30, 9, 42, 0.34), rgba(20, 7, 28, 0.86));
  border-inline: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 80px rgba(10, 2, 16, 0.45);
  backdrop-filter: blur(4px);
}

.brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 500;
  letter-spacing: 0.015em;
}

.wordmark-mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-style: italic;
  background: rgba(255, 255, 255, 0.12);
}

.brand-note {
  color: var(--muted);
  font-size: 0.69rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intro {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 34px 12px 36px;
  text-align: center;
}

.avatar {
  position: relative;
  display: grid;
  width: 92px;
  height: 92px;
  margin-bottom: 22px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(127, 53, 169, 0.32)),
    rgba(52, 18, 67, 0.54);
  box-shadow: 0 14px 44px rgba(25, 5, 35, 0.44), inset 0 0 32px rgba(255, 255, 255, 0.09);
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.08em;
}

.avatar::before,
.avatar::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
}

.avatar::before { inset: -8px; }
.avatar::after { inset: -15px; border-color: rgba(255, 255, 255, 0.08); }

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center 30%;
}

.kicker {
  margin: 0 0 14px;
  color: var(--orchid);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1 {
  max-width: 590px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 6.5vw, 3.4rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-wrap: balance;
  text-shadow: 0 5px 26px rgba(16, 3, 23, 0.4);
}

.intro-copy {
  max-width: 490px;
  margin: 22px auto 0;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 1.16rem;
  line-height: 1.52;
}

.breath-line {
  display: flex;
  width: min(100%, 350px);
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.breath-line span {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3));
}

.breath-line span:last-child {
  transform: rotate(180deg);
}

.link-stack {
  display: grid;
  gap: 12px;
}

.link-card {
  display: grid;
  min-height: 86px;
  grid-template-columns: 48px 1fr 32px;
  align-items: center;
  gap: 14px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--glass);
  box-shadow: 0 12px 35px rgba(12, 2, 18, 0.22), inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.link-card:hover,
.link-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(232, 192, 251, 0.56);
  background: rgba(56, 20, 71, 0.76);
  outline: none;
}

.link-card-featured {
  min-height: 100px;
  border-color: rgba(242, 213, 255, 0.46);
  background: linear-gradient(125deg, rgba(111, 47, 144, 0.82), rgba(53, 18, 70, 0.76));
}

.link-symbol {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.link-symbol img {
  width: 23px;
  height: 23px;
  filter: brightness(0) invert(1);
}

.link-symbol-lotus img {
  width: 31px;
  height: 31px;
  border-radius: 8px;
  filter: none;
}

.link-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.link-eyebrow {
  margin-bottom: 3px;
  color: var(--orchid);
  font-size: 0.61rem;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.link-copy strong {
  font-family: var(--font-display);
  font-size: 1.14rem;
  font-weight: 500;
}

.link-copy small {
  margin-top: 4px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.link-arrow {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.link-arrow img {
  width: 14px;
  height: 14px;
  opacity: 0.72;
  filter: brightness(0) invert(1);
}

footer {
  padding: 54px 10px 10px;
  text-align: center;
}

.footer-flower {
  color: var(--orchid);
}

footer p {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.05rem;
}

footer small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
}

@media (max-width: 560px) {
  .background {
    background-position: 58% 42%;
  }

  .bio-card {
    padding: 23px 16px 22px;
    border: 0;
  }

  .brand-note {
    display: none;
  }

  .intro {
    padding: 30px 12px 36px;
  }

  h1 {
    max-width: 520px;
    font-size: clamp(2.15rem, 9.8vw, 2.85rem);
  }

  .link-card {
    min-height: 86px;
    grid-template-columns: 44px 1fr 28px;
    gap: 11px;
    padding: 13px;
    border-radius: 20px;
  }

  .link-card-featured {
    min-height: 100px;
  }

  .link-symbol {
    width: 42px;
    height: 42px;
  }

  .link-symbol img {
    width: 22px;
    height: 22px;
  }

  .link-symbol-lotus img {
    width: 30px;
    height: 30px;
  }

  .link-eyebrow {
    font-size: 0.61rem;
  }

  .link-copy strong {
    font-size: 1.12rem;
  }

  .link-copy small {
    display: block;
  }

  footer {
    padding-top: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .link-card { transition: none; }
}
