/*
Theme Name: NOVA LIVE AGENCY
Theme URI: https://example.com/nova-live-agency
Author: NOVA LIVE AGENCY
Description: TikTok LIVEライバー募集LPとブログを一体化したスマホファーストWordPressテーマ。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: nova-live-agency
*/

:root {
  --brown: #4c2f22;
  --brown-soft: #7c5b4b;
  --pink: #e96778;
  --rose: #d94a70;
  --coral: #f89a86;
  --pale-pink: #fde8e4;
  --ivory: #fffaf2;
  --cream: #fff7ed;
  --gold: #c49b59;
  --gold-soft: #e7c98b;
  --shadow: 0 20px 56px rgba(118, 73, 57, 0.14);
  --serif: "Noto Serif JP", serif;
  --sans: "Noto Sans JP", sans-serif;
  --display: "Playfair Display", serif;
  --scroll-ratio: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 5.6rem;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top, rgba(253, 232, 228, 0.72), transparent 26rem),
    linear-gradient(180deg, #fff, #f7ece4);
  color: var(--brown);
  font-family: var(--sans);
  letter-spacing: 0;
}

body::before {
  position: fixed;
  top: calc(8vh + (var(--scroll-ratio) * 58vh));
  left: 50%;
  z-index: 20;
  width: min(72vw, 19rem);
  height: min(72vw, 19rem);
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 35%, rgba(255, 255, 255, 0.32), transparent 16%),
    radial-gradient(circle, rgba(255, 223, 219, 0.2), transparent 64%);
  content: "";
  mix-blend-mode: screen;
  opacity: 0.38;
  pointer-events: none;
  transform: translateX(-50%) scale(calc(0.88 + var(--scroll-ratio) * 0.18));
  filter: blur(18px);
  transition: top 0.22s linear;
}

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

img {
  display: block;
  max-width: 100%;
}

.page {
  width: min(100%, 45rem);
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 90px rgba(76, 47, 34, 0.08);
}

.reveal {
  opacity: 0;
  transform: translateY(1.6rem);
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sticky-cta {
  position: fixed;
  right: 1rem;
  bottom: max(0.9rem, env(safe-area-inset-bottom));
  left: 1rem;
  z-index: 50;
  max-width: 27rem;
  margin: 0 auto;
  opacity: 0;
  pointer-events: none;
  transform: translateY(1.25rem) scale(0.98);
  filter: blur(2px);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    filter 0.28s ease;
}

.sticky-cta.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.sticky-cta .main-cta {
  width: 100%;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 18px 38px rgba(217, 74, 112, 0.27),
    0 2px 0 rgba(166, 67, 83, 0.18);
}

.sticky-cta .main-cta strong {
  font-size: clamp(0.96rem, 4vw, 1.18rem);
}

.icon {
  width: 1.4rem;
  height: 1.4rem;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.nova-fv {
  position: relative;
  min-height: 100svh;
  padding: 1.25rem 1rem 3.1rem;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 250, 242, 0.94) 44%, rgba(253, 232, 228, 0.62) 100%),
    radial-gradient(circle at 86% 20%, rgba(255, 244, 240, 0.96), transparent 16rem);
}

.nova-fv::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 244, 239, 0.9)),
    repeating-linear-gradient(90deg, rgba(196, 155, 89, 0.04) 0 1px, transparent 1px 4rem);
  content: "";
}

.nova-fv::after {
  position: absolute;
  right: -4rem;
  bottom: 7.5rem;
  z-index: -1;
  width: 15rem;
  height: 15rem;
  border: 1px solid rgba(196, 155, 89, 0.18);
  border-radius: 50%;
  content: "";
}

.fv-orbs {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 255, 255, 0.92), transparent 9rem),
    radial-gradient(circle at 16% 72%, rgba(248, 154, 134, 0.18), transparent 10rem),
    radial-gradient(circle at 90% 76%, rgba(231, 201, 139, 0.2), transparent 12rem);
}

.fv-sparkles span {
  position: absolute;
  z-index: 3;
  width: 0.45rem;
  height: 0.45rem;
  color: rgba(196, 155, 89, 0.58);
  animation: sparkle-breathe 3.8s ease-in-out infinite;
}

.fv-sparkles span::before,
.fv-sparkles span::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 1.1rem;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

.fv-sparkles span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.fv-sparkles span:nth-child(1) {
  top: 6.8rem;
  left: 45%;
}

.fv-sparkles span:nth-child(2) {
  top: 21rem;
  right: 1.2rem;
  animation-delay: 0.9s;
}

.fv-sparkles span:nth-child(3) {
  top: 41rem;
  left: 1.1rem;
  animation-delay: 1.7s;
}

.fv-sparkles span:nth-child(4) {
  bottom: 15rem;
  right: 5rem;
  animation-delay: 2.4s;
}

.silk-veil {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.silk-veil span {
  position: absolute;
  left: -36%;
  width: 132%;
  height: 9rem;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), rgba(255, 236, 231, 0.2), transparent);
  filter: blur(10px);
  opacity: 0.58;
  transform: rotate(-12deg);
  animation: silk-wave 8.5s ease-in-out infinite;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 24%, #000 76%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 24%, #000 76%, transparent);
}

.silk-veil span:first-child {
  top: 15.3rem;
}

.silk-veil span:last-child {
  top: 31.5rem;
  opacity: 0.34;
  transform: rotate(-18deg);
  animation-delay: 2.6s;
  animation-duration: 10.5s;
}

