/*
Theme Name: wishes
Theme URI: http://www.wishnquote.com/
Author: Manish Khunteta
Author Description: Cool guys working on a cool website.
Author URL: http://www.wishnquote.com/
Version: 2.0.5
License: GPL
License URI: http://www.gnu.org/copyleft/gpl.html
*/

/* MAIN STYLES
-------------------------------------------*/
/* * { margin: 0; padding: 0; outline: none; }
*:before, *:after, * {
	box-sizing: border-box;
}
*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Lora:wght@500;600;700&display=swap');

:root {
  --ql-purple: #6f46d9;
  --ql-purple-dark: #5730bf;
  --ql-purple-soft: #f0eaff;
  --ql-ink: #171823;
  --ql-muted: #6f7180;
  --ql-cream: #fbf8f3;
  --ql-card: #ffffff;
  --ql-border: #ebe6df;
  --ql-shadow: 0 14px 40px rgba(32, 24, 54, .08);
  --ql-radius: 18px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--ql-cream);
  color: var(--ql-ink);
  line-height: 1.6
}

h1,
h2,
h3,
h4,
.font-serif {
  font-family: 'Lora', serif
}

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

img {
  max-width: 100%
}

.btn-primary {
  --bs-btn-bg: var(--ql-purple);
  --bs-btn-border-color: var(--ql-purple);
  --bs-btn-hover-bg: var(--ql-purple-dark);
  --bs-btn-hover-border-color: var(--ql-purple-dark);
  border-radius: 11px;
  padding: .72rem 1.1rem;
  font-weight: 600
}

.btn-outline-primary {
  --bs-btn-color: var(--ql-purple);
  --bs-btn-border-color: #b8a4ed;
  --bs-btn-hover-bg: var(--ql-purple);
  --bs-btn-hover-border-color: var(--ql-purple);
  border-radius: 11px;
  padding: .72rem 1.1rem;
  font-weight: 600
}

.btn-light {
  border: 1px solid var(--ql-border);
  background: #fff;
  border-radius: 11px
}

.text-purple {
  color: var(--ql-purple) !important
}

.bg-purple-soft {
  background: var(--ql-purple-soft) !important
}

.text-muted {
  color: var(--ql-muted) !important
}

.section-space {
  padding: 58px 0
}

.section-title {
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 700;
  margin-bottom: 1.2rem
}

.eyebrow {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--ql-purple);
  font-weight: 700
}

/* Navbar */
.navbar {
  padding: 0;
}

.ql-navbar {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--ql-border);
  position: sticky;
  top: 0;
  z-index: 1030
}

.ql-navbar .navbar-brand {
  display: flex;
  align-items: center;
  gap: .65rem;
  font-family: 'Lora', serif;
  font-weight: 700;
  padding: 0
}

.ql-navbar .navbar-brand img {
  height: 50px;
}


.ql-navbar .menu-item {
  font-weight: 600;
  color: #292a34;
  padding: .9rem .9rem !important;
  position: relative
}

.ql-navbar .menu-item.current-menu-item,
.ql-navbar .menu-item:hover {
  color: var(--ql-purple)
}

.ql-navbar .menu-item.current-menu-item:after {
  content: "";
  position: absolute;
  left: .8rem;
  right: .8rem;
  bottom: .45rem;
  height: 2px;
  background: var(--ql-purple);
  border-radius: 99px
}

.nav-search {
  min-width: 250px;
  border: 1px solid var(--ql-border);
  border-radius: 12px;
  background: #fff
}

.nav-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid transparent
}

