
.lirien-header {
  position: sticky;




  top: 0;




  z-index: 50;




  border-bottom: 1px solid color-mix(in srgb, var(--lirien-border) 82%, transparent);




  background: color-mix(in srgb, var(--lirien-surface) 92%, transparent);




  backdrop-filter: blur(15px);




  box-shadow: 0 1px 0 rgba(255,255,255,.55) inset;




}









.lirien-header-inner {




  height: var(--lirien-header-height);




  display: grid;




  grid-template-columns: auto 1fr auto;




  align-items: center;




  gap: 28px;




}









.lirien-logo {




  display: inline-flex;




  align-items: center;




  gap: 8px;




  min-width: max-content;




  color: var(--lirien-text);




  font-family: var(--lirien-font-serif);




  font-size: 26px;




  font-weight: 500;




  line-height: 1;




  text-decoration: none;




}









.lirien-logo-mark {




  display: inline-grid;




  place-items: center;




  width: 24px;




  height: 24px;




  color: var(--lirien-primary);




}









.lirien-logo-mark svg,




.lirien-icon-button svg,




.lirien-category-icon svg {




  width: 22px;




  height: 22px;




  fill: none;




  stroke: currentColor;




  stroke-width: 1.55;




  stroke-linecap: round;




  stroke-linejoin: round;




}









.lirien-nav-list {




  display: flex;




  align-items: center;




  justify-content: center;




  gap: clamp(14px, 2vw, 28px);




  padding: 0;




  margin: 0;




  list-style: none;




}









.lirien-nav-link {




  position: relative;




  display: inline-flex;




  align-items: center;




  min-height: 38px;




  color: color-mix(in srgb, var(--lirien-text) 86%, var(--lirien-muted));




  font-family: var(--lirien-font-ui);




  font-size: 12px;




  font-weight: 500;




  text-decoration: none;




}









.lirien-nav-link::after {




  content: "";




  position: absolute;




  left: 0;




  right: 0;




  bottom: 5px;




  height: 1px;




  background: var(--lirien-primary);




  transform: scaleX(0);




  transform-origin: center;




  transition: transform .28s ease;




}









.lirien-nav-link:hover,




.lirien-nav-link:focus-visible {




  color: var(--lirien-primary);




}









.lirien-nav-link:hover::after,




.lirien-nav-link:focus-visible::after {




  transform: scaleX(1);




}









.lirien-header-actions {




  display: flex;




  justify-content: end;




  gap: 8px;




}









.lirien-icon-button {




  width: 38px;




  height: 38px;




  border: 0;




  border-radius: 999px;




  background: transparent;




  color: var(--lirien-text);




  display: inline-grid;




  place-items: center;




  cursor: pointer;




  transition: background-color .25s ease, color .25s ease;




}









.lirien-icon-button:hover,




.lirien-icon-button:focus-visible {




  background: color-mix(in srgb, var(--lirien-soft) 48%, transparent);




  color: var(--lirien-primary);




}









.lirien-menu-toggle {




  display: none;




}









.lirien-hero {




  position: relative;




  overflow: hidden;




  padding: 74px 0 28px;




}









.lirien-hero::before {




  content: "";




  position: absolute;




  inset: 0 0 auto;




  height: 100%;




  pointer-events: none;




  background:




    linear-gradient(110deg, transparent 0 53%, color-mix(in srgb, var(--lirien-soft) 35%, transparent) 53% 100%);




  opacity: .42;




}









.lirien-hero-inner {




  position: relative;




  display: grid;




  grid-template-columns: minmax(0, .86fr) minmax(430px, 1fr);




  align-items: center;




  gap: clamp(38px, 6vw, 74px);




  min-height: 440px;




}









.lirien-hero-copy {




  max-width: 610px;




}









.lirien-hero-title {




  max-width: 650px;




  margin: 0;




  color: var(--lirien-text);




  font-family: var(--lirien-font-heading);




  font-size: clamp(42px, 5vw, 58px);




  font-weight: 500;




  line-height: 1.08;




}









.lirien-hero-lead {




  max-width: 430px;




  margin: 23px 0 28px;




  color: var(--lirien-muted);




  font-size: 15px;




  line-height: 1.78;




}









.lirien-button,




.lirien-footer button {




  display: inline-flex;




  align-items: center;




  justify-content: center;




  min-height: 40px;




  border: 0;




  border-radius: var(--lirien-radius-button);




  background: color-mix(in srgb, var(--lirien-primary) 78%, var(--lirien-accent));




  color: #fff;




  padding: 0 18px;




  font-family: var(--lirien-font-ui);




  font-size: 13px;




  font-weight: 600;




  line-height: 1;




  text-decoration: none;




  cursor: pointer;




  box-shadow: 0 8px 18px color-mix(in srgb, var(--lirien-primary) 20%, transparent);




  transition: transform var(--lirien-animation-duration) var(--lirien-animation-ease), box-shadow var(--lirien-animation-duration) var(--lirien-animation-ease), background-color var(--lirien-animation-duration) var(--lirien-animation-ease);




}









.lirien-button:hover,




.lirien-button:focus-visible,




.lirien-footer button:hover,




.lirien-footer button:focus-visible {




  transform: translateY(-2px);




  box-shadow: 0 12px 24px color-mix(in srgb, var(--lirien-primary) 25%, transparent);




}









.lirien-hero-media {




  position: relative;




  min-height: 410px;




}









.lirien-botanical-wash {
  position: absolute;
  inset: 1% -1% 2% 7%;
  border-radius: 38% 62% 54% 46%;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--lirien-soft) 82%, transparent), color-mix(in srgb, var(--lirien-surface) 35%, transparent));
  opacity: .78;
  filter: blur(.2px);
}









.lirien-botanical-wash::before,





.lirien-botanical-wash::before {




  width: 92px;




  height: 210px;




  right: 76%;




  top: 20%;




  border-radius: 50%;




  box-shadow: 22px 34px 0 -20px color-mix(in srgb, var(--lirien-primary) 34%, transparent), 46px 70px 0 -41px color-mix(in srgb, var(--lirien-primary) 34%, transparent);




}









.lirien-botanical-wash::after {




  width: 96px;




  height: 180px;




  right: 12%;




  top: 9%;




  opacity: .28;




}









.lirien-photo-stack {




  position: relative;




  height: 410px;




}









.lirien-photo-stack-item {




  position: absolute;




  width: clamp(176px, 17vw, 228px);




  aspect-ratio: 3 / 4;




  margin: 0;




  overflow: hidden;




  border: 8px solid var(--lirien-surface);




  border-radius: var(--lirien-radius-image);




  background: var(--lirien-surface);




  box-shadow: var(--lirien-shadow);




  transition: transform var(--lirien-animation-duration) var(--lirien-animation-ease), box-shadow var(--lirien-animation-duration) var(--lirien-animation-ease);




}









.lirien-photo-stack-item img,




.lirien-photo-stack-item .lirien-image-placeholder {




  width: 100%;




  height: 100%;




  object-fit: cover;




}









.lirien-photo-stack-item-1 {




  right: 240px;




  top: 70px;




  transform: rotate(-3deg);




}









.lirien-photo-stack-item-2 {




  right: 104px;




  top: 20px;




  z-index: 2;




  transform: rotate(2deg);




}









.lirien-photo-stack-item-3 {




  right: 0;




  top: 128px;




  z-index: 1;




  transform: rotate(-1deg);




}









.lirien-photo-stack:hover .lirien-photo-stack-item-1 {




  transform: translateY(-4px) rotate(-3deg);




}









.lirien-photo-stack:hover .lirien-photo-stack-item-2 {




  transform: translateY(-6px) rotate(2deg);




}









.lirien-photo-stack:hover .lirien-photo-stack-item-3 {




  transform: translateY(-3px) rotate(-1deg);




}









.lirien-image-placeholder {




  display: block;




  width: 100%;




  height: 100%;




  min-height: 150px;




  background:




    linear-gradient(180deg, rgba(255,255,255,.36), transparent 38%),




    linear-gradient(145deg, color-mix(in srgb, var(--lirien-primary) 28%, var(--lirien-soft)) 0 38%, transparent 38%),




    linear-gradient(25deg, color-mix(in srgb, var(--lirien-footer) 74%, var(--lirien-primary)) 0 30%, color-mix(in srgb, var(--lirien-primary) 40%, var(--lirien-soft)) 30% 50%, color-mix(in srgb, var(--lirien-soft) 78%, var(--lirien-surface)) 50% 100%);




}









.lirien-photo-stack-item-2 .lirien-image-placeholder {




  background:




    linear-gradient(180deg, rgba(255,255,255,.46), transparent 42%),




    linear-gradient(145deg, color-mix(in srgb, var(--lirien-accent) 36%, var(--lirien-soft)) 0 36%, transparent 36%),




    linear-gradient(35deg, color-mix(in srgb, var(--lirien-footer) 58%, var(--lirien-accent)) 0 26%, color-mix(in srgb, var(--lirien-primary) 44%, var(--lirien-soft)) 26% 48%, var(--lirien-surface) 48% 100%);




}









.lirien-photo-stack-item-3 .lirien-image-placeholder {




  background:




    linear-gradient(180deg, rgba(255,255,255,.38), transparent 40%),




    linear-gradient(155deg, color-mix(in srgb, var(--lirien-footer) 48%, var(--lirien-primary)) 0 34%, transparent 34%),




    linear-gradient(30deg, color-mix(in srgb, var(--lirien-accent) 36%, var(--lirien-soft)) 0 28%, color-mix(in srgb, var(--lirien-soft) 78%, var(--lirien-surface)) 28% 100%);




}









.lirien-category-strip {




  width: min(var(--lirien-content), calc(100% - 48px));




  margin: 20px auto 42px;




  display: grid;




  grid-template-columns: repeat(6, minmax(0, 1fr));




  overflow: hidden;




  border: 1px solid var(--lirien-border);




  border-radius: 12px;




  background: color-mix(in srgb, var(--lirien-surface) 92%, #fff);




  box-shadow: 0 10px 32px rgba(24, 28, 32, .035);




}









.lirien-category-item {




  min-height: 90px;




  display: grid;




  place-items: center;




  align-content: center;




  gap: 9px;




  padding: 15px 8px;




  border-right: 1px solid var(--lirien-border);




  color: var(--lirien-muted);




  text-align: center;




  text-decoration: none;




  transition: color .28s ease, background-color .28s ease, transform .28s ease;




}









.lirien-category-item:last-child {




  border-right: 0;




}









.lirien-category-icon {




  display: inline-grid;




  place-items: center;




  width: 34px;




  height: 34px;




  border-radius: var(--lirien-radius-icon);




  color: color-mix(in srgb, var(--lirien-muted) 82%, var(--lirien-primary));




}









.lirien-category-label {




  color: currentColor;




  font-family: var(--lirien-font-ui);




  font-size: 10px;




  font-weight: 700;




  letter-spacing: .04em;




  line-height: 1.2;




  text-transform: uppercase;




}









.lirien-share-block,
.lirien-archive-filter,
.lirien-dashboard-form {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--lirien-border);
  border-radius: var(--lirien-radius-card);
  background: color-mix(in srgb, var(--lirien-surface) 92%, #fff);
  box-shadow: var(--lirien-shadow);
}

.lirien-share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lirien-share-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--lirien-primary);
  color: var(--lirien-surface);
  text-decoration: none;
}

.lirien-dashboard-form label,
.lirien-archive-filter label {
  display: grid;
  gap: 6px;
  font-size: 0.95rem;
}

.lirien-dashboard-form input,
.lirien-dashboard-form textarea,
.lirien-dashboard-form select,
.lirien-archive-filter input,
.lirien-archive-filter select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--lirien-border);
  border-radius: 10px;
  background: var(--lirien-surface);
  color: var(--lirien-text);
}

.lirien-category-item:hover,

.lirien-category-item:focus-visible {




  color: var(--lirien-primary);




  background: color-mix(in srgb, var(--lirien-soft) 34%, transparent);




  transform: translateY(-2px);




}









.lirien-card {




  position: relative;




  overflow: hidden;




  display: flex;




  flex-direction: column;




  height: 100%;




  min-height: 100%;




  border: 1px solid color-mix(in srgb, var(--lirien-border) 90%, transparent);




  border-radius: var(--lirien-radius-card);




  background: var(--lirien-surface);




  box-shadow: var(--lirien-shadow-soft);




  transition: transform .34s ease, box-shadow .34s ease, border-color .34s ease;




}









.lirien-card:hover {




  border-color: color-mix(in srgb, var(--lirien-primary) 20%, var(--lirien-border));




  box-shadow: var(--lirien-shadow-lift);




  transform: translateY(-4px);




}









.lirien-card-image {




  display: block;




  aspect-ratio: 16 / 10;




  overflow: hidden;




  background: var(--lirien-soft);




}









.lirien-card-image img {




  width: 100%;




  height: 100%;




  object-fit: cover;




  transition: transform .48s ease, filter .48s ease;




}









.lirien-card:hover .lirien-card-image img {




  filter: saturate(1.03);




  transform: scale(1.035);




}









.lirien-card-body {




  display: flex;




  flex: 1 1 auto;




  flex-direction: column;




  padding: var(--lirien-card-pad);




}









.lirien-card-meta {




  margin: 0 0 8px;




  color: var(--lirien-muted);




  font-family: var(--lirien-font-ui);




  font-size: 11px;




  font-weight: 700;




  letter-spacing: .035em;




  line-height: 1.25;




  text-transform: uppercase;




}









.lirien-card-title {




  margin: 0;




  color: var(--lirien-text);




  font-family: var(--lirien-font-serif);




  font-size: 24px;




  font-weight: 500;




  line-height: 1.18;




}









.lirien-card-title a,




.lirien-card-link {




  text-decoration: none;




}









.lirien-card-excerpt {




  margin: 12px 0 16px;




  color: var(--lirien-muted);




  font-size: 14px;




  line-height: 1.68;




}









.lirien-card-link {




  display: inline-flex;




  margin-top: auto;




  align-items: center;




  gap: 5px;




  color: var(--lirien-primary);




  font-family: var(--lirien-font-ui);




  font-size: 13px;




  font-weight: 700;




}









.lirien-featured-pair {




  display: grid;




  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .82fr);




  align-items: stretch;




  gap: 30px;




  padding-top: 22px;




}









.lirien-featured-column {




  display: grid;




  grid-template-rows: auto 1fr;




  min-width: 0;




}









.lirien-featured-label {
  margin: 0 0 18px;
  color: var(--lirien-text);
  font-family: var(--lirien-font-serif);
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  transition: color .3s ease;
}

.lirien-featured-label::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: var(--lirien-accent);
  transition: width .35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 2px;
}

.lirien-featured-column:hover .lirien-featured-label {
  color: var(--lirien-primary);
}

.lirien-featured-column:hover .lirien-featured-label::after {
  width: 100%;
}









.lirien-featured-pair .lirien-card {




  height: 100%;




  min-height: 340px;




}









.lirien-featured-pair .lirien-album-card {




  display: grid;




  grid-template-columns: minmax(0, 1.48fr) minmax(230px, .92fr);




}









.lirien-featured-pair .lirien-album-card .lirien-card-image {
  aspect-ratio: auto;
  height: 340px;
  overflow: hidden;
}
.lirien-featured-pair .lirien-album-card .lirien-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}









.lirien-featured-pair .lirien-album-card .lirien-card-body {




  display: grid;




  align-content: center;




}









.lirien-featured-pair .lirien-poem-card {




  min-height: 100%;




  isolation: isolate;




}









.lirien-featured-pair .lirien-poem-card .lirien-card-image {




  display: none;




}









.lirien-featured-pair .lirien-poem-card::after {




  content: "";




  position: absolute;




  right: 22px;




  bottom: 24px;




  width: 116px;




  height: 150px;




  border-left: 1px solid color-mix(in srgb, var(--lirien-primary) 28%, transparent);




  border-radius: 50%;




  opacity: .38;




  transform: rotate(-18deg);




  z-index: -1;




}









.lirien-featured-pair .lirien-poem-card .lirien-card-body {




  min-height: 340px;




  display: grid;




  align-content: center;




  background:




    linear-gradient(145deg, color-mix(in srgb, var(--lirien-soft) 38%, transparent), transparent 52%),




    var(--lirien-surface);




}









.lirien-featured-single {




  padding-top: 24px;




}









.lirien-recent-travel .lirien-card-image {




  aspect-ratio: 16 / 10.5;




}









.lirien-recent-journal .lirien-card,




.lirien-recent-hobby .lirien-card {




  box-shadow: 0 6px 18px rgba(24, 28, 32, .045);




}









.lirien-recent-journal .lirien-card-image,




.lirien-recent-hobby .lirien-card-image,




.lirien-recent-photo .lirien-card-image {




  aspect-ratio: 16 / 10.5;




}









.lirien-recent-journal .lirien-card-body,




.lirien-recent-hobby .lirien-card-body,




.lirien-recent-photo .lirien-card-body {




  padding: var(--lirien-small-card-pad);




}









.lirien-recent-journal .lirien-card-title,




.lirien-recent-hobby .lirien-card-title {




  font-size: 20px;




}









.lirien-recent-photo .lirien-card {




  border-radius: 12px;




}









.lirien-recent-photo .lirien-card-image {




  aspect-ratio: 1 / 1;




}









.lirien-recent-photo .lirien-card-excerpt {




  min-height: 48px;




}









.lirien-recent-photo .lirien-card-title {




  font-size: 17px;




}









.lirien-gallery {




  display: grid;




  grid-template-columns: repeat(3, 1fr);




  gap: 12px;




  margin: 34px 0;




}









