:root {
  color-scheme: dark;
  --ink: #f7eedb;
  --muted: #c8b9c9;
  --plum-950: #0c0612;
  --plum-900: #14081f;
  --plum-800: #24102f;
  --plum-700: #3c1749;
  --teal: #69e5d2;
  --teal-soft: #a5f2e7;
  --ivory: #fff6df;
  --line: rgba(246, 231, 203, .17);
  --panel: rgba(24, 10, 34, .80);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { min-height: 100%; background: var(--plum-950); }
body {
  min-height: 100%; margin: 0; color: var(--ink); overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(83, 209, 193, .14), transparent 28rem),
    radial-gradient(circle at 88% 52%, rgba(130, 65, 141, .24), transparent 32rem),
    linear-gradient(145deg, #09050f 0%, #17091f 52%, #08060d 100%);
}
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .26;
  background-image: url("assets/visionary-path.webp"); background-size: cover; background-position: center;
  filter: saturate(.85) contrast(1.12); mix-blend-mode: screen;
}
.ambient { position: fixed; width: 18rem; height: 18rem; border: 1px solid rgba(105, 229, 210, .11); border-radius: 50%; pointer-events: none; }
.ambient::before, .ambient::after { content: ""; position: absolute; inset: 14%; border: inherit; border-radius: inherit; }
.ambient::after { inset: 29%; }
.ambient-one { top: -7rem; left: -8rem; }
.ambient-two { right: -10rem; bottom: -7rem; }
main { position: relative; width: min(100%, 36rem); margin: 0 auto; padding: max(1rem, env(safe-area-inset-top)) 1rem max(1.5rem, env(safe-area-inset-bottom)); }
.profile-card {
  position: relative; overflow: hidden; border: 1px solid rgba(105, 229, 210, .38); border-radius: 2rem;
  background: linear-gradient(180deg, rgba(13, 7, 18, .36), rgba(20, 8, 31, .96) 27rem);
  box-shadow: 0 2rem 6rem rgba(0,0,0,.58), inset 0 0 0 1px rgba(255,246,223,.06);
  backdrop-filter: blur(18px);
}
.hero-art { height: 15rem; background: linear-gradient(180deg, transparent 34%, rgba(20,8,31,.92) 95%), url("assets/visionary-hero.webp") center 32% / cover no-repeat; }
.card-content { position: relative; z-index: 1; margin-top: -6.2rem; padding: 0 1.15rem 1.25rem; }
.avatar-ring {
  width: 8.6rem; height: 8.6rem; margin: 0 auto 1.1rem; border-radius: 50%; padding: .26rem;
  background: conic-gradient(from 25deg, var(--teal), #875080, var(--ivory), var(--teal));
  box-shadow: 0 0 0 .55rem rgba(15,7,22,.72), 0 1rem 2.5rem rgba(0,0,0,.45), 0 0 2.5rem rgba(105,229,210,.23);
}
.avatar { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 50%; border: 2px solid #160a21; }
.eyebrow { margin: 0; text-align: center; text-transform: uppercase; color: var(--teal-soft); font-weight: 700; font-size: .72rem; letter-spacing: .22em; }
h1 { margin: .35rem 0 .25rem; text-align: center; font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: clamp(2.35rem, 11vw, 3.65rem); line-height: 1; letter-spacing: -.045em; text-shadow: 0 .2rem 1.1rem rgba(0,0,0,.7); }
.intro { max-width: 27rem; margin: .8rem auto 1.25rem; text-align: center; color: var(--muted); font-size: .98rem; line-height: 1.5; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
.primary-action, .app-action, .contact-link { display: grid; align-items: center; min-height: 4.4rem; border-radius: 1.15rem; transition: transform .18s ease, border-color .18s ease, background-color .18s ease; }
.primary-action:hover, .app-action:hover, .contact-link:hover { transform: translateY(-2px); }
.primary-action:focus-visible, .app-action:focus-visible, .contact-link:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }
.primary-action {
  grid-template-columns: 2.65rem 1fr auto; gap: .75rem; padding: .8rem 1rem; color: #170b1f;
  background: linear-gradient(120deg, var(--ivory), #e9d5c8 55%, #baf3e9); box-shadow: 0 .8rem 2rem rgba(0,0,0,.34);
}
.action-icon, .app-orb { display: grid; place-items: center; width: 2.6rem; height: 2.6rem; border-radius: 50%; background: #2c1238; color: var(--teal-soft); font-size: 1.5rem; font-weight: 400; }
.primary-action span:nth-child(2), .app-action span:nth-child(2), .contact-link span:nth-child(2) { min-width: 0; }
strong, small { display: block; }
.primary-action strong { font-size: 1rem; letter-spacing: .01em; }
.primary-action small { margin-top: .14rem; color: #5f4862; font-size: .74rem; }
.arrow { color: currentColor; opacity: .72; font-size: 1.05rem; }
.link-list { margin: 1rem 0; border: 1px solid var(--line); border-radius: 1.25rem; overflow: hidden; background: rgba(255,255,255,.025); }
.contact-link { grid-template-columns: 2.45rem 1fr auto; gap: .75rem; padding: .62rem .9rem; border-bottom: 1px solid var(--line); }
.contact-link:last-child { border-bottom: 0; }
.contact-link:hover { background: rgba(105,229,210,.06); }
.icon { display: grid; place-items: center; width: 2.35rem; height: 2.35rem; border: 1px solid rgba(105,229,210,.22); border-radius: .85rem; color: var(--teal-soft); background: rgba(105,229,210,.055); font-size: 1.1rem; }
.contact-link small, .app-action small { margin-bottom: .12rem; color: #a894ae; font-size: .66rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }
.contact-link strong { overflow: hidden; text-overflow: ellipsis; font-size: .92rem; font-weight: 650; }
.app-action { grid-template-columns: 2.7rem 1fr auto; gap: .8rem; padding: .82rem .95rem; border: 1px solid rgba(105,229,210,.33); background: linear-gradient(110deg, rgba(78,31,91,.62), rgba(17,80,77,.35)); }
.app-action strong { font-size: .9rem; }
.app-orb { background: rgba(105,229,210,.13); border: 1px solid rgba(105,229,210,.35); }
footer { display: flex; justify-content: center; gap: .65rem; padding: 1.2rem 0 .1rem; color: #918196; font-size: .67rem; text-transform: uppercase; letter-spacing: .22em; }
@media (min-width: 38rem) {
  main { padding-top: 2rem; }
  .card-content { padding-inline: 2rem; padding-bottom: 2rem; }
  .hero-art { height: 17rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