.nav-icon:hover {
  background: var(--ql-purple-soft);
  color: var(--ql-purple)
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 40px;
  background: linear-gradient(90deg, #fffaf3 0%, #f7f2f7 55%, #fff7ee 100%)
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('assets/images/backdrop.webp') center right/95% auto no-repeat;
  opacity: .28;
  mask-image: linear-gradient(90deg, transparent 10%, black 55%)
}

.hero .container {
  position: relative;
  z-index: 2
}

.hero h1 {
  font-size: clamp(2.25rem, 4.6vw, 4.7rem);
  line-height: 1.08;
  font-weight: 700
}

.hero-copy {
  max-width: 100%
}

.hero-search-wrap {
  max-width: 820px;
  margin: 40px auto 0
}

.hero-search {
  background: #fff;
  border: 1px solid var(--ql-border);
  box-shadow: var(--ql-shadow);
  border-radius: 16px;
  padding: .75rem
}

.hero-search .form-control {
  border: 0;
  box-shadow: none
}

.chip,
.postTags a {
  border: 1px solid var(--ql-border);
  background: #fff;
  border-radius: 999px;
  padding: .42rem .8rem;
  font-size: .82rem;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  transition: .2s;
  margin-bottom: 5px;
}

.postTags a:hover,
.chip:hover,
.chip.active {
  border-color: #bca8ef;
  color: var(--ql-purple);
  background: var(--ql-purple-soft)
}

.postTags a {
  border-color: #bca8ef;
  color: var(--ql-purple);
  background: var(--ql-purple-soft)
}

.postTags a:hover {
  border-color: #bca8ef;
  color: var(--ql-purple-soft);
  background: var(--ql-purple)
}



/* Cards and grids */
.ql-card {
  background: var(--ql-card);
  border: 1px solid var(--ql-border);
  border-radius: var(--ql-radius);
  box-shadow: 0 6px 20px rgba(28, 21, 46, .045)
}

.quote-card {
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease
}

.quote-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ql-shadow)
}

.quote-image-wrap {
  position: relative;
  overflow: hidden;
  background: #eee
}

.quote-card img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
  transition: transform .35s;
  height: auto;
}

.quote-card:hover img {
  transform: scale(1.02)
}

.quote-actions {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  gap: 8px;
  align-items: center
}

.quote-actions .btn {
  width: 44px;
  height: 44px;
  padding: 0;
  display: grid;
  place-items: center;
  border-radius: 11px
}

.quote-actions .btn:first-child {
  background: var(--ql-purple);
  border-color: var(--ql-purple);
  color: #fff;
  margin-right: auto
}

.quote-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 999px;
  padding: .27rem .65rem;
  font-size: .72rem;
  font-weight: 700;
  background: var(--ql-purple);
  color: #fff
}

.quote-meta {
  padding: 14px
}

.quote-meta h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: .96rem;
  font-weight: 700;
  margin: 0 0 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.3em;


}

.quote-meta p {
  font-size: .79rem;
  color: var(--ql-muted);
  margin: 0
}

.save-btn.is-saved {
  background: #fff0f4 !important;
  color: #d83d6d !important;
  border-color: #f4c5d4 !important
}

.category-tile,
.format-tile {
  padding: 22px 12px;
  text-align: center;
  min-height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: .2s
}

.category-tile:hover,
.format-tile:hover {
  transform: translateY(-3px);
  border-color: #c9b7f2
}

.tile-icon {
  font-size: 2rem;
  margin-bottom: .55rem
}

.category-tile h3,
.format-tile h3 {
  font-size: .88rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  margin: 0
}

.format-tile small {
  color: var(--ql-muted)
}

.author-strip {
  display: flex;
  gap: 12px;
  overflow: auto;
  padding-bottom: 8px;
  scrollbar-width: thin
}

.author-pill {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: .7rem;
  background: #fff;
  border: 1px solid var(--ql-border);
  border-radius: 14px;
  padding: .65rem .9rem
}

.author-pill img {
  width: 40px;
  height: 40px;
  border-radius: 50%
}

.author-pill strong {
  font-size: .86rem
}

/* Footer */
.newsletter {
  background: linear-gradient(90deg, #efe8ff, #f8f4ff);
  border: 1px solid #ded2f8;
  border-radius: 18px;
  padding: 26px
}

.site-footer {
  background: #fff;
  border-top: 1px solid var(--ql-border);
  padding: 48px 0 22px
}

.site-footer a.navbar-brand {
  color: var(--ql-purple);
}

.footer-title {
  font-weight: 700;
  font-size: .9rem;
  margin-bottom: .8rem
}

.footer-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-links a {
  display: block;
  color: #656675;
  font-size: .86rem;
  margin: .34rem 0
}

.footer-links a:hover {
  color: var(--ql-purple)
}

/* Breadcrumb */
.breadcrumb {
  --bs-breadcrumb-divider: '›';
  font-size: .82rem
}

.breadcrumb-item a {
  color: var(--ql-muted)
}

.page-header {
  padding: 42px 0 24px
}

.page-header h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700
}

/* Filters + category */
.filter-panel {
  padding: 20px;
  position: sticky;
  top: 94px
}

.filter-title {
  font-weight: 700;
  font-size: .88rem;
  margin: 1.1rem 0 .6rem
}