.lirien-gallery img,




.lirien-gallery .lirien-image-placeholder {




  width: 100%;




  aspect-ratio: 4 / 3;




  object-fit: cover;




  border-radius: var(--lirien-radius-image);




}









.lirien-single-hero {




  position: relative;




  min-height: 330px;




  overflow: hidden;




  display: grid;




  align-items: end;




  color: #fff;




}









.lirien-single-hero-bg {




  position: absolute;




  inset: 0;




  background: var(--lirien-footer);




}









.lirien-single-hero-bg::after {




  content: "";




  position: absolute;




  inset: 0;




  background: linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.48));




}









.lirien-single-hero-bg img,




.lirien-single-hero-bg .lirien-image-placeholder {




  width: 100%;




  height: 100%;




  object-fit: cover;




  opacity: .62;




}









.lirien-single-hero .lirien-container {




  position: relative;




  z-index: 1;




  padding: 72px 0 48px;




}









.lirien-single-hero h1 {




  max-width: 760px;




  color: #fff;




  font-size: clamp(32px, 4vw, 44px);




}









.lirien-single-meta {




  margin-top: 14px;




  font-family: var(--lirien-font-ui);




  font-size: 13px;




  opacity: .82;




}









.lirien-form {




  display: grid;




  width: 100%;




  max-width: 640px;




  gap: 16px;




}









.lirien-form label {




  display: grid;




  gap: 7px;




  color: var(--lirien-text);




  font-family: var(--lirien-font-ui);




  font-size: 14px;




}









.lirien-form input,




.lirien-form textarea,




.lirien-form select {




  width: 100%;




  border: 1px solid var(--lirien-border);




  border-radius: 10px;




  background: var(--lirien-surface);




  color: var(--lirien-text);




  padding: 12px 13px;




}









.lirien-footer {




  position: relative;




  overflow: hidden;




  margin-top: 70px;




  background:




    linear-gradient(145deg, color-mix(in srgb, var(--lirien-footer) 96%, var(--lirien-primary)), var(--lirien-footer));




  color: rgba(255,255,255,.82);




}









.lirien-footer::before {




  content: "";




  position: absolute;




  left: 40%;




  bottom: -84px;




  width: 320px;




  height: 250px;




  border-left: 1px solid rgba(255,255,255,.12);




  border-radius: 50%;




  opacity: .52;




  transform: rotate(-18deg);




}









.lirien-footer-inner {




  position: relative;




  display: grid;




  grid-template-columns: 1.2fr .82fr 1fr .88fr;




  gap: 38px;




  padding: 50px 0 40px;




}









.lirien-footer h2 {




  margin: 0 0 12px;




  color: #fff;




  font-family: var(--lirien-font-serif);




  font-size: 22px;




  font-weight: 500;




  line-height: 1.15;




}









.lirien-footer p {




  margin: 0 0 16px;




  color: rgba(255,255,255,.72);




  font-size: 14px;




  line-height: 1.7;




}









.lirien-footer a {




  color: rgba(255,255,255,.82);




  text-decoration: none;




}









.lirien-footer a:hover {




  color: #fff;




}









.lirien-newsletter form {




  display: grid;




  grid-template-columns: 1fr auto;




  gap: 8px;




  max-width: 330px;




}









.lirien-newsletter input {




  min-width: 0;




  border: 1px solid rgba(255,255,255,.13);




  border-radius: 8px;




  background: rgba(255,255,255,.94);




  color: var(--lirien-text);




  padding: 10px 12px;




}









.lirien-footer .menu {




  display: grid;




  gap: 7px;




  padding: 0;




  margin: 0;




  list-style: none;




}


















.lirien-footer .lirien-category-strip {




  width: 100%;




  margin: 0;




  grid-template-columns: repeat(2, 1fr);




  border-color: rgba(255,255,255,.15);




  background: transparent;




  box-shadow: none;




}









.lirien-footer .lirien-category-item {




  min-height: 52px;




  border-color: rgba(255,255,255,.15);




  color: rgba(255,255,255,.78);




}









.lirien-footer .lirien-category-icon {




  width: 24px;




  height: 24px;




}









.lirien-footer .lirien-category-icon svg {




  width: 18px;




  height: 18px;




}









.lirien-footer-bottom {




  position: relative;




  display: flex;




  justify-content: space-between;




  gap: 18px;




  padding: 19px 0 29px;




  border-top: 1px solid rgba(255,255,255,.14);




  color: rgba(255,255,255,.68);




  font-size: 13px;




}









.lirien-footer-bottom p {




  margin: 0;




}









.lirien-footer-bottom a + a {




  margin-left: 16px;




}









@media (max-width: 1100px) {




  .lirien-nav-list {




    gap: 14px;




  }









  .lirien-nav-link {




    font-size: 11px;




  }









  .lirien-hero-inner {




    grid-template-columns: minmax(0, .82fr) minmax(390px, 1fr);




  }









  .lirien-photo-stack-item-1 {




    right: 204px;




  }









  .lirien-featured-pair .lirien-album-card {




    grid-template-columns: 1fr;




  }









  .lirien-featured-pair .lirien-album-card .lirien-card-image {




    min-height: 220px;




    aspect-ratio: 16 / 10;




  }




}









@media (max-width: 980px) {




  .lirien-header-inner {




    height: var(--lirien-mobile-header-height);




  }









  .lirien-menu-toggle {




    display: inline-grid;




  }









  .lirien-nav {




    position: absolute;




    top: var(--lirien-mobile-header-height);




    left: 0;




    right: 0;




    display: none;




    border-bottom: 1px solid var(--lirien-border);




    background: color-mix(in srgb, var(--lirien-surface) 96%, #fff);




    box-shadow: var(--lirien-shadow-soft);




  }









  body.lirien-menu-open .lirien-nav {




    display: block;




  }









  .lirien-nav-list {




    display: grid;




    gap: 0;




    width: min(100% - 34px, var(--lirien-container));




    padding: 10px 0 18px;




    margin: 0 auto;




  }









  .lirien-nav-link {




    display: flex;




    min-height: 42px;




    font-size: 13px;




  }









  .lirien-nav-link::after {




    display: none;




  }









  .lirien-hero {




    padding: 50px 0 18px;




  }









  .lirien-hero-inner {




    grid-template-columns: 1fr;




    min-height: 0;




    gap: 28px;




  }









  .lirien-hero-title {




    font-size: 34px;




    line-height: 1.12;




  }









  .lirien-hero-lead {




    margin: 18px 0 22px;




    font-size: 14px;




  }









  .lirien-hero-media {




    min-height: 294px;




  }









  .lirien-photo-stack {




    height: 294px;




  }









  .lirien-photo-stack-item {




    width: min(42vw, 178px);




    border-width: 6px;




  }









  .lirien-photo-stack-item-1 {




    left: 2px;




    right: auto;




    top: 56px;




  }









  .lirien-photo-stack-item-2 {




    left: 30%;




    right: auto;




    top: 8px;




  }









  .lirien-photo-stack-item-3 {




    right: 3px;




    top: 92px;




  }









  .lirien-category-strip {




    width: min(100% - 34px, var(--lirien-content));




    grid-template-columns: repeat(2, 1fr);




    margin-top: 18px;




  }









  .lirien-category-item {




    min-height: 84px;




    border-right: 1px solid var(--lirien-border);




    border-bottom: 1px solid var(--lirien-border);




  }









  .lirien-category-item:nth-child(2n) {




    border-right: 0;




  }









  .lirien-category-item:nth-last-child(-n + 2) {




    border-bottom: 0;




  }









  .lirien-featured-pair {




    grid-template-columns: 1fr;




    gap: 22px;




  }









  .lirien-featured-pair .lirien-card {




    height: auto;




    min-height: 0;




  }









  .lirien-footer-inner {




    grid-template-columns: 1fr 1fr;




  }




}









@media (max-width: 640px) {




  .lirien-logo {




    font-size: 24px;




  }









  .lirien-search-toggle {




    display: none;




  }









  .lirien-hero-copy {




    max-width: 100%;




  }









  .lirien-hero-media {




    min-height: 258px;




  }









  .lirien-photo-stack {




    height: 258px;




  }









  .lirien-photo-stack-item {




    width: min(45vw, 150px);




  }









  .lirien-category-label {




    font-size: 9px;




  }









  .lirien-card-body {




    padding: 20px;




  }









  .lirien-featured-pair .lirien-poem-card .lirien-card-body,




  .lirien-featured-pair .lirien-album-card .lirien-card-image {




    min-height: 240px;




  }









  .lirien-contact-block {




    width: min(100% - 34px, var(--lirien-content));




  }









  .lirien-sidebar {




    position: static;




  }









  .lirien-footer-inner {




    grid-template-columns: 1fr;




    gap: 26px;




  }









  .lirien-newsletter form {




    grid-template-columns: 1fr;




  }









  .lirien-footer-bottom {




    display: grid;




  }









  .lirien-footer-bottom a + a {




    margin-left: 0;




    display: inline-block;




    margin-top: 8px;




  }









  .lirien-gallery {




    grid-template-columns: repeat(2, 1fr);




  }




}














.lirien-contact-block {




  width: min(var(--lirien-content), calc(100% - 48px));




  margin: 10px auto 0;




  padding: 24px 0 8px;




}









.lirien-contact-inner {
  display: grid;
  grid-template-columns: minmax(280px, 480px) 1fr;
  align-items: start;
  gap: clamp(28px, 5vw, 60px);
  margin-inline: auto;
}

@media (max-width: 860px) {
  .lirien-contact-inner {
    grid-template-columns: 1fr;
  }

  .lirien-contact-inner .lirien-music-box {
    margin-inline: auto;
  }
}









.lirien-contact-form {




  margin-inline: auto;




  padding: clamp(22px, 4vw, 34px);




  border: 1px solid var(--lirien-border);




  border-radius: var(--lirien-radius-card);




  background: color-mix(in srgb, var(--lirien-surface) 94%, #fff);




  box-shadow: var(--lirien-shadow-soft);




}









.lirien-music-box {




  width: min(100%, 640px);




  border: 1px solid color-mix(in srgb, var(--lirien-primary) 24%, var(--lirien-border));




  border-radius: var(--lirien-radius-card);




  background:




    linear-gradient(145deg, color-mix(in srgb, var(--lirien-soft) 42%, transparent), transparent 64%),




    var(--lirien-surface);




  box-shadow: var(--lirien-shadow-soft);




  padding: 20px;




}









.lirien-music-box-head {




  display: flex;




  align-items: center;




  gap: 12px;




  margin-bottom: 14px;




}









.lirien-music-icon {




  display: inline-grid;




  place-items: center;




  width: 42px;




  height: 42px;




  border-radius: 999px;




  background: color-mix(in srgb, var(--lirien-primary) 16%, var(--lirien-soft));




  color: var(--lirien-primary);




}









.lirien-music-icon svg,




.lirien-sidebar-category-title svg {




  width: 21px;




  height: 21px;




  fill: none;




  stroke: currentColor;




  stroke-width: 1.6;




  stroke-linecap: round;




  stroke-linejoin: round;




}









.lirien-music-box-head p {




  margin: 0 0 2px;




  color: var(--lirien-muted);




  font-family: var(--lirien-font-ui);




  font-size: 12px;




  font-weight: 700;




  text-transform: uppercase;




}









.lirien-music-box-head h3 {




  margin: 0;




  color: var(--lirien-text);




  font-family: var(--lirien-font-serif);




  font-size: 24px;




  font-weight: 500;




}









.lirien-music-embed iframe {




  display: block;




  width: 100%;




  min-height: 160px;




  border: 0;




  border-radius: 12px;




}









.lirien-music-embed p {




  margin: 0;




  color: var(--lirien-muted);




}









.lirien-music-link {




  color: var(--lirien-primary);




  font-weight: 700;




  text-decoration: none;




}









.lirien-sidebar {
  position: sticky;
  top: calc(var(--lirien-header-height) + 22px);
  max-height: calc(100vh - var(--lirien-header-height) - 44px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--lirien-border) transparent;
  display: grid;
  gap: 22px;
  align-content: start;
}









.lirien-sidebar-card {




  border: 1px solid var(--lirien-border);




  border-radius: var(--lirien-radius-card);




  background: color-mix(in srgb, var(--lirien-surface) 94%, #fff);




  box-shadow: var(--lirien-shadow-soft);




  padding: 22px;




}









.lirien-sidebar-card h2 {




  margin: 0 0 18px;




  color: var(--lirien-text);




  font-family: var(--lirien-font-heading);




  font-size: 26px;




  font-weight: 500;




}









.lirien-sidebar-category {




  padding: 16px 0;




  border-top: 1px solid var(--lirien-border);




}









.lirien-sidebar-category:first-of-type {




  border-top: 0;




  padding-top: 0;




}









.lirien-sidebar-category-title {




  display: flex;




  align-items: center;




  gap: 10px;




  color: var(--lirien-text);




  font-family: var(--lirien-font-serif);




  font-size: 19px;




  text-decoration: none;




}









.lirien-sidebar-category-title span {




  display: inline-grid;




  place-items: center;




  width: 30px;




  height: 30px;




  color: var(--lirien-primary);




}









.lirien-sidebar-category p {




  margin: 10px 0 8px;




  color: var(--lirien-muted);




  font-family: var(--lirien-font-ui);




  font-size: 11px;




  font-weight: 700;




  text-transform: uppercase;




}









.lirien-sidebar-category ul {




  display: grid;




  gap: 7px;




  padding: 0;




  margin: 0;




  list-style: none;




}









.lirien-sidebar-category a {




  text-decoration: none;




}









.lirien-sidebar-category li a {




  color: color-mix(in srgb, var(--lirien-text) 78%, var(--lirien-muted));




  font-size: 14px;




}









.lirien-sidebar .lirien-music-box {




  width: 100%;




}









.lirien-sidebar .lirien-music-box-compact {




  padding: 18px;




}









.lirien-sidebar .lirien-music-box-head h3 {




  font-size: 20px;




}








/* Lirien final component overrides */







@media (max-width: 820px) {



  .lirien-sidebar {



    position: static;



  }



}







@media (max-width: 640px) {



  .lirien-contact-block {



    width: min(100% - 34px, var(--lirien-content));



  }







  .lirien-featured-pair .lirien-poem-card .lirien-card-body,



  .lirien-featured-pair .lirien-album-card .lirien-card-image {



    min-height: 240px;



  }



}









/* Lirien font/detail and grid normalization */


.lirien-card-meta,


.lirien-eyebrow,


.lirien-music-box-head p,


.lirien-sidebar-category p {


  font-family: var(--lirien-font-accent);


  font-size: 18px;


  font-weight: 400;


  letter-spacing: 0;


  line-height: 1.05;


  text-transform: none;


}





.lirien-sidebar-card {


  background:


    linear-gradient(145deg, color-mix(in srgb, var(--lirien-soft) 36%, transparent), transparent 72%),


    color-mix(in srgb, var(--lirien-surface) 94%, #fff);


  border-color: color-mix(in srgb, var(--lirien-primary) 18%, var(--lirien-border));


}





.lirien-sidebar-category {


  margin-top: 12px;


  padding: 15px;


  border: 1px solid color-mix(in srgb, var(--lirien-primary) 14%, var(--lirien-border));


  border-radius: 12px;


  background:


    linear-gradient(135deg, color-mix(in srgb, var(--lirien-soft) 30%, transparent), transparent 68%),


    color-mix(in srgb, var(--lirien-surface) 88%, #fff);


}





.lirien-sidebar-category:first-of-type {


  border-top: 1px solid color-mix(in srgb, var(--lirien-primary) 14%, var(--lirien-border));


  padding-top: 15px;


}





.lirien-recent .lirien-card-grid,


.lirien-recent-journal .lirien-card-grid,


.lirien-recent-hobby .lirien-card-grid,


.lirien-recent-photo .lirien-card-grid {


  grid-template-columns: repeat(3, minmax(0, 1fr));


  gap: 24px;


}





.lirien-recent .lirien-card {


  min-height: 460px;


}





.lirien-recent .lirien-card-image,


.lirien-recent-travel .lirien-card-image,


.lirien-recent-journal .lirien-card-image,


.lirien-recent-hobby .lirien-card-image,


.lirien-recent-photo .lirien-card-image {


  aspect-ratio: 16 / 10.5;


}





.lirien-recent .lirien-card-body,


.lirien-recent-journal .lirien-card-body,


.lirien-recent-hobby .lirien-card-body,


.lirien-recent-photo .lirien-card-body {


  min-height: 214px;


  padding: var(--lirien-card-pad);


}





.lirien-recent-photo .lirien-card-title,


.lirien-recent-journal .lirien-card-title,


.lirien-recent-hobby .lirien-card-title {


  font-size: 22px;


}





@media (max-width: 1060px) {


  .lirien-recent .lirien-card-grid,


  .lirien-recent-journal .lirien-card-grid,


  .lirien-recent-hobby .lirien-card-grid,


  .lirien-recent-photo .lirien-card-grid {


    grid-template-columns: repeat(2, minmax(0, 1fr));


  }


}





@media (max-width: 820px) {


  .lirien-recent .lirien-card-grid,


  .lirien-recent-journal .lirien-card-grid,


  .lirien-recent-hobby .lirien-card-grid,


  .lirien-recent-photo .lirien-card-grid {


    grid-template-columns: 1fr;


  }





  .lirien-recent .lirien-card {


    min-height: 0;


  }


/* ═══════════════════════════════════════════════════════════════
   KİTAPLIK — Bookshelf Layout
   ═══════════════════════════════════════════════════════════════ */

.lirien-recent-book .lirien-section-heading {
  margin-bottom: 0;
}

/* Arka plan: tema soft rengiyle uyumlu sıcak zemin */
.lirien-bookshelf-bg {
  background: var(--lirien-soft);
  border-radius: var(--lirien-radius-card);
  padding: 36px 32px 0;
  position: relative;
  overflow: hidden;
}

/* Kitapların oturduğu yatay şerit */
.lirien-bookshelf-track {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: flex-end;
  overflow-x: auto;
  padding-bottom: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.lirien-bookshelf-track::-webkit-scrollbar { display: none; }

/* Raf çizgisi */
.lirien-bookshelf-rail {
  height: 10px;
  background: linear-gradient(
    180deg,
    var(--lirien-accent) 0%,
    color-mix(in srgb, var(--lirien-accent) 60%, #000 40%) 100%
  );
  border-radius: 0 0 var(--lirien-radius-card) var(--lirien-radius-card);
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
  margin: 0;
}

/* Tek kitap */
.lirien-book-item {
  flex: 0 0 auto;
  width: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-bottom: 2px;
}

/* Kapak görselinin çerçevesi */
.lirien-book-cover {
  display: block;
  width: 110px;
  aspect-ratio: 2 / 3;
  border-radius: 2px 7px 7px 2px;
  overflow: hidden;
  position: relative;
  box-shadow:
    4px 6px 18px rgba(0,0,0,.22),
    -3px 0 0 color-mix(in srgb, var(--lirien-primary) 40%, #000 60%) inset;
  transition:
    transform .35s cubic-bezier(.22,.6,.36,1),
    box-shadow .35s cubic-bezier(.22,.6,.36,1);
  text-decoration: none;
}

.lirien-book-cover:hover,
.lirien-book-cover:focus-visible {
  transform: translateY(-12px) rotate(-3deg);
  box-shadow:
    10px 22px 32px rgba(0,0,0,.28),
    -3px 0 0 color-mix(in srgb, var(--lirien-primary) 40%, #000 60%) inset;
  outline: none;
}

.lirien-book-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Kapak görseli yoksa: gradyan zemin + dikey sırt yazısı */
.lirien-book-no-cover {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    145deg,
    var(--lirien-primary),
    color-mix(in srgb, var(--lirien-primary) 60%, var(--lirien-accent))
  );
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 6px;
  font-family: var(--lirien-font-heading);
  font-size: 12px;
  font-weight: 500;
  color: var(--lirien-surface);
  text-align: center;
  line-height: 1.4;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

/* Kitap adı ve özet */
.lirien-book-info {
  width: 100%;
  text-align: center;
  padding: 0 4px;
}

.lirien-book-info h3 {
  font-family: var(--lirien-font-heading);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--lirien-text);
  margin: 0 0 3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lirien-book-info h3 a {
  color: inherit;
  text-decoration: none;
}
.lirien-book-info h3 a:hover { color: var(--lirien-primary); }

.lirien-book-info p {
  font-family: var(--lirien-font-ui);
  font-size: 10px;
  color: var(--lirien-muted);
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 820px) {
  .lirien-bookshelf-bg { padding: 24px 16px 0; }
  .lirien-bookshelf-track { justify-content: flex-start; gap: 16px; }
  .lirien-book-item  { width: 100px; }
  .lirien-book-cover { width: 84px; }
}

@media (max-width: 480px) {
  .lirien-book-item  { width: 80px; }
  .lirien-book-cover { width: 68px; }
  .lirien-book-info h3 { font-size: 10px; }
}


}






/* Lirien page title banner */

.lirien-page-hero {

  padding-bottom: 38px;

}



.lirien-page-hero .lirien-container {

  position: relative;

  z-index: 1;

}



.lirien-page-banner {

  position: relative;

  width: min(var(--lirien-content), 100%);

  height: clamp(168px, 22vw, 265px);

  margin: 26px 0 0;

  overflow: hidden;

  border: 1px solid color-mix(in srgb, var(--lirien-primary) 18%, var(--lirien-border));

  border-radius: 16px;

  background:

    linear-gradient(135deg, color-mix(in srgb, var(--lirien-soft) 72%, transparent), color-mix(in srgb, var(--lirien-surface) 80%, transparent)),

    var(--lirien-surface);

  box-shadow: var(--lirien-shadow-soft);

}



.lirien-page-banner img,

.lirien-page-banner .lirien-image-placeholder {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

  opacity: .95;

}



.lirien-page-banner::before {

  content: "";

  position: absolute;

  inset: 0;

  z-index: 1;

  background:

    linear-gradient(120deg, color-mix(in srgb, var(--lirien-primary) 22%, transparent), transparent 48%),

    linear-gradient(0deg, color-mix(in srgb, var(--lirien-footer) 16%, transparent), color-mix(in srgb, var(--lirien-soft) 34%, transparent));

  opacity: .25;

  pointer-events: none;

}



.lirien-page-banner::after {

  content: "";

  position: absolute;

  inset: auto -10% -35% 48%;

  z-index: 2;

  height: 88%;

  border-radius: 50%;

  background: color-mix(in srgb, var(--lirien-accent) 22%, transparent);

  filter: blur(22px);

  opacity: .42;

  pointer-events: none;

}



.lirien-page-hero .lirien-button {

  margin-top: 22px;

}



.lirien-single-hero-bg::after {

  background:

    linear-gradient(180deg, color-mix(in srgb, var(--lirien-footer) 14%, transparent), color-mix(in srgb, var(--lirien-footer) 58%, transparent)),

    linear-gradient(115deg, color-mix(in srgb, var(--lirien-primary) 24%, transparent), color-mix(in srgb, var(--lirien-accent) 14%, transparent));

}


/* Lirien full-width overlay page hero */
.lirien-page-hero {
  display: grid;
  min-height: clamp(240px, 31vw, 390px);
  padding: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--lirien-primary) 18%, var(--lirien-border));
  background: var(--lirien-footer);
}

.lirien-page-hero .lirien-container {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: inherit;
  margin: 0;
  padding: clamp(58px, 8vw, 112px) max(24px, calc((100vw - var(--lirien-container)) / 2)) clamp(44px, 6vw, 78px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.lirien-page-hero .lirien-eyebrow,
.lirien-page-hero h1,
.lirien-page-hero .lirien-button {
  position: relative;
  z-index: 3;
  max-width: min(760px, calc(100vw - 48px));
}

.lirien-page-hero .lirien-eyebrow {
  color: rgba(255, 255, 255, .78);
  text-shadow: 0 1px 18px rgba(0, 0, 0, .18);
}

.lirien-page-hero h1 {
  color: #fff;
  font-size: clamp(34px, 4.6vw, 58px);
  text-shadow: 0 8px 32px rgba(0, 0, 0, .28);
}

.lirien-page-banner {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 18%, color-mix(in srgb, var(--lirien-accent) 34%, transparent), transparent 34%),
    linear-gradient(135deg, color-mix(in srgb, var(--lirien-primary) 42%, var(--lirien-footer)), var(--lirien-footer));
}

.lirien-page-banner img.lirien-banner-blur-bg {
  position: absolute !important;
  inset: -15% !important;
  width: 130% !important;
  height: 130% !important;
  object-fit: cover !important;
  filter: blur(40px) brightness(0.4) saturate(1.2);
  opacity: 0.9 !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.lirien-page-banner img.lirien-banner-fg-img {
  position: relative !important;
  display: block !important;
  margin: 0 auto !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  z-index: 2 !important;
  opacity: 0.95 !important;
}

.lirien-page-banner .lirien-image-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .92;
  filter: saturate(.92) contrast(.96);
}

.lirien-page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--lirien-footer) 72%, transparent) 0%, color-mix(in srgb, var(--lirien-primary) 30%, transparent) 48%, color-mix(in srgb, var(--lirien-accent) 24%, transparent) 100%),
    linear-gradient(180deg, color-mix(in srgb, var(--lirien-footer) 18%, transparent), color-mix(in srgb, var(--lirien-footer) 48%, transparent));
  opacity: .32;
  pointer-events: none;
}

.lirien-page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(115deg, color-mix(in srgb, var(--lirien-soft) 16%, transparent), transparent 38%),
    radial-gradient(circle at 20% 92%, color-mix(in srgb, var(--lirien-primary) 24%, transparent), transparent 36%);
  opacity: .18;
  pointer-events: none;
}

.lirien-page-hero .lirien-button {
  width: fit-content;
  margin-top: 24px;
  border-color: rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .16);
  color: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .14);
}

.lirien-page-hero::after {
  z-index: 4;
}

@media (max-width: 760px) {
  .lirien-page-hero {
    min-height: 245px;
  }

  .lirien-page-hero .lirien-container {
    padding-inline: 24px;
  }
}
/* End Lirien full-width overlay page hero */


/* Lirien phase 4 CPT templates */
.lirien-archive-hero-lead {
  position: relative;
  z-index: 3;
  max-width: 680px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .78);
  font-family: var(--lirien-font-body);
  font-size: 15px;
  line-height: 1.8;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.lirien-archive-grid {
  align-items: stretch;
}

.lirien-archive-grid-poem {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lirien-archive-grid-photo,
.lirien-archive-grid-album {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lirien-archive-grid-journal,
.lirien-archive-grid-hobby,
.lirien-archive-grid-travel {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lirien-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
}

.lirien-card-rating-placeholder {
  color: color-mix(in srgb, var(--lirien-primary) 55%, var(--lirien-muted));
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
  opacity: .78;
}

.lirien-card-poem {
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--lirien-soft) 24%, transparent), transparent 64%),
    var(--lirien-surface);
}

