.home-page .app{
  overflow:visible;
}

.home-page .topbar{
  position:sticky;
  top:10px;
  position:relative;
  top:auto;
  z-index:80;
  height:70px;
  border:1px solid rgba(255,255,255,.76);
  border-radius:21px;
  background:rgba(255,255,255,.88);
  box-shadow:0 12px 35px rgba(42,26,39,.1);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
}

.home-page .topbar .logo-image img{
  max-width:190px;
  max-height:34px;
}

.home-showcase{
  position:relative;
  min-height:430px;
  margin-top:18px;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);
  overflow:hidden;
  border:0;
  border-radius:32px;
  background:#221820;
  box-shadow:0 24px 60px rgba(50,27,44,.18);
  isolation:isolate;
}

.home-showcase:before{
  content:"";
  position:absolute;
  inset:auto auto -105px -75px;
  width:240px;
  height:240px;
  border:42px solid rgba(179,72,142,.1);
  border-radius:50%;
  background:none;
  z-index:0;
}

.home-showcase-copy{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:clamp(34px,6vw,62px);
  background:
    radial-gradient(circle at 14% 12%,rgba(179,72,142,.24),transparent 17rem),
    linear-gradient(135deg,#21171f,#3a1f31);
}

.home-overline{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#e7cbdc;
  font-size:10px;
  font-weight:850;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.home-overline i{
  width:22px;
  height:2px;
  border-radius:999px;
  background:#d85aa9;
}

.home-showcase h1{
  max-width:580px;
  margin:22px 0 14px;
  color:#fff;
  font-size:clamp(42px,7vw,70px);
  line-height:.91;
  letter-spacing:-.065em;
}

.home-showcase p{
  max-width:500px;
  margin:0;
  color:rgba(255,255,255,.62);
  font-size:14px;
  line-height:1.65;
}

.home-showcase-bottom{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:32px;
}

.home-showcase-bottom>a{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:8px 8px 8px 15px;
  border-radius:13px;
  background:#fff;
  color:#251a23;
  font-size:11px;
  font-weight:850;
  text-decoration:none;
}

.home-showcase-bottom>a i{
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:var(--brand);
  color:#fff;
  font-size:16px;
}

.home-showcase-bottom>span{
  display:flex;
  align-items:baseline;
  gap:6px;
  color:rgba(255,255,255,.43);
  font-size:9px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.home-showcase-bottom>span b{
  color:#e76aba;
  font-size:23px;
  letter-spacing:-.04em;
}

.home-showcase-visual{
  position:relative;
  min-height:430px;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(24,16,22,.03),rgba(24,16,22,.42)),
    var(--hero) center/cover no-repeat;
}

.home-showcase-visual:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#3a1f31 0,rgba(58,31,49,.32) 17%,transparent 48%);
}

.visual-word{
  position:absolute;
  right:-7px;
  top:21px;
  color:rgba(255,255,255,.11);
  font-size:clamp(58px,9vw,106px);
  font-weight:950;
  letter-spacing:-.08em;
  line-height:1;
  writing-mode:vertical-rl;
}

.visual-note{
  position:absolute;
  right:20px;
  bottom:20px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:9px 11px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:11px;
  background:rgba(28,19,26,.62);
  color:rgba(255,255,255,.82);
  backdrop-filter:blur(12px);
  font-size:9px;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.visual-note i{
  color:#e86cbb;
  font-size:14px;
}

@media(max-width:720px){
  .home-page .topbar{top:8px;height:66px}
  .home-page .topbar{position:relative;top:auto;height:66px}
  .home-showcase{min-height:560px;display:block}
  .home-showcase-copy{min-height:410px;padding:38px 28px;background:linear-gradient(180deg,rgba(30,20,28,.34),rgba(30,20,28,.96) 95%),var(--hero) center/cover no-repeat}
  .home-showcase-visual{position:absolute;inset:0;min-height:0;z-index:-1;background:var(--hero) center/cover no-repeat}
  .home-showcase-copy{min-height:560px;padding:38px 28px;background:transparent}
  .home-showcase-visual{position:absolute;inset:0;min-height:0;z-index:0;background:var(--hero) center/cover no-repeat}
  .home-showcase-visual:before{background:linear-gradient(180deg,rgba(24,16,22,.22) 0,rgba(31,19,28,.7) 46%,rgba(28,17,25,.97) 100%)}
  .home-showcase h1{font-size:50px}
  .home-showcase p{font-size:13px}
  .home-showcase-bottom{margin-top:27px}
  .visual-word{display:none}
  .visual-note{right:auto;left:28px;bottom:24px}
}

@media(max-width:390px){
  .home-showcase{min-height:535px;border-radius:26px}
  .home-showcase-copy{min-height:400px;padding:32px 23px}
  .home-showcase-copy{min-height:535px;padding:32px 23px}
  .home-showcase h1{font-size:44px}
  .home-showcase-bottom>span{display:none}
  .home-showcase-bottom>a{width:100%;justify-content:space-between}
  .visual-note{left:23px}
}