.filter-title:first-child {
  margin-top: 0
}

.form-check-input:checked {
  background-color: var(--ql-purple);
  border-color: var(--ql-purple)
}

.filter-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ddd;
  cursor: pointer
}

.view-toggle .btn.active {
  background: var(--ql-purple-soft);
  color: var(--ql-purple);
  border-color: #c9b7f2
}

.category-toolbar {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px
}

.category-grid.list-view {
  grid-template-columns: 1fr
}

.category-grid.list-view .quote-card {
  display: grid;
  grid-template-columns: 210px 1fr
}

.category-grid.list-view .quote-card img {
  aspect-ratio: 1/1
}

.category-grid .quote-card.filtered-out {
  display: none
}

/* Detail */
.detail-preview {
  padding: 14px
}

.detail-preview img {
  width: 100%;
  border-radius: 15px;
  display: block;
  height: auto;
}

.detail-title {
  font-size: clamp(2rem, 3.6vw, 3.3rem);
  line-height: 1.15
}

.download-list .list-group-item {
  border-color: var(--ql-border);
  padding: 14px 16px
}

.detail-info {
  padding: 20px
}

.palette span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ddd;
  margin-right: 4px
}

.mini-card img {
  border-radius: 12px;
  aspect-ratio: 4/5;
  object-fit: cover
}

.detail-sticky {
  position: sticky;
  top: 100px
}

/* Authors */
.author-hero {
  background: linear-gradient(120deg, #fffaf5, #f8f3fb);
  border-bottom: 1px solid var(--ql-border);
  padding: 30px 0
}

.author-hero-art {
  max-height: 210px;
  width: 100%;
  object-fit: contain
}

.stat-card {
  padding: 18px
}

.stat-card strong {
  display: block;
  color: var(--ql-purple);
  font-size: 1.28rem
}

.author-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px
}

.author-card {
  padding: 18px;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  position: relative
}

.author-card img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover
}

.author-card h3 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0
}

.author-card .years {
  color: var(--ql-muted);
  font-size: .78rem
}

.author-card .count {
  color: var(--ql-purple);
  font-weight: 700;
  font-size: .82rem
}

.author-card p {
  font-size: .81rem;
  color: #585a65;
  line-height: 1.5;
  margin: .55rem 0
}

.author-card .save-btn {
  position: absolute;
  right: 14px;
  top: 14px
}

.authors-aside .ql-card {
  padding: 20px
}

.popular-author {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #f0ece7
}

.popular-author:last-child {
  border-bottom: 0
}

.popular-author img {
  width: 38px;
  height: 38px;
  border-radius: 50%
}

.popular-author strong {
  font-size: .84rem
}

.popular-author small {
  margin-left: auto;
  color: var(--ql-muted)
}

/* Author profile */
.profile-top {
  padding: 42px 0 20px;
  background: linear-gradient(115deg, #fffaf5, #faf7fc)
}

.profile-photo {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  object-fit: cover;
  border: 7px solid #fff;
  box-shadow: var(--ql-shadow)
}

.profile-name {
  font-size: clamp(2.4rem, 5vw, 4.3rem)
}

.profile-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px
}

.profile-stat {
  padding: 18px;
  text-align: center
}

.profile-stat i {
  color: var(--ql-purple);
  font-size: 1.4rem
}

.profile-stat strong {
  display: block;
  color: var(--ql-purple);
  font-size: 1.2rem
}

.featured-quote {
  position: relative;
  min-height: 260px;
  border-radius: 20px;
  overflow: hidden;
  background: url('assets/images/backdrop.webp') no-repeat center center;
}

.featured-quote:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .58), rgba(255, 255, 255, .05))
}

.featured-quote .content {
  position: relative;
  z-index: 1;
  padding: 48px
}

.featured-quote blockquote {
  font-family: 'Lora', serif;
  font-size: clamp(1.5rem, 0vw, 1.6rem);
  font-weight: 700
}

.profile-tabs {
  border-bottom: 1px solid var(--ql-border)
}

.profile-tabs .nav-link {
  color: #4c4d58;
  border: 0;
  border-bottom: 3px solid transparent;
  padding: 1rem 1.2rem
}

.profile-tabs .nav-link.active {
  color: var(--ql-purple);
  border-bottom-color: var(--ql-purple);
  background: transparent
}

.profile-quote-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.about-panel {
  padding: 24px
}

.related-author {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--ql-border);
  border-radius: 14px;
  background: #fff;
  min-width: 190px
}