.lirien-card-poem .lirien-card-title {
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.2;
}

.lirien-card-poem .lirien-card-excerpt {
  font-family: var(--lirien-font-serif);
  font-size: 16px;
  line-height: 1.85;
}

.lirien-card-photo .lirien-card-image,
.lirien-card-album .lirien-card-image {
  aspect-ratio: 4 / 3.05;
}

.lirien-card-travel .lirien-card-image {
  aspect-ratio: 16 / 10.2;
}

.lirien-card-journal,
.lirien-card-hobby {
  border-color: color-mix(in srgb, var(--lirien-primary) 13%, var(--lirien-border));
}

.lirien-single-layout-poem .lirien-content-main,
.lirien-single-content-poem {
  max-width: 760px;
}

.lirien-single-poem .lirien-single-prose {
  position: relative !important;
  padding: clamp(35px, 6vw, 65px) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.04) !important;
  border: 1px solid color-mix(in srgb, var(--lirien-border) 45%, transparent) !important;
  background: color-mix(in srgb, var(--lirien-surface) 40%, transparent) !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  margin-bottom: 80px !important;
}

.lirien-single-poem .lirien-single-prose::after {
  content: none !important;
  display: none !important;
}

.lirien-single-poem .lirien-single-prose p {
  font-family: var(--lirien-font-serif);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 2.05;
}

.lirien-single-gallery-block {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid var(--lirien-border);
}

.lirien-single-gallery-block h2,
.lirien-rating-block h2,
.lirien-comments-block h2 {
  margin: 0 0 18px;
  color: var(--lirien-text);
  font-family: var(--lirien-font-heading);
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 500;
}

.lirien-single-album .lirien-gallery,
.lirien-single-photo .lirien-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lirien-single-travel .lirien-single-prose {
  font-size: 17px;
  line-height: 1.9;
}

.lirien-single-journal .lirien-single-prose,
.lirien-single-hobby .lirien-single-prose {
  padding: clamp(24px, 3vw, 38px);
  border-radius: 14px;
  background: var(--lirien-surface);
  box-shadow: var(--lirien-shadow-soft);
}

.lirien-rating-block,
.lirien-comments-block {
  margin-top: 38px;
  padding: 24px;
  border: 1px solid var(--lirien-border);
  border-radius: 14px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--lirien-soft) 20%, transparent), transparent 76%),
    var(--lirien-surface);
}

.lirien-comments-placeholder,
.lirien-empty-state {
  margin: 0;
  color: var(--lirien-muted);
  line-height: 1.8;
}

.lirien-pagination {
  margin-top: 34px;
  font-family: var(--lirien-font-ui);
}

.lirien-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lirien-pagination a,
.lirien-pagination span {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lirien-border);
  border-radius: 10px;
  padding: 0 12px;
  background: var(--lirien-surface);
  color: var(--lirien-text);
}

.lirien-pagination .current {
  background: var(--lirien-primary);
  color: #fff;
}

@media (max-width: 1060px) {
  .lirien-archive-grid-poem,
  .lirien-archive-grid-photo,
  .lirien-archive-grid-album,
  .lirien-archive-grid-journal,
  .lirien-archive-grid-hobby,
  .lirien-archive-grid-travel,
  .lirien-single-album .lirien-gallery,
  .lirien-single-photo .lirien-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .lirien-archive-grid-poem,
  .lirien-archive-grid-photo,
  .lirien-archive-grid-album,
  .lirien-archive-grid-journal,
  .lirien-archive-grid-hobby,
  .lirien-archive-grid-travel,
  .lirien-single-album .lirien-gallery,
  .lirien-single-photo .lirien-gallery {
    grid-template-columns: 1fr;
  }

  .lirien-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
/* End Lirien phase 4 CPT templates */

/* Lirien Vinyl Record Player Decoration */
.lirien-music-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.lirien-music-box-content {
  flex: 1;
}

.lirien-music-vinyl-container {
  position: relative;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lirien-music-vinyl {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, #2d2d2d 20%, #1a1a1a 21%, #121212 30%, #000 60%);
  position: relative;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(255,255,255,0.1);
  border: 2px solid #333;
  transition: transform 0.5s ease;
}

.lirien-music-vinyl::before {
  content: '';
  position: absolute;
  top: 5%; left: 5%; right: 5%; bottom: 5%;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,0.06);
}

.lirien-music-vinyl::after {
  content: '';
  position: absolute;
  top: 20%; left: 20%; right: 20%; bottom: 20%;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.04);
}

.lirien-vinyl-label {
  position: absolute;
  top: 30%; left: 30%; width: 40%; height: 40%;
  border-radius: 50%;
  background: var(--lirien-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}

.lirien-vinyl-label::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--lirien-surface);
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.lirien-music-vinyl-arm {
  position: absolute;
  top: -5px;
  right: 5px;
  width: 25px;
  height: 50px;
  border-left: 2px solid #888;
  border-top: 2px solid #888;
  border-top-left-radius: 6px;
  transform-origin: top right;
  transform: rotate(5deg);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 2;
}

.lirien-music-vinyl-arm::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: 6px;
  height: 8px;
  background: #555;
  border-radius: 2px;
}

.lirien-music-vinyl.is-playing {
  animation: lirien-spin 4s linear infinite;
}

.lirien-music-vinyl.is-playing ~ .lirien-music-vinyl-arm {
  transform: rotate(28deg);
}

@keyframes lirien-spin {
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 560px) {
  .lirien-music-vinyl-container {
    display: none;
  }
}

/* Lirien Logo and Search Overlay styles */
.lirien-logo-img {
  height: 48px;
  width: auto;
  display: block;
}
.lirien-logo svg {
  height: 48px;
  width: auto;
  display: block;
  color: var(--lirien-primary);
  fill: currentColor;
  transition: color 0.3s ease;
}
.lirien-logo svg path,
.lirien-logo svg rect,
.lirien-logo svg circle,
.lirien-logo svg polygon {
  fill: currentColor;
}

.lirien-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--lirien-bg);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lirien-search-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.lirien-search-overlay-inner {
  position: relative;
  width: min(90%, 600px);
  text-align: center;
}

.lirien-search-form {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--lirien-primary);
  padding-bottom: 8px;
}

.lirien-search-field {
  flex: 1;
  background: transparent;
  border: 0;
  outline: none;
  font-family: var(--lirien-font-heading);
  font-size: 28px;
  color: var(--lirien-text);
  padding: 0 40px 0 0;
  width: 100%;
}