.fv-header {
  position: relative;
  z-index: 12;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.8rem;
  align-items: start;
}

.brand__name {
  position: relative;
  color: #a98155;
  font-family: var(--display);
  font-size: clamp(2.55rem, 12vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: 0.08em;
}

.brand__name::after {
  position: absolute;
  top: -0.4rem;
  right: 0.45rem;
  color: var(--gold);
  content: "✦";
  font-size: 0.9rem;
}

.brand__sub {
  margin-top: 0.3rem;
  color: #9d7758;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.header-cta {
  min-height: 2.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f08482, #d84a70);
  box-shadow: 0 14px 28px rgba(217, 74, 112, 0.22);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}

.header-cta .icon {
  width: 1.05rem;
  height: 1.05rem;
}

.feature-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.05rem;
  border-top: 1px solid rgba(196, 155, 89, 0.16);
  border-bottom: 1px solid rgba(196, 155, 89, 0.16);
}

.feature-strip__item {
  min-height: 3.15rem;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.22rem;
  color: #75513c;
  font-size: 0.68rem;
  font-weight: 700;
  text-align: center;
}

.feature-strip__item + .feature-strip__item {
  border-left: 1px solid rgba(196, 155, 89, 0.14);
}

.feature-strip .icon {
  width: 1.55rem;
  height: 1.55rem;
  color: var(--gold);
  animation: icon-float 4.8s ease-in-out infinite;
}

.feature-strip__item:nth-child(2) .icon {
  animation-delay: 0.45s;
}

.feature-strip__item:nth-child(3) .icon {
  animation-delay: 0.9s;
}

.fv-stage {
  position: relative;
  z-index: 5;
  padding-top: 1rem;
}

.model-frame {
  position: absolute;
  top: 2.25rem;
  right: -5.2rem;
  z-index: 1;
  width: min(91vw, 27rem);
  height: 35.2rem;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  animation: model-drift 8s ease-in-out infinite;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 2.15rem, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 2.15rem, #000 100%);
}

.model-frame::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.97) 0%, rgba(255, 250, 242, 0.38) 36%, rgba(255, 250, 242, 0.06) 74%),
    linear-gradient(180deg, rgba(255, 250, 242, 0) 54%, rgba(255, 250, 242, 0.88) 100%);
  content: "";
}

.model-frame::after {
  content: none;
}

.model-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 49% top;
  filter: saturate(1.02) brightness(1.05);
  animation: image-soft-zoom 9s ease-in-out infinite;
}

.catch {
  position: relative;
  z-index: 4;
  padding-top: 9.7rem;
  animation: intro-rise 0.9s cubic-bezier(0.2, 0.78, 0.2, 1) both;
}

.catch__hand {
  width: 18rem;
  margin: 0;
  color: #e77485;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", var(--serif);
  font-size: 1.12rem;
  font-style: italic;
  letter-spacing: 0.08em;
  line-height: 1.85;
  transform: rotate(-5deg);
}

.catch__hand::after {
  width: 11rem;
  height: 1px;
  display: block;
  margin: 0.22rem 0 0 0.8rem;
  background: linear-gradient(90deg, rgba(231, 116, 133, 0.72), transparent);
  content: "";
  transform-origin: left center;
  animation: hand-line-draw 1.2s cubic-bezier(0.2, 0.78, 0.2, 1) 0.45s both;
}

.catch h1 {
  width: min(100%, 24rem);
  margin: 2.25rem 0 0;
  color: var(--brown);
  font-family: var(--serif);
  font-size: clamp(2.42rem, 10.9vw, 4.6rem);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 16px rgba(255, 255, 255, 0.92);
}

.catch h1 span {
  display: block;
  margin-top: 0.24rem;
  color: var(--pink);
  font-size: 1.04em;
  font-weight: 700;
}

.support-ribbon {
  width: min(100%, 22rem);
  margin-top: 1rem;
  padding: 0.58rem 0.8rem;
  background:
    linear-gradient(90deg, transparent 0%, rgba(226, 123, 126, 0.86) 14%, rgba(218, 83, 107, 0.82) 50%, rgba(226, 123, 126, 0.86) 86%, transparent 100%);
  box-shadow: 0 8px 20px rgba(217, 74, 112, 0.12);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  animation: intro-rise 0.9s cubic-bezier(0.2, 0.78, 0.2, 1) 0.12s both;
}

.stat-row {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.68rem;
  width: min(100%, 23.2rem);
  margin-top: 1.18rem;
}

.stat-card {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 0.42rem;
  border: 1px dashed rgba(196, 155, 89, 0.78);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 10px 28px rgba(118, 73, 57, 0.08);
  color: var(--brown);
  text-align: center;
  backdrop-filter: blur(8px);
  animation: stat-pop 0.74s cubic-bezier(0.2, 0.78, 0.2, 1) both;
}

.stat-card:nth-child(2) {
  animation-delay: 0.12s;
}

.stat-card:nth-child(3) {
  animation-delay: 0.24s;
}

.stat-card p {
  margin: 0;
  font-size: clamp(0.62rem, 2.7vw, 0.74rem);
  font-weight: 700;
  line-height: 1.45;
}

.stat-card strong {
  position: relative;
  display: block;
  color: #7b4b32;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 6.6vw, 2.15rem);
  font-weight: 500;
  line-height: 1;
}

.stat-card strong small {
  font-size: 0.48em;
}

.stat-card em {
  margin-top: 0.1rem;
  color: #a58a72;
  font-size: 0.52rem;
  font-style: normal;
}

