/* Premium motion & attention system */
.fx-orb {
  position: absolute; border-radius: 50%; filter: blur(60px);
  animation: fxFloat 10s ease-in-out infinite;
}
.fx-orb-a { width: 280px; height: 280px; background: rgba(196,165,116,.25); top: 10%; right: 10%; }
.fx-orb-b { width: 220px; height: 220px; background: rgba(47,107,79,.2); bottom: 5%; left: 8%; animation-delay: -4s; }
body.theme-home2 .fx-orb-a { background: rgba(212,184,150,.35); }
body.theme-home3 .fx-orb-a { background: rgba(90,168,122,.3); }
@keyframes fxFloat {
  0%,100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(20px,-24px) scale(1.08); }
}

/* Cursor spotlight (dark) */
#cursor-glow {
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(196,165,116,.16), transparent 65%);
}

/* Magnetic / lift */
[data-magnetic] { will-change: transform; transition: transform .25s ease; }

/* Text split chars */
[data-split] .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(1.1em) rotate(4deg);
}
[data-split].is-ready .char {
  animation: charIn .7s cubic-bezier(.22,1,.36,1) forwards;
}
@keyframes charIn {
  to { opacity: 1; transform: none; }
}

/* Smooth image reveal */
.img-reveal {
  overflow: hidden; position: relative;
}
.img-reveal img {
  transform: scale(1.15);
  transition: transform 1.4s cubic-bezier(.22,1,.36,1);
}
.img-reveal.is-visible img,
.reveal.is-visible .img-reveal img { transform: scale(1); }
.img-reveal::after {
  content: ''; position: absolute; inset: 0;
  background: currentColor; transform-origin: left;
  animation: none;
}
.reveal.is-visible .img-reveal::after,
.img-reveal.is-visible::after {
  animation: wipeOut .9s cubic-bezier(.22,1,.36,1) forwards;
}
@keyframes wipeOut {
  to { transform: scaleX(0); transform-origin: right; }
}

/* Blog cards */
.blog-card {
  display: flex; flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  transition: transform .45s cubic-bezier(.22,1,.36,1), box-shadow .45s;
}
body.is-light .blog-card {
  background: #fff;
  border-color: rgba(15,23,42,.06);
  border-radius: 1.5rem;
  box-shadow: 0 16px 40px rgba(15,23,42,.06);
}
.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 55px rgba(0,0,0,.18);
}
body.is-light .blog-card:hover { box-shadow: 0 28px 55px rgba(15,23,42,.12); }
.blog-card__media {
  position: relative; overflow: hidden;
}
.blog-card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1s cubic-bezier(.22,1,.36,1);
}
.blog-card:hover .blog-card__media img { transform: scale(1.08); }
.blog-card__cat {
  position: absolute; top: .85rem; left: .85rem;
  font-size: .65rem; letter-spacing: .14em; text-transform: uppercase;
  padding: .35rem .65rem; border-radius: 999px;
  background: rgba(0,0,0,.55); color: #fff; backdrop-filter: blur(8px);
}
.blog-card__body { padding: 1.25rem 1.35rem 1.5rem; }

/* Article */
.article-body h3 {
  font-family: inherit; font-size: 1.5rem; margin: 1.75rem 0 .75rem;
}
.article-body p, .article-body li { line-height: 1.75; margin-bottom: 1rem; }
.article-body ol, .article-body ul { padding-left: 1.25rem; margin-bottom: 1.25rem; }
.article-body strong { color: inherit; }

/* FAQ */
.faq-item {
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.03);
  border-radius: .75rem;
  overflow: hidden;
}
body.is-light .faq-item {
  background: #fff;
  border-color: rgba(15,23,42,.08);
  border-radius: 1.25rem;
  box-shadow: 0 10px 30px rgba(15,23,42,.05);
}
.faq-summary {
  list-style: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.1rem 1.25rem; font-weight: 600;
}
.faq-summary::-webkit-details-marker { display: none; }
.faq-plus {
  width: 1.75rem; height: 1.75rem; border-radius: 999px;
  display: grid; place-items: center;
  border: 1px solid currentColor; opacity: .5;
  transition: transform .3s;
}
details[open] .faq-plus { transform: rotate(45deg); opacity: 1; }
.faq-answer {
  padding: 0 1.25rem 1.25rem;
  opacity: .7; line-height: 1.65; font-size: .95rem;
}

/* Process */
.process-card {
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,.1);
  background: linear-gradient(160deg, rgba(255,255,255,.04), transparent);
  position: relative; overflow: hidden;
}
body.is-light .process-card {
  background: #fff;
  border-radius: 1.5rem;
  border-color: rgba(15,23,42,.06);
  box-shadow: 0 16px 40px rgba(15,23,42,.06);
}
.process-num {
  font-family: Cormorant Garamond, Fraunces, Syne, serif;
  font-size: 2.75rem; line-height: 1;
  background: linear-gradient(135deg, #c4a574, #e0c99a);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
body.theme-home3 .process-num {
  background: linear-gradient(135deg, #2f6b4f, #5aa87a);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* Newsletter bands */
.nl-band {
  padding: clamp(1.75rem, 4vw, 3rem);
  border: 1px solid rgba(255,255,255,.1);
}
.nl-band--noir {
  background: linear-gradient(120deg, rgba(196,165,116,.12), rgba(255,255,255,.03));
}
.nl-band--soft {
  background: linear-gradient(135deg, #f7f1e8, #e8f0e9);
  border-radius: 2rem; border-color: rgba(15,23,42,.06);
  box-shadow: 0 20px 50px rgba(15,23,42,.08);
  color: #0f172a;
}
.nl-band--acacia {
  background: linear-gradient(120deg, #173f30, #2f6b4f);
  color: #fff; border: none; border-radius: 2rem;
  box-shadow: 0 24px 50px rgba(47,107,79,.28);
}

/* Attention hero shimmer line */
.attention-bar {
  position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 120;
  background: linear-gradient(90deg, #c4a574, #e0c99a, #5aa87a, #c4a574);
  background-size: 200% 100%;
  animation: shimmerBar 2.5s linear infinite;
}
@keyframes shimmerBar {
  to { background-position: 200% 0; }
}

/* Page transition veil */
#page-loader {
  transition: opacity .7s cubic-bezier(.22,1,.36,1), visibility .7s, transform .7s;
}
#page-loader.done { transform: translateY(-8px); }

/* Tilt cards */
.tilt-card { transform-style: preserve-3d; perspective: 800px; }

/* Sticky CTA ribbon */
.sticky-cta {
  position: fixed; bottom: 5.5rem; right: 1.5rem; z-index: 45;
  display: none; align-items: center; gap: .65rem;
  padding: .75rem 1.1rem; border-radius: 999px;
  background: rgba(12,12,12,.92); color: #f3f0eb;
  border: 1px solid rgba(196,165,116,.4);
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
  font-size: .8rem; font-weight: 600;
  backdrop-filter: blur(12px);
  animation: slideUp .5s ease;
}
.sticky-cta.is-on { display: inline-flex; }
body.is-light .sticky-cta {
  background: rgba(255,255,255,.95); color: #0f172a;
  border-color: rgba(15,23,42,.08);
  box-shadow: 0 16px 40px rgba(15,23,42,.12);
}
@keyframes slideUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

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