.lirien-search-submit {
  background: transparent;
  border: 0;
  cursor: pointer;
  color: var(--lirien-primary);
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lirien-search-submit svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.lirien-search-close {
  position: absolute;
  top: -80px;
  right: 0;
  background: transparent;
  border: 0;
  font-size: 40px;
  cursor: pointer;
  color: var(--lirien-muted);
  transition: color 0.2s ease;
}

.lirien-search-close:hover {
  color: var(--lirien-primary);
}

@media (max-width: 980px) {
  .lirien-search-toggle {
    display: inline-grid !important;
  }
}

/* Polaroid Card Styling */
.lirien-polaroid-card {
  background: transparent;
  box-shadow: none;
  border: 0;
  margin-bottom: 24px;
}

.lirien-polaroid-wrapper {
  background: #fff;
  padding: 12px 12px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.lirien-polaroid-wrapper:hover {
  transform: translateY(-4px) rotate(1deg);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.lirien-polaroid-card .lirien-card-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.04);
  display: block;
}

.lirien-polaroid-card .lirien-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lirien-polaroid-body {
  padding-top: 16px;
  text-align: center;
}

.lirien-polaroid-title {
  font-family: var(--lirien-font-heading);
  font-size: 18px;
  margin: 0 0 8px;
  color: #222;
}

.lirien-polaroid-note {
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 13px;
  color: #555;
  margin: 0 0 12px;
  line-height: 1.5;
}

.lirien-polaroid-footer {
  font-family: var(--lirien-font-ui);
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Night mode support for polaroid cards */
[data-lirien-palette="night-blue"] .lirien-polaroid-wrapper {
  background: #1e2d3d;
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
[data-lirien-palette="night-blue"] .lirien-polaroid-title {
  color: #fff;
}
[data-lirien-palette="night-blue"] .lirien-polaroid-note {
  color: #ccc;
}

[data-lirien-palette="burgundy-notebook"] .lirien-polaroid-wrapper {
  background: #3c202b;
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
[data-lirien-palette="burgundy-notebook"] .lirien-polaroid-title {
  color: #fff;
}
[data-lirien-palette="burgundy-notebook"] .lirien-polaroid-note {
  color: #e0d0d5;
}

/* Album Stack Card Styling */
.lirien-album-stack-card {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.lirien-album-stack-wrapper {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  margin-bottom: 16px;
}

.lirien-album-stack-layer {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: #eaeaea;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
  border-radius: 4px;
}

.lirien-layer-2 {
  transform: rotate(-2deg) translate(-2px, -2px);
  z-index: 1;
}

.lirien-layer-3 {
  transform: rotate(3deg) translate(3px, 2px);
  z-index: 0;
}

[data-lirien-palette="night-blue"] .lirien-album-stack-layer {
  background: #17293d;
  border-color: rgba(255, 255, 255, 0.05);
}
[data-lirien-palette="burgundy-notebook"] .lirien-album-stack-layer {
  background: #301923;
  border-color: rgba(255, 255, 255, 0.05);
}

.lirien-album-main-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  overflow: hidden;
}

.lirien-album-stack-wrapper:hover .lirien-layer-2 {
  transform: rotate(-5deg) translate(-6px, -4px);
}

.lirien-album-stack-wrapper:hover .lirien-layer-3 {
  transform: rotate(6deg) translate(8px, 4px);
}

.lirien-album-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--lirien-primary);
  color: var(--lirien-surface);
  font-family: var(--lirien-font-ui);
  font-size: 10px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 2px;
  letter-spacing: 1px;
  z-index: 3;
}

/* Portfolio Tabs Styling */
.lirien-portfolio-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 32px;
  flex-wrap: wrap;
}

.lirien-portfolio-tab {
  font-family: var(--lirien-font-ui);
  font-size: 13px;
  padding: 8px 20px;
  border-radius: 30px;
  border: 1px solid var(--lirien-border);
  color: var(--lirien-muted);
  transition: all 0.25s ease;
  text-decoration: none;
}

.lirien-portfolio-tab:hover,
.lirien-portfolio-tab.is-active {
  background: var(--lirien-primary) !important;
  color: var(--lirien-surface) !important;
  border-color: var(--lirien-primary) !important;
}

/* Automatic Collage Grids (CSS Grid) */
.lirien-gallery-collage {
  display: grid;
  gap: 16px;
  margin: 32px 0;
}

.lirien-gallery-collage .lirien-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  background: var(--lirien-border);
}

.lirien-gallery-collage .lirien-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.lirien-gallery-collage .lirien-gallery-item:hover img {
  transform: scale(1.05);
}

/* 2 images collage */
.lirien-gallery-collage.lirien-collage-count-2 {
  grid-template-columns: repeat(2, 1fr);
  aspect-ratio: 16 / 9;
}

/* 3 images collage */
.lirien-gallery-collage.lirien-collage-count-3 {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  height: 480px;
}
.lirien-gallery-collage.lirien-collage-count-3 .lirien-gallery-item-0 {
  grid-row: span 2;
}

/* 4 images collage */
.lirien-gallery-collage.lirien-collage-count-4 {
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  height: 520px;
}
.lirien-gallery-collage.lirien-collage-count-4 .lirien-gallery-item-0 {
  grid-row: span 2;
  grid-column: span 1;
}
.lirien-gallery-collage.lirien-collage-count-4 .lirien-gallery-item-1 {
  grid-column: span 2;
}

/* 5+ images collage (Google Photos style layout) */
.lirien-gallery-collage.lirien-collage-count-5plus {
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 240px);
}

.lirien-gallery-collage.lirien-collage-count-5plus .lirien-gallery-item-0 {
  grid-column: span 3;
  grid-row: span 2;
}
.lirien-gallery-collage.lirien-collage-count-5plus .lirien-gallery-item-1 {
  grid-column: span 3;
  grid-row: span 1;
}
.lirien-gallery-collage.lirien-collage-count-5plus .lirien-gallery-item-2 {
  grid-column: span 1;
  grid-row: span 1;
}
.lirien-gallery-collage.lirien-collage-count-5plus .lirien-gallery-item-3 {
  grid-column: span 2;
  grid-row: span 1;
}
.lirien-gallery-collage.lirien-collage-count-5plus .lirien-gallery-item-4 {
  grid-column: span 3;
  grid-row: span 1;
}

@media (max-width: 768px) {
  .lirien-gallery-collage.lirien-collage-count-3,
  .lirien-gallery-collage.lirien-collage-count-4,
  .lirien-gallery-collage.lirien-collage-count-5plus {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
    aspect-ratio: auto;
  }
  .lirien-gallery-collage.lirien-collage-count-3 .lirien-gallery-item-0,
  .lirien-gallery-collage.lirien-collage-count-4 .lirien-gallery-item-0,
  .lirien-gallery-collage.lirien-collage-count-4 .lirien-gallery-item-1,
  .lirien-gallery-collage.lirien-collage-count-5plus .lirien-gallery-item-0,
  .lirien-gallery-collage.lirien-collage-count-5plus .lirien-gallery-item-1,
  .lirien-gallery-collage.lirien-collage-count-5plus .lirien-gallery-item-2,
  .lirien-gallery-collage.lirien-collage-count-5plus .lirien-gallery-item-3,
  .lirien-gallery-collage.lirien-collage-count-5plus .lirien-gallery-item-4 {
    grid-column: auto !important;
    grid-row: auto !important;
    aspect-ratio: 4 / 3;
  }
}

/* Lightbox Styling */
.lirien-lightbox-overlay {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lirien-lightbox-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.lirien-lightbox-content {
  position: relative;
  width: min(90%, 900px);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lirien-lightbox-content img {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
  border: 4px solid #fff;
  border-radius: 2px;
}

.lirien-lightbox-caption {
  margin-top: 16px;
  color: #fff;
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 15px;
  text-align: center;
  max-width: 600px;
  line-height: 1.6;
  text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

.lirien-lightbox-close {
  position: absolute;
  top: -48px;
  right: 0;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.lirien-lightbox-close:hover {
  color: var(--lirien-primary);
}

/* Lirien Dashboard & Form Colors Integration */
.lirien-dashboard-form input:focus,
.lirien-dashboard-form textarea:focus,
.lirien-dashboard-form select:focus,
.lirien-archive-filter input:focus,
.lirien-archive-filter textarea:focus,
.lirien-archive-filter select:focus {
  border-color: var(--lirien-primary) !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--lirien-primary) 18%, transparent) !important;
  outline: none !important;
}

/* Theme Toggle Button Icons display rules */
.lirien-theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
[data-lirien-theme-pref="light"] .lirien-theme-toggle .theme-icon-sun { display: block; }
[data-lirien-theme-pref="light"] .lirien-theme-toggle .theme-icon-moon { display: none; }
[data-lirien-theme-pref="light"] .lirien-theme-toggle .theme-icon-system { display: none; }

[data-lirien-theme-pref="dark"] .lirien-theme-toggle .theme-icon-sun { display: none; }
[data-lirien-theme-pref="dark"] .lirien-theme-toggle .theme-icon-moon { display: block; }
[data-lirien-theme-pref="dark"] .lirien-theme-toggle .theme-icon-system { display: none; }

[data-lirien-theme-pref="system"] .lirien-theme-toggle .theme-icon-sun { display: none; }
[data-lirien-theme-pref="system"] .lirien-theme-toggle .theme-icon-moon { display: none; }
[data-lirien-theme-pref="system"] .lirien-theme-toggle .theme-icon-system { display: block; }

/* Turntable / Gramophone Design */
.lirien-music-vinyl-container {
  position: relative;
  width: 110px;
  height: 110px;
  background: #2b1f1d; /* Wood grain fallback */
  background-image: linear-gradient(135deg, #3d2c29 25%, transparent 25%), 
                    linear-gradient(225deg, #3d2c29 25%, transparent 25%), 
                    linear-gradient(45deg, #3d2c29 25%, transparent 25%), 
                    linear-gradient(315deg, #3d2c29 25%, #2b1f1d 25%);
  background-position: 10px 0, 10px 0, 0 0, 0 0;
  background-size: 20px 20px;
  border: 3px solid #1a1210;
  border-radius: 12px;
  box-shadow: inset 0 2px 4px rgba(255,255,255,0.05), 0 4px 12px rgba(0,0,0,0.3);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.lirien-music-vinyl-container:hover {
  border-color: var(--lirien-primary);
}

/* Indicator Light */
.lirien-turntable-light {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 6px;
  height: 6px;
  background: #4b5563; /* grey when off */
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.lirien-music-vinyl-container.is-active .lirien-turntable-light {
  background: #10b981; /* glowing green when active */
  box-shadow: 0 0 6px #10b981, 0 0 2px #10b981;
}

/* Vinyl record grooves */
.lirien-music-vinyl {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, #2d2d2d 20%, #1a1a1a 21%, #121212 30%, #000 60%);
  position: relative;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(255,255,255,0.1);
  border: 2px solid #333;
  transition: transform 0.5s ease;
}

.lirien-music-vinyl::before {
  content: '';
  position: absolute;
  top: 5%; left: 5%; right: 5%; bottom: 5%;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,0.06);
}

.lirien-music-vinyl::after {
  content: '';
  position: absolute;
  top: 20%; left: 20%; right: 20%; bottom: 20%;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.04);
}

.lirien-vinyl-label {
  position: absolute;
  top: 30%; left: 30%; width: 40%; height: 40%;
  border-radius: 50%;
  background: var(--lirien-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}

.lirien-vinyl-label::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--lirien-surface);
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

/* Tonearm */
.lirien-music-vinyl-arm {
  position: absolute;
  top: 5px;
  right: 12px;
  width: 25px;
  height: 55px;
  border-left: 2.5px solid #aaa;
  border-top: 2.5px solid #aaa;
  border-top-left-radius: 8px;
  transform-origin: top right;
  transform: rotate(5deg);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 2;
  filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.3));
}

.lirien-music-vinyl-arm::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: 6px;
  height: 8px;
  background: #444;
  border-radius: 2px;
  border: 1px solid #777;
}

.lirien-music-vinyl.is-playing {
  animation: lirien-spin 4s linear infinite;
}

.lirien-music-vinyl.is-playing ~ .lirien-music-vinyl-arm {
  transform: rotate(26deg);
}

/* Compact view turntable adjustments */
.lirien-music-box-compact .lirien-music-vinyl-container {
  width: 76px;
  height: 76px;
  border-width: 2px;
  border-radius: 8px;
}
.lirien-music-box-compact .lirien-music-vinyl {
  width: 62px;
  height: 62px;
}
.lirien-music-box-compact .lirien-music-vinyl-arm {
  height: 38px;
  right: 8px;
  top: 4px;
  border-width: 2px;
}
.lirien-music-box-compact .lirien-music-vinyl.is-playing ~ .lirien-music-vinyl-arm {
  transform: rotate(22deg);
}
.lirien-music-box-compact .lirien-turntable-light {
  bottom: 4px;
  left: 4px;
}

/* --- Instagram Stories (Anılar) Section --- */
.lirien-stories-section {
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: 1px solid var(--lirien-border);
  border-bottom: 1px solid var(--lirien-border);
  background: color-mix(in srgb, var(--lirien-bg) 95%, var(--lirien-surface));
}

.lirien-stories-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: var(--lirien-container);
  margin: 0 auto;
  padding: 0 20px;
  gap: 24px;
}

.lirien-story-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 220px;
  text-align: center;
  transition: transform var(--lirien-animation-duration) var(--lirien-animation-ease);
}

.lirien-story-item:hover {
  transform: scale(1.05);
}

/* Gradient Ring around circular thumbnail */
.lirien-story-ring {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(45deg, var(--lirien-primary), var(--lirien-accent), var(--lirien-primary));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform var(--lirien-animation-duration) var(--lirien-animation-ease);
}

.lirien-story-item:hover .lirien-story-ring {
  transform: rotate(45deg);
}

.lirien-story-thumb {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4.5px solid var(--lirien-surface);
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.lirien-story-thumb img,
.lirien-story-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--lirien-animation-duration) var(--lirien-animation-ease);
}

.lirien-story-item:hover .lirien-story-thumb img,
.lirien-story-item:hover .lirien-story-thumb video {
  transform: rotate(-45deg); /* Counteract parent rotation for stabilization! */
}

.lirien-story-label {
  margin-top: 12px;
  font-family: var(--lirien-font-ui);
  font-size: 15px;
  font-weight: 700;
  color: var(--lirien-text);
  letter-spacing: -0.01em;
}

@media (max-width: 991px) {
  .lirien-stories-container {
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
    gap: 20px;
    -webkit-overflow-scrolling: touch;
  }
  .lirien-story-item {
    flex: 0 0 160px;
    width: 160px;
    scroll-snap-align: start;
  }
  .lirien-story-ring {
    width: 140px;
    height: 140px;
  }
  .lirien-story-label {
    font-size: 13px;
  }
}

/* --- Panelim Stories Upload Slots --- */
.lirien-stories-slots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.lirien-story-slot-card {
  border: 1px solid var(--lirien-border);
  border-radius: 12px;
  padding: 16px;
  background: var(--lirien-surface);
  box-shadow: var(--lirien-shadow-soft);
  display: flex;
  flex-direction: column;
}

.lirien-story-slot-card h4 {
  margin: 0 0 12px 0;
  font-family: var(--lirien-font-heading);
  color: var(--lirien-text);
  border-bottom: 1px solid var(--lirien-border);
  padding-bottom: 6px;
}