.related-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%
}

/* Toast */
.ql-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1080;
  min-width: 260px;
  background: #1e1d26;
  color: #fff;
  padding: 14px 18px;
  border-radius: 12px;
  box-shadow: var(--ql-shadow);
  display: none
}

@media (max-width:1199.98px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .nav-search {
    min-width: 190px
  }

  .profile-stats {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:991.98px) {
  .hero:before {
    background-size: 85%;
    opacity: .16
  }

  .hero {
    padding-top: 48px
  }

  .ql-navbar .nav-link.active:after {
    display: none
  }

  .filter-panel {
    position: static
  }

  .detail-sticky {
    position: static
  }

  .authors-aside {
    margin-top: 24px
  }

  .profile-photo {
    width: 170px;
    height: 170px
  }

  .profile-quote-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:767.98px) {
  .section-space {
    padding: 38px 0
  }

  .hero h1 {
    font-size: 2.55rem
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px
  }

  .quote-meta {
    padding: 10px
  }

  .quote-actions {
    left: 8px;
    right: 8px;
    bottom: 8px
  }

  .quote-actions .btn {
    width: 44px;
    height: 44px
  }

  .author-grid {
    grid-template-columns: 1fr
  }

  .author-card {
    grid-template-columns: 78px 1fr
  }

  .author-card img {
    width: 78px;
    height: 78px
  }

  .profile-top {
    text-align: center
  }

  .profile-photo {
    margin-bottom: 18px
  }

  .profile-stats {
    grid-template-columns: repeat(2, 1fr)
  }

  .featured-quote .content {
    padding: 30px
  }

  .profile-quote-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .category-grid.list-view .quote-card {
    grid-template-columns: 130px 1fr
  }
}

@media (max-width:575.98px) {
  .container {
    padding-left: 16px;
    padding-right: 16px
  }

  .hero {
    padding-top: 34px
  }

  .hero h1 {
    font-size: 2.15rem
  }

  .hero-search-wrap {
    margin-top: 25px
  }

  .category-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .quote-card .quote-meta p {
    font-size: .72rem
  }

  .profile-quote-grid {
    grid-template-columns: 1fr 1fr
  }

  .profile-stats {
    gap: 8px
  }

  .profile-stat {
    padding: 12px
  }

  .newsletter {
    text-align: center
  }

  .newsletter .input-group {
    margin-top: 16px
  }

  .author-card p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .author-card {
    min-height: 142px
  }

  .related-author {
    min-width: 170px
  }
}

/* Container styling */
.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 30px 0;
  gap: 8px;
  /* Spaces out the buttons */
}

/* Base styles for all numbers, links, and dots */
.page-numbers li a,
.page-numbers li .current,
.page-numbers li .dots {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 6px;
  border: 1px solid #b8a4ed;
  border-radius: 8px;
  color: #6f46d9;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

/* Hover state for clickable links */
.page-numbers li a:hover {
  background-color: #6f46d9;
  color: #fff;
}

/* Active / Current page number styling */
.page-numbers li .current {
  background-color: #6f46d9;
  /* Standard WordPress blue, change to your brand color */
  border-color: #b8a4ed;
  color: #fff;
  cursor: default;
}

/* Ellipsis (...) dots styling */
.page-numbers li .dots {
  border-color: transparent;
  background: none;
  color: #999;
  cursor: default;
}

/* Target previous/next buttons if you use text like "Prev" or "Next" */
.page-numbers li a.prev,
.page-numbers li a.next {
  padding: 0 16px;
  font-size: 0.9em;
}

/* Occasions */
.occasion-hero {
  padding: 48px 0 34px;
  background: linear-gradient(110deg, #fffaf4, #f8f1fb);
  position: relative;
  overflow: hidden
}

.occasion-hero:after {
  content: "✦";
  position: absolute;
  right: 9%;
  top: -55px;
  font-size: 14rem;
  color: #e9dff8;
  opacity: .65
}

.occasion-hero .container {
  position: relative;
  z-index: 1
}

.occasion-hero h1 {
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 700
}

.occasion-search {
  max-width: 680px;
  background: #fff;
  border: 1px solid var(--ql-border);
  border-radius: 14px;
  padding: 8px;
  box-shadow: var(--ql-shadow)
}

.occasion-card {
  display: block;
  overflow: hidden;
  height: 100%;
  transition: .22s
}

.occasion-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ql-shadow)
}