.main-cta {
  position: relative;
  z-index: 6;
  min-height: 4.55rem;
  width: min(100%, 24rem);
  display: grid;
  grid-template-columns: 3.8rem 1fr 1.7rem;
  align-items: center;
  gap: 0.72rem;
  margin-top: 1.12rem;
  padding: 0.48rem 1.12rem 0.48rem 0.58rem;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 45%),
    linear-gradient(135deg, var(--coral), var(--pink) 48%, var(--rose));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 18px 34px rgba(217, 74, 112, 0.24);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  animation: cta-breathe 4.8s ease-in-out infinite;
}

.main-cta::after {
  position: absolute;
  inset: -40% auto -40% -35%;
  z-index: -1;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  content: "";
  transform: skewX(-18deg);
  animation: cta-sheen 4.8s ease-in-out infinite;
}

.fv-stage > .main-cta {
  width: 100%;
  padding-right: 1.2rem;
}

.main-cta__bubble {
  position: relative;
  width: 3.35rem;
  height: 3.35rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #9d644c;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.main-cta__bubble::after {
  position: absolute;
  inset: -0.28rem;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 62%, rgba(255, 255, 255, 0.95) 70%, transparent 78% 100%);
  content: "";
  opacity: 0.82;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  animation: luxury-orbit 4.6s linear infinite;
}

.main-cta strong {
  font-size: clamp(0.98rem, 4.1vw, 1.25rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.fv-stage > .main-cta strong {
  font-size: clamp(0.98rem, 4.05vw, 1.18rem);
}

.main-cta .icon {
  width: 1.45rem;
  height: 1.45rem;
}

.notice {
  position: relative;
  z-index: 5;
  margin: 0.78rem 0 0;
  color: #8a7368;
  font-size: 0.58rem;
  line-height: 1.55;
}

.reason-panel {
  position: relative;
  z-index: 8;
  margin-top: 2.35rem;
  padding: 1.58rem 0.82rem 1.38rem;
  border-radius: 1.55rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 22px 52px rgba(118, 73, 57, 0.13);
  backdrop-filter: blur(14px);
}

.reason-panel::before {
  position: absolute;
  inset: 0.55rem;
  border: 1px solid rgba(196, 155, 89, 0.16);
  border-radius: 1.12rem;
  content: "";
  pointer-events: none;
}

.reason-panel::after {
  position: absolute;
  right: 1.2rem;
  bottom: -0.7rem;
  color: rgba(238, 154, 166, 0.6);
  content: "✦";
  font-size: 1.2rem;
}

.reason-panel h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin: 0;
  color: var(--pink);
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 700;
  text-align: center;
}

.reason-panel h2::before,
.reason-panel h2::after {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(196, 155, 89, 0.34));
  content: "";
}

.reason-panel h2::after {
  background: linear-gradient(90deg, rgba(196, 155, 89, 0.34), transparent);
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 0.55rem;
  margin-top: 1.25rem;
}

.reason-card {
  position: relative;
  min-height: 10.8rem;
  padding: 0.2rem 0.45rem;
  text-align: center;
}

.reason-card::after {
  position: absolute;
  right: 0.2rem;
  bottom: 0.1rem;
  color: rgba(238, 154, 166, 0.48);
  content: "✦";
  font-size: 0.72rem;
}

.reason-card:nth-child(odd) {
  border-right: 1px solid rgba(196, 155, 89, 0.22);
}

.reason-card__icon {
  width: 3.5rem;
  height: 3.5rem;
  display: grid;
  place-items: center;
  margin: 0 auto 0.7rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #f8b2b6, #df7580);
  color: #fff;
  box-shadow: 0 12px 22px rgba(223, 117, 128, 0.18);
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease;
}

.reason-card:hover .reason-card__icon {
  transform: translateY(-0.18rem) scale(1.03);
  box-shadow: 0 16px 26px rgba(223, 117, 128, 0.23);
}

.reason-card__icon .icon {
  width: 1.9rem;
  height: 1.9rem;
}

.reason-card h3 {
  margin: 0;
  color: var(--brown);
  font-family: var(--serif);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.65;
}

.reason-card p {
  margin: 0.55rem 0 0;
  color: #80655a;
  font-size: 0.72rem;
  line-height: 1.75;
}

.problem-section,
.faq-lite,
.entry-lite {
  padding: 4.2rem 1rem;
  background:
    radial-gradient(circle at 80% 0%, rgba(253, 232, 228, 0.48), transparent 12rem),
    linear-gradient(180deg, #fff, var(--ivory));
}

.problem-section {
  position: relative;
  padding-top: 3.7rem;
  background:
    radial-gradient(circle at 82% 34%, rgba(253, 232, 228, 0.74), transparent 15rem),
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.95), transparent 13rem),
    linear-gradient(180deg, #fffaf6, #fff 42%, #fff6ef 100%);
}

.section-script {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 0 auto 0.72rem;
  color: #ee9aa6;
  font-family: var(--display);
  font-size: 1.35rem;
  font-style: italic;
  line-height: 1;
}

.section-script::before,
.section-script::after {
  display: inline-block;
  margin: 0 0.48rem;
  color: rgba(196, 155, 89, 0.55);
  content: "✦";
  font-size: 0.62rem;
  vertical-align: 0.18rem;
}