.lirien-story-slot-preview-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lirien-story-slot-preview {
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 8px;
  overflow: hidden;
  background: #111;
  position: relative;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lirien-story-slot-preview img,
.lirien-story-slot-preview video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lirien-story-preview-caption {
  position: absolute;
  bottom: 12px;
  left: 8px;
  right: 8px;
  padding: 6px 8px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
  color: #fff;
  font-family: var(--lirien-font-ui);
  font-size: 11px;
  text-align: center;
  word-wrap: break-word;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.lirien-story-slot-empty {
  border: 2px dashed var(--lirien-border);
  background: color-mix(in srgb, var(--lirien-bg) 30%, transparent);
  height: 250px;
}

.lirien-story-slot-empty span {
  font-family: var(--lirien-font-ui);
  font-size: 13px;
  color: var(--lirien-muted);
}

.lirien-story-slot-inputs input[type="text"] {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid var(--lirien-border);
  border-radius: 8px;
  background: var(--lirien-bg);
  color: var(--lirien-text);
  font-family: var(--lirien-font-ui);
}

/* --- Fullscreen Story Viewer (Instagram style) --- */
.lirien-story-viewer {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(10, 12, 14, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.lirien-story-viewer.is-active {
  opacity: 1;
  pointer-events: auto;
}

.lirien-story-viewer-content {
  position: relative;
  width: 100%;
  max-width: 440px;
  height: 100%;
  max-height: clamp(550px, 90vh, 780px);
  aspect-ratio: 9/16;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 24px 64px rgba(0,0,0,0.6);
  display: flex;
  flex-direction: column;
}

/* Progress bars at top of viewer */
.lirien-story-progress-bars {
  position: absolute;
  top: 15px; left: 10px; right: 10px;
  display: flex;
  gap: 5px;
  z-index: 10;
}

.lirien-story-progress-bar {
  flex-grow: 1;
  height: 3px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 2px;
  overflow: hidden;
}

.lirien-story-progress-fill {
  width: 0%;
  height: 100%;
  background: #fff;
  transition: width 0.1s linear;
}

.lirien-story-progress-bar.completed .lirien-story-progress-fill {
  width: 100% !important;
}

/* Viewer header info */
.lirien-story-viewer-header {
  position: absolute;
  top: 28px; left: 15px; right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}

.lirien-story-viewer-author {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.lirien-story-viewer-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #fff;
  overflow: hidden;
  background: var(--lirien-primary);
}

.lirien-story-viewer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lirien-story-viewer-username {
  font-family: var(--lirien-font-ui);
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

.lirien-story-viewer-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  opacity: 0.8;
  transition: opacity 0.2s ease, transform 0.2s ease;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

.lirien-story-viewer-close:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* Media area inside viewer */
.lirien-story-viewer-media-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #050505;
}

.lirien-story-viewer-media-wrap img,
.lirien-story-viewer-media-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Semi-transparent text caption overlay at the bottom */
.lirien-story-viewer-caption-wrap {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 40px 20px 30px 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 60%, transparent);
  z-index: 10;
  color: #fff;
  text-align: center;
}

.lirien-story-viewer-caption {
  font-family: var(--lirien-font-serif);
  font-size: clamp(15px, 3.5vw, 19px);
  line-height: 1.5;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.lirien-story-link-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  display: inline-block;
  padding: 8px 22px;
  border-radius: 99px;
  background: var(--lirien-accent);
  color: #fff;
  font-family: var(--lirien-font-ui, system-ui, sans-serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 2px 12px rgba(0,0,0,0.35);
  transition: opacity .2s, transform .15s;
}
.lirien-story-link-btn:hover { opacity: .88; transform: translateX(-50%) scale(1.04); }

/* Tap Navigation Overlays (Left/Right half triggers) */
.lirien-story-nav-trigger {
  position: absolute;
  top: 60px;
  bottom: 60px;
  width: 25%;
  z-index: 5;
  cursor: pointer;
}

.lirien-story-nav-trigger-prev {
  left: 0;
}

.lirien-story-nav-trigger-next {
  right: 0;
  width: 75%;
}

@media (max-width: 480px) {
  .lirien-story-viewer-content {
    max-height: 100vh;
    border-radius: 0;
  }
}

/* Packery / Masonry Grid */
.lirien-packery-gallery,
.lirien-gallery-packery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-auto-rows: 240px;
  grid-auto-flow: dense;
  gap: 24px;
  width: 100%;
}
.lirien-packery-item,
.lirien-gallery-packery .lirien-gallery-item {
  position: relative;
  border-radius: var(--lirien-border-radius);
  overflow: hidden;
  box-shadow: var(--lirien-shadow-soft);
  height: 100%;
  width: 100%;
}
.lirien-gallery-packery .lirien-gallery-item a,
.lirien-gallery-packery .lirien-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lirien-packery-item:nth-child(5n + 1),
.lirien-gallery-packery .lirien-gallery-item:nth-child(5n + 1) {
  grid-column: span 2;
  grid-row: span 2;
}
.lirien-packery-item:nth-child(5n + 3),
.lirien-gallery-packery .lirien-gallery-item:nth-child(5n + 3) {
  grid-row: span 2;
}
.lirien-packery-item:nth-child(5n + 4),
.lirien-gallery-packery .lirien-gallery-item:nth-child(5n + 4) {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .lirien-packery-gallery,
  .lirien-gallery-packery {
    grid-auto-rows: 180px;
    gap: 16px;
  }
  .lirien-packery-item:nth-child(n),
  .lirien-gallery-packery .lirien-gallery-item:nth-child(n) {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
}

/* Alternating Zig-zag Layout */
.lirien-zigzag-layout {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}
.lirien-zigzag-row {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
}
.lirien-zigzag-row:nth-child(even) {
  flex-direction: row-reverse;
}
.lirien-zigzag-media {
  flex: 0 0 45%;
  border-radius: var(--lirien-border-radius);
  overflow: hidden;
  box-shadow: var(--lirien-shadow-soft);
  aspect-ratio: 16 / 10;
}
.lirien-zigzag-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--lirien-animation-duration) var(--lirien-animation-ease);
}
.lirien-zigzag-row:hover .lirien-zigzag-media img {
  transform: scale(1.05);
}
.lirien-zigzag-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lirien-zigzag-meta {
  font-family: var(--lirien-font-ui);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lirien-primary);
}
.lirien-zigzag-title {
  font-family: var(--lirien-font-serif);
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.25;
  margin: 0;
}
.lirien-zigzag-title a {
  color: var(--lirien-text);
  text-decoration: none;
}
.lirien-zigzag-excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: var(--lirien-text-muted);
  margin: 0;
}
.lirien-zigzag-link {
  font-family: var(--lirien-font-ui);
  font-weight: bold;
  color: var(--lirien-primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .lirien-zigzag-row,
  .lirien-zigzag-row:nth-child(even) {
    flex-direction: column;
    gap: 20px;
  }
  .lirien-zigzag-media {
    flex: 0 0 100%;
    width: 100%;
  }
}

/* Premium Gallery Lightbox */
.lirien-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.lirien-lightbox-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}
.lirien-lightbox-container {
  display: flex;
  width: 95vw;
  height: 90vh;
  max-width: 1400px;
  background: #111;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  border: 1px solid #222;
}
.lirien-lightbox-media-panel {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 40px;
}
.lirien-lightbox-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.lirien-lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.lirien-lightbox-arrow:hover {
  background: var(--lirien-primary);
  color: #fff;
  border-color: var(--lirien-primary);
}
.lirien-lightbox-prev {
  left: 20px;
}
.lirien-lightbox-next {
  right: 20px;
}
.lirien-lightbox-info-panel {
  width: 320px;
  background: #181818;
  color: #fff;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #282828;
  position: relative;
  padding: 40px 30px;
}
.lirien-lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #888;
  font-size: 32px;
  cursor: pointer;
  transition: color 0.2s ease;
  line-height: 1;
}
.lirien-lightbox-close:hover {
  color: #fff;
}
.lirien-lightbox-info-content h3 {
  font-family: var(--lirien-font-serif);
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
}
.lirien-lightbox-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #aaa;
}
.lirien-lightbox-desc-placeholder {
  font-size: 15px;
  color: #666;
  font-style: italic;
}
@media (max-width: 900px) {
  .lirien-lightbox-container {
    flex-direction: column;
    height: 95vh;
  }
  .lirien-lightbox-info-panel {
    width: 100%;
    height: 220px;
    border-left: none;
    border-top: 1px solid #282828;
    padding: 20px;
  }
  .lirien-lightbox-info-content h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
  }
}

/* Navigation Dropdown group styling */
.lirien-nav-list {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px; /* Increased menu font size */
}
.lirien-nav-item {
  position: relative;
}
.lirien-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: var(--lirien-surface-raised);
  border: 1px solid var(--lirien-border);
  box-shadow: var(--lirien-shadow-medium);
  border-radius: 8px;
  padding: 12px 0;
  min-width: 200px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s var(--lirien-animation-ease), transform 0.3s var(--lirien-animation-ease), visibility 0.3s;
  z-index: 100;
}
.lirien-nav-item:hover .lirien-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.lirien-dropdown-menu li a {
  display: block;
  padding: 8px 20px;
  color: var(--lirien-text);
  font-family: var(--lirien-font-ui);
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.lirien-dropdown-menu li a:hover {
  background: var(--lirien-primary-hover-bg);
  color: var(--lirien-primary);
}

/* Homepage Photo Carousel Styles */
.lirien-photo-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.lirien-photo-carousel {
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
}
.lirien-photo-carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}
.lirien-carousel-slide {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 280px;
}
@media (max-width: 991px) {
  .lirien-carousel-slide {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 600px) {
  .lirien-carousel-slide {
    flex: 0 0 100%;
  }
}
.lirien-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--lirien-surface-raised);
  border: 1px solid var(--lirien-border);
  color: var(--lirien-text);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--lirien-shadow-soft);
  transition: all var(--lirien-animation-duration) var(--lirien-animation-ease);
}
.lirien-carousel-arrow:hover {
  background: var(--lirien-primary);
  color: var(--lirien-surface);
  border-color: var(--lirien-primary);
}
.lirien-carousel-prev {
  left: -24px;
}
.lirien-carousel-next {
  right: -24px;
}
@media (max-width: 1240px) {
  .lirien-carousel-prev { left: 10px; }
  .lirien-carousel-next { right: 10px; }
}

/* Visitor Counter Footer Bar */
.lirien-visitor-stats-bar {
  background: var(--lirien-surface-raised);
  border-top: 1px solid var(--lirien-border);
  padding: 16px 0;
  text-align: center;
  font-family: var(--lirien-font-ui);
  font-size: 13px;
  color: var(--lirien-text-muted);
}
.lirien-visitor-stats-link {
  color: var(--lirien-primary);
  text-decoration: none;
  font-weight: bold;
}
.lirien-visitor-stats-link:hover {
  text-decoration: underline;
}

/* Double Animation Sets */
/* Set 1 */
html[data-lirien-animation-set="set1"] .lirien-card,
html[data-lirien-animation-set="set1"] .lirien-story-item,
html[data-lirien-animation-set="set1"] .lirien-packery-item {
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease;
}
html[data-lirien-animation-set="set1"] .lirien-card:hover,
html[data-lirien-animation-set="set1"] .lirien-story-item:hover,
html[data-lirien-animation-set="set1"] .lirien-packery-item:hover {
  transform: scale(1.03);
  box-shadow: var(--lirien-shadow-medium);
}
html[data-lirien-animation-set="set1"] .lirien-scroll-animate {
  opacity: 0;
  transform: translateY(140px);
  transition: opacity 1.8s cubic-bezier(0.1, 1, 0.1, 1), transform 1.8s cubic-bezier(0.1, 1, 0.1, 1);
  transition-delay: calc(var(--item-index, 0) * 200ms) !important;
}
html[data-lirien-animation-set="set1"] .lirien-scroll-animate.is-in-viewport {
  opacity: 1;
  transform: translateY(0);
}

/* Set 2 */
html[data-lirien-animation-set="set2"] .lirien-card,
html[data-lirien-animation-set="set2"] .lirien-story-item,
html[data-lirien-animation-set="set2"] .lirien-packery-item {
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease;
}
html[data-lirien-animation-set="set2"] .lirien-card:hover,
html[data-lirien-animation-set="set2"] .lirien-story-item:hover,
html[data-lirien-animation-set="set2"] .lirien-packery-item:hover {
  transform: scale(0.97);
  box-shadow: var(--lirien-shadow-soft);
}
html[data-lirien-animation-set="set2"] .lirien-scroll-animate {
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.1, 1, 0.1, 1), transform 1.8s cubic-bezier(0.1, 1, 0.1, 1);
  transition-delay: calc(var(--item-index, 0) * 200ms) !important;
}
html[data-lirien-animation-set="set2"] .lirien-scroll-animate:nth-child(odd) {
  transform: translateX(-180px);
}
html[data-lirien-animation-set="set2"] .lirien-scroll-animate:nth-child(even) {
  transform: translateX(180px);
}
html[data-lirien-animation-set="set2"] .lirien-scroll-animate.is-in-viewport {
  opacity: 1;
  transform: translateX(0);
}

/* Single Page Typography Refinements */
.lirien-single-journal h1,
.lirien-single-book h1 {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700 !important;
}
.lirien-single-journal .lirien-single-prose,
.lirien-single-book .lirien-single-prose {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}
.lirien-single-journal .lirien-single-meta,
.lirien-single-book .lirien-single-meta {
  font-family: var(--lirien-font-accent), cursive !important;
  font-size: 15px !important;
  color: var(--lirien-accent, #B8A68F) !important;
  margin-top: 10px;
}

.lirien-single-poem h1 {
  font-family: 'Playfair Display', serif !important;
  font-style: italic !important;
}
.lirien-single-poem .lirien-single-prose {
  font-family: var(--lirien-font-heading, serif) !important;
  font-size: 20px !important;
  line-height: 1.8 !important;
  text-align: left !important;
  max-width: 600px;
  margin: 0 auto 80px !important;
  font-style: normal !important;
}
.lirien-single-poem .lirien-single-meta {
  font-family: var(--lirien-font-accent), cursive !important;
  font-size: 32px !important;
  color: var(--lirien-primary) !important;
  text-align: center !important;
  margin-top: 15px;
}

/* Most Read Widget Styling */
.lirien-most-read-widget {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--lirien-border);
}
.lirien-most-read-heading {
  font-family: var(--lirien-font-serif);
  font-size: 24px;
  margin-bottom: 24px;
}
.lirien-most-read-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.lirien-most-read-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lirien-most-read-image {
  aspect-ratio: 16 / 10;
  border-radius: var(--lirien-border-radius);
  overflow: hidden;
  display: block;
  box-shadow: var(--lirien-shadow-soft);
}
.lirien-most-read-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--lirien-animation-duration) var(--lirien-animation-ease);
}
.lirien-most-read-card:hover .lirien-most-read-image img {
  transform: scale(1.05);
}
.lirien-most-read-body h3 {
  font-family: var(--lirien-font-serif);
  font-size: 16px;
  margin: 0 0 6px;
  line-height: 1.3;
}
.lirien-most-read-body h3 a {
  color: var(--lirien-text);
  text-decoration: none;
}
.lirien-most-read-body h3 a:hover {
  color: var(--lirien-primary);
}
.lirien-most-read-excerpt {
  font-size: 13px;
  line-height: 1.5;
  color: var(--lirien-text-muted);
  margin: 0;
}
@media (max-width: 991px) {
  .lirien-most-read-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .lirien-most-read-grid {
    grid-template-columns: 1fr;
  }
}

/* Ensure no handwriting fonts in sidebar */
.lirien-sidebar,
.lirien-sidebar * {
  font-family: var(--lirien-font-ui) !important;
}
.lirien-sidebar h2,
.lirien-sidebar h3,
.lirien-sidebar-card-title,
.lirien-sidebar .lirien-sidebar-category-title,
.lirien-sidebar-categories .lirien-sidebar-category-title {
  font-family: var(--lirien-font-serif) !important;
  font-weight: 600 !important;
}

/* Sidebar menu item thumbnail icon */
.lirien-sidebar-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-right: 8px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  color: var(--lirien-primary);
}
.lirien-sidebar-link-icon svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lirien-sidebar-category li a:hover .lirien-sidebar-link-icon {
  opacity: 1;
}

/* Sidebar filter list */
.lirien-filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lirien-filter-list li a {
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  color: var(--lirien-text);
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 14px;
}
.lirien-filter-list li a:hover,
.lirien-filter-list li a.is-active {
  background: var(--lirien-primary-hover-bg);
  color: var(--lirien-primary);
  font-weight: bold;
}

/* Style header action icon buttons SVGs */
.lirien-icon-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--lirien-text) !important;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}
.lirien-icon-button:hover svg {
  stroke: var(--lirien-primary) !important;
}

/* Show the correct theme icon based on pref */
html[data-lirien-theme-pref="light"] .lirien-theme-toggle .theme-icon-sun { display: block !important; }
html[data-lirien-theme-pref="light"] .lirien-theme-toggle .theme-icon-moon { display: none !important; }
html[data-lirien-theme-pref="light"] .lirien-theme-toggle .theme-icon-system { display: none !important; }

html[data-lirien-theme-pref="dark"] .lirien-theme-toggle .theme-icon-sun { display: none !important; }
html[data-lirien-theme-pref="dark"] .lirien-theme-toggle .theme-icon-moon { display: block !important; }
html[data-lirien-theme-pref="dark"] .lirien-theme-toggle .theme-icon-system { display: none !important; }

html[data-lirien-theme-pref="system"] .lirien-theme-toggle .theme-icon-sun { display: none !important; }
html[data-lirien-theme-pref="system"] .lirien-theme-toggle .theme-icon-moon { display: none !important; }
html[data-lirien-theme-pref="system"] .lirien-theme-toggle .theme-icon-system { display: block !important; }

/* Dashboard Tabs Navigation Styles */
.lirien-dashboard-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 2px solid var(--lirien-border);
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.lirien-dashboard-tab-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--lirien-text) !important;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.25s ease;
  background: var(--lirien-soft);
  border: 1px solid var(--lirien-border);
}
.lirien-dashboard-tab-link:hover {
  background: var(--lirien-accent);
  color: var(--lirien-surface) !important;
  border-color: var(--lirien-accent);
}
.lirien-dashboard-tab-link.is-active {
  background: var(--lirien-primary);
  color: var(--lirien-surface) !important;
  border-color: var(--lirien-primary);
}
.lirien-dashboard-tab-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

/* Dashboard Content Tables */
.lirien-dashboard-table-wrapper {
  overflow-x: auto;
  border: 1px solid var(--lirien-border);
  border-radius: var(--lirien-border-radius);
  background: #fff;
  box-shadow: var(--lirien-shadow-soft);
  margin-bottom: 24px;
}
.lirien-dashboard-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
}
.lirien-dashboard-table th,
.lirien-dashboard-table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--lirien-border);
  vertical-align: top;
}
.lirien-dashboard-table th {
  background: var(--lirien-bg-subtle, #f8f9fa);
  font-weight: 600;
  color: var(--lirien-text-muted);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.lirien-dashboard-table tr:last-child td {
  border-bottom: none;
}
.lirien-dashboard-table td a {
  color: var(--lirien-primary);
  text-decoration: none;
  font-weight: 500;
}
.lirien-dashboard-table td a:hover {
  text-decoration: underline;
}

/* Dashboard Pagination */
.lirien-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 30px;
}
.lirien-pagination a,
.lirien-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border-radius: 6px;
  border: 1px solid var(--lirien-border);
  text-decoration: none;
  color: var(--lirien-text);
  font-size: 14px;
  transition: all 0.2s ease;
}
.lirien-pagination a:hover,
.lirien-pagination .current {
  background: var(--lirien-primary);
  color: #fff !important;
  border-color: var(--lirien-primary);
  font-weight: bold;
}

/* Custom Dropdown Colors & Transitions */
.lirien-dropdown-menu {
  background: var(--lirien-surface) !important;
  border: 1px solid var(--lirien-border) !important;
  box-shadow: var(--lirien-shadow-soft) !important;
  border-radius: 8px;
  overflow: hidden;
}
.lirien-dropdown-menu a {
  color: var(--lirien-text) !important;
  transition: all 0.2s ease;
}
.lirien-dropdown-menu a:hover {
  background: var(--lirien-primary-hover-bg) !important;
  color: var(--lirien-primary) !important;
}

/* Red Hover Link Overrides */
a:hover {
  color: var(--lirien-primary) !important;
}

/* Search input lowercase and typing fix */
.lirien-search-field {
  font-family: var(--lirien-font-body) !important;
  text-transform: none !important;
}