.occasion-art {
  height: 160px;
  display: grid;
  place-items: center;
  font-size: 4.6rem;
  background: linear-gradient(135deg, var(--occasion-a, #f6e9ff), var(--occasion-b, #fff3e6))
}

.occasion-content {
  padding: 18px
}

.occasion-content h2 {
  font-size: 1.16rem;
  margin-bottom: 4px
}

.occasion-content p {
  font-size: .82rem;
  color: var(--ql-muted);
  margin: 0
}

.occasion-content .count {
  display: inline-block;
  margin-top: 12px;
  color: var(--ql-purple);
  font-size: .78rem;
  font-weight: 700
}

.occasion-detail-hero {
  padding: 54px 0;
  background: linear-gradient(120deg, #fff8f1, #f2ebff)
}

.occasion-detail-icon {
  width: 150px;
  height: 150px;
  border-radius: 32px;
  display: grid;
  place-items: center;
  font-size: 5.7rem;
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--ql-shadow);
  margin-left: auto
}

.occasion-detail-hero h1 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 700
}

.occasion-filter {
  position: sticky;
  top: 84px;
  z-index: 10;
  background: rgba(251, 248, 243, .94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--ql-border)
}

.occasion-quote {
  padding: 22px;
  height: 100%;
  display: flex;
  flex-direction: column
}

.occasion-quote blockquote {
  font: 600 1.15rem/1.55 'Lora', serif;
  flex: 1
}

.occasion-quote footer {
  font-size: .78rem;
  color: var(--ql-muted)
}

.occasion-quote .card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--ql-border)
}

@media(max-width:767.98px) {
  .occasion-detail-icon {
    margin: 24px auto 0;
    width: 120px;
    height: 120px;
    font-size: 4.6rem
  }

  .occasion-detail-hero {
    text-align: center
  }

  .occasion-art {
    height: 130px
  }
}

