.anisondb-landing-search,
.anisondb-landing-search *{
  box-sizing:border-box;
}

.anisondb-landing-search{
  position:relative;
  width:100%;
  min-height:470px;
  margin:24px auto 30px;
  overflow:hidden;
  padding:clamp(42px,7vw,78px) clamp(300px,32vw,410px) clamp(42px,7vw,78px) clamp(22px,6vw,76px);
  border:1px solid rgba(117,87,232,.12);
  border-radius:30px;
  background:
    radial-gradient(circle at 85% 18%,rgba(255,94,149,.20),transparent 25%),
    radial-gradient(circle at 75% 90%,rgba(41,184,208,.16),transparent 26%),
    linear-gradient(135deg,#fbfaff 0%,#f5f1ff 58%,#fff8fc 100%);
  box-shadow:0 18px 50px rgba(28,24,64,.09);
  color:#1b1a2a;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

.anisondb-landing-search__content{
  position:relative;
  z-index:2;
}

.anisondb-landing-search__eyebrow{
  color:#7557e8;
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
}

.anisondb-landing-search__eyebrow span{
  display:inline-block;
  width:28px;
  height:2px;
  margin:0 9px 3px 0;
  background:#7557e8;
}

.anisondb-landing-search__title{
  max-width:none!important;
  margin:16px 0 14px!important;
  padding:0!important;
  border:0!important;
  border-left:0!important;
  border-right:0!important;
  border-top:0!important;
  border-bottom:0!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  color:#151520!important;
  font-size:clamp(28px,4.2vw,54px)!important;
  font-weight:900!important;
  line-height:1.14!important;
  letter-spacing:-.045em!important;
  white-space:nowrap;
}

.anisondb-landing-search__title em{
  color:#7c3aed!important;
  font-style:normal!important;
}

.anisondb-landing-search__lead{
  max-width:650px;
  margin:0 0 30px;
  color:#646475;
  font-size:clamp(14px,2vw,17px);
  line-height:1.7;
}

.anisondb-landing-search__form{
  display:flex;
  align-items:center;
  max-width:720px;
  padding:7px;
  border:1px solid rgba(117,87,232,.18);
  border-radius:16px;
  background:#fff;
  box-shadow:0 12px 35px rgba(66,50,134,.12);
}

.anisondb-landing-search__icon{
  position:relative;
  flex:0 0 19px;
  width:19px;
  height:19px;
  margin:0 7px 0 14px;
  border:2px solid #9694a6;
  border-radius:50%;
}

.anisondb-landing-search__icon::after{
  content:"";
  position:absolute;
  width:7px;
  height:2px;
  right:-5px;
  bottom:-3px;
  transform:rotate(45deg);
  background:#9694a6;
}

.anisondb-landing-search__form input[type="search"]{
  min-width:0;
  flex:1;
  height:auto!important;
  margin:0!important;
  padding:12px 10px!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#1b1a2a!important;
  font:inherit!important;
}

.anisondb-landing-search__form button{
  min-width:105px;
  min-height:46px;
  margin:0!important;
  padding:12px 22px;
  border:0!important;
  border-radius:11px;
  background:linear-gradient(135deg,#7557e8,#5038bd);
  box-shadow:0 8px 18px rgba(117,87,232,.30);
  color:#fff!important;
  cursor:pointer;
  font:inherit;
  font-weight:900;
  transition:transform .18s ease,box-shadow .18s ease;
}

.anisondb-landing-search__form button:hover{
  transform:translateY(-1px);
  box-shadow:0 11px 24px rgba(117,87,232,.34);
}

.anisondb-landing-search__ranking-guide{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  max-width:720px;
  margin-top:12px;
  padding:10px 14px;
  border:0;
  border-radius:11px;
  background:rgba(242,238,255,.82);
}

.anisondb-landing-search__ranking-hint{
  color:#706d7f;
  font-size:12px;
  white-space:nowrap;
}

.anisondb-landing-search__ranking-guide a{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:#5b42c7!important;
  font-size:13px;
  font-weight:800;
  text-decoration:none!important;
}

.anisondb-landing-search__ranking-guide a:hover{
  color:#432da8!important;
  text-decoration:underline!important;
  text-underline-offset:3px;
}

.anisondb-landing-search__ranking-icon{font-size:10px}
.anisondb-landing-search__ranking-arrow{margin-left:2px;font-size:17px;line-height:1}

.anisondb-landing-search__examples{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  max-width:760px;
  margin-top:18px;
  color:#777489;
  font-size:12px;
}

.anisondb-landing-search__examples-label{
  margin-right:2px;
}

.anisondb-landing-search__examples a{
  display:inline-flex;
  align-items:center;
  min-height:31px;
  padding:5px 12px;
  border:1px solid rgba(117,87,232,.16);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  color:#555266!important;
  text-decoration:none!important;
}

.anisondb-landing-search__examples a:hover{
  border-color:rgba(117,87,232,.36);
  background:#fff;
  color:#5b42c7!important;
}

.anisondb-landing-search__character{
  position:absolute;
  right:-18px;
  bottom:10px;
  z-index:1;
  display:block;
  width:clamp(280px,36vw,500px);
  max-width:44%;
  height:auto;
  pointer-events:none;
  user-select:none;
}

@media(max-width:900px){
  .anisondb-landing-search{
    min-height:400px;
    padding-right:clamp(190px,30vw,250px);
  }

  .anisondb-landing-search__character{
    right:0;
    width:clamp(180px,32vw,260px);
    max-width:35%;
  }

  .anisondb-landing-search__title{
    font-size:clamp(25px,5vw,38px)!important;
    white-space:normal;
  }
}

@media(max-width:600px){
  .anisondb-landing-search{
    min-height:555px;
    margin:20px auto 24px;
    padding:30px 16px 185px;
    border-radius:22px;
  }

  .anisondb-landing-search__title{
    font-size:clamp(25px,8vw,34px)!important;
    white-space:normal;
  }

  .anisondb-landing-search__lead{
    margin-bottom:20px;
  }

  .anisondb-landing-search__form{
    padding:5px;
  }

  .anisondb-landing-search__form button{
    min-width:78px;
    padding-inline:13px;
  }

  .anisondb-landing-search__icon{
    margin-left:9px;
  }

  .anisondb-landing-search__examples{
    gap:6px;
    margin-top:14px;
  }

  .anisondb-landing-search__ranking-guide{
    align-items:flex-start;
    flex-direction:column;
    gap:4px;
    padding:9px 11px;
  }

  .anisondb-landing-search__ranking-guide a{font-size:12px}

  .anisondb-landing-search__examples-label{
    width:100%;
  }

  .anisondb-landing-search__character{
    right:5px;
    bottom:5px;
    width:clamp(175px,58vw,245px);
    max-width:62%;
  }
}

@media(max-width:420px){
  .anisondb-landing-search{
    min-height:590px;
  }

  .anisondb-landing-search__form{
    flex-wrap:wrap;
  }

  .anisondb-landing-search__icon{
    margin-top:13px;
  }

  .anisondb-landing-search__form input[type="search"]{
    width:calc(100% - 52px)!important;
    flex:1 1 calc(100% - 52px);
  }

  .anisondb-landing-search__form button{
    width:100%;
    margin-top:5px!important;
  }
}


/* v0.8.16: neutralize Luxeritas heading decoration on the landing hero title. */
.anisondb-landing-search__title::before,
.anisondb-landing-search__title::after{
  content:none!important;
  display:none!important;
  background:none!important;
  border:0!important;
  box-shadow:none!important;
}


/* ==========================================================
   v0.8.17: Database-style homepage LP (Pattern D)
   ========================================================== */
.anisondb-landing-page,
.anisondb-landing-page *{box-sizing:border-box}

.anisondb-landing-page{
  --adb-purple:#7557e8;
  --adb-navy:#151a37;
  --adb-muted:#697086;
  width:100%;
  color:#171926;
}

.anisondb-db-intro{
  max-width:1100px;
  margin:78px auto 34px;
  padding:0 24px;
  text-align:center;
}

.anisondb-db-kicker{
  color:var(--adb-purple);
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
}

.anisondb-db-intro h2,
.anisondb-db-guide h2,
.anisondb-db-stats-heading h2{
  margin:10px 0 14px!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
  color:#13182a!important;
  font-size:clamp(27px,3.2vw,43px)!important;
  font-weight:900!important;
  line-height:1.25!important;
  letter-spacing:-.035em!important;
}

.anisondb-db-intro h2::before,
.anisondb-db-intro h2::after,
.anisondb-db-guide h2::before,
.anisondb-db-guide h2::after,
.anisondb-db-stats-heading h2::before,
.anisondb-db-stats-heading h2::after{
  content:none!important;
  display:none!important;
}

.anisondb-db-intro p{
  max-width:820px;
  margin:0 auto;
  color:var(--adb-muted);
  font-size:15px;
  line-height:1.9;
}

.anisondb-db-stats-wrap{
  width:100%;
  max-width:1200px;
  margin:42px auto 88px;
  padding:44px 34px 38px;
  border-radius:24px;
  background:linear-gradient(135deg,#171d3f 0%,#342064 100%);
  box-shadow:0 18px 50px rgba(25,22,70,.14);
}

.anisondb-db-stats-heading{text-align:center}

.anisondb-db-stats-heading>span{
  color:#c9c0ff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.18em;
}

.anisondb-db-stats-heading h2{
  color:#fff!important;
  font-size:clamp(24px,2.8vw,34px)!important;
}

.anisondb-db-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  max-width:900px;
  margin:28px auto 0;
}

.anisondb-db-stats>div{
  padding:20px 12px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  background:rgba(255,255,255,.08);
  text-align:center;
}

.anisondb-db-stats strong{
  display:block;
  color:#fff;
  font-size:clamp(24px,3vw,34px);
  line-height:1.1;
}

.anisondb-db-stats span{
  display:block;
  margin-top:6px;
  color:#d7d3ea;
  font-size:12px;
}

.anisondb-db-guide{
  display:grid;
  grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr);
  gap:40px;
  align-items:center;
  max-width:1200px;
  margin:0 auto;
  padding:68px 20px;
}

.anisondb-db-guide.is-reverse{
  grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);
}

.anisondb-db-guide.is-reverse .anisondb-db-guide__copy{order:2}
.anisondb-db-guide.is-reverse .anisondb-db-guide__image{order:1}

.anisondb-db-guide__copy{padding:8px 8px 8px 4px}

.anisondb-db-step{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  margin-bottom:12px;
  padding:5px 12px;
  border-radius:999px;
  background:#efeaff;
  color:var(--adb-purple);
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
}

.anisondb-db-guide h2{font-size:clamp(26px,2.8vw,38px)!important}

.anisondb-db-guide__copy p{
  margin:0;
  color:var(--adb-muted);
  font-size:15px;
  line-height:1.9;
}

.anisondb-db-guide__image{
  overflow:hidden;
  border:1px solid #e1e2ec;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 45px rgba(20,25,65,.09);
}

.anisondb-db-guide__image img{
  display:block;
  width:100%;
  height:auto;
  margin:0!important;
}

@media(max-width:900px){
  .anisondb-db-stats-wrap{width:calc(100% - 24px)}

  .anisondb-db-guide,
  .anisondb-db-guide.is-reverse{
    grid-template-columns:1fr;
    gap:24px;
    padding:52px 16px;
  }

  .anisondb-db-guide.is-reverse .anisondb-db-guide__copy,
  .anisondb-db-guide.is-reverse .anisondb-db-guide__image{order:initial}

  .anisondb-db-guide__copy{text-align:center}

}

@media(max-width:600px){
  .anisondb-db-intro{
    margin-top:54px;
    padding:0 14px;
  }

  .anisondb-db-stats-wrap{
    margin-top:34px;
    margin-bottom:48px;
    padding:28px 16px;
    border-radius:18px;
  }

  .anisondb-db-stats{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .anisondb-db-stats>div{padding:16px 8px}

  .anisondb-db-guide{
    padding-top:38px;
    padding-bottom:38px;
  }

  .anisondb-db-guide h2{font-size:28px!important}

}


/* ==========================================================
   v0.8.19: Homepage only - hide Luxeritas breadcrumb
   and tighten the space above the AnisonDB hero.
   Mirrors the selectors already used on AnisonDB routes.
   ========================================================== */
body.home #breadcrumb,
body.home #breadcrumb-box{
  display:none!important;
}

body.home #primary{
  margin-top:0!important;
  padding-top:0!important;
}

body.home .anisondb-landing-page{
  margin-top:0!important;
  padding-top:0!important;
}

body.home .anisondb-landing-search{
  margin-top:0!important;
}