/* Coverflow Layout */
.lirien-album-coverflow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 380px;
  perspective: 1000px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 20px 0;
}
.lirien-coverflow-item {
  position: relative;
  width: 260px;
  height: 320px;
  border-radius: var(--lirien-border-radius);
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: transform 0.5s ease, z-index 0.5s ease, filter 0.5s ease;
  cursor: pointer;
  flex-shrink: 0;
}
.lirien-coverflow-item.left-2 { transform: rotateY(45deg) translateZ(-100px) scale(0.85); z-index: 1; filter: brightness(0.6); }
.lirien-coverflow-item.left-1 { transform: rotateY(35deg) translateZ(-50px) scale(0.92); z-index: 2; filter: brightness(0.8); }
.lirien-coverflow-item.center { transform: rotateY(0deg) translateZ(50px) scale(1.05); z-index: 5; filter: brightness(1); }
.lirien-coverflow-item.right-1 { transform: rotateY(-35deg) translateZ(-50px) scale(0.92); z-index: 2; filter: brightness(0.8); }
.lirien-coverflow-item.right-2 { transform: rotateY(-45deg) translateZ(-100px) scale(0.85); z-index: 1; filter: brightness(0.6); }

.lirien-coverflow-item:hover {
  transform: scale(1.15) translateZ(80px) !important;
  z-index: 10 !important;
  filter: brightness(1.1) !important;
}
.lirien-coverflow-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lirien-coverflow-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color: #fff;
  text-align: center;
}
.lirien-coverflow-caption h3 {
  margin: 0;
  font-family: var(--lirien-font-serif);
  font-size: 16px;
  color: #fff;
}

/* Staggered Scroll Animations (Sets 3-5) */

/* Set 3: Staggered Zoom-In & Gentle Reveal */
html[data-lirien-animation-set="set3"] .lirien-scroll-animate {
  opacity: 0;
  transform: scale(0.92) translateY(120px);
  transition: opacity 1.8s cubic-bezier(0.1, 1, 0.1, 1), transform 1.8s cubic-bezier(0.1, 1, 0.1, 1);
  transition-delay: calc(var(--item-index, 0) * 200ms) !important;
}
html[data-lirien-animation-set="set3"] .lirien-scroll-animate.is-in-viewport {
  opacity: 1;
  transform: scale(1) translateY(0);
}
html[data-lirien-animation-set="set3"] .lirien-card:hover,
html[data-lirien-animation-set="set3"] .lirien-packery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 38px rgba(0,0,0,0.08);
}

/* Set 4: Staggered 3D Perspective Lift */
html[data-lirien-animation-set="set4"] .lirien-scroll-animate {
  opacity: 0;
  transform: perspective(1000px) rotateX(15deg) translateY(140px);
  transition: opacity 1.8s cubic-bezier(0.1, 1, 0.1, 1), transform 1.8s cubic-bezier(0.1, 1, 0.1, 1);
  transition-delay: calc(var(--item-index, 0) * 220ms) !important;
}
html[data-lirien-animation-set="set4"] .lirien-scroll-animate.is-in-viewport {
  opacity: 1;
  transform: perspective(800px) rotateX(0deg) translateY(0);
}
html[data-lirien-animation-set="set4"] .lirien-card:hover,
html[data-lirien-animation-set="set4"] .lirien-packery-item:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Set 5: Staggered Blur Focus & Pop Up */
html[data-lirien-animation-set="set5"] .lirien-scroll-animate {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(140px);
  transition: opacity 2.0s cubic-bezier(0.1, 1, 0.1, 1), filter 2.0s cubic-bezier(0.1, 1, 0.1, 1), transform 2.0s cubic-bezier(0.1, 1, 0.1, 1);
  transition-delay: calc(var(--item-index, 0) * 220ms) !important;
}
html[data-lirien-animation-set="set5"] .lirien-scroll-animate.is-in-viewport {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
html[data-lirien-animation-set="set5"] .lirien-card:hover,
html[data-lirien-animation-set="set5"] .lirien-packery-item:hover {
  transform: scale(0.98);
  filter: brightness(1.02);
}

/* Layout upgrades: larger image cards in zig-zag content and longer alıntı area */
.lirien-zigzag-row .lirien-zigzag-image {
  flex: 0 0 450px !important;
  max-width: 450px !important;
  height: 300px !important;
}
.lirien-zigzag-row .lirien-zigzag-text {
  flex: 1;
  padding: 30px 40px !important;
}
@media (max-width: 768px) {
  .lirien-zigzag-row .lirien-zigzag-image {
    flex: none !important;
    max-width: 100% !important;
    height: 220px !important;
  }
}

/* Turntable spin & pulse animation next to music box */
.lirien-music-vinyl-container.is-active .lirien-music-vinyl {
  animation: lirien-vinyl-spin 3s linear infinite, lirien-vinyl-pulse 1.2s ease-in-out infinite alternate !important;
}

@keyframes lirien-vinyl-pulse {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 4px rgba(var(--lirien-primary-rgb, 125, 139, 111), 0.3));
  }
  100% {
    transform: scale(1.1);
    filter: drop-shadow(0 0 16px rgba(var(--lirien-primary-rgb, 125, 139, 111), 0.7));
  }
}

/* Button hover color overrides to ensure high contrast text */
.lirien-button:hover,
.lirien-footer button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.lirien-form button:hover,
.lirien-archive-filter button:hover {
  color: #ffffff !important;
  background: var(--lirien-primary) !important;
  border-color: var(--lirien-primary) !important;
  opacity: 1 !important;
}

/* Interactive text/elements transitions on row and card hover */
.lirien-zigzag-row,
.lirien-story-item,
.lirien-card,
.lirien-most-read-card,
.lirien-packery-item {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, filter 0.4s ease !important;
}

.lirien-zigzag-row:hover .lirien-zigzag-title a,
.lirien-story-item:hover h3 a,
.lirien-card:hover h3 a,
.lirien-most-read-card:hover h3 a {
  color: var(--lirien-primary) !important;
}



/* Fix featured album cover image vertical stretch */
.lirien-album-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 3D Coverflow Slider Styling */
.lirien-photo-coverflow-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px auto;
  overflow: hidden;
  padding: 60px 0;
  perspective: 1200px;
}

.lirien-photo-coverflow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 480px;
  transform-style: preserve-3d;
}

.lirien-coverflow-slide {
  position: absolute;
  width: 320px;
  height: 400px;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease, z-index 0.6s ease;
  transform-style: preserve-3d;
  cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.lirien-coverflow-card {
  width: 100%;
  height: 100%;
  position: relative;
  background: var(--lirien-surface);
}

.lirien-coverflow-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.lirien-coverflow-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
  z-index: 3;
}

.lirien-coverflow-slide.is-active .lirien-coverflow-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.lirien-coverflow-content h3 {
  font-family: var(--lirien-font-heading);
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: #fff;
}

.lirien-coverflow-content p {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.lirien-coverflow-btn {
  display: inline-block;
  padding: 8px 16px;
  background: var(--lirien-primary);
  color: var(--lirien-surface) !important;
  font-size: 0.85rem;
  border-radius: 99px;
  text-decoration: none;
  font-weight: 500;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.lirien-coverflow-btn:hover {
  transform: scale(1.05);
  opacity: 0.95;
}

.lirien-coverflow-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.lirien-coverflow-nav {
  background: var(--lirien-surface);
  border: 1px solid var(--lirien-border);
  color: var(--lirien-primary);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--lirien-shadow);
  transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
  z-index: 10;
}

.lirien-coverflow-nav:hover {
  background: var(--lirien-primary);
  color: var(--lirien-surface);
  transform: scale(1.05);
}

.lirien-coverflow-pagination {
  display: flex;
  gap: 8px;
  align-items: center;
}

.lirien-coverflow-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0,0,0,0.15);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}
}

@keyframes lirien-vinyl-pulse {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 4px rgba(var(--lirien-primary-rgb, 125, 139, 111), 0.3));
  }
  100% {
    transform: scale(1.1);
    filter: drop-shadow(0 0 16px rgba(var(--lirien-primary-rgb, 125, 139, 111), 0.7));
  }
}

/* Button hover color overrides to ensure high contrast text */
.lirien-button:hover,
.lirien-footer button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.lirien-form button:hover,
.lirien-archive-filter button:hover {
  color: #ffffff !important;
  background: var(--lirien-primary) !important;
  border-color: var(--lirien-primary) !important;
  opacity: 1 !important;
}

/* Interactive text/elements transitions on row and card hover */
.lirien-zigzag-row,
.lirien-story-item,
.lirien-card,
.lirien-most-read-card,
.lirien-packery-item {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, filter 0.4s ease !important;
}

.lirien-zigzag-row:hover .lirien-zigzag-title a,
.lirien-story-item:hover h3 a,
.lirien-card:hover h3 a,
.lirien-most-read-card:hover h3 a {
  color: var(--lirien-primary) !important;
}



/* Fix featured album cover image vertical stretch */
.lirien-album-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 3D Coverflow Slider Styling */
.lirien-photo-coverflow-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px auto;
  overflow: hidden;
  padding: 60px 0;
  perspective: 1200px;
}

.lirien-photo-coverflow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 480px;
  transform-style: preserve-3d;
}

.lirien-coverflow-slide {
  position: absolute;
  width: 320px;
  height: 400px;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease, z-index 0.6s ease;
  transform-style: preserve-3d;
  cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.lirien-coverflow-card {
  width: 100%;
  height: 100%;
  position: relative;
  background: var(--lirien-surface);
}

.lirien-coverflow-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.lirien-coverflow-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
  z-index: 3;
}

.lirien-coverflow-slide.is-active .lirien-coverflow-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.lirien-coverflow-content h3 {
  font-family: var(--lirien-font-heading);
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: #fff;
}

.lirien-coverflow-content p {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.lirien-coverflow-btn {
  display: inline-block;
  padding: 8px 16px;
  background: var(--lirien-primary);
  color: var(--lirien-surface) !important;
  font-size: 0.85rem;
  border-radius: 99px;
  text-decoration: none;
  font-weight: 500;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.lirien-coverflow-btn:hover {
  transform: scale(1.05);
  opacity: 0.95;
}

.lirien-coverflow-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.lirien-coverflow-nav {
  background: var(--lirien-surface);
  border: 1px solid var(--lirien-border);
  color: var(--lirien-primary);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--lirien-shadow);
  transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
  z-index: 10;
}

.lirien-coverflow-nav:hover {
  background: var(--lirien-primary);
  color: var(--lirien-surface);
  transform: scale(1.05);
}

.lirien-coverflow-pagination {
  display: flex;
  gap: 8px;
  align-items: center;
}

.lirien-coverflow-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0,0,0,0.15);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

[data-lirien-theme="dark"] .lirien-coverflow-bullet {
  background: rgba(255,255,255,0.2);
}

.lirien-coverflow-bullet.is-active {
  background: var(--lirien-primary);
  transform: scale(1.2);
}

/* Sidebar Filter Form Card Styling */
.lirien-sidebar-filter-form-card {
  margin-bottom: 24px;
}

.lirien-sidebar-archive-filter {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lirien-sidebar-filter-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lirien-sidebar-filter-group label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--lirien-primary);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.lirien-sidebar-filter-group input,
.lirien-sidebar-filter-group select {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid var(--lirien-border);
  background: var(--lirien-surface);
  color: var(--lirien-text);
  border-radius: 6px;
  font-size: 0.82rem;
  outline: none;
  transition: border-color 0.2s ease;
}

.lirien-sidebar-filter-group input:focus,
.lirien-sidebar-filter-group select:focus {
  border-color: var(--lirien-primary);
}

.lirien-button-block {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: var(--lirien-primary);
  color: var(--lirien-surface) !important;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: 6px;
  transition: opacity 0.2s ease, transform 0.1s ease;
}

.lirien-button-block:hover {
  opacity: 0.9;
}

.lirien-button-block:active {
  transform: scale(0.98);
}



/* Set 6: Elegant Skew & Rotate Reveal */
html[data-lirien-animation-set="set6"] .lirien-scroll-animate {
  opacity: 0;
  transform: translateY(140px) rotate(-3deg) skewY(-2deg);
  transition: opacity 1.8s cubic-bezier(0.1, 1, 0.1, 1), transform 1.8s cubic-bezier(0.1, 1, 0.1, 1);
  transition-delay: calc(var(--item-index, 0) * 200ms) !important;
}
html[data-lirien-animation-set="set6"] .lirien-scroll-animate.is-in-viewport {
  opacity: 1;
  transform: translateY(0) rotate(0deg) skewY(0deg);
}
html[data-lirien-animation-set="set6"] .lirien-card:hover,
html[data-lirien-animation-set="set6"] .lirien-packery-item:hover {
  transform: translateY(-8px);
  box-shadow: var(--lirien-shadow-soft);
}

/* Set 7: Modern Blur-In & Slide Split */
html[data-lirien-animation-set="set7"] .lirien-scroll-animate {
  opacity: 0;
  filter: blur(12px);
  transition: opacity 1.8s cubic-bezier(0.1, 1, 0.1, 1), filter 1.8s cubic-bezier(0.1, 1, 0.1, 1), transform 1.8s cubic-bezier(0.1, 1, 0.1, 1);
  transition-delay: calc(var(--item-index, 0) * 200ms) !important;
}
html[data-lirien-animation-set="set7"] .lirien-scroll-animate:nth-child(odd) {
  transform: translateX(-180px) scale(0.96);
}
html[data-lirien-animation-set="set7"] .lirien-scroll-animate:nth-child(even) {
  transform: translateX(180px) scale(0.96);
}
html[data-lirien-animation-set="set7"] .lirien-scroll-animate.is-in-viewport {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0) scale(1);
}
html[data-lirien-animation-set="set7"] .lirien-card:hover,
html[data-lirien-animation-set="set7"] .lirien-packery-item:hover {
  transform: scale(0.98);
}

/* Set 8: Premium Staggered Clip-Path Wipe */
html[data-lirien-animation-set="set8"] .lirien-scroll-animate {
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  transform: translateY(80px);
  transition: opacity 2.0s cubic-bezier(0.1, 1, 0.1, 1), clip-path 2.0s cubic-bezier(0.1, 1, 0.1, 1), transform 2.0s cubic-bezier(0.1, 1, 0.1, 1);
  transition-delay: calc(var(--item-index, 0) * 220ms) !important;
}
html[data-lirien-animation-set="set8"] .lirien-scroll-animate.is-in-viewport {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}
html[data-lirien-animation-set="set8"] .lirien-card:hover,
html[data-lirien-animation-set="set8"] .lirien-packery-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--lirien-shadow-medium);
}