/* Rich editorial treatment for content pages */
body:has(.inner-page) {
  background: linear-gradient(180deg, #fffdfa 0, #faf6f2 45%, #fff 100%)
}

.inner-page .inner-hero {
  padding: 58px 0 42px;
  background: radial-gradient(circle at 82% 30%, rgba(181, 148, 235, .22), transparent 20%), radial-gradient(circle at 68% 75%, rgba(244, 194, 164, .2), transparent 18%), linear-gradient(120deg, #fffaf4, #f7f0fb);
  border-bottom: 1px solid var(--ql-border);
  position: relative;
  z-index: 10;
}

.inner-page .inner-hero:before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(111, 70, 217, .14);
  border-radius: 50%;
  right: 15%;
  top: -72px;
  box-shadow: 0 0 0 24px rgba(111, 70, 217, .025), 0 0 0 48px rgba(111, 70, 217, .018)
}

.inner-page .inner-hero:after {
  color: #c8b1ec;
  opacity: .34;
  transform: rotate(-8deg)
}

.inner-page>section.container {
  padding-top: 42px
}

.inner-page .info-card,
.inner-page .policy-panel,
.inner-page .contact-form,
.inner-page .shipping-box,
.inner-page .faq-tabs,
.inner-page .accordion {
  box-shadow: 0 16px 45px rgba(42, 28, 67, .07)
}

.inner-page .info-card {
  transition: .22s;
  border-color: rgba(111, 70, 217, .1);
  background: linear-gradient(145deg, #fff, #fdfaff)
}

.inner-page .info-card:hover {
  transform: translateY(-3px);
  border-color: #cbbaf1
}

.inner-page .info-icon {
  box-shadow: inset 0 0 0 1px rgba(111, 70, 217, .12)
}

.inner-page .policy-panel {
  background: linear-gradient(145deg, #fff, #fffcf8);
  border-color: #e9dff2
}

.inner-page .contact-form {
  background: radial-gradient(circle at 100% 0, #f2eaff, transparent 30%), #fff
}

.inner-page .service-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #fff, #fdf9ff)
}

.inner-page .service-card:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  right: -34px;
  top: -34px;
  background: var(--ql-purple-soft)
}

.about-mast {
  padding: 72px 0;
  background: linear-gradient(115deg, #fff8f0, #f0e8fb);
  position: relative;
  overflow: hidden
}

.about-mast:before {
  content: "❝";
  position: absolute;
  right: 8%;
  top: -90px;
  font: 700 19rem 'Lora', serif;
  color: rgba(111, 70, 217, .09)
}

.about-mast h1 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1.05
}

.about-story-art {
  min-height: 420px;
  border-radius: 30px;
  background: linear-gradient(rgba(46, 32, 65, .08), rgba(46, 32, 65, .12)), url('assets/images/quotes/quote-01.svg') center/cover;
  box-shadow: var(--ql-shadow);
  position: relative
}

.about-story-art .floating-note {
  position: absolute;
  left: -28px;
  bottom: 28px;
  max-width: 260px;
  background: #fff;
  padding: 20px;
  border-radius: 18px;
  box-shadow: var(--ql-shadow);
  font: 600 1rem/1.5 'Lora', serif
}

.about-stat {
  padding: 24px;
  text-align: center
}

.about-stat strong {
  display: block;
  font: 700 2rem 'Lora', serif;
  color: var(--ql-purple)
}

.value-card {
  padding: 28px;
  height: 100%;
  position: relative;
  overflow: hidden
}

.value-card .value-number {
  font: 700 3rem 'Lora', serif;
  color: #ece4f8;
  position: absolute;
  right: 18px;
  top: 7px
}

.value-card i {
  font-size: 1.7rem;
  color: var(--ql-purple)
}

.journey-step {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  position: relative
}

.journey-step:not(:last-child):before {
  content: "";
  position: absolute;
  left: 29px;
  top: 52px;
  bottom: -23px;
  width: 1px;
  background: #d8c9ee
}

.journey-dot {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ql-purple);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(111, 70, 217, .25)
}

.wish-detail-visual {
  border-radius: 28px;
  overflow: hidden;
  min-height: 520px;
  background: linear-gradient(rgba(255, 248, 242, .1), rgba(78, 53, 127, .16));
  box-shadow: var(--ql-shadow)
}

.wish-detail-visual img {
  height: auto;
}

.wish-detail-copy {
  padding: 28px
}

.wish-text {
  font: 600 clamp(1.7rem, 3vw, 2.8rem)/1.45 'Lora', serif
}

.wish-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.wish-tool {
  padding: 18px
}

.wish-color {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 0 0 1px #ddd;
  transition: all 0.2s ease;
}

.wish-color.active {
  box-shadow: 0 0 0 2px #5a2bee;
  transform: scale(1.1);
}

.wish-style-group .wish-style-btn {
  font-size: 12px;
  font-weight: 500;
  padding: 3px 12px;
  border-radius: 20px;
  border-color: #dee2e6;
  color: #495057;
  transition: all 0.2s ease;
}

.wish-style-group .wish-style-btn:hover {
  border-color: #5a2bee;
  color: #5a2bee;
  background-color: #f8f7ff;
}

.wish-style-group .wish-style-btn.active {
  background-color: #5a2bee;
  border-color: #5a2bee;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(90, 43, 238, 0.25);
}

.wish-color-picker-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.wish-color-picker-btn {
  cursor: pointer;
  padding: 0;
  outline: none;
}

.wish-color-picker-btn:hover {
  transform: scale(1.08);
}

.related-wish {
  padding: 22px;
  height: 100%;
  transition: .2s
}

.related-wish:hover {
  transform: translateY(-3px)
}

@media(max-width:767.98px) {
  .about-mast {
    padding: 48px 0
  }

  .about-story-art {
    min-height: 320px
  }

  .about-story-art .floating-note {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none
  }

  .wish-detail-visual {
    min-height: 420px
  }

  .wish-detail-copy {
    padding: 8px 0
  }
}



.contact-aside .info-card {
  margin-bottom: 12px
}

.contact-form {
  padding: 28px
}

.form-control,
.form-select {
  border-color: var(--ql-border);
  border-radius: 9px
}

.form-control:focus,
.form-select:focus {
  border-color: #bca8ef;
  box-shadow: 0 0 0 .2rem rgba(111, 70, 217, .12)
}

.info-card {
  padding: 22px;
  height: 100%
}

.info-card .info-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ql-purple-soft);
  color: var(--ql-purple);
  font-size: 1.15rem;
  flex: 0 0 auto
}

.info-card h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700
}

.info-card p {
  font-size: .86rem;
  color: var(--ql-muted);
  margin: 0
}

.policy-panel {
  padding: 18px 28px;
}

/* Accessibility & Layout Wrap Adjustments */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
.detail-title,
.featured-quote blockquote {
  overflow-wrap: anywhere;
  word-break: break-word;
}