:root {
  color-scheme: light;
  --ink: #17141a;
  --muted: #6c6068;
  --pink: #ff68a5;
  --pink-bright: #ff4f98;
  --pink-soft: #ffc1dc;
  --cream: #fff9fc;
  --white: #ffffff;
  --line: rgba(23, 20, 26, 0.11);
  --shadow: 0 18px 55px rgba(25, 14, 22, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #151219;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 104, 165, 0.28), transparent 34rem),
    radial-gradient(circle at 90% 80%, rgba(255, 202, 225, 0.16), transparent 28rem),
    #151219;
}

a {
  color: inherit;
}

.page-shell {
  width: 100%;
  min-height: 100vh;
  padding: 38px 18px;
}

.profile-card {
  width: min(100%, 560px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 38px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.hero {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  isolation: isolate;
  padding: 40px 28px 28px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.42) 0 3px, transparent 4px),
    radial-gradient(circle at 84% 12%, rgba(255, 255, 255, 0.35) 0 4px, transparent 5px),
    linear-gradient(145deg, #ff99c4 0%, var(--pink) 47%, #ff4f98 100%);
}

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

.hero::before {
  top: -80px;
  right: -64px;
  width: 240px;
  height: 240px;
}

.hero::after {
  bottom: -150px;
  left: -130px;
  width: 330px;
  height: 330px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 265px;
}

.eyebrow {
  margin: 0 0 8px;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(4.2rem, 15vw, 6rem);
  font-weight: 500;
  line-height: 0.72;
  letter-spacing: -0.055em;
  color: var(--white);
  text-shadow: 0 4px 0 rgba(115, 26, 68, 0.12);
}

h1 span {
  display: inline-block;
  margin-left: 0.5em;
}

.hero-note {
  width: 210px;
  margin: 24px 0 0;
  font-size: 0.96rem;
  font-weight: 750;
  line-height: 1.32;
}

.portrait-wrap {
  position: absolute;
  right: -30px;
  bottom: -16px;
  z-index: 2;
  width: 355px;
  height: 355px;
}

.portrait-halo {
  position: absolute;
  right: 22px;
  bottom: 33px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

.portrait {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(0 16px 24px rgba(92, 24, 57, 0.2));
}

.content {
  padding: 26px 22px 28px;
}

.intro {
  padding: 0 7px;
  text-align: center;
}

.intro-title {
  margin: 0 0 5px;
  font-size: 1.25rem;
  font-weight: 900;
}

.intro p:last-child {
  max-width: 450px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin: 20px 0 24px;
}

.social {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(38, 23, 32, 0.13);
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.social:hover,
.social:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 12px 22px rgba(38, 23, 32, 0.2);
}

.social:focus-visible,
.link-card:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}

.social-facebook {
  background: #1877f2;
  font-family: Arial, sans-serif;
}

.social-instagram {
  background: radial-gradient(circle at 28% 105%, #ffd600 0 22%, #ff7a00 29%, #ff0169 54%, #d300c5 72%, #7638fa 100%);
}

.instagram-mark {
  position: relative;
  width: 23px;
  height: 23px;
  border: 3px solid white;
  border-radius: 7px;
}

.instagram-mark::before,
.instagram-mark::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.instagram-mark::before {
  inset: 4px;
  border: 2px solid white;
}

.instagram-mark::after {
  top: 2px;
  right: 2px;
  width: 4px;
  height: 4px;
  background: white;
}

.social-tiktok {
  background: #0f0f12;
  text-shadow: -2px -1px 0 #25f4ee, 2px 1px 0 #fe2c55;
}

.social-whatsapp {
  background: #25d366;
}

.social-whatsapp svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.social-whatsapp svg path:last-child {
  fill: currentColor;
  stroke: none;
}

.links {
  display: grid;
  gap: 12px;
}

.link-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  min-height: 76px;
  padding: 11px 15px 11px 12px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(51, 32, 44, 0.07);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.link-card:hover,
.link-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 79, 152, 0.5);
  box-shadow: 0 13px 28px rgba(51, 32, 44, 0.13);
}

.link-card-primary,
.link-card-team {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
}

.link-card-team {
  border-color: #c53575;
  background: linear-gradient(135deg, #cb357a, #f14b91);
}

.link-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  flex: none;
  border-radius: 15px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 950;
}

.icon-meamora {
  background: #f2549a;
}

.icon-team {
  color: #d43f7e;
  background: #fff;
}

.icon-facebook {
  background: #1877f2;
  font-family: Arial, sans-serif;
  font-size: 1.45rem;
}

.icon-herbs {
  color: #ffeac2;
  background: linear-gradient(145deg, #3b521f, #8f5f2c);
}

.icon-curated {
  color: #fff;
  background: #141820;
}

.icon-yu {
  background: #f35e25;
}

.link-copy {
  min-width: 0;
}

.link-copy strong,
.link-copy small {
  display: block;
}

.link-copy strong {
  font-size: 1.03rem;
  font-weight: 900;
  line-height: 1.25;
}

.link-copy small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.3;
}

.link-card-primary small,
.link-card-team small {
  color: rgba(255, 255, 255, 0.72);
}

.arrow {
  padding-left: 3px;
  font-size: 1.35rem;
  font-weight: 800;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  padding: 27px 8px 2px;
  color: #8a7d85;
  font-size: 0.76rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 600px) {
  body {
    background: var(--cream);
  }

  .page-shell {
    padding: 0;
  }

  .profile-card {
    width: 100%;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .hero {
    min-height: 374px;
    padding: 31px 21px 24px;
  }

  .hero-copy {
    max-width: 225px;
  }

  h1 {
    font-size: clamp(4rem, 19vw, 5rem);
  }

  .hero-note {
    width: 170px;
    font-size: 0.88rem;
  }

  .portrait-wrap {
    right: -44px;
    bottom: -10px;
    width: 323px;
    height: 323px;
  }

  .portrait-halo {
    right: 26px;
    bottom: 28px;
    width: 238px;
    height: 238px;
  }

  .content {
    padding: 24px 16px 26px;
  }

  .link-card {
    grid-template-columns: 46px minmax(0, 1fr) auto;
    min-height: 78px;
    border-radius: 20px;
  }
}

@media (max-width: 390px) {
  .hero {
    min-height: 352px;
  }

  .eyebrow {
    font-size: 0.68rem;
  }

  .portrait-wrap {
    right: -60px;
    width: 300px;
    height: 300px;
  }

  .hero-note {
    width: 145px;
  }

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

  .link-copy small {
    font-size: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