/* Guarantee visibility and styling of header action icons */
.lirien-theme-toggle {
  display: inline-grid !important;
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 980px) {
  .lirien-menu-toggle {
    display: inline-grid !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* Intuitive theme toggle display: show moon in light theme, show sun in dark theme */
html[data-lirien-theme="dark"] .lirien-theme-toggle .theme-icon-sun,
html[data-lirien-theme-pref="dark"] .lirien-theme-toggle .theme-icon-sun {
  display: block !important;
}
html[data-lirien-theme="dark"] .lirien-theme-toggle .theme-icon-moon,
html[data-lirien-theme-pref="dark"] .lirien-theme-toggle .theme-icon-moon,
html[data-lirien-theme="dark"] .lirien-theme-toggle .theme-icon-system,
html[data-lirien-theme-pref="dark"] .lirien-theme-toggle .theme-icon-system {
  display: none !important;
}

html[data-lirien-theme="light"] .lirien-theme-toggle .theme-icon-moon,
html[data-lirien-theme-pref="light"] .lirien-theme-toggle .theme-icon-moon {
  display: block !important;
}
html[data-lirien-theme="light"] .lirien-theme-toggle .theme-icon-sun,
html[data-lirien-theme-pref="light"] .lirien-theme-toggle .theme-icon-sun,
html[data-lirien-theme="light"] .lirien-theme-toggle .theme-icon-system,
html[data-lirien-theme-pref="light"] .lirien-theme-toggle .theme-icon-system {
  display: none !important;
}


/* Poem Font Sizes & Line Wrapping Safeguard */
.lirien-poem-content {
  font-family: var(--lirien-font-heading, serif);
  line-height: 1.8;
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
  word-break: keep-all;
  overflow-wrap: break-word;
}

html[data-lirien-poem-font-size="small"] .lirien-poem-content {
  font-size: 15px !important;
}
html[data-lirien-poem-font-size="medium"] .lirien-poem-content {
  font-size: 17px !important;
}
html[data-lirien-poem-font-size="large"] .lirien-poem-content {
  font-size: 20px !important;
}

@media (max-width: 768px) {
  html[data-lirien-poem-font-size="small"] .lirien-poem-content {
    font-size: 13px !important;
  }
  html[data-lirien-poem-font-size="medium"] .lirien-poem-content {
    font-size: 15px !important;
  }
  html[data-lirien-poem-font-size="large"] .lirien-poem-content {
    font-size: 17px !important;
  }
}

/* Prose/Article Font Sizes */
html[data-lirien-prose-font-size="small"] .lirien-single-prose,
html[data-lirien-prose-font-size="small"] .lirien-single-prose p,
html[data-lirien-prose-font-size="small"] .lirien-journal-content,
html[data-lirien-prose-font-size="small"] .lirien-travel-content,
html[data-lirien-prose-font-size="small"] .lirien-hobby-content,
html[data-lirien-prose-font-size="small"] .lirien-book-content {
  font-size: 15px !important;
  line-height: 1.7 !important;
}

html[data-lirien-prose-font-size="medium"] .lirien-single-prose,
html[data-lirien-prose-font-size="medium"] .lirien-single-prose p,
html[data-lirien-prose-font-size="medium"] .lirien-journal-content,
html[data-lirien-prose-font-size="medium"] .lirien-travel-content,
html[data-lirien-prose-font-size="medium"] .lirien-hobby-content,
html[data-lirien-prose-font-size="medium"] .lirien-book-content {
  font-size: 17px !important;
  line-height: 1.8 !important;
}

html[data-lirien-prose-font-size="large"] .lirien-single-prose,
html[data-lirien-prose-font-size="large"] .lirien-single-prose p,
html[data-lirien-prose-font-size="large"] .lirien-journal-content,
html[data-lirien-prose-font-size="large"] .lirien-travel-content,
html[data-lirien-prose-font-size="large"] .lirien-hobby-content,
html[data-lirien-prose-font-size="large"] .lirien-book-content {
  font-size: 19px !important;
  line-height: 1.9 !important;
}

/* Standarize and reduce headers and buttons size in content footer blocks */
.lirien-single-gallery-block h2,
.lirien-rating-block h2,
.lirien-comments-block h2,
.lirien-share-block h2 {
  font-size: clamp(18px, 1.6vw, 21px) !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
  letter-spacing: -0.01em !important;
}

/* Share links reduction */
.lirien-share-links {
  gap: 8px !important;
}
.lirien-share-links a {
  padding: 6px 14px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  letter-spacing: 0.02em !important;
}

/* Custom Rating widget styling - Clean row of stars */
.lirien-rating {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 15px !important;
  color: var(--lirien-text-muted, #737C72) !important;
  font-size: 13px !important;
}
.lirien-rating-label {
  font-weight: 500 !important;
  color: var(--lirien-text) !important;
  font-family: var(--lirien-font-ui) !important;
}
.lirien-stars {
  display: inline-flex !important;
  gap: 4px !important;
}
.lirien-star {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  color: var(--lirien-accent, #B8A68F) !important;
  font-size: 18px !important;
  cursor: pointer !important;
  line-height: 1 !important;
  transition: transform 0.2s ease, color 0.2s ease !important;
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.lirien-star:hover {
  transform: scale(1.2) !important;
}
.lirien-star:disabled {
  cursor: default !important;
}
.lirien-rating-summary {
  font-size: 12px !important;
  color: var(--lirien-text-muted) !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

/* Comment Form & Title reduction */
#comments h2,
#reply-title,
.comments-title {
  font-size: clamp(18px, 1.6vw, 21px) !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
}
.comment-form label,
.comment-notes,
.logged-in-as {
  font-size: 13px !important;
  color: var(--lirien-text-muted) !important;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  padding: 10px 12px !important;
  font-size: 14px !important;
  border-radius: 8px !important;
  border: 1px solid var(--lirien-border) !important;
  background: var(--lirien-surface) !important;
}
.comment-form input[type="submit"] {
  padding: 8px 18px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border-radius: 999px !important;
  cursor: pointer !important;
}

/* Sidebar and general text normalization */
.lirien-sidebar h3 {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.lirien-sidebar p,
.lirien-sidebar ul li {
  font-size: 13px !important;
}

/* Eyebrow accent color fix in single page heroes */
.lirien-single-hero .lirien-eyebrow {
  color: var(--lirien-accent, #B8A68F) !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3) !important;
}

/* Premium 2-Column Album Grid */
.lirien-album-3col-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}

@media (max-width: 600px) {
  .lirien-album-3col-grid {
    grid-template-columns: 1fr;
  }
}

.lirien-album-card-3col {
  background: var(--lirien-surface, #ffffff);
  border-radius: 12px;
  box-shadow: var(--lirien-shadow-soft, 0 4px 20px rgba(0,0,0,0.05));
  border: 1px solid var(--lirien-border, #eaeaea);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease;
  position: relative;
}

.lirien-album-card-3col:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.lirien-album-card-3col .lirien-album-card-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lirien-album-card-3col .lirien-album-card-image {
  position: relative;
  width: 100%;
  padding-top: 62%; /* Beautiful wide aspect ratio for 2 columns */
  overflow: hidden;
  background: var(--lirien-border, #f5f5f5);
}

.lirien-album-card-3col .lirien-album-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lirien-album-card-3col:hover .lirien-album-card-image img {
  transform: scale(1.05);
}

.lirien-album-card-3col .lirien-album-card-title-wrap {
  background: #ffffff;
  padding: 12px 10px; /* Thinner title bar */
  text-align: center;
  border-top: 1px solid var(--lirien-border, #eaeaea);
  border-bottom: 3px solid var(--lirien-primary, #00A3FF);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.lirien-album-card-3col .lirien-album-card-title {
  margin: 0;
  font-family: var(--lirien-font-heading), sans-serif;
  font-size: 12px; /* Smaller title text */
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--lirien-text, #333333);
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.lirien-album-card-3col:hover .lirien-album-card-title {
  color: var(--lirien-primary, #00A3FF);
}

/* 4-Column Photo Masonry Grid */
.lirien-photo-masonry-4col {
  column-count: 4;
  column-gap: 16px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.lirien-gallery-masonry-4 {
  column-count: 4;
  column-gap: 16px;
  margin-top: 30px;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .lirien-photo-masonry-4col,
  .lirien-gallery-masonry-4 {
    column-count: 3;
  }
}

@media (max-width: 768px) {
  .lirien-photo-masonry-4col,
  .lirien-gallery-masonry-4 {
    column-count: 2;
  }
}

@media (max-width: 480px) {
  .lirien-photo-masonry-4col,
  .lirien-gallery-masonry-4 {
    column-count: 1;
  }
}

.lirien-photo-masonry-item,
.lirien-gallery-item {
  break-inside: avoid;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.lirien-photo-masonry-item img,
.lirien-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
  border-radius: 8px;
}

.lirien-photo-masonry-item:hover img,
.lirien-gallery-item:hover img {
  transform: scale(1.04);
}

/* Banner/Band Eyebrow Color Fix (Ensure it is warm gold and never purple) */
.lirien-banner-content-overlay .lirien-eyebrow {
  color: #B8A68F !important;
}

/* Pagination Hover Colors (Prevent text from disappearing on hover) */
.lirien-pagination a:hover,
.lirien-gallery-pagination a:hover {
  background: var(--lirien-primary) !important;
  color: #fff !important;
  border-color: var(--lirien-primary) !important;
}

/* Album category tabs navigation styles */
.lirien-album-cat-link {
  color: var(--lirien-text-muted) !important;
  text-decoration: none !important;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
  transition: all 0.2s ease;
}

.lirien-album-cat-link:hover,
.lirien-album-cat-link.is-active {
  color: var(--lirien-primary) !important;
  border-bottom-color: var(--lirien-primary) !important;
}

/* =======================================================
   PREMIUM GPU-ACCELERATED ANIMATIONS ENGINE
   ======================================================= */

.lirien-animate {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  opacity: 0;
  transition-property: transform, opacity, filter;
  transition-timing-function: cubic-bezier(.16,1,.3,1) !important;
  transition-duration: var(--anim-duration, 650ms) !important;
  transition-delay: var(--anim-delay, 0ms) !important;
}

/* Base Active State */
.lirien-animate.is-active {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) rotateX(0) !important;
  filter: blur(0) !important;
}

/* 1. Slide Up */
.lirien-animate[data-lirien-anim-type="slide-up"] {
  transform: translate3d(0, var(--anim-distance, 50px), 0);
}

/* 2. Slide Right */
.lirien-animate[data-lirien-anim-type="slide-right"] {
  transform: translate3d(calc(-1 * var(--anim-distance, 60px)), 0, 0);
}

/* 3. Slide Left */
.lirien-animate[data-lirien-anim-type="slide-left"] {
  transform: translate3d(var(--anim-distance, 60px), 0, 0);
}

/* 4. Slide Down */
.lirien-animate[data-lirien-anim-type="slide-down"] {
  transform: translate3d(0, calc(-1 * var(--anim-distance, 50px)), 0);
}

/* 5. Zoom Out */
.lirien-animate[data-lirien-anim-type="zoom-out"] {
  transform: translate3d(0, 0, 0) scale(0.88);
}

/* 6. Zoom In */
.lirien-animate[data-lirien-anim-type="zoom-in"] {
  transform: translate3d(0, 0, 0) scale(1.08);
}

/* 7. Fade In */
.lirien-animate[data-lirien-anim-type="fade-in"] {
  transform: translate3d(0, 0, 0) scale(1);
}

/* 8. Fade Out (On page unload) */
.lirien-animate-exit {
  transition: opacity 400ms cubic-bezier(.16,1,.3,1) !important;
  opacity: 0 !important;
}

/* 9. Soft Lift (Apple style) */
.lirien-animate[data-lirien-anim-type="soft-lift"] {
  transform: translate3d(0, var(--anim-distance, 20px), 0) scale(0.98);
}

/* 10. Float Reveal */
.lirien-animate[data-lirien-anim-type="float-reveal"] {
  transform: translate3d(0, var(--anim-distance, 40px), 0) rotateX(8deg);
  transform-origin: top center;
}

/* 11. Blur Reveal */
.lirien-animate[data-lirien-anim-type="blur-reveal"] {
  transform: translate3d(0, var(--anim-distance, 20px), 0);
  filter: blur(10px);
}
.lirien-animate[data-lirien-anim-type="blur-reveal"].is-active {
  transition: transform var(--anim-duration, 650ms) cubic-bezier(.16,1,.3,1) !important, 
              opacity var(--anim-duration, 650ms) cubic-bezier(.16,1,.3,1) !important, 
              filter 150ms cubic-bezier(.16,1,.3,1) !important;
}

/* 12. Elegant Scale */
.lirien-animate[data-lirien-anim-type="elegant-scale"] {
  transform: translate3d(0, var(--anim-distance, 18px), 0) scale(0.94);
}

/* ==========================================================================
   UNIFIED PREMIUM COLOR SCHEME (MATCHING SIDEBAR CARDS)
   ========================================================================== */

.lirien-card,
.lirien-single-prose,
.lirien-share-block,
.lirien-archive-filter,
.lirien-dashboard-form,
.lirien-rating-block,
.lirien-comments-block,
.lirien-music-box:not(.lirien-radio),
.lirien-dropdown-menu {
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--lirien-soft) 36%, transparent), transparent 72%),
    color-mix(in srgb, var(--lirien-surface) 94%, #fff) !important;
  border: 1px solid color-mix(in srgb, var(--lirien-primary) 18%, var(--lirien-border)) !important;
  box-shadow: var(--lirien-shadow-soft) !important;
}

/* Hover styles for interactive card elements to maintain responsiveness */
.lirien-card:hover,
.lirien-music-box:not(.lirien-radio):hover,
.lirien-dropdown-menu:hover {
  border-color: color-mix(in srgb, var(--lirien-primary) 35%, var(--lirien-border)) !important;
  box-shadow: var(--lirien-shadow) !important;
}

/* Premium Header styling matching sidebar card's background gradient */
.lirien-header {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--lirien-soft) 24%, transparent), transparent),
    color-mix(in srgb, var(--lirien-surface) 92%, transparent) !important;
  backdrop-filter: blur(15px);
  border-bottom: 1px solid color-mix(in srgb, var(--lirien-primary) 18%, var(--lirien-border)) !important;
  box-shadow: var(--lirien-shadow-soft) !important;
}

/* ==========================================================================
   RESPONSIVE PROFILE ACTIONS CARD
   ========================================================================== */
@media (max-width: 900px) {
  .lirien-dashboard-profile-header-card {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 20px !important;
  }
  .lirien-profile-actions {
    margin-left: 0 !important;
    width: 100% !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
  .lirien-profile-actions a {
    flex: 1 1 calc(50% - 8px) !important;
    min-width: 120px !important;
    font-size: 0.78rem !important;
    padding: 8px 10px !important;
  }
}
@media (max-width: 480px) {
  .lirien-profile-actions a {
    flex: 1 1 100% !important;
  }
}

/* ==========================================================================
   RETRO RADIO MUSIC BOX — colors adapt to selected theme palette
   ========================================================================== */

.lirien-music-box.lirien-radio {
  display: block;
  position: relative;
  /* Dark base tinted with the active primary color */
  background: linear-gradient(158deg,
    color-mix(in srgb, var(--lirien-primary) 18%, #1a0804) 0%,
    color-mix(in srgb, var(--lirien-primary)  8%, #0d0602) 55%,
    color-mix(in srgb, var(--lirien-primary)  4%, #070401) 100%);
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 14px 48px rgba(0, 0, 0, .6),
    0 3px 8px  rgba(0, 0, 0, .4),
    inset 0 1px 0 rgba(255, 255, 255, .06),
    inset 0 -2px 0 rgba(0, 0, 0, .35);
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  font-family: var(--lirien-font-ui, system-ui, sans-serif);
}

/* Hidden YouTube / Spotify iframes — kept in DOM for API access */
.lirien-radio-bg-holder {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.lirien-radio-bg-holder iframe { width: 1px; height: 1px; }

.lirien-radio-body {
  padding: 18px 22px 22px;
}

/* ── Top bar ── */
.lirien-radio-top {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
}

.lirien-radio-led {
  display: inline-block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lirien-accent);
  box-shadow: 0 0 5px 1px color-mix(in srgb, var(--lirien-accent) 55%, transparent);
  animation: lmb-led-pulse 2.5s ease-in-out infinite;
}
@keyframes lmb-led-pulse {
  0%, 100% { box-shadow: 0 0 4px 1px color-mix(in srgb, var(--lirien-accent) 45%, transparent); }
  50%       { box-shadow: 0 0 10px 3px color-mix(in srgb, var(--lirien-accent) 90%, transparent); }
}

.lirien-radio-brand-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
  overflow: hidden;
}

.lirien-radio-brand {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--lirien-accent);
  white-space: nowrap;
}

.lirien-radio-tagline {
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-style: italic;
  color: color-mix(in srgb, var(--lirien-accent) 55%, transparent);
  white-space: nowrap;
}

.lirien-radio-fm {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: color-mix(in srgb, var(--lirien-accent) 38%, transparent);
}

/* ── EQ Display Screen ── */
.lirien-radio-screen {
  position: relative;
  background: #06030100;
  background: color-mix(in srgb, var(--lirien-primary) 5%, #040200);
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--lirien-accent) 14%, transparent);
  padding: 10px 10px 6px;
  margin-bottom: 11px;
  overflow: hidden;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, .55);
}

.lirien-radio-eq {
  display: block;
  width: 100%;
  height: 68px;
}

/* CRT scan-line overlay */
.lirien-radio-scan {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 8px;
  background: repeating-linear-gradient(
    180deg,
    transparent 0px,
    transparent 3px,
    rgba(0, 0, 0, .07) 3px,
    rgba(0, 0, 0, .07) 4px
  );
}

/* ── Scrolling ticker ── */
.lirien-radio-ticker {
  background: rgba(0, 0, 0, .35);
  border: 1px solid color-mix(in srgb, var(--lirien-accent) 12%, transparent);
  border-radius: 4px;
  overflow: hidden;
  height: 26px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 16px;
}

.lirien-radio-ticker-inner {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.lirien-radio-ticker-text {
  display: inline-block;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 0.4px;
  color: var(--lirien-accent);
  padding-left: 100%;
  animation: lmb-ticker 20s linear infinite;
}
@keyframes lmb-ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-200%); }
}

/* ── Controls ── */
.lirien-radio-ctrl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.lirien-rc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--lirien-accent) 8%, transparent);
  border: 1px solid color-mix(in srgb, var(--lirien-accent) 20%, transparent);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: var(--lirien-accent);
  cursor: pointer;
  transition: background .2s, transform .15s, border-color .2s, box-shadow .2s;
  outline: none;
  line-height: 1;
  padding: 0;
}
.lirien-rc-btn:hover:not(:disabled) {
  background: color-mix(in srgb, var(--lirien-accent) 22%, transparent);
  border-color: color-mix(in srgb, var(--lirien-accent) 44%, transparent);
  transform: scale(1.09);
  box-shadow: 0 0 8px color-mix(in srgb, var(--lirien-accent) 30%, transparent);
}
.lirien-rc-btn:active:not(:disabled) { transform: scale(0.94); }
.lirien-rc-btn:disabled { opacity: .28; cursor: not-allowed; }

.lirien-rc-play {
  width: 48px;
  height: 48px;
  background: color-mix(in srgb, var(--lirien-accent) 15%, transparent);
  border-color: color-mix(in srgb, var(--lirien-accent) 36%, transparent);
}
.lirien-rc-play:hover:not(:disabled) {
  background: color-mix(in srgb, var(--lirien-accent) 28%, transparent);
  box-shadow: 0 0 14px color-mix(in srgb, var(--lirien-accent) 45%, transparent);
}

/* Volume */
.lirien-rc-vol {
  display: flex;
  align-items: center;
  gap: 5px;
  color: color-mix(in srgb, var(--lirien-accent) 60%, transparent);
  margin-left: 2px;
}
.lirien-rc-vol-input {
  -webkit-appearance: none;
  appearance: none;
  width: 68px;
  height: 3px;
  background: color-mix(in srgb, var(--lirien-accent) 22%, transparent);
  border-radius: 99px;
  outline: none;
  cursor: pointer;
  accent-color: var(--lirien-accent);
}
.lirien-rc-vol-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--lirien-accent);
  cursor: pointer;
  box-shadow: 0 0 5px color-mix(in srgb, var(--lirien-accent) 55%, transparent);
}
.lirien-rc-vol-input::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border: none;
  border-radius: 50%;
  background: var(--lirien-accent);
  cursor: pointer;
}

/* ── Compact variant ── */
.lirien-music-box.lirien-radio.is-compact .lirien-radio-body { padding: 14px 16px 16px; }
.lirien-music-box.lirien-radio.is-compact .lirien-radio-eq  { height: 50px; }
.lirien-music-box.lirien-radio.is-compact .lirien-rc-play   { width: 40px; height: 40px; }

/* ── Sidebar placement ── */
.lirien-sidebar .lirien-music-box.lirien-radio,
.lirien-music-box.lirien-radio.lirien-music-box-compact {
  max-width: 100%;
}

@media (max-width: 640px) {
  .lirien-radio-body { padding: 14px 14px 16px; }
  .lirien-rc-vol-input { width: 52px; }
}

/* ==========================================================================
   UNIVERSAL HOVER UNDERLINE — site-wide heading & card title animation
   Matches the aesthetic of .lirien-featured-label (see ~line 2393).
   ========================================================================== */

/* ── Section headings ───────────────────────────────────────────────────── */
.lirien-section-heading h2,
.lirien-section-heading h3 {
  display: inline-block;
  position: relative;
  transition: color .3s ease;
}

.lirien-section-heading h2::after,
.lirien-section-heading h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: var(--lirien-accent);
  border-radius: 2px;
  transition: width .35s cubic-bezier(.25, .46, .45, .94);
}

.lirien-section-heading:hover h2,
.lirien-section-heading:hover h3 {
  color: var(--lirien-primary);
}

.lirien-section-heading:hover h2::after,
.lirien-section-heading:hover h3::after {
  width: 100%;
}

/* ── Card title links ───────────────────────────────────────────────────── */
.lirien-card-title a {
  display: inline-block; /* required: shrinks to text width so ::after aligns under text */
  position: relative;
  transition: color .28s ease;
}

.lirien-card-title a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1.5px;
  background: var(--lirien-accent);
  border-radius: 2px;
  transition: width .32s cubic-bezier(.25, .46, .45, .94);
}