.problem-section::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(150deg, transparent 0 18%, rgba(196, 155, 89, 0.1) 18.08%, transparent 18.2%),
    linear-gradient(28deg, transparent 0 84%, rgba(196, 155, 89, 0.1) 84.08%, transparent 84.2%);
  content: "";
  pointer-events: none;
}

.problem-section::after {
  position: absolute;
  right: -5rem;
  top: 12rem;
  width: 14rem;
  height: 14rem;
  border: 1px solid rgba(238, 154, 166, 0.14);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.problem-title {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.7rem;
  align-items: center;
  color: var(--brown);
  text-align: center;
}

.problem-title span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 155, 89, 0.42));
}

.problem-title span:last-child {
  background: linear-gradient(90deg, rgba(196, 155, 89, 0.42), transparent);
}

.problem-title h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 6vw, 2.2rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.problem-title em,
.solution-copy em,
.before-after h2 {
  color: var(--pink);
  font-style: normal;
}

.worry-cards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 1.65rem;
}

.worry-card {
  min-height: 12.1rem;
  display: grid;
  align-content: start;
  justify-items: center;
  padding: 0.92rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 1.25rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 246, 0.84));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 16px 38px rgba(118, 73, 57, 0.08);
  text-align: center;
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease;
}

.worry-card:hover {
  transform: translateY(-0.2rem);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 20px 44px rgba(118, 73, 57, 0.11);
}

.worry-card:nth-child(even):hover {
  transform: translateY(0.25rem);
}

.worry-card:nth-child(even) {
  transform: translateY(0.45rem);
}

.worry-card.reveal:nth-child(even) {
  transform: translateY(2rem);
}

.worry-card.reveal.is-visible:nth-child(even) {
  transform: translateY(0.45rem);
}

.worry-card__icon {
  width: 3.55rem;
  height: 3.55rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(253, 232, 228, 0.72);
  color: #6d442d;
}

.worry-card__icon .icon {
  width: 2.05rem;
  height: 2.05rem;
}

.worry-card h3 {
  margin: 0.75rem 0 0;
  color: var(--brown);
  font-family: var(--serif);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.65;
}

.worry-card p {
  margin: 0.52rem 0 0;
  color: #765d52;
  font-size: 0.66rem;
  line-height: 1.85;
}

.down-mark {
  position: relative;
  z-index: 2;
  width: 1.35rem;
  height: 1.35rem;
  margin: 1.6rem auto 1.4rem;
  border-right: 2px solid var(--brown);
  border-bottom: 2px solid var(--brown);
  transform: rotate(45deg);
}

.solution-block {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: auto;
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
  padding: 2.35rem 1rem 2.65rem;
  overflow: hidden;
}

.solution-block::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 100% 30%, rgba(253, 232, 228, 0.5), transparent 12rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 242, 0.82));
  content: "";
  z-index: -1;
}

.solution-block::after {
  position: absolute;
  right: 1.15rem;
  top: 2.1rem;
  color: rgba(196, 155, 89, 0.5);
  content: "✦";
  font-size: 1.1rem;
}

.solution-copy {
  position: relative;
  z-index: 3;
  width: min(100%, 24rem);
  margin: 0 auto;
  text-align: left;
}

.solution-copy::before {
  display: block;
  width: 5.3rem;
  height: 1px;
  margin-bottom: 0.85rem;
  background: linear-gradient(90deg, var(--gold), transparent);
  content: "";
}

.solution-copy h2 {
  margin: 0;
  color: var(--brown);
  font-family: var(--serif);
  font-size: clamp(1.34rem, 5.8vw, 2.18rem);
  font-weight: 500;
  line-height: 1.45;
}

.mini-ribbon {
  width: fit-content;
  margin-top: 1.2rem;
  padding: 0.45rem 0.78rem;
  background: linear-gradient(90deg, var(--pink), #e9858e);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  clip-path: polygon(0.55rem 0, 100% 0, calc(100% - 0.55rem) 100%, 0 100%);
}

.solution-copy h3 {
  margin: 0.95rem 0 0;
  color: var(--brown);
  font-family: var(--serif);
  font-size: clamp(1.96rem, 8.5vw, 3.22rem);
  font-weight: 500;
  line-height: 1.28;
}

.solution-copy p {
  margin: 1rem 0 0;
  color: #60483c;
  font-size: 0.82rem;
  line-height: 1.95;
}

.before-after {
  position: relative;
  z-index: 3;
  margin-top: 1.2rem;
  padding: 1.65rem 0.72rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 1.45rem;
  background:
    radial-gradient(circle at 84% 8%, rgba(253, 232, 228, 0.52), transparent 8rem),
    rgba(255, 255, 255, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 22px 52px rgba(118, 73, 57, 0.12);
}

.before-after::before {
  position: absolute;
  left: 1.2rem;
  top: 0.9rem;
  width: 3rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(238, 154, 166, 0.55), transparent);
  content: "";
}

.before-after > h2 {
  width: fit-content;
  margin: -2.3rem auto 1rem;
  padding: 0.55rem 1.3rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.74), rgba(253, 232, 228, 0.9), rgba(255, 255, 255, 0.74));
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.ba-grid {
  display: grid;
  grid-template-columns: 1fr 2.35rem 1.52fr;
  gap: 0.48rem;
  align-items: center;
}

.ba-card {
  min-height: 15.4rem;
  padding: 0.82rem 0.62rem;
  border-radius: 0.82rem;
}

.ba-card span {
  display: inline-block;
  min-width: 3.8rem;
  padding: 0.24rem 0.7rem;
  border-radius: 999px;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
}

.ba-card h3 {
  margin: 0.82rem 0 0;
  color: var(--brown);
  font-family: var(--serif);
  font-size: 0.78rem;
  line-height: 1.62;
}

.ba-card ul {
  display: grid;
  gap: 0.42rem;
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
}

.ba-card li {
  position: relative;
  padding-left: 1.05rem;
  color: #6f5a51;
  font-size: 0.6rem;
  line-height: 1.55;
}

.ba-card li::before {
  position: absolute;
  top: 0.18rem;
  left: 0;
  width: 0.66rem;
  height: 0.66rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 0.56rem;
  content: "×";
}

.ba-card--before {
  background: linear-gradient(145deg, #f4f2f3, #fff);
}

.ba-card--before span,
.ba-card--before li::before {
  background: #9d93a0;
}

.ba-card--after {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #ffe5e8, #fff4f1);
}

.ba-card--after span,
.ba-card--after li::before {
  background: var(--pink);
  content: "✓";
}

.ba-card--after h3 {
  color: var(--pink);
}

.ba-arrow {
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  justify-self: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--coral), var(--rose));
  color: #fff;
  box-shadow: 0 12px 24px rgba(217, 74, 112, 0.22);
}

.ba-arrow .icon {
  width: 1.25rem;
  height: 1.25rem;
  transform: none;
}

.after-fv__photo,
.entry-lite figure {
  margin: 0;
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: var(--shadow);
}

.after-fv__photo img,
.entry-lite img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
  object-position: center top;
}

.after-fv__copy,
.entry-lite > div {
  margin-top: 1.2rem;
}

.after-fv__copy > p:first-child,
.entry-lite p:first-child {
  margin: 0;
  color: var(--gold);
  font-family: var(--display);
  font-style: italic;
  font-weight: 700;
}

.after-fv h2,
.entry-lite h2 {
  margin: 0.45rem 0 0;
  color: var(--brown);
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.45;
}

.after-fv__copy p:not(:first-child),
.entry-lite p:not(:first-child) {
  color: #80655a;
  font-size: 0.9rem;
  line-height: 1.9;
}

.faq-lite {
  position: relative;
  padding: 4.8rem 1rem 4.3rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 255, 255, 0.95), transparent 14rem),
    radial-gradient(circle at 86% 18%, rgba(253, 232, 228, 0.72), transparent 16rem),
    linear-gradient(180deg, #fffaf6, #fff6f4);
}

.faq-lite::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 13% 26%, rgba(196, 155, 89, 0.28) 0 0.08rem, transparent 0.1rem),
    radial-gradient(circle at 88% 30%, rgba(196, 155, 89, 0.24) 0 0.08rem, transparent 0.1rem);
  background-size: 5rem 6rem;
  content: "";
  opacity: 0.45;
  pointer-events: none;
}

.faq-lite::after {
  position: absolute;
  left: -4rem;
  bottom: 8rem;
  width: 12rem;
  height: 12rem;
  border: 1px solid rgba(196, 155, 89, 0.13);
  border-radius: 50%;
  content: "";
}

.faq-head {
  position: relative;
  z-index: 2;
  text-align: center;
}

.faq-head p {
  width: fit-content;
  margin: 0 auto;
  color: #ee9aa6;
  font-family: var(--display);
  font-size: 1.7rem;
  font-style: italic;
  line-height: 1;
}

.faq-head p::after {
  display: inline-block;
  margin-left: 0.4rem;
  color: #f0a6b0;
  content: "♡";
  font-size: 1.1rem;
  transform: rotate(12deg);
}

.faq-head h2 {
  margin: 0.65rem 0 0;
  color: var(--brown);
  font-family: var(--serif);
  font-size: clamp(2.15rem, 9vw, 4rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.faq-head h2 em {
  color: var(--pink);
  font-style: normal;
}

.faq-head > span {
  width: min(100%, 16rem);
  height: 1px;
  display: block;
  margin: 1rem auto 0;
  background: linear-gradient(90deg, transparent, rgba(196, 155, 89, 0.48), transparent);
}

.faq-head > span::after {
  width: 1.2rem;
  height: 1.2rem;
  display: grid;
  place-items: center;
  margin: -0.58rem auto 0;
  background: #fffaf6;
  color: var(--gold);
  content: "♡";
  font-size: 0.9rem;
}

.faq-head small {
  display: block;
  margin-top: 1.25rem;
  color: var(--brown);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.faq-boxes {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.82rem;
  margin-top: 2.1rem;
}

.faq-box {
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 1.08rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 248, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 16px 38px rgba(118, 73, 57, 0.08);
  transition:
    transform 0.42s ease,
    box-shadow 0.42s ease;
}

.faq-box:hover {
  transform: translateY(-0.14rem);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 20px 44px rgba(118, 73, 57, 0.11);
}

.faq-box summary {
  min-height: 4.9rem;
  display: grid;
  grid-template-columns: 3.2rem 1fr 1.4rem;
  gap: 0.72rem;
  align-items: center;
  padding: 0.9rem 1rem;
  color: var(--brown);
  cursor: pointer;
  list-style: none;
}

.faq-box summary::-webkit-details-marker {
  display: none;
}

.faq-box summary::after {
  width: 0.78rem;
  height: 0.78rem;
  justify-self: end;
  border-right: 2px solid var(--pink);
  border-bottom: 2px solid var(--pink);
  content: "";
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.faq-box[open] summary::after {
  transform: rotate(225deg);
}

.faq-q {
  width: 2.7rem;
  height: 2.7rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(253, 232, 228, 0.78);
  color: var(--pink);
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 700;
}

.faq-box summary strong {
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
}

.faq-answer-card {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 0.78rem;
  margin: 0 1rem 1rem;
  padding: 1rem;
  border-radius: 0.9rem;
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.85), transparent 7rem),
    linear-gradient(135deg, rgba(253, 232, 228, 0.72), rgba(255, 255, 255, 0.72));
  animation: answer-open 0.34s ease both;
}

.faq-answer-card span {
  color: #df7786;
  font-family: var(--serif);
  font-size: 1.35rem;
}

.faq-answer-card p {
  margin: 0;
  color: #60483c;
  font-size: 0.9rem;
  line-height: 1.95;
}

.faq-consult {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 5.3rem 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 1.6rem;
  padding: 1.15rem 1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(253, 232, 228, 0.82), rgba(255, 255, 255, 0.72));
  box-shadow: 0 14px 34px rgba(118, 73, 57, 0.07);
}

.pre-cta-line {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.5rem;
  margin-top: 1.65rem;
  padding: 1.1rem 1rem;
  border: 1px solid rgba(238, 154, 166, 0.2);
  border-radius: 1.1rem;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.9), transparent 7rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(253, 232, 228, 0.64));
  box-shadow: 0 14px 34px rgba(118, 73, 57, 0.07);
  text-align: center;
}