.lirien-card:hover .lirien-card-title a,
.lirien-card-title a:hover {
  color: var(--lirien-primary);
}

.lirien-card:hover .lirien-card-title a::after,
.lirien-card-title a:hover::after {
  width: 100%;
}

/* ── Sidebar card titles ────────────────────────────────────────────────── */
.lirien-sidebar-card-title a {
  position: relative;
  transition: color .28s ease;
}

.lirien-sidebar-card-title a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1.5px;
  background: var(--lirien-accent);
  border-radius: 2px;
  transition: width .32s cubic-bezier(.25, .46, .45, .94);
}

.lirien-sidebar-card:hover .lirien-sidebar-card-title a,
.lirien-sidebar-card-title a:hover {
  color: var(--lirien-primary);
}

.lirien-sidebar-card:hover .lirien-sidebar-card-title a::after,
.lirien-sidebar-card-title a:hover::after {
  width: 100%;
}

/* ==========================================================================
   CONTACT BLOCK — music box stacked above contact form
   Music box: centered, max 560px. Form: centered, max 680px (more prominent).
   ========================================================================== */

.lirien-contact-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 4vw, 40px);
}

.lirien-contact-inner > .lirien-music-box.lirien-radio {
  max-width: 560px;
  width: 100%;
}

.lirien-contact-inner > .lirien-contact-form {
  max-width: 680px;
  width: 100%;
}

/* ==========================================================================
   RESPONSIVE — shared fixes across breakpoints
   ========================================================================== */

/* ── Lightbox: full-screen on small phones ──────────────────────────────── */
@media (max-width: 600px) {
  .lirien-lightbox-container {
    flex-direction: column;
    max-height: 100dvh;
    overflow-y: auto;
  }

  .lirien-lightbox-info-panel {
    min-width: 0;
    width: 100%;
    max-height: 40dvh;
  }
}

/* ── Stories grid: 2 columns on tablet, 1 on phone ─────────────────────── */
@media (max-width: 700px) {
  .lirien-stories-slots-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .lirien-stories-slots-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Dashboard: tighten panel padding on phone ──────────────────────────── */
@media (max-width: 480px) {
  .lirien-dashboard-panel {
    padding: 16px;
  }

  .lirien-dashboard-section-head {
    padding: 12px 16px;
  }
}

/* ── Hero: reduce title size on very small phones ───────────────────────── */
@media (max-width: 380px) {
  .lirien-hero-title {
    font-size: clamp(2rem, 11vw, 3.8rem);
  }
}

/* ── Navigation: ensure account dropdown fits on narrow screens ─────────── */
@media (max-width: 360px) {
  .lirien-dropdown-menu {
    min-width: 160px;
    right: -8px;
  }
}

/* Override accent-based text with high-contrast rgba — readable on dark bg */
.lirien-music-box.lirien-radio .lirien-radio-brand       { color: rgba(255,255,255,.90); }
.lirien-music-box.lirien-radio .lirien-radio-tagline     { color: rgba(255,255,255,.55); }
.lirien-music-box.lirien-radio .lirien-radio-fm          { color: rgba(255,255,255,.42); }
.lirien-music-box.lirien-radio .lirien-radio-ticker-text { color: rgba(255,255,255,.80); }

/* Match music-box width to contact form so both align under each other */
.lirien-contact-inner > .lirien-music-box.lirien-radio {
  max-width: 680px;
}

/* ==========================================================================
   FRONTEND LOGIN FORM  [lirien_login]
   ========================================================================== */

.lirien-login-wrap {
  max-width: 420px;
  margin: 0 auto;
  padding: 36px 32px 28px;
  background: var(--lirien-surface);
  border: 1px solid var(--lirien-border);
  border-radius: 14px;
  box-shadow: var(--lirien-shadow-soft);
}

.lirien-login-form .lirien-form-field {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}

.lirien-login-form label {
  font-size: 13px;
  font-weight: 600;
  color: var(--lirien-text);
}

.lirien-login-form .lirien-input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 14px;
  border: 1px solid var(--lirien-border);
  border-radius: 7px;
  font-size: 14px;
  font-family: var(--lirien-font-ui, system-ui, sans-serif);
  color: var(--lirien-text);
  background: color-mix(in srgb, var(--lirien-soft) 40%, var(--lirien-surface));
  transition: border-color .2s, box-shadow .2s;
  outline: none;
}

.lirien-login-form .lirien-input:focus {
  border-color: var(--lirien-primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--lirien-primary) 14%, transparent);
}

.lirien-login-error {
  padding: 10px 14px;
  background: color-mix(in srgb, #e74c3c 10%, transparent);
  border: 1px solid color-mix(in srgb, #e74c3c 28%, transparent);
  border-radius: 7px;
  color: #c0392b;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.lirien-login-already {
  text-align: center;
  padding: 20px;
  color: var(--lirien-muted);
  font-size: 14px;
}

@media (max-width: 480px) {
  .lirien-login-wrap { padding: 24px 18px 20px; }
}

/* ==========================================================================
   TAM EKRAN ŞABLONU — sidebar yok, içerik ortalı
   ========================================================================== */

.lirien-fullpage-content {
  max-width: 680px;
  margin-inline: auto;
  padding-block: 48px;
}

/* ==========================================================================
   ONE CIKAN SIIR — poem kartini albumun gorsel zoom'uyla eslestir
   ========================================================================== */

/* Siir kolonu, scale eden karttan tasmayi keser */
.lirien-featured-column-poem {
  overflow: hidden;
}

/* Tum poem article'ini scale et: border + shadow + icerik hep birlikte zoomlar */
.lirien-featured-pair .lirien-poem-card {
  overflow: visible;
  transition: transform .48s ease, filter .48s ease;
}

.lirien-featured-pair .lirien-poem-card:hover {
  transform: scale(1.035);
  filter: saturate(1.03);
}

/* Album: gereksiz card-body zoom'u ve overflow'u geri al */
.lirien-featured-pair .lirien-album-card {
  overflow: visible;
}

/* ==========================================================================
   MANŞET HERO CAROUSEL
   ========================================================================== */
.lirien-hero--carousel {
  position: relative;
}

/* Slide geçişi: sadece aktif slide görünür, fade animasyonla açılır */
.lirien-hero-slide {
  display: none;
}
.lirien-hero-slide.is-active {
  display: block;
  animation: lirienHeroFadeIn 0.55s ease forwards;
}
@keyframes lirienHeroFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Prev / Next butonları */
.lirien-hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: none;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.13);
  transition: background 0.2s, color 0.2s, transform 0.2s;
  color: var(--lirien-text);
}
.lirien-hero-prev { left: 18px; }
.lirien-hero-next { right: 18px; }
.lirien-hero-nav:hover {
  background: var(--lirien-primary);
  color: #fff;
  transform: translateY(-50%) scale(1.08);
}

/* Nokta navigasyon */
.lirien-hero-dots {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 9px;
  z-index: 20;
}
.lirien-hero-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.25s, transform 0.25s, border-color 0.25s;
}
.lirien-hero-dot.is-active {
  background: var(--lirien-primary);
  border-color: var(--lirien-primary);
  transform: scale(1.35);
}

/* Karanlık tema uyumu */
[data-theme="dark"] .lirien-hero-nav,
.dark .lirien-hero-nav {
  background: rgba(30, 30, 30, 0.75);
  color: #fff;
}

/* Mobil: butonları küçült */
@media (max-width: 600px) {
  .lirien-hero-nav {
    width: 36px;
    height: 36px;
  }
  .lirien-hero-prev { left: 8px; }
  .lirien-hero-next { right: 8px; }
}

/* =============================================
   DERGİ DÜZENİ — Magazine Layout
   ============================================= */

.lirien-magazine-content {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--lirien-text);
  hyphens: auto;
  -webkit-hyphens: auto;
  overflow: hidden;
}

.lirien-manshet-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: var(--lirien-font-body, serif);
}

.lirien-magazine-title {
  font-family: var(--lirien-font-heading);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  margin-bottom: 32px;
  color: var(--lirien-text);
}

/* --- Float'lı resimler --- */
figure.lirien-mag-left,
figure.lirien-mag-right {
  display: block;
  border-radius: var(--lirien-radius-card, 10px);
  overflow: hidden;
  margin-bottom: 1.2em;
}

figure.lirien-mag-left {
  float: left;
  width: 30%;
  max-width: 250px;
  margin-right: 1.6em;
  margin-top: 0.25em;
  clear: left;
}

figure.lirien-mag-right {
  float: right;
  width: 30%;
  max-width: 250px;
  margin-left: 1.6em;
  margin-top: 0.25em;
  clear: right;
}

figure.lirien-mag-left img,
figure.lirien-mag-right img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

.lirien-magazine-content p {
  margin-bottom: 1.4em;
}

.lirien-mag-clear {
  clear: both;
  display: block;
}

/* --- Drop cap: ilk harf --- */
.lirien-magazine-content > p:first-of-type::first-letter {
  float: left;
  font-size: 3em;
  line-height: 0.82;
  margin: 0.04em 0.1em 0 0;
  font-family: var(--lirien-font-heading, serif);
  font-weight: 700;
  color: var(--lirien-primary);
}

/* --- Şiir sayfası: hizalama --- */
.single-lirien_poem .entry-content,
.lirien-poem-full-content {
  font-family: var(--lirien-font-heading, serif);
  font-size: 1.1rem;
  line-height: 2;
  text-align: left;
  font-style: italic;
  max-width: 580px;
  margin: 0 auto;
  padding: 32px 20px;
}

.single-lirien_poem .entry-content p,
.lirien-poem-full-content p {
  margin-bottom: 2em;
  white-space: pre-line;
}

/* --- Yazı & gezi notu: figure float'ları --- */
.single-lirien_journal .entry-content figure.lirien-mag-right,
.single-lirien_travel .entry-content figure.lirien-mag-right,
.single-lirien_journal .entry-content .wp-block-image.lirien-mag-right,
.single-lirien_travel .entry-content .wp-block-image.lirien-mag-right {
  float: right;
  width: 30%;
  max-width: 250px;
  margin-left: 1.6em;
  margin-top: 0.25em;
  margin-bottom: 1.2em;
  clear: right;
  border-radius: var(--lirien-radius-card, 10px);
  overflow: hidden;
}

.single-lirien_journal .entry-content figure.lirien-mag-left,
.single-lirien_travel .entry-content figure.lirien-mag-left,
.single-lirien_journal .entry-content .wp-block-image.lirien-mag-left,
.single-lirien_travel .entry-content .wp-block-image.lirien-mag-left {
  float: left;
  width: 30%;
  max-width: 250px;
  margin-right: 1.6em;
  margin-top: 0.25em;
  margin-bottom: 1.2em;
  clear: left;
  border-radius: var(--lirien-radius-card, 10px);
  overflow: hidden;
}

/* Mobil: float'ları kaldır */
@media (max-width: 640px) {
  figure.lirien-mag-left,
  figure.lirien-mag-right,
  .single-lirien_journal .entry-content figure.lirien-mag-left,
  .single-lirien_journal .entry-content figure.lirien-mag-right,
  .single-lirien_travel .entry-content figure.lirien-mag-left,
  .single-lirien_travel .entry-content figure.lirien-mag-right {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 1.2em 0;
    clear: both;
  }

  .lirien-magazine-content > p:first-of-type::first-letter {
    font-size: 2.4em;
  }
}

/* --- Hakkımda Sayfa Layoutu --- */
.lirien-about-section {
  padding: clamp(48px, 7vw, 90px) 0;
}

/* Yan yana: 380px resim | metin */
.lirien-about-layout {
  display: grid !important;
  grid-template-columns: 380px 1fr;
  gap: clamp(40px, 6vw, 72px);
  align-items: start;
  margin-bottom: clamp(48px, 7vw, 80px);
}

/* ── Ana Resim Sütunu ── */
.lirien-about-image-col {
  position: relative;
  z-index: 0;
}

/* Renk aksan kutusu — resmin arkasında, sağa-aşağı kaydırılmış */
.lirien-about-image-col::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 16px;
  right: -16px;
  bottom: -16px;
  background: var(--lirien-primary);
  opacity: 0.13;
  /* Aynı dilim şekli */
  clip-path: polygon(0 0, 100% 0, 100% 80%, 76% 100%, 0 100%);
  border-radius: 4px;
  z-index: -1;
}

/* İnce çizgi çerçeve — resmin önüne, sola-yukarı kaydırılmış */
.lirien-about-image-col::after {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: 8px;
  bottom: 8px;
  border: 2px solid var(--lirien-primary);
  opacity: 0.30;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 76% 100%, 0 100%);
  pointer-events: none;
  z-index: 1;
}

/* Resim sarmalayıcı: sağ-alt köşe dilim efekti (Canva tarzı) */
.lirien-about-image-wrap {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 76% 100%, 0 100%);
  overflow: hidden;
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.22),
    0  4px 16px rgba(0, 0, 0, 0.10);
}

.lirien-about-main-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 400px;
  /* Hafif ölçek: dilim kesilen alt köşeyi telafi et */
  transform: scale(1.02);
  transform-origin: center top;
}

/* ── Metin Sütunu ── */
.lirien-about-text-col {
  font-size: 1.05rem;
  line-height: 1.88;
  color: var(--lirien-text);
  padding-top: 6px;
}

.lirien-about-text-col p {
  margin-bottom: 1.35em;
}

.lirien-about-text-full {
  max-width: 760px;
  margin: 0 auto;
}

/* ── Ek Resimler: flex ile otomatik ortalama ── */
.lirien-about-extra-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
  padding-top: 36px;
  border-top: 1px dashed color-mix(in srgb, var(--lirien-primary) 30%, var(--lirien-border));
}

.lirien-about-extra-item {
  flex: 0 0 auto;
  width: clamp(130px, 18vw, 185px);
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.13);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Renk overlay üst çerçeve */
.lirien-about-extra-item::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--lirien-primary) 28%, transparent);
  pointer-events: none;
  z-index: 1;
}

.lirien-about-extra-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.lirien-about-extra-img-wrap {
  width: 100%;
  height: 100%;
}

.lirien-about-extra-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.lirien-about-extra-item:hover .lirien-about-extra-img-wrap img {
  transform: scale(1.07);
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .lirien-about-layout {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }

  .lirien-about-image-col {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }

  .lirien-about-image-col::before {
    top: 12px; left: 12px; right: -12px; bottom: -12px;
  }

  .lirien-about-image-col::after {
    top: -6px; left: -6px; right: 6px; bottom: 6px;
  }
}

@media (max-width: 560px) {
  .lirien-about-extra-item {
    width: clamp(110px, 42vw, 155px);
  }

  .lirien-about-main-img {
    min-height: 280px;
  }
}

/* --- Footer Sosyal Medya Linkleri --- */
.lirien-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.lirien-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--lirien-accent);
  background: color-mix(in srgb, var(--lirien-accent) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--lirien-accent) 28%, transparent);
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}

.lirien-social-link svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.lirien-social-link:hover {
  background: color-mix(in srgb, var(--lirien-accent) 25%, transparent);
  transform: translateY(-2px);
}

.lirien-social-label {
  display: none;
}

/* --- Panel: İletişim Slot Platform Seçici --- */
.lirien-plat-opt {
  position: relative;
  display: inline-block;
}

.lirien-plat-opt .lirien-plat-icon {
  transition: border-color 0.15s, color 0.15s, background-color 0.15s;
}

.lirien-plat-opt:hover .lirien-plat-icon {
  border-color: var(--lirien-primary);
  color: var(--lirien-primary);
}

.lirien-plat-opt.is-selected .lirien-plat-icon {
  background-color: color-mix(in srgb, currentColor 10%, transparent);
}

/* --- Telif Hakkı Uyarısı --- */
.lirien-copyright-notice {
  font-size: 0.78rem;
  color: var(--lirien-text-muted);
  text-align: center;
  margin-top: 28px;
  padding: 10px 16px;
  border-top: 1px solid var(--lirien-border);
  line-height: 1.6;
  opacity: 0.75;
  font-style: italic;
}