.pre-cta-line::before,
.pre-cta-line::after {
  position: absolute;
  top: 50%;
  width: 2.2rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 155, 89, 0.48));
  content: "";
}

.pre-cta-line::before {
  left: 0.9rem;
}

.pre-cta-line::after {
  right: 0.9rem;
  transform: rotate(180deg);
}

.pre-cta-line span {
  color: var(--pink);
  font-family: var(--serif);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.pre-cta-line strong {
  color: var(--brown);
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
}

.mail-icon {
  width: 4.3rem;
  height: 4.3rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.74);
  color: var(--pink);
}

.mail-icon span {
  position: relative;
  width: 2.4rem;
  height: 1.7rem;
  border: 2px solid currentColor;
  border-radius: 0.25rem;
}

.mail-icon span::before,
.mail-icon span::after {
  position: absolute;
  top: 0.15rem;
  width: 1.35rem;
  height: 2px;
  background: currentColor;
  content: "";
}

.mail-icon span::before {
  left: 0.08rem;
  transform: rotate(33deg);
  transform-origin: left center;
}

.mail-icon span::after {
  right: 0.08rem;
  transform: rotate(-33deg);
  transform-origin: right center;
}

.faq-consult p {
  margin: 0;
  color: var(--brown);
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.8;
}

.faq-consult em {
  color: var(--pink);
  font-style: normal;
}

.entry-lite {
  position: relative;
  padding: 4.2rem 0.8rem 4.8rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(253, 232, 228, 0.62), transparent 18rem),
    linear-gradient(180deg, #fffaf6, #fff);
}

.entry-lite > .cta-card {
  margin-top: 0;
}

.cta-card {
  position: relative;
  overflow: hidden;
  padding: 2.7rem 1rem 2.1rem;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 1.55rem;
  background:
    radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.8), transparent 7rem),
    radial-gradient(circle at 12% 95%, rgba(255, 255, 255, 0.76), transparent 7rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(253, 232, 228, 0.78));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 24px 55px rgba(217, 74, 112, 0.18);
  text-align: center;
}

.cta-card {
  animation: card-glow 7s ease-in-out infinite;
}

.cta-card > * {
  position: relative;
  z-index: 2;
}

.cta-card::before,
.cta-card::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.cta-card .cta-points,
.cta-card .cta-main-button {
  position: relative;
  z-index: 3;
}

.cta-card::before {
  right: 0.75rem;
  top: 1.1rem;
  width: 1.45rem;
  height: 1.45rem;
  background:
    radial-gradient(circle at 34% 30%, #fff 0 18%, rgba(255, 255, 255, 0) 20%),
    radial-gradient(circle at 50% 55%, #fff7f1, #e8c8be 70%);
  box-shadow: 0 8px 14px rgba(118, 73, 57, 0.12);
}

.cta-card::after {
  left: 1.1rem;
  bottom: 1.15rem;
  width: 1.05rem;
  height: 1.05rem;
  background: radial-gradient(circle at 35% 30%, #fff 0 18%, transparent 20%), radial-gradient(circle, #fff7f1, #e8c8be);
  box-shadow: 1.8rem 0.6rem 0 -0.12rem #ead1c8;
}

.cta-deco span {
  position: absolute;
  color: rgba(196, 155, 89, 0.44);
}

.cta-deco span::before,
.cta-deco span::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 1.35rem;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

.cta-deco span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.cta-deco span:nth-child(1) {
  top: 5.4rem;
  left: 2.2rem;
}

.cta-deco span:nth-child(2) {
  right: 2rem;
  top: 10.2rem;
}

.cta-deco span:nth-child(3) {
  right: 3.8rem;
  bottom: 8.4rem;
}

.entry-lite .cta-script {
  margin: 0;
  color: #ee9aa6;
  font-family: var(--display);
  font-size: 2rem;
  font-style: italic;
  line-height: 1;
}

.cta-script::after {
  display: inline-block;
  margin-left: 0.35rem;
  content: "♡";
  font-size: 1rem;
  transform: rotate(12deg);
}

.cta-card h2 {
  margin: 1.1rem 0 0;
  color: var(--brown);
  font-family: var(--serif);
  font-size: clamp(2rem, 8vw, 3.35rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.06em;
}

.cta-card h2 em {
  color: var(--pink);
  font-style: normal;
}

.cta-divider {
  width: min(100%, 13.5rem);
  height: 1px;
  margin: 1.2rem auto 1.3rem;
  background: linear-gradient(90deg, transparent, rgba(238, 154, 166, 0.55), transparent);
}

.cta-divider::after {
  display: grid;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin: -0.72rem auto 0;
  background: rgba(255, 246, 244, 0.92);
  color: #ee9aa6;
  content: "♡";
}

.cta-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 1.5rem;
  padding: 0.72rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 32px rgba(118, 73, 57, 0.08);
}

.cta-points article {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 0.38rem;
  align-items: center;
  padding: 0.18rem 0.42rem;
  text-align: center;
}

.cta-points article + article {
  border-top: 0;
  border-left: 1px dashed rgba(196, 155, 89, 0.28);
}

.cta-points article > span,
.cta-points article > .icon {
  width: 2.65rem;
  height: 2.65rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #f68294, #db5474);
  color: #fff;
  box-shadow: 0 10px 20px rgba(217, 74, 112, 0.18);
}

.cta-points article > span {
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 700;
}

.cta-points .icon {
  padding: 0.65rem;
}

.cta-points h3 {
  margin: 0;
  color: var(--brown);
  font-family: var(--serif);
  font-size: 0.7rem;
  line-height: 1.4;
}

.cta-points p {
  margin: 0.16rem 0 0;
  color: #765d52;
  font-size: 0.58rem;
  line-height: 1.4;
}

.cta-main-button {
  position: relative;
  min-height: 6.1rem;
  display: grid;
  grid-template-columns: 4.7rem 1fr 2.6rem;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.9rem;
  padding: 0.72rem 1rem 0.72rem 0.7rem;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background:
    radial-gradient(circle at 25% 30%, rgba(255, 255, 255, 0.28), transparent 28%),
    linear-gradient(135deg, var(--coral), var(--pink) 48%, var(--rose));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 22px 42px rgba(217, 74, 112, 0.28);
  color: #fff;
  text-align: left;
  overflow: hidden;
  isolation: isolate;
}

.cta-main-button::after {
  position: absolute;
  inset: -40% auto -40% -32%;
  z-index: -1;
  width: 35%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  content: "";
  transform: skewX(-18deg);
  animation: cta-sheen 4.8s ease-in-out infinite 0.8s;
}

.cta-main-button__time {
  width: 4.25rem;
  height: 4.25rem;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(217, 74, 112, 0.38);
  border-radius: 50%;
  background: #fff;
  color: var(--pink);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.cta-main-button__time strong {
  font-family: var(--serif);
  font-size: 1.45rem;
}

.cta-main-button__text {
  display: grid;
  gap: 0.32rem;
  font-size: clamp(1.08rem, 4.8vw, 1.5rem);
  font-weight: 900;
  line-height: 1.22;
}

.cta-main-button__text small {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.cta-main-button__arrow {
  width: 2.55rem;
  height: 2.55rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--pink);
}

.cta-main-button__arrow .icon {
  width: 1.35rem;
  height: 1.35rem;
}

.main-cta--entry {
  width: 100%;
}

.blog-shell {
  width: min(100%, 45rem);
  min-height: 100vh;
  margin: 0 auto;
  padding: 1.2rem 1rem 4rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 6%, rgba(253, 232, 228, 0.72), transparent 15rem),
    linear-gradient(180deg, #fff, #fff8f3 48%, #fff);
  box-shadow: 0 0 90px rgba(76, 47, 34, 0.08);
}

.blog-hero,
.single-hero {
  position: relative;
  padding: 1.1rem 0 2.1rem;
  text-align: center;
}

.blog-hero::after,
.single-hero::after {
  width: min(100%, 16rem);
  height: 1px;
  display: block;
  margin: 1.35rem auto 0;
  background: linear-gradient(90deg, transparent, rgba(196, 155, 89, 0.46), transparent);
  content: "";
}

.blog-brand {
  width: fit-content;
  display: grid;
  margin: 0 auto 1.7rem;
  color: #a98155;
  text-align: center;
}

.blog-brand span {
  font-family: var(--display);
  font-size: 2.65rem;
  line-height: 0.92;
  letter-spacing: 0.08em;
}

.blog-brand small {
  margin-top: 0.24rem;
  color: #9d7758;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.blog-hero > p {
  margin: 0;
  color: #ee9aa6;
  font-family: var(--display);
  font-size: 1.7rem;
  font-style: italic;
  line-height: 1;
}

.blog-hero h1,
.single-hero h1 {
  margin: 0.72rem 0 0;
  color: var(--brown);
  font-family: var(--serif);
  font-size: clamp(2.05rem, 9vw, 3.8rem);
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.06em;
}

.blog-hero > span,
.single-hero p {
  display: block;
  width: min(100%, 28rem);
  margin: 1.15rem auto 0;
  color: #765d52;
  font-size: 0.88rem;
  line-height: 1.9;
}

.blog-list {
  display: grid;
  gap: 1rem;
}

.blog-card {
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 1.25rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 246, 0.86));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 18px 42px rgba(118, 73, 57, 0.1);
  overflow: hidden;
  transition:
    transform 0.42s ease,
    box-shadow 0.42s ease;
}

.blog-card:hover {
  transform: translateY(-0.18rem);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 22px 48px rgba(118, 73, 57, 0.13);
}

.blog-card a {
  display: grid;
  color: inherit;
}

.blog-card figure,
.single-eyecatch {
  margin: 0;
  overflow: hidden;
}

.blog-card img,
.single-eyecatch img {
  width: 100%;
  height: 13.5rem;
  object-fit: cover;
}

.blog-card div {
  padding: 1.15rem 1rem 1.22rem;
}

.blog-card time,
.single-hero time {
  color: var(--pink);
  font-family: var(--display);
  font-size: 0.94rem;
  font-weight: 700;
}

.blog-card h2 {
  margin: 0.45rem 0 0;
  color: var(--brown);
  font-family: var(--serif);
  font-size: 1.22rem;
  line-height: 1.55;
}

.blog-card p {
  margin: 0.65rem 0 0;
  color: #765d52;
  font-size: 0.86rem;
  line-height: 1.85;
}

.blog-card strong {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.9rem;
  color: var(--pink);
  font-size: 0.82rem;
  font-weight: 900;
}

.blog-card strong::after {
  content: "→";
}

.blog-pagination {
  margin-top: 1.4rem;
  color: var(--brown);
  font-size: 0.9rem;
  text-align: center;
}

.blog-empty {
  padding: 2rem 1rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.86);
  text-align: center;
}

.blog-shell--single {
  background:
    radial-gradient(circle at 70% 8%, rgba(253, 232, 228, 0.68), transparent 15rem),
    linear-gradient(180deg, #fff, #fff9f5);
}

.single-article {
  padding-bottom: 2rem;
}

.single-eyecatch {
  border-radius: 1.25rem;
  box-shadow: var(--shadow);
}

.single-content {
  margin-top: 1.8rem;
  padding: 1.2rem 1rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(118, 73, 57, 0.09);
}

.single-content h2,
.single-content h3 {
  color: var(--brown);
  font-family: var(--serif);
  line-height: 1.55;
}

.single-content p,
.single-content li {
  color: #60483c;
  font-size: 0.94rem;
  line-height: 2;
}

.single-content a {
  color: var(--pink);
  font-weight: 700;
}

.single-content img {
  height: auto;
  border-radius: 1rem;
}

.single-cta {
  margin-top: 1.4rem;
  padding: 1.5rem 1rem;
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 82% 0%, rgba(255, 255, 255, 0.88), transparent 7rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(253, 232, 228, 0.78));
  box-shadow: 0 18px 42px rgba(217, 74, 112, 0.12);
  text-align: center;
}

.single-cta p {
  margin: 0;
  color: var(--pink);
  font-family: var(--display);
  font-style: italic;
}

.single-cta h2 {
  margin: 0.6rem 0 0;
  color: var(--brown);
  font-family: var(--serif);
  font-size: 1.28rem;
  line-height: 1.7;
}

.single-cta a {
  min-height: 3.6rem;
  display: grid;
  place-items: center;
  margin-top: 1.1rem;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 45%),
    linear-gradient(135deg, var(--coral), var(--pink) 48%, var(--rose));
  box-shadow: 0 18px 34px rgba(217, 74, 112, 0.24);
  color: #fff;
  font-weight: 900;
}

.post-nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.4rem;
  color: var(--pink);
  font-size: 0.86rem;
  font-weight: 700;
}

@keyframes cta-sheen {
  0%,
  56% {
    left: -38%;
  }

  78%,
  100% {
    left: 112%;
  }
}

@keyframes cta-breathe {
  0%,
  100% {
    transform: translateY(0);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.42),
      0 18px 34px rgba(217, 74, 112, 0.24);
  }

  50% {
    transform: translateY(-0.08rem);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.48),
      0 22px 40px rgba(217, 74, 112, 0.29);
  }
}

@keyframes sparkle-breathe {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.82) rotate(0deg);
  }

  50% {
    opacity: 0.95;
    transform: scale(1.12) rotate(12deg);
  }
}

@keyframes silk-wave {
  0%,
  100% {
    transform: translate3d(-4%, 0, 0) rotate(-12deg) scaleX(1);
    opacity: 0.22;
  }

  42% {
    transform: translate3d(12%, -0.8rem, 0) rotate(-8deg) scaleX(1.08);
    opacity: 0.58;
  }

  70% {
    transform: translate3d(4%, 0.45rem, 0) rotate(-15deg) scaleX(0.96);
    opacity: 0.36;
  }
}

@keyframes hand-line-draw {
  from {
    transform: scaleX(0);
    opacity: 0;
  }

  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes luxury-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes icon-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.12rem);
  }
}

@keyframes model-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-0.18rem, -0.22rem, 0);
  }
}

@keyframes image-soft-zoom {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.018);
  }
}

@keyframes intro-rise {
  from {
    opacity: 0;
    transform: translateY(0.9rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes stat-pop {
  from {
    opacity: 0;
    transform: translateY(0.75rem) scale(0.94);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes answer-open {
  from {
    opacity: 0;
    transform: translateY(-0.35rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes card-glow {
  0%,
  100% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.84),
      0 24px 55px rgba(217, 74, 112, 0.18);
  }

  50% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.9),
      0 28px 62px rgba(217, 74, 112, 0.23);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media (min-width: 560px) {
  .nova-fv,
  .after-fv,
  .faq-lite,
  .entry-lite {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .model-frame {
    right: -3rem;
  }
}
