@keyframes fortuneTeacherSkeletonPulse{0%{opacity:.58}50%{opacity:1}100%{opacity:.58}}
.fortunev2-teacher-grid .fortunev2-teacher-card.fortune-entry-teacher-hidden{display:none!important}
.fortunev2-teacher-card--loading{pointer-events:none}
.fortunev2-teacher-card--loading .fortunev2-skeleton{display:block;background:linear-gradient(90deg,rgba(126,97,59,.10),rgba(255,255,255,.78),rgba(126,97,59,.10));background-size:220% 100%;border-radius:999px;animation:fortuneTeacherSkeletonPulse 1.05s ease-in-out infinite}
.fortunev2-teacher-card--loading .fortunev2-skeleton-avatar{width:74px;height:74px;border-radius:50%;flex:0 0 74px}
.fortunev2-teacher-card--loading .fortunev2-skeleton-line{height:16px;margin:8px 0}
.fortunev2-teacher-card--loading .fortunev2-skeleton-title{height:26px;width:76%;margin-top:10px}
.fortunev2-teacher-card--loading .fortunev2-skeleton-chip{width:118px;height:30px}
.fortunev2-teacher-card--loading .fortunev2-skeleton-copy{height:18px}
.fortunev2-teacher-card--loading .fortunev2-skeleton-copy:nth-child(1){width:100%}
.fortunev2-teacher-card--loading .fortunev2-skeleton-copy:nth-child(2){width:92%}
.fortunev2-teacher-card--loading .fortunev2-skeleton-copy:nth-child(3){width:82%}
.fortunev2-teacher-card--loading .fortunev2-skeleton-button{height:48px;width:46%;border-radius:14px}
.fortunev2-teacher-card--loading .fortunev2-skeleton-meta{min-width:0;flex:1}
.fortunev2-teacher-card--loading .fortunev2-skeleton-rows{margin-top:22px}
.fortunev2-teacher-card--loading .fortunev2-skeleton-price{min-width:160px;flex:1}
.fortunev2-teacher-card--loading .fortunev2-skeleton-actions{flex:1}
.fortunev2-teacher-card--loading .fortunev2-skeleton-w64{width:64%}
.fortunev2-teacher-card--loading .fortunev2-skeleton-w68{width:68%}
.fortunev2-teacher-card--loading .fortunev2-skeleton-w70{width:70%}
.fortunev2-teacher-card--loading .fortunev2-skeleton-w76{width:76%}
.fortunev2-teacher-card--loading .fortunev2-skeleton-w86{width:86px}
.fortunev2-teacher-card--loading .fortunev2-skeleton-w140{width:140px}
.fortunev2-teacher-card{position:relative;overflow:hidden}
.fortunev2-teacher-spotlight{position:absolute;top:8px;right:-64px;display:inline-flex;align-items:center;justify-content:center;width:240px;padding:8px 0 8px 44px;box-sizing:border-box;transform:rotate(45deg);font-size:12px;line-height:1.15;font-weight:800;letter-spacing:.04em;text-align:center;text-indent:0;white-space:nowrap;color:#fff;z-index:4;box-shadow:0 8px 18px rgba(0,0,0,.18);pointer-events:none}
.fortunev2-teacher-spotlight--gold{background:linear-gradient(135deg,#c8a25a,#9c6f27)}
.fortunev2-teacher-spotlight--orange{background:linear-gradient(135deg,#f6a12f,#dc6d00)}
.fortunev2-teacher-spotlight--emerald{background:linear-gradient(135deg,#23a26d,#0b7a59)}
.fortunev2-teacher-spotlight--berry{background:linear-gradient(135deg,#d8576a,#ad2340)}
@media (prefers-reduced-motion:reduce){.fortunev2-teacher-card--loading .fortunev2-skeleton{animation:none}}
.teacher-pause-dialog {
  width: min(92vw, 520px);
  max-width: 520px;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: transparent;
  color: #302b27;
  overflow: visible;
}

.teacher-pause-dialog::backdrop {
  background: rgba(30, 25, 22, 0.62);
  backdrop-filter: blur(5px);
}

.teacher-pause-dialog__card {
  overflow: hidden;
  border: 1px solid rgba(133, 105, 67, 0.2);
  border-radius: 24px;
  background: #fffdf9;
  box-shadow: 0 24px 70px rgba(39, 30, 21, 0.28);
}

.teacher-pause-dialog__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(133, 105, 67, 0.14);
  background: linear-gradient(135deg, #f8f1e7 0%, #fffaf3 100%);
}

.teacher-pause-dialog__eyebrow {
  color: #7a5a32;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.teacher-pause-dialog__close {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(93, 71, 46, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  color: #655441;
  font: inherit;
  line-height: 1;
  cursor: pointer;
  place-items: center;
}

.teacher-pause-dialog__body {
  padding: 30px 32px 32px;
  text-align: center;
}

.teacher-pause-dialog__mark {
  display: grid;
  width: 76px;
  height: 76px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #f4eadb;
  overflow: hidden;
  place-items: center;
}

.teacher-pause-dialog__mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teacher-pause-dialog h2 {
  margin: 0;
  color: #332a22;
  font-family: "Noto Sans TC", sans-serif;
  font-size: clamp(1.4rem, 4.8vw, 1.85rem);
  line-height: 1.35;
}

.teacher-pause-dialog__body > p {
  margin: 14px auto 22px;
  color: #655d55;
  font-size: 0.98rem;
  line-height: 1.8;
}

.teacher-pause-dialog__date {
  display: grid;
  gap: 5px;
  padding: 17px 18px;
  border: 1px solid #e5d4bc;
  border-radius: 16px;
  background: #fbf6ee;
}

.teacher-pause-dialog__date span {
  color: #8b7458;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.teacher-pause-dialog__date strong {
  color: #674b2d;
  font-size: 1.08rem;
}

.teacher-pause-dialog__date small {
  color: #877b70;
  font-size: 0.78rem;
  line-height: 1.5;
}

.teacher-pause-dialog__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 22px;
}

.teacher-pause-dialog__actions button {
  min-height: 48px;
  padding: 11px 16px;
  border-radius: 999px;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.teacher-pause-dialog__primary {
  border: 1px solid #755532;
  background: #755532;
  color: #fff;
}

.teacher-pause-dialog__secondary {
  border: 1px solid #d4c0a5;
  background: #fff;
  color: #674f35;
}

.teacher-pause-dialog__close:hover,
.teacher-pause-dialog__close:focus-visible,
.teacher-pause-dialog__actions button:hover,
.teacher-pause-dialog__actions button:focus-visible {
  outline: 3px solid rgba(168, 125, 72, 0.2);
  outline-offset: 2px;
}

.fortunev2-teacher-status--paused {
  color: #8a6031 !important;
  background: #f6ead8 !important;
}

.fortunev2-teacher-card[data-mora-pause-active="1"] .fortunev2-teacher-cta:not(.fortunev2-teacher-cta--ghost) {
  border-color: #a87945;
  background: #8a6339;
}

.fortunev2-teacher-card[data-mora-pause-active="1"] .fv2-next-slot {
  display: none !important;
}

.fortunev2-teacher-card.mora-recommendation-target {
  outline: 3px solid rgba(168, 125, 72, 0.42);
  outline-offset: 5px;
}

@media (max-width: 540px) {
  .teacher-pause-dialog {
    width: calc(100vw - 28px);
  }

  .teacher-pause-dialog__body {
    padding: 26px 20px 22px;
  }

  .teacher-pause-dialog__actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .teacher-pause-dialog[open] .teacher-pause-dialog__card {
    animation: teacher-pause-dialog-in 180ms ease-out;
  }
}

@keyframes teacher-pause-dialog-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
body.home-v2-page{
  --v2-base:#A67C52;
  --v2-cta-light:#cfa47a;
  --v2-cta-mid:#b98d63;
  --v2-base-deep:#7d5a39;
  --v2-base-soft:#ebddce;
  --v2-cream:#f7f0e7;
  --v2-surface:#fffaf4;
  --v2-line:rgba(110,78,48,.22);
  --v2-text:#2f2216;
  --v2-muted:#6f5945;
  --v2-shadow:0 18px 36px rgba(58,35,16,.14);
  --bg:#e9dac9;
  --surface:rgba(255,249,242,.88);
  --surface-2:#f4e7d8;
  --text:var(--v2-text);
  --text-muted:var(--v2-muted);
  --line:var(--v2-line);
  --accent:var(--v2-base);
  --accent-soft:rgba(166,124,82,.2);
  --accent-strong:var(--v2-base-deep);
  --focus-ring:0 0 0 3px rgba(166,124,82,.32);
  background:
    radial-gradient(130% 65% at 18% -8%, rgba(255,255,255,.45) 0%, rgba(255,255,255,0) 65%),
    radial-gradient(80% 58% at 88% 10%, rgba(125,90,57,.22) 0%, rgba(125,90,57,0) 68%),
    linear-gradient(155deg, #ebdfd2 0%, #d5b899 48%, #c5a17b 100%);
}

body.home-v2-page .nav-shell{
  background:rgba(253,248,241,.8);
  border:0;
  border-bottom:1px solid rgba(0,0,0,.05);
  box-shadow:none;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

body.home-v2-page .site-header.is-scrolled .nav-shell{
  background:rgba(253,248,241,.8);
  border-bottom-color:rgba(0,0,0,.05);
  box-shadow:none;
}

body.home-v2-page .nav-links a:hover,
body.home-v2-page .home-member-menu__btn:hover{
  border-color:rgba(166,124,82,.45);
  background:rgba(255,250,246,.96);
}

body.home-v2-page .lang-toggle,
body.home-v2-page .nav-toggle{
  background:#fff8f0;
  border-color:rgba(125,90,57,.26);
  color:var(--v2-text);
}

body.home-v2-page .nav-drawer__panel{
  background:linear-gradient(180deg, rgba(255,250,245,.98), rgba(244,231,216,.95));
}

body.home-v2-page .section{
  padding:22px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,250,245,.9), rgba(247,239,229,.84));
  border:1px solid rgba(120,88,57,.16);
  box-shadow:0 14px 30px rgba(73,47,24,.08);
}

body.home-v2-page .section .entry-card,
body.home-v2-page .section .preview-card,
body.home-v2-page .section .cta-card{
  background:var(--v2-surface);
  border-color:rgba(125,90,57,.2);
}

body.home-v2-page .hero-cta__primary,
body.home-v2-page .home-shop-hero__cta--primary,
body.home-v2-page .fortunev2-teacher-cta{
  background:linear-gradient(135deg, var(--v2-cta-light), var(--v2-cta-mid));
  border:1px solid rgba(102,71,42,.34);
  box-shadow:0 10px 24px rgba(102,71,42,.26);
}

body.home-v2-page .hero-cta__primary:hover,
body.home-v2-page .home-shop-hero__cta--primary:hover,
body.home-v2-page .fortunev2-teacher-cta:hover{
  filter:brightness(1.06);
  box-shadow:0 14px 28px rgba(102,71,42,.33);
}

body.home-v2-page #homePhoneConsultPromo{
  display:none;
}

body.home-v2-page .hero-shell--v2{
  max-width:1200px;
  margin:18px auto 0;
  padding:20px 22px 8px;
}

body.home-v2-page .hero--v2{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(500px,1.12fr);
  gap:56px;
  align-items:stretch;
  background:transparent;
  border:none;
  box-shadow:none;
  padding:0;
}

body.home-v2-page .hero-content--v2{
  display:flex;
  flex-direction:column;
  gap:15px;
  min-width:0;
}

body.home-v2-page .kicker--v2{
  display:inline-grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  justify-content:start;
  width:max-content;
  max-width:100%;
  min-height:48px;
  color:#81562b;
  background:linear-gradient(180deg,rgba(255,253,248,.96),rgba(249,239,224,.90));
  border:1px solid rgba(174,126,65,.34);
  border-radius:18px;
  padding:9px 18px 9px 13px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 16px 34px rgba(126,86,44,.10);
  position:relative;
  gap:12px;
}

body.home-v2-page .kicker--v2::after{
  display:none;
}

body.home-v2-page .premium-kicker__rail{
  width:3px;
  height:28px;
  border-radius:999px;
  background:linear-gradient(180deg,#e4c477,#9b642b);
  box-shadow:0 0 0 5px rgba(204,151,73,.10);
}

body.home-v2-page .premium-kicker__text{
  display:grid;
  gap:2px;
  min-width:0;
}

body.home-v2-page .premium-kicker__eyebrow{
  font-size:9px;
  line-height:1;
  letter-spacing:.18em;
  font-weight:800;
  color:#b1864b;
  text-transform:uppercase;
}

body.home-v2-page .premium-kicker__main{
  font-size:12px;
  line-height:1.2;
  letter-spacing:.045em;
  font-weight:900;
  color:#6e4825;
  white-space:nowrap;
}

body.home-v2-page .hero-content--v2 h1{
  display:grid;
  gap:7px;
  margin:3px 0 0;
  width:max-content;
  max-width:100%;
  font-family:"Noto Serif TC","Songti TC","STSong","PMingLiU",serif;
  font-size:clamp(35px,3.05vw,48px);
  line-height:1.1;
  letter-spacing:-.04em;
  font-weight:800;
}

@media (min-width:981px){
  html[lang="en"] body.home-v2-page .hero-content--v2 h1{
    white-space:normal;
    max-width:18ch;
    font-size:clamp(32px,2.55vw,42px);
    line-height:1.08;
    overflow-wrap:anywhere;
  }

  html[lang="en"] body.home-v2-page .premium-hero-title__line{
    white-space:normal;
    overflow-wrap:anywhere;
  }
}

body.home-v2-page .premium-hero-title__line{
  display:block;
  white-space:nowrap;
}

html[lang="en"] body.home-v2-page .premium-hero-title__line{
  white-space:normal;
  overflow-wrap:anywhere;
}

body.home-v2-page .premium-hero-title__line--ink{
  color:#2b2019;
  text-shadow:0 1px 0 rgba(255,255,255,.75);
}

body.home-v2-page .premium-hero-title__line--gold{
  background:linear-gradient(115deg,#75451d 0%,#b7782f 36%,#dfbd70 64%,#875426 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  filter:drop-shadow(0 10px 18px rgba(141,90,38,.10));
}

body.home-v2-page .hero-content--v2 h1 em{
  font-style:italic;
  color:#a14a0d;
}

body.home-v2-page .hero-content--v2 .lead{
  font-size:clamp(18px,1.45vw,21px);
  line-height:1.55;
  max-width:24ch;
  color:#3d3128;
  font-weight:700;
  letter-spacing:.01em;
  margin:2px 0 0;
}

body.home-v2-page .hero-content--v2 .lead-detail{
  font-size:clamp(15px,1.08vw,16.5px);
  line-height:1.75;
  max-width:38ch;
  color:#776554;
  margin:-4px 0 0;
}

body.home-v2-page .hero-info-link,
body.home-v2-page .hero-cta__note{
  display:none !important;
}

body.home-v2-page .hero-cta--v2{
  gap:10px;
  margin-top:8px;
}

body.home-v2-page .hero-cta--v2 .hero-cta__actions{
  gap:10px;
}

body.home-v2-page .hero-cta--v2 .hero-cta__primary,
body.home-v2-page .hero-cta--v2 .hero-cta__secondary,
body.home-v2-page .home-v2-btn{
  text-decoration:none;
}

body.home-v2-page .hero-cta--v2 .hero-cta__primary{
  box-shadow:0 12px 24px rgba(102,71,42,.28);
}

body.home-v2-page .hero-cta--v2 .hero-cta__primary:hover{
  transform:translateY(-1px);
}

body.home-v2-page .hero-cta--v2 .hero-cta__secondary{
  background:rgba(255,249,242,.92);
  color:#3a2c1f;
  border:1px solid rgba(120,88,57,.24);
}

body.home-v2-page .hero-cta--v2 .hero-cta__secondary:hover{
  background:#f2e5d6;
}

body.home-v2-page .home-hero-teachers{
  display:none;
  width:100%;
  max-width:100%;
  margin:12px 0 0;
  background:
    radial-gradient(circle at 16% 0%, rgba(255,255,255,.96), rgba(255,255,255,0) 36%),
    linear-gradient(135deg, rgba(255,253,248,.94), rgba(253,248,241,.82));
  border-color:rgba(125,90,57,.16);
  box-shadow:0 12px 26px rgba(72,49,26,.07), inset 0 1px 0 rgba(255,255,255,.72);
}

body.home-v2-page .home-hero-teachers .fortunev2-hero-teachers__label,
body.home-v2-page .home-hero-teachers .fortunev2-hero-teachers__view-all{
  font-weight:700;
}

body.home-v2-page .home-hero-teachers .fortunev2-hero-teachers__label{
  color:#6b4d31;
}

body.home-v2-page .home-hero-teachers .fortunev2-hero-teachers__view-all{
  color:#8c642d;
}

body.home-v2-page .home-hero-teachers .fortunev2-hero-teachers__list{
  display:flex;
  gap:14px;
  justify-content:space-between;
  overflow-x:auto;
  padding-top:10px;
  scrollbar-width:none;
}

body.home-v2-page .home-hero-teachers .fortunev2-hero-teachers__list::-webkit-scrollbar{
  display:none;
}

body.home-v2-page .home-hero-teachers .fortunev2-hero-teacher{
  appearance:none;
  background:transparent;
  border:0;
  color:#111827;
  cursor:pointer;
  flex:0 0 76px;
  min-height:126px;
  min-width:0;
  padding:30px 0 0;
  position:relative;
  text-align:center;
}

body.home-v2-page .home-hero-teachers .fortunev2-hero-teacher--recommended{
  flex-basis:82px;
}

body.home-v2-page .home-hero-teachers .fortunev2-hero-teacher__badge{
  align-items:center;
  background:linear-gradient(180deg, #f7ecd0 0%, #d8b36a 100%);
  border:1px solid rgba(150,105,45,.22);
  border-radius:999px;
  box-shadow:0 3px 8px rgba(126,97,59,.10), inset 0 1px 0 rgba(255,255,255,.55);
  color:#6b4a1f;
  display:inline-flex;
  font-size:11px;
  font-weight:700;
  height:23px;
  justify-content:center;
  left:50%;
  letter-spacing:0;
  line-height:1;
  max-width:calc(100% + 12px);
  min-width:max-content;
  padding:0 10px;
  position:absolute;
  text-align:center;
  text-shadow:none;
  top:0;
  transform:translateX(-50%);
  white-space:nowrap;
  z-index:4;
}

body.home-v2-page .home-hero-teachers .fortunev2-hero-teacher__photo{
  background:#fffdfa;
  border:1px solid rgba(125,90,57,.22);
  box-shadow:0 9px 20px rgba(72,49,26,.09);
}

body.home-v2-page .home-hero-teachers .fortunev2-hero-teacher__photo::before{
  display:none;
}

body.home-v2-page .home-hero-teachers .fortunev2-hero-teacher__photo::after{
  inset:-3px;
  border-color:rgba(166,124,82,.14);
  opacity:.58;
}

body.home-v2-page .home-hero-teachers .fortunev2-hero-teacher:first-child .fortunev2-hero-teacher__photo{
  border-color:rgba(184,135,56,.38);
  box-shadow:
    0 10px 22px rgba(72,49,26,.10),
    0 0 0 5px rgba(198,153,75,.07),
    0 0 18px rgba(198,153,75,.18);
}

body.home-v2-page .home-hero-teachers .fortunev2-hero-teacher:first-child .fortunev2-hero-teacher__photo::before{
  display:block;
  inset:-4px;
  background:conic-gradient(from 150deg, rgba(166,113,38,.16), rgba(224,184,92,.62), rgba(255,251,236,.22), rgba(184,135,56,.48), rgba(166,113,38,.16));
  opacity:.72;
}

body.home-v2-page .home-hero-teachers .fortunev2-hero-teacher:first-child .fortunev2-hero-teacher__photo::after{
  inset:-6px;
  border-color:rgba(198,153,75,.24);
  opacity:.78;
}

body.home-v2-page .home-hero-teachers .fortunev2-hero-teacher__photo img,
body.home-v2-page .home-hero-teachers .fortunev2-hero-teacher__fallback{
  inset:2px;
  width:calc(100% - 4px);
  height:calc(100% - 4px);
}

body.home-v2-page .home-hero-teachers .fortunev2-hero-teacher__name{
  color:#5c432b;
  font-weight:500;
  letter-spacing:.035em;
}

body.home-v2-page .home-hero-teachers .fortunev2-hero-teacher__location{
  color:rgba(125,90,57,.58);
  font-size:10px;
  font-weight:500;
  letter-spacing:.055em;
}

body.home-v2-page .home-hero-teachers .fortunev2-hero-teacher:hover .fortunev2-hero-teacher__photo,
body.home-v2-page .home-hero-teachers .fortunev2-hero-teacher:focus-visible .fortunev2-hero-teacher__photo{
  box-shadow:0 12px 24px rgba(72,49,26,.12);
}

body.home-v2-page .home-hero-teachers .fortunev2-hero-teacher:first-child:hover .fortunev2-hero-teacher__photo,
body.home-v2-page .home-hero-teachers .fortunev2-hero-teacher:first-child:focus-visible .fortunev2-hero-teacher__photo{
  box-shadow:
    0 12px 26px rgba(72,49,26,.12),
    0 0 0 5px rgba(198,153,75,.08),
    0 0 20px rgba(198,153,75,.20);
}

body.home-v2-page .hero-v2-visual{
  border-radius:0;
  overflow:hidden;
  min-height:100%;
  box-shadow:none;
  background:transparent;
  padding:0;
  display:block;
  align-self:start;
  min-width:0;
  width:100%;
  max-width:100%;
}

body.home-v2-page .hero-v2-visual__image-wrap{
  border-radius:18px;
  overflow:hidden;
  border:none;
  background:transparent;
  width:100%;
  max-width:100%;
  height:clamp(320px, 34vw, 440px);
  min-height:0;
  max-height:none;
  aspect-ratio:4 / 3;
}

@media (min-width:981px){
  body.home-v2-page .hero-v2-visual{
    max-width:540px;
    min-height:0;
    justify-self:start;
  }

  body.home-v2-page .hero-v2-visual__image-wrap{
    height:auto;
  }
}

body.home-v2-page .hero-v2-visual img,
body.home-v2-page .hero-v2-visual video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  padding:0;
  transition:opacity .35s ease;
}

body.home-v2-page .hero-v2-visual__video.is-hidden{
  display:none;
}

body.home-v2-page .hero-v2-visual img.is-fading{
  opacity:.2;
}

body.home-v2-page .v2-hero-stories{
  margin-top:2px;
}

body.home-v2-page .v2-hero-stories__card{
  background:rgba(255,250,244,.92);
  border:1px solid rgba(166,124,82,.26);
  border-radius:14px;
  padding:14px 16px 12px;
  position:relative;
  transition:opacity .35s ease;
  box-shadow:0 10px 22px rgba(66,41,19,.1);
}

body.home-v2-page .v2-hero-stories__card.is-fading{ opacity:0; }

body.home-v2-page .v2-hero-stories__open-quote{
  font-size:30px;
  line-height:1;
  color:var(--v2-base);
  opacity:.55;
  position:absolute;
  top:6px;
  left:10px;
  font-family:Georgia,serif;
  pointer-events:none;
}

body.home-v2-page .v2-hero-stories__quote{
  font-size:.95rem;
  line-height:1.62;
  color:#404040;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  padding-left:18px;
  margin:0 0 8px;
}

body.home-v2-page .v2-hero-stories__meta{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  font-size:.82rem;
  color:#8a8a8a;
}

body.home-v2-page .v2-hero-stories__name{ color:#4e4e4e; font-weight:700; }

body.home-v2-page .v2-hero-stories__tag{
  background:rgba(166,124,82,.16);
  color:var(--v2-base-deep);
  border-radius:999px;
  padding:1px 9px;
  font-size:.76rem;
}

body.home-v2-page .v2-hero-stories__dots{
  display:flex;
  gap:6px;
  margin-top:6px;
}

body.home-v2-page .v2-hero-stories__dot{
  width:6px;
  height:6px;
  border-radius:50%;
  background:rgba(0,0,0,.15);
  border:none;
  padding:0;
  cursor:pointer;
}

body.home-v2-page .v2-hero-stories__dot.is-active{
  background:var(--v2-base);
  transform:scale(1.2);
}

body.home-v2-page .v2-hero-stories__read-more{
  font-size:.8rem;
  color:var(--v2-base-deep);
  text-underline-offset:2px;
}

body.home-v2-page #ai-summary p:empty,
body.home-v2-page .hero-cta__note:empty{
  display:none;
}

body.home-v2-page .hero-v2-feature-grid{
  margin-top:22px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  position:relative;
  z-index:1;
}

body.home-v2-page .home-shop-hero__audience-badge{
  margin-top:0;
  display:inline-flex;
  width:auto;
  max-width:max-content;
  white-space:nowrap;
  padding:5px 12px;
  font-size:clamp(11px,0.9vw,13px);
  line-height:1.3;
  font-weight:500;
  margin-left:auto;
  flex:0 0 auto;
}

body.home-v2-page .home-shop-hero__actions .home-shop-hero__audience-badge{
  flex-basis:100%;
  justify-content:center;
  margin-top:8px;
  margin-left:auto;
}

body.home-v2-page .hero-v2-feature-card{
  background:#fffdfa;
  border:1px solid rgba(214,202,187,.62);
  border-radius:14px;
  padding:18px 16px;
  box-shadow:0 10px 24px rgba(71,48,26,.07);
}

body.home-v2-page .hero-v2-feature-icon{
  width:30px;
  height:30px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#e0e3f2;
  margin-bottom:10px;
  font-size:14px;
  line-height:0;
  overflow:hidden;
}

body.home-v2-page .hero-v2-feature-icon-orbit{
  position:relative;
  width:30px;
  height:30px;
  display:inline-flex;
  margin-bottom:10px;
}

body.home-v2-page .hero-v2-feature-icon-orbit::before{
  content:"";
  position:absolute;
  inset:-3px;
  border-radius:50%;
  border:1.2px solid rgba(214,173,106,.48);
  border-top-color:rgba(255,238,198,.86);
  border-right-color:rgba(214,173,106,.24);
  transform:rotate(-18deg);
  z-index:0;
  pointer-events:none;
  animation:homeIconHaloSpin 7.8s linear infinite;
}

body.home-v2-page .hero-v2-feature-icon-orbit::after{
  content:"";
  position:absolute;
  width:12px;
  height:1.6px;
  background:linear-gradient(90deg, rgba(255,243,211,.95) 0%, rgba(255,243,211,0) 100%);
  border-radius:999px;
  top:3px;
  left:-6px;
  opacity:.72;
  transform:rotate(-24deg);
  filter:drop-shadow(0 0 4px rgba(245,204,132,.64));
  z-index:2;
  pointer-events:none;
  animation:homeIconMeteor 4.6s ease-in-out infinite;
}

body.home-v2-page .hero-v2-feature-icon-img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 2px 3px rgba(141,99,57,.2));
  position:relative;
  z-index:1;
}

body.home-v2-page .hero-v2-feature-card:nth-child(2) .hero-v2-feature-icon{
  background:#ece4bd;
}

body.home-v2-page .hero-v2-feature-card:nth-child(3) .hero-v2-feature-icon{
  background:#efd3c3;
}

body.home-v2-page .hero-v2-feature-card:nth-child(2) .hero-v2-feature-icon-orbit::before{
  border-color:rgba(201,173,104,.5);
  border-top-color:rgba(253,239,196,.9);
}

body.home-v2-page .hero-v2-feature-card:nth-child(3) .hero-v2-feature-icon-orbit::before{
  border-color:rgba(205,157,98,.5);
  border-top-color:rgba(255,232,188,.86);
}

body.home-v2-page .hero-v2-feature-card h3{
  margin:0 0 8px;
  font-size:1.12rem;
  color:#1f1c17;
}

body.home-v2-page .hero-v2-feature-card p{
  margin:0;
  color:#5c544c;
  line-height:1.55;
  font-size:.92rem;
}

@keyframes homeIconHaloSpin{
  from{ transform:rotate(-18deg); }
  to{ transform:rotate(342deg); }
}

@keyframes homeIconMeteor{
  0%, 18%, 100%{
    opacity:0;
    transform:translate(-8px,-4px) rotate(-24deg);
  }
  34%{
    opacity:.8;
    transform:translate(5px,4px) rotate(-24deg);
  }
  50%{
    opacity:0;
    transform:translate(13px,9px) rotate(-24deg);
  }
}

body.home-v2-page .fortunev2-teachers{ margin-top:32px; }
body.home-v2-page .fortunev2-open-hours{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-left:0;
  padding:7px 12px;
  border-radius:12px;
  background:linear-gradient(135deg, rgba(255,244,220,0.95), rgba(255,236,203,0.92));
  border:1px solid rgba(230,176,98,0.62);
  color:var(--v2-base-deep);
  font-size:13px;
  font-weight:700;
  line-height:1.35;
  white-space:nowrap;
}
body.home-v2-page .fortunev2-open-hours[hidden]{
  display:none !important;
}
body.home-v2-page .fortunev2-open-hours::before{
  content:"⏰";
  font-size:12px;
}
body.home-v2-page .fortunev2-filter-tabs{
  display:flex; gap:8px; flex-wrap:wrap; align-items:center; justify-content:flex-start;
  margin-bottom:20px;
}
body.home-v2-page .fortunev2-filter-tab{
  padding:6px 18px;
  border-radius:999px;
  border:1.5px solid rgba(0,0,0,0.08);
  background:#fff;
  font-size:13px; font-weight:500;
  cursor:pointer; color:var(--v2-muted);
  transition:color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease, transform 0.15s ease;
}
body.home-v2-page .fortunev2-filter-tab.is-active{
  background:var(--v2-base); border-color:var(--v2-base); color:#fff;
}
body.home-v2-page .fortunev2-teacher-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));
  gap:18px;
}
body.home-v2-page .fortunev2-teacher-card{
  background:var(--v2-surface);
  border:1px solid rgba(110,78,48,.18);
  border-radius:18px;
  box-shadow:0 10px 20px rgba(66,41,19,.08);
  overflow:hidden;
  transition:transform 0.2s, box-shadow 0.2s;
  display:flex; flex-direction:column;
}

body.fortune-entry-v2-page .fortunev2-teachers .fortunev2-teacher-card{
  flex-basis:clamp(344px, 31vw, 420px);
}
body.home-v2-page .fortunev2-teacher-card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 32px rgba(66,41,19,.14);
}
body.home-v2-page .fortunev2-teacher-card--soon{
  border-style:dashed;
  border-color:rgba(199,164,106,0.3);
  background:rgba(199,164,106,0.02);
}
body.home-v2-page .fortunev2-teacher-card--soon[hidden]{
  display:none !important;
}
body.home-v2-page .fortunev2-teacher-head{
  padding:20px 20px 0;
  display:flex; gap:14px; align-items:flex-start;
}
body.home-v2-page .fortunev2-teacher-avatar{
  width:64px; height:64px; border-radius:50%;
  flex-shrink:0; overflow:visible;
  border:2px solid rgba(199,164,106,0.25);
  background:linear-gradient(135deg, rgba(199,164,106,0.15), rgba(159,121,48,0.08));
  display:flex; align-items:center; justify-content:center;
  font-size:26px;
  position:relative;
  isolation:isolate;
}
body.home-v2-page .fortunev2-teacher-avatar::before{
  content:"";
  position:absolute;
  inset:-4px;
  border-radius:50%;
  border:1.3px solid rgba(214,173,106,.45);
  border-top-color:rgba(255,236,195,.86);
  border-right-color:rgba(214,173,106,.2);
  box-shadow:
    0 0 10px rgba(214,173,106,.22),
    0 8px 14px rgba(255,159,64,.2);
  background:
    radial-gradient(44% 30% at 50% 108%, rgba(255,152,58,.3) 0%, rgba(255,152,58,0) 78%),
    radial-gradient(24% 25% at 31% 102%, rgba(255,204,129,.25) 0%, rgba(255,204,129,0) 75%),
    radial-gradient(24% 25% at 69% 102%, rgba(255,204,129,.24) 0%, rgba(255,204,129,0) 76%);
  pointer-events:none;
  z-index:0;
  animation:
    homeTeacherAuraPulse 6.4s ease-in-out infinite,
    homeTeacherFlameFlicker 3.2s ease-in-out infinite;
}
body.home-v2-page .fortunev2-teacher-avatar::after{
  content:"";
  position:absolute;
  width:10px;
  height:10px;
  border-radius:50%;
  background:
    radial-gradient(circle, rgba(255,252,236,.98) 0%, rgba(255,244,210,.9) 28%, rgba(255,236,188,.2) 62%, rgba(255,236,188,0) 100%),
    linear-gradient(90deg, rgba(255,244,206,0) 0%, rgba(255,244,206,.9) 50%, rgba(255,244,206,0) 100%),
    linear-gradient(0deg, rgba(255,244,206,0) 0%, rgba(255,244,206,.9) 50%, rgba(255,244,206,0) 100%);
  top:50%;
  left:50%;
  box-shadow:
    0 0 10px rgba(255,228,164,.86),
    18px 9px 0 -2px rgba(255,238,198,.74),
    -10px 18px 0 -3px rgba(255,234,189,.62);
  pointer-events:none;
  z-index:2;
  transform-origin:center center;
  animation:homeTeacherOrbitSpark 8s linear infinite;
}
body.home-v2-page .fortunev2-teacher-avatar img{
  width:100%; height:100%; object-fit:cover;
}
body.home-v2-page .fortunev2-avatar-img{
  width:100%; height:100%; object-fit:cover;
  display:none; border-radius:50%;
  position:relative;
  z-index:1;
}
body.home-v2-page .fortunev2-avatar-img[src]:not([src=""]){ display:block; }
body.home-v2-page .fortunev2-teacher-avatar.is-avatar-loading .fortunev2-avatar-img{
  opacity:0;
}
body.home-v2-page .fortunev2-teacher-avatar.is-avatar-fallback .fortunev2-avatar-img{
  opacity:.72;
  object-fit:contain;
  padding:14px;
  background:#fffaf3;
}
body.home-v2-page .fortunev2-teacher-avatar:has(.fortunev2-avatar-img[src]:not([src=""])) .fortunev2-avatar-emoji{
  display:none;
}
body.home-v2-page .fortunev2-teacher-avatar.is-avatar-loading .fortunev2-avatar-emoji{
  display:block;
  color:rgba(126,97,59,.42);
}
body.home-v2-page .fortunev2-avatar-upload{
  padding:8px 10px;
  background:#fffbf5;
  border:1px dashed rgba(199,164,106,0.4);
  border-radius:8px;
  margin:10px 16px 0;
  font-size:11px;
}
body.home-v2-page .fortunev2-avatar-upload label{ font-weight:600; color:var(--v2-base-deep); display:block; margin-bottom:4px; }
body.home-v2-page .fortunev2-avatar-upload input[type="file"]{ width:100%; font-size:11px; }
body.home-v2-page .fortunev2-avatar-upload input[type="text"]{
  margin-top:4px; width:100%; padding:4px 8px;
  border:1px solid #ddd; border-radius:4px;
  font-size:11px; box-sizing:border-box;
}
body.home-v2-page:not(.is-page-admin-editing) .fortunev2-avatar-upload{ display:none !important; }
body.home-v2-page .fortunev2-teacher-meta{ flex:1; min-width:0; }
body.home-v2-page .fortunev2-teacher-status{
  display:inline-flex; align-items:center; gap:5px;
  padding:3px 10px; border-radius:999px;
  font-size:11px; font-weight:600;
  margin-bottom:6px;
}
body.home-v2-page .fortunev2-teacher-status--on{
  background:rgba(34,197,94,0.1); color:#16a34a;
  border:1px solid rgba(34,197,94,0.2);
}
body.home-v2-page .fortunev2-teacher-status--on::before{ content:"●"; font-size:7px; }
body.home-v2-page .fortunev2-teacher-status--soon{
  background:rgba(234,179,8,0.1); color:#a16207;
  border:1px solid rgba(234,179,8,0.2);
}

@keyframes homeTeacherAuraPulse{
  0%, 100%{
    opacity:.74;
    transform:none;
    box-shadow:0 0 10px rgba(214,173,106,.2);
  }
  50%{
    opacity:.94;
    transform:none;
    box-shadow:0 0 14px rgba(214,173,106,.28);
  }
}

@keyframes homeTeacherOrbitSpark{
  0%{
    transform:translate(-50%,-50%) rotate(0deg) translateX(39px) scale(.88);
    opacity:.62;
    filter:drop-shadow(0 0 1px rgba(255,228,164,.18));
  }
  25%{
    transform:translate(-50%,-50%) rotate(90deg) translateX(39px) scale(1);
    opacity:.96;
    filter:drop-shadow(0 0 6px rgba(255,228,164,.66));
  }
  50%{
    transform:translate(-50%,-50%) rotate(180deg) translateX(39px) scale(.9);
    opacity:.7;
    filter:drop-shadow(0 0 2px rgba(255,228,164,.28));
  }
  75%{
    transform:translate(-50%,-50%) rotate(270deg) translateX(39px) scale(1);
    opacity:.92;
    filter:drop-shadow(0 0 6px rgba(255,228,164,.62));
  }
  100%{
    transform:translate(-50%,-50%) rotate(360deg) translateX(39px) scale(.88);
    opacity:.62;
    filter:drop-shadow(0 0 1px rgba(255,228,164,.18));
  }
}

@keyframes homeTeacherFlameFlicker{
  0%, 100%{
    background-size:100% 100%, 100% 100%, 100% 100%;
    background-position:center 0, center 0, center 0;
    box-shadow:
      0 0 10px rgba(214,173,106,.22),
      0 8px 14px rgba(255,159,64,.2);
  }
  45%{
    background-size:103% 102%, 98% 100%, 102% 100%;
    background-position:center 2px, -1px 1px, 1px 1px;
    box-shadow:
      0 0 12px rgba(214,173,106,.26),
      0 10px 18px rgba(255,159,64,.28);
  }
  75%{
    background-size:101% 101%, 101% 102%, 99% 101%;
    background-position:center 1px, 1px 0, -1px 0;
    box-shadow:
      0 0 11px rgba(214,173,106,.24),
      0 9px 16px rgba(255,159,64,.24);
  }
}
body.home-v2-page .fortunev2-teacher-name{
  margin:0; font-size:18px; font-weight:700; line-height:1.2;
}
body.home-v2-page .fortunev2-teacher-subtitle{
  font-size:13px; color:var(--v2-muted); margin-top:3px;
}
body.home-v2-page .fortunev2-teacher-body{ padding:14px 20px; flex:1; }
body.home-v2-page .fortunev2-teacher-desc{
  font-size:14px; color:var(--v2-muted);
  line-height:1.75; margin:0 0 14px;
}
body.home-v2-page .fortunev2-teacher-rows{
  display:flex; flex-direction:column; gap:6px;
  margin-bottom:14px;
}
body.home-v2-page .fortunev2-teacher-row{
  display:flex; align-items:center; gap:8px;
  font-size:13px;
}
body.home-v2-page .fortunev2-teacher-row__icon{ font-size:14px; width:20px; flex-shrink:0; }
body.home-v2-page .fortunev2-teacher-row__label{ color:var(--v2-muted); }
body.home-v2-page .fortunev2-teacher-row__val{ font-weight:600; }
body.home-v2-page .fortunev2-teacher-tags{
  display:flex; flex-wrap:wrap; gap:6px;
}
body.home-v2-page .fortunev2-teacher-tag{
  background:#f5ece2;
  border:1px solid rgba(110,78,48,.16);
  border-radius:999px; padding:3px 10px;
  font-size:12px; color:var(--v2-muted);
}
body.home-v2-page .fortunev2-teacher-foot{
  padding:14px 20px;
  border-top:1px solid rgba(110,78,48,.14);
  display:flex; align-items:center; justify-content:space-between; gap:12px;
}
body.home-v2-page .fortunev2-teacher-price{ font-size:13px; color:var(--v2-muted); }
body.home-v2-page .fortunev2-teacher-price__label{ font-size:11px; margin-bottom:2px; }
body.home-v2-page .fortunev2-teacher-price__row{
  display:flex; align-items:baseline; gap:6px; flex-wrap:wrap;
}
body.home-v2-page .fortunev2-teacher-price__old{
  font-size:12px; color:#bbb; text-decoration:line-through;
}
body.home-v2-page .fortunev2-teacher-price__old[hidden]{
  display:none !important;
}
body.home-v2-page .home-v2-teacher-sync-frame{
  position:absolute;
  left:-99999px;
  top:-99999px;
  width:1px;
  height:1px;
  opacity:0;
  pointer-events:none;
  border:0;
}
body.home-v2-page #v2SlotDialog .fortune-book-now__empty-day{
  color:#888;
  padding:12px 0;
  font-size:.88rem;
}
body.home-v2-page .fortunev2-teacher-price__val{
  font-size:20px; font-weight:700; color:#1a1a1a;
}
body.home-v2-page .fortunev2-teacher-price__badge{
  display:inline-block;
  background:rgba(234,179,8,0.12);
  color:#a16207;
  border:1px solid rgba(234,179,8,0.24);
  border-radius:999px;
  padding:2px 8px;
  font-size:11px; font-weight:600;
  margin-top:3px;
}
body.home-v2-page .fortunev2-teacher-cta{
  display:inline-block;
  padding:10px 20px;
  color:#fff; font-weight:600; font-size:13px;
  border-radius:10px; border:none; cursor:pointer;
  white-space:nowrap; text-decoration:none;
  box-shadow:0 10px 24px rgba(102,71,42,.24);
  transition:transform 0.15s, box-shadow 0.15s;
}
body.home-v2-page .fortunev2-teacher-cta:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(102,71,42,.32);
}
body.home-v2-page .fortunev2-teacher-cta--ghost{
  background:transparent;
  border:1.5px solid rgba(0,0,0,0.08);
  color:var(--v2-muted); box-shadow:none;
}
body.home-v2-page .fortunev2-teacher-cta--ghost:hover{
  border-color:var(--v2-base); color:var(--v2-base-deep); transform:none;
}
body.home-v2-page .fortunev2-teacher-foot__actions{
  display:flex; flex-direction:column; gap:7px; min-width:160px;
}

body.home-v2-page .v2-intro-dialog{
  border:none; border-radius:20px; padding:0; margin:auto;
  max-width:460px; width:calc(100% - 40px);
  max-height:90dvh; overflow-y:auto;
  box-shadow:0 24px 64px rgba(0,0,0,.22);
  position:relative;
}
body.home-v2-page .v2-intro-dialog::backdrop{ background:rgba(0,0,0,.5); }
body.home-v2-page .v2-intro-dialog__close{
  position:absolute; top:12px; right:12px; margin:0;
  background:rgba(255,255,255,.9); border:none; border-radius:50%;
  width:34px; height:34px; font-size:16px; line-height:1;
  cursor:pointer; display:flex; align-items:center; justify-content:center;
  box-shadow:0 1px 6px rgba(0,0,0,.15); z-index:2;
}
body.home-v2-page .v2-intro-dialog__img{
  width:100%; aspect-ratio:4/3; object-fit:cover;
  display:block; border-radius:20px 20px 0 0;
}
body.home-v2-page .v2-intro-dialog__body{ padding:20px 22px 28px; }
body.home-v2-page .v2-intro-dialog__status{
  font-size:.72rem; font-weight:700; color:#16a34a;
  text-transform:uppercase; letter-spacing:.04em; margin-bottom:6px;
}
body.home-v2-page .v2-intro-dialog__name{
  font-size:1.2rem; font-weight:800; margin:0 0 3px;
}
body.home-v2-page .v2-intro-dialog__subtitle{
  font-size:.82rem; color:#888; margin-bottom:14px;
}
body.home-v2-page .v2-intro-dialog__desc{
  font-size:.88rem; line-height:1.75; color:#444; margin-bottom:16px;
  white-space:pre-line;
}
body.home-v2-page .v2-intro-dialog__tags{
  display:flex; flex-wrap:wrap; gap:6px; margin-bottom:16px;
}
body.home-v2-page .v2-intro-dialog__tag{
  background:rgba(166,124,82,.16); color:var(--v2-base-deep); border-radius:999px;
  padding:3px 12px; font-size:.78rem;
}
body.home-v2-page .v2-intro-dialog__price{
  font-size:.82rem; color:#888; margin-bottom:14px;
}
body.home-v2-page .v2-intro-dialog__price strong{
  color:#1a1a1a; font-size:1.05rem; margin-left:4px;
}
body.home-v2-page .v2-intro-dialog__price s{ color:#aaa; margin-right:2px; }

@media (max-width:980px){
  body.home-v2-page .hero--v2{
    grid-template-columns:1fr;
  }

  body.home-v2-page .hero-content--v2 h1{
    max-width:none;
    font-size:clamp(34px,8vw,54px);
    white-space:normal;
  }

  body.home-v2-page .hero-v2-feature-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.home-v2-page .hero-v2-visual{
    padding:0;
  }

  body.home-v2-page .hero-v2-visual__image-wrap{
    min-height:260px;
    max-height:340px;
    aspect-ratio:16 / 10;
  }

  body.home-v2-page .hero-v2-visual img{
    height:100%;
    object-fit:cover;
  }

  body.home-v2-page .home-shop-hero__audience-badge{
    white-space:normal;
    margin-left:0;
  }

  body.fortune-entry-v2-page .fortunev2-teachers .fortunev2-teacher-card{
    flex-basis:min(80vw, 406px);
  }
}

@media (max-width:640px){
  body.home-v2-page .hero-v2-visual img{
    object-fit:cover;
  }

  body.fortune-entry-v2-page .fortunev2-teachers .fortunev2-teacher-card{
    flex-basis:82vw;
  }
}

@media (max-width:640px){
  body.home-v2-page .hero-shell--v2{
    padding:10px 10px 0;
    overflow-x:clip;
  }

  body.home-v2-page .hero--v2{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:7px;
  }

  body.home-v2-page .hero-content--v2{
    display:contents;
  }

  body.home-v2-page .hero-cta--v2,
  body.home-v2-page .hero-cta--v2 .hero-cta__actions{
    display:contents;
  }

  body.home-v2-page .hero-content--v2 .kicker--v2{ order:1; align-self:flex-start; }
  body.home-v2-page .hero-content--v2 h1{ order:2; }
  body.home-v2-page .hero-content--v2 .lead{ order:3; }
  body.home-v2-page .hero-content--v2 .lead-detail{ order:4; }
  body.home-v2-page .hero-v2-visual{ order:5; margin-bottom:10px; }
  body.home-v2-page .hero-cta--v2 .hero-cta__primary{ order:6; }
  body.home-v2-page .v2-hero-stories{ order:7; }
  body.home-v2-page .home-hero-teachers{ order:8; }
  body.home-v2-page .hero-cta--v2 .hero-cta__secondary{ order:9; }
  body.home-v2-page .hero-content--v2 .lead-sub{ order:10; }

  body.home-v2-page .hero-content--v2,
  body.home-v2-page .hero-content--v2 .lead-detail,
  body.home-v2-page .hero-v2-visual,
  body.home-v2-page .hero-v2-visual__image-wrap,
  body.home-v2-page .v2-hero-stories,
  body.home-v2-page .home-hero-teachers,
  body.home-v2-page .v2-hero-stories__card{
    width:100%;
    max-width:100%;
    min-width:0;
  }

  body.home-v2-page .home-hero-teachers{
    display:block;
  }

  body.home-v2-page .kicker--v2{
    min-height:44px;
    padding:8px 12px 8px 11px;
    border-radius:16px;
    gap:10px;
    margin-bottom:0;
  }

  body.home-v2-page .premium-kicker__rail{
    width:3px;
    height:25px;
    box-shadow:0 0 0 4px rgba(204,151,73,.10);
  }

  body.home-v2-page .premium-kicker__eyebrow{
    font-size:8px;
    letter-spacing:.14em;
  }

  body.home-v2-page .premium-kicker__main{
    font-size:10px;
    letter-spacing:.035em;
  }

  body.home-v2-page .hero-content--v2 h1{
    font-size:clamp(28px,8.25vw,34px);
    line-height:1.08;
    letter-spacing:-.055em;
    width:100%;
  }

  body.home-v2-page .premium-hero-title__line{
    white-space:nowrap;
  }

  html[lang="en"] body.home-v2-page .hero-content--v2 h1{
    max-width:100%;
    font-size:clamp(27px,7.8vw,32px);
    line-height:1.1;
    letter-spacing:-.035em;
    overflow-wrap:anywhere;
  }

  html[lang="en"] body.home-v2-page .premium-hero-title__line{
    white-space:normal;
    overflow-wrap:anywhere;
  }

  body.home-v2-page .hero-content--v2 .lead{
    font-size:15px;
    line-height:1.48;
    margin:0;
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
    max-width:100%;
  }

  body.home-v2-page .hero-content--v2 .lead-detail{
    font-size:12.5px;
    line-height:1.52;
    margin:-5px 0 0;
    max-width:100%;
  }

  body.home-v2-page .hero-cta--v2{
    margin-top:0;
    gap:0;
  }

  body.home-v2-page .hero-cta--v2 .hero-cta__actions{
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0;
  }

  body.home-v2-page .hero-cta--v2 .hero-cta__primary,
  body.home-v2-page .hero-cta--v2 .hero-cta__secondary{
    min-height:44px;
    font-size:.95rem;
    font-weight:700;
    letter-spacing:0;
    width:100% !important;
    max-width:100%;
    box-sizing:border-box;
    padding:0 14px;
    margin-top:8px;
  }

  body.home-v2-page .hero-cta--v2 .hero-cta__secondary{
    margin-top:16px;
  }

  body.home-v2-page .v2-hero-stories{
    margin-top:0;
  }

  body.home-v2-page .v2-hero-stories__card{
    padding:12px 13px 10px;
  }

  body.home-v2-page .v2-hero-stories__dots{
    margin-top:5px;
  }

  body.home-v2-page .v2-hero-stories__quote{
    padding-left:14px;
    word-break:break-word;
  }

  body.home-v2-page .v2-hero-stories__meta{
    row-gap:6px;
  }

  body.home-v2-page .hero-v2-feature-grid{
    grid-template-columns:1fr;
  }

  body.home-v2-page .hero-v2-feature-card{
    display:grid;
    grid-template-columns:30px minmax(0,1fr);
    column-gap:10px;
    row-gap:8px;
    align-items:center;
    background:#fffdfa;
  }

  body.home-v2-page .hero-v2-feature-card .hero-v2-feature-icon-orbit{
    margin:0;
    grid-column:1;
    grid-row:1;
  }

  body.home-v2-page .hero-v2-feature-card h3{
    grid-column:2;
    grid-row:1;
    margin:0;
  }

  body.home-v2-page .hero-v2-feature-card p{
    grid-column:1 / -1;
    grid-row:2;
  }

  body.home-v2-page .hero-v2-visual{
    margin-top:8px;
  }

  body.home-v2-page .hero-v2-visual__image-wrap{
    height:220px;
    min-height:220px;
    max-height:220px;
    aspect-ratio:4 / 3;
  }

  body.home-v2-page .fortunev2-teacher-grid{ grid-template-columns:1fr; }
  body.home-v2-page .fortunev2-open-hours{
    display:flex;
    max-width:100%;
    margin-left:0;
    font-size:11.5px;
    padding:6px 10px;
    border-radius:10px;
    white-space:normal;
  }
  body.home-v2-page .fortunev2-teacher-card{ border-radius:14px; }
  body.home-v2-page .fortunev2-teacher-head{ padding:16px 16px 0; }
  body.home-v2-page .fortunev2-teacher-body{ padding:12px 16px; }
  body.home-v2-page .fortunev2-teacher-foot{ padding:12px 16px; flex-direction:column; align-items:stretch; gap:10px; }
  body.home-v2-page .fortunev2-teacher-cta{ text-align:center; display:block; }
}

@media (prefers-reduced-motion:reduce){
  body.home-v2-page .hero-v2-feature-icon-orbit::before,
  body.home-v2-page .hero-v2-feature-icon-orbit::after{
    animation:none !important;
  }
  body.home-v2-page .fortunev2-teacher-avatar::before,
  body.home-v2-page .fortunev2-teacher-avatar::after{
    animation:none !important;
  }
}
/*
 * Home entry conversion preview
 * Review-only, page-scoped adjustments that reuse the current production
 * elements and data. Remove the body class to disable the experiment.
 */

body.home-entry-conversion-preview .v2-hero-stories,
body.home-entry-conversion-preview .home-hero-teachers{
  display:none !important;
}

body.home-entry-conversion-preview .hero-cta--v2 .hero-cta__actions{
  align-items:center;
  gap:12px;
}

body.home-entry-conversion-preview .hero-cta--v2 .hero-cta__primary,
body.home-entry-conversion-preview .hero-cta--v2 .hero-cta__secondary{
  min-height:50px;
  text-decoration:none;
}

body.home-entry-conversion-preview .hero-v2-feature-grid{
  gap:0;
  overflow:hidden;
  border:1px solid rgba(159,121,48,.16);
  border-radius:18px;
  background:rgba(255,253,250,.92);
  box-shadow:0 12px 28px rgba(71,48,26,.07);
}

body.home-entry-conversion-preview .hero-v2-feature-card{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:12px;
  row-gap:3px;
  align-content:center;
  min-height:104px;
  padding:14px 16px;
  border:0;
  border-right:1px solid rgba(159,121,48,.13);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.home-entry-conversion-preview .hero-v2-feature-card:last-child{
  border-right:0;
}

body.home-entry-conversion-preview .hero-v2-feature-icon-orbit{
  grid-column:1;
  grid-row:1 / 3;
  align-self:center;
  width:34px;
  height:34px;
  margin:0;
}

body.home-entry-conversion-preview .hero-v2-feature-icon{
  width:34px;
  height:34px;
  margin:0;
}

body.home-entry-conversion-preview .hero-v2-feature-card h3{
  grid-column:2;
  margin:0;
  color:#2b2019;
  font-size:14px;
  line-height:1.35;
}

body.home-entry-conversion-preview .hero-v2-feature-card p{
  grid-column:2;
  display:-webkit-box;
  overflow:hidden;
  margin:0;
  color:#776554;
  font-size:12px;
  line-height:1.45;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

body.home-entry-conversion-preview .fortunev2-teachers{
  margin-top:28px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-card{
  flex-basis:clamp(340px,31vw,400px);
  min-height:0;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-head{
  height:auto;
  min-height:148px;
  padding:20px 20px 16px;
  grid-template-columns:88px minmax(0,1fr);
  gap:15px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-avatar{
  --fortunev2-avatar-orbit:52px;
  width:88px;
  height:88px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-status{
  margin-bottom:7px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-name{
  font-size:clamp(19px,1.55vw,23px);
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-subtitle{
  margin-top:5px;
  font-size:12.5px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-body{
  min-height:0;
  padding:15px 20px 13px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-desc,
body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-tags{
  display:none !important;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-rows{
  gap:7px;
  margin:0;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-row{
  gap:7px;
  font-size:12.5px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-foot{
  min-height:0;
  padding:14px 20px 18px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-price__val{
  font-size:22px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-foot__actions{
  min-width:144px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-cta{
  min-height:44px;
  padding:10px 15px;
  text-decoration:none;
}

body.home-entry-conversion-preview .fortunev2-teachers .fv2-next-slot{
  width:100%;
  margin-top:10px;
  padding:8px 10px;
  border-radius:12px;
  background:linear-gradient(135deg,#e8f8ee,#d4f0de);
  box-shadow:0 8px 18px rgba(22,128,70,.12);
}

body.home-entry-conversion-preview .fortunev2-teachers .fv2-next-slot__main{
  display:flex;
  flex-wrap:wrap;
  gap:2px 5px;
  align-items:baseline;
}

body.home-entry-conversion-preview .fortunev2-teachers .fv2-next-slot__value{
  font-size:13.5px;
}

body.home-entry-conversion-preview .fortunev2-teachers .fv2-next-slot--empty{
  color:#74562f;
  background:linear-gradient(135deg,#fffaf0,#f6ead6);
  border-color:rgba(164,119,52,.25);
  box-shadow:none;
}

body.home-entry-conversion-preview .fortunev2-teachers .fv2-next-slot--empty::before{
  content:"○";
  color:#a47734;
}

body.home-entry-conversion-preview .home-entry-explore{
  margin-top:38px;
  padding:24px 0 8px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.home-entry-conversion-preview .home-entry-explore .section-head{
  align-items:flex-end;
  margin-bottom:20px;
}

body.home-entry-conversion-preview .home-entry-explore .kicker{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#9b6b28;
  box-shadow:none;
  font-size:11px;
  font-weight:760;
  letter-spacing:.18em;
}

body.home-entry-conversion-preview .home-entry-explore .section-head h2{
  max-width:720px;
  margin-top:8px;
  color:#211812;
  font-size:clamp(30px,3.2vw,46px);
  font-weight:760;
  line-height:1.12;
  letter-spacing:-.035em;
}

body.home-entry-conversion-preview .home-entry-explore .section-note{
  max-width:250px;
  color:#806f60;
  font-size:14px;
  line-height:1.5;
  text-align:right;
}

body.home-entry-conversion-preview .home-entry-explore__grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
}

body.home-entry-conversion-preview .home-entry-explore__card{
  position:relative;
  display:flex;
  min-height:184px;
  padding:24px;
  flex-direction:column;
  grid-column:span 3;
  gap:10px;
  overflow:hidden;
  border:1px solid rgba(112,85,56,.065);
  border-radius:24px;
  color:#2d2119;
  background:
    linear-gradient(145deg,rgba(255,255,255,.89),rgba(251,247,241,.76));
  box-shadow:
    0 1px 0 rgba(255,255,255,.7) inset,
    0 14px 34px rgba(72,48,25,.048);
  -webkit-tap-highlight-color:transparent;
  text-decoration:none;
  transition:transform .22s cubic-bezier(.2,.8,.2,1),border-color .22s ease,box-shadow .22s ease;
}

body.home-entry-conversion-preview .home-entry-explore__card strong{
  position:relative;
  z-index:1;
  font-size:clamp(20px,1.8vw,26px);
  font-weight:740;
  line-height:1.25;
  letter-spacing:-.025em;
}

body.home-entry-conversion-preview .home-entry-explore__card > span:not(.home-entry-explore__eyebrow):not(.home-entry-explore__action){
  position:relative;
  z-index:1;
  color:#75675b;
  font-size:14px;
  line-height:1.65;
}

body.home-entry-conversion-preview .home-entry-explore__eyebrow{
  position:relative;
  z-index:1;
  color:#9a6b2e;
  font-size:11px;
  font-weight:760;
  letter-spacing:.12em;
}

body.home-entry-conversion-preview .home-entry-explore__action{
  position:relative;
  z-index:1;
  align-self:flex-start;
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0;
  border:0;
  border-radius:0;
  color:#825b29;
  background:transparent;
  font-size:12px;
  font-weight:740;
  line-height:1.2;
}

body.home-entry-conversion-preview .home-entry-explore__action::after{
  content:"→";
  display:inline-grid;
  place-items:center;
  transition:transform .2s cubic-bezier(.2,.8,.2,1);
}

body.home-entry-conversion-preview .home-entry-explore__card--primary{
  min-height:216px;
  grid-column:span 4;
  color:#fffaf2;
  background:
    radial-gradient(circle at 88% 12%,rgba(219,177,102,.24),transparent 31%),
    radial-gradient(circle at 5% 100%,rgba(160,108,45,.2),transparent 34%),
    linear-gradient(145deg,#211711 0%,#38271c 54%,#4b3321 100%);
  border-color:rgba(214,177,112,.26);
  box-shadow:
    0 1px 0 rgba(255,255,255,.12) inset,
    0 22px 48px rgba(49,31,17,.2);
}

body.home-entry-conversion-preview .home-entry-explore__card--primary::after{
  content:"";
  position:absolute;
  right:-54px;
  bottom:-72px;
  width:220px;
  height:220px;
  border:1px solid rgba(226,191,127,.12);
  border-radius:50%;
  box-shadow:0 0 0 28px rgba(226,191,127,.035),0 0 0 58px rgba(226,191,127,.018);
  pointer-events:none;
}

body.home-entry-conversion-preview .home-entry-explore__card--primary strong{
  font-size:clamp(25px,2.3vw,34px);
}

body.home-entry-conversion-preview .home-entry-explore__card:nth-child(2){
  grid-column:span 2;
}

body.home-entry-conversion-preview .home-entry-explore__card--primary .home-entry-explore__eyebrow,
body.home-entry-conversion-preview .home-entry-explore__card--primary > span:not(.home-entry-explore__eyebrow):not(.home-entry-explore__action){
  color:rgba(255,248,235,.8);
}

body.home-entry-conversion-preview .home-entry-explore__card--primary .home-entry-explore__action{
  color:#fffaf2;
}

body.home-entry-conversion-preview .home-entry-explore__card--primary .home-entry-explore__action::after{
  width:27px;
  height:27px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
  background:rgba(255,255,255,.1);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

body.home-entry-conversion-preview .home-entry-explore__more{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 16px;
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid rgba(112,85,56,.1);
  font-size:12px;
}

body.home-entry-conversion-preview .home-entry-explore__more > span{
  color:#8a765f;
  font-weight:800;
}

body.home-entry-conversion-preview .home-entry-explore__more a{
  color:#6b4c27;
  font-weight:700;
  text-decoration:none;
}

body.home-entry-conversion-preview .home-entry-explore__card:focus-visible,
body.home-entry-conversion-preview .home-entry-explore__more a:focus-visible{
  outline:3px solid rgba(192,139,72,.35);
  outline-offset:3px;
}

@media (hover:hover){
  body.home-entry-conversion-preview .home-entry-explore__card:hover{
    transform:translateY(-4px);
    border-color:rgba(159,121,48,.25);
    box-shadow:0 22px 48px rgba(71,48,26,.1);
  }

  body.home-entry-conversion-preview .home-entry-explore__more a:hover{
    color:#9b6b28;
  }

  body.home-entry-conversion-preview .home-entry-explore__card:hover .home-entry-explore__action::after{
    transform:translateX(3px);
  }
}

@media (max-width:980px){
  body.home-entry-conversion-preview .hero-v2-feature-grid{
    grid-template-columns:1fr;
  }

  body.home-entry-conversion-preview .hero-v2-feature-card{
    min-height:88px;
    border-right:0;
    border-bottom:1px solid rgba(159,121,48,.13);
  }

  body.home-entry-conversion-preview .hero-v2-feature-card:last-child{
    border-bottom:0;
  }

  body.home-entry-conversion-preview .home-entry-explore__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.home-entry-conversion-preview .home-entry-explore__card,
  body.home-entry-conversion-preview .home-entry-explore__card:nth-child(2){
    grid-column:span 1;
  }

  body.home-entry-conversion-preview .home-entry-explore__card--primary,
  body.home-entry-conversion-preview .home-entry-explore__card:last-child{
    grid-column:span 2;
  }
}

@media (max-width:640px){
  body.home-entry-conversion-preview .hero-cta--v2 .hero-cta__primary{
    order:6;
    margin-top:8px;
  }

  body.home-entry-conversion-preview .hero-cta--v2 .hero-cta__secondary{
    order:7;
    margin-top:2px;
  }

  body.home-entry-conversion-preview .hero-content--v2 .lead-sub{
    order:8;
  }

  body.home-entry-conversion-preview .hero-v2-feature-grid{
    margin-top:14px;
    border-radius:16px;
  }

  body.home-entry-conversion-preview .hero-v2-feature-card{
    grid-template-columns:34px minmax(0,1fr);
    min-height:78px;
    padding:11px 12px;
  }

  body.home-entry-conversion-preview .hero-v2-feature-icon-orbit,
  body.home-entry-conversion-preview .hero-v2-feature-icon{
    width:30px;
    height:30px;
  }

  body.home-entry-conversion-preview .hero-v2-feature-card h3{
    font-size:13px;
  }

  body.home-entry-conversion-preview .hero-v2-feature-card p{
    font-size:11.5px;
    display:block;
    overflow:visible;
    -webkit-line-clamp:unset;
  }

  body.home-entry-conversion-preview .hero-v2-feature-card:last-child p{
    padding-right:42px;
  }

  body.home-entry-conversion-preview .uc-support-fab{
    right:8px;
  }

  body.home-entry-conversion-preview .uc-support-fab.is-bubble-on:not(.is-open) .uc-support-fab__bubble{
    display:none;
  }

  body.home-entry-conversion-preview .uc-support-fab__button,
  body.home-entry-conversion-preview .uc-support-fab__button-icon{
    width:46px;
    min-width:46px;
    height:46px;
  }

  body.home-entry-conversion-preview .fortunev2-teachers{
    margin-top:20px;
  }

  body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-card{
    flex-basis:86vw;
  }

  body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-head{
    min-height:124px;
    padding:16px 16px 13px;
    grid-template-columns:70px minmax(0,1fr);
    gap:12px;
  }

  body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-avatar{
    --fortunev2-avatar-orbit:43px;
    width:70px;
    height:70px;
  }

  body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-name{
    font-size:19px;
  }

  body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-body{
    padding:13px 16px 11px;
  }

  body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-row{
    grid-template-columns:18px auto minmax(0,1fr);
    font-size:11.5px;
  }

  body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-foot{
    padding:12px 16px 16px;
  }

  body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-foot__actions{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }

  body.home-entry-conversion-preview .fortunev2-teachers .fv2-next-slot__main{
    display:grid;
    gap:0;
  }

  body.home-entry-conversion-preview .home-entry-explore{
    margin-top:24px;
    padding:20px 4px 6px;
  }

  body.home-entry-conversion-preview .home-entry-explore .section-head{
    align-items:flex-start;
    margin-bottom:17px;
  }

  body.home-entry-conversion-preview .home-entry-explore .section-head h2{
    margin-top:7px;
    font-size:30px;
    line-height:1.16;
  }

  body.home-entry-conversion-preview .home-entry-explore .section-note{
    max-width:none;
    margin-top:8px;
    font-size:14px;
    text-align:left;
  }

  body.home-entry-conversion-preview .home-entry-explore__grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  body.home-entry-conversion-preview .home-entry-explore__card,
  body.home-entry-conversion-preview .home-entry-explore__card:nth-child(2),
  body.home-entry-conversion-preview .home-entry-explore__card--primary,
  body.home-entry-conversion-preview .home-entry-explore__card:last-child{
    min-height:152px;
    padding:18px;
    grid-column:span 1;
    border-radius:22px;
  }

  body.home-entry-conversion-preview .home-entry-explore__card--primary{
    min-height:196px;
    padding:21px 19px;
  }

  body.home-entry-conversion-preview .home-entry-explore__card strong{
    font-size:22px;
  }

  body.home-entry-conversion-preview .home-entry-explore__card--primary strong{
    font-size:28px;
  }

  body.home-entry-conversion-preview .home-entry-explore__card > span:not(.home-entry-explore__eyebrow):not(.home-entry-explore__action){
    display:block;
    overflow:visible;
    font-size:14px;
    line-height:1.65;
    -webkit-line-clamp:unset;
  }

  body.home-entry-conversion-preview.home-entry-explore-in-view .uc-support-fab{
    opacity:0;
    transform:translateY(8px);
    pointer-events:none;
  }

  body.home-entry-conversion-preview .home-entry-explore__more{
    align-items:flex-start;
    flex-direction:column;
    gap:9px;
  }
}

@media (prefers-reduced-motion:reduce){
  body.home-entry-conversion-preview .hero-v2-feature-icon-orbit::before,
  body.home-entry-conversion-preview .hero-v2-feature-icon-orbit::after{
    animation:none;
  }
}
body.home-entry-conversion-preview .fortunev2-teachers .fortunev2-teacher-card--loading .fortunev2-skeleton-rows {
  margin-top: 22px;
}
:root{
  --uc-motion-ease: cubic-bezier(.22,.61,.36,1);
  --uc-motion-ease-emphatic: cubic-bezier(.05,.7,.1,1);
  --uc-motion-ease-settle: cubic-bezier(.16,1,.3,1);
  --uc-motion-fast: 140ms;
  --uc-motion-standard: 320ms;
  --uc-motion-slow: 620ms;
}

@media (prefers-reduced-motion: no-preference){
  body.home-v2-page .premium-kicker,
  body.home-v2-page .premium-hero-title__line,
  body.home-v2-page .lead,
  body.home-v2-page .lead-detail,
  body.home-v2-page .hero-cta__actions,
  body.home-v2-page .v2-hero-stories,
  body.home-v2-page .home-hero-teachers,
  body.home-v2-page .hero-v2-feature-card,
  body.home-v2-page .hero-v2-visual,
  body[data-page-key="fortune-hub-v2"] .fortunev2-hero-kicker,
  body[data-page-key="fortune-hub-v2"] .fortune-hero h1,
  body[data-page-key="fortune-hub-v2"] .fortune-hero .lead,
  body[data-page-key="fortune-hub-v2"] .fortunev2-hero-cta-row,
  body[data-page-key="fortune-hub-v2"] .fortunev2-booking-flow,
  body[data-page-key="fortune-hub-v2"] .fortunev2-hero-teachers,
  body[data-page-key="fortune-hub-v2"] .fortunev2-hero-side,
  body.quiz-page .intro-card,
  body.quiz-page .flow-head,
  body.quiz-page .step-card,
  body.quiz-page .flow-actions,
  body.quiz-page .result-card,
  body.shop-preview-page .shop-seo-intro,
  body.shop-preview-page .effect-tabs-section,
  body.shop-preview-page #filterBar,
  body.shop-preview-page #hotSection,
  body.shop-preview-page #list,
  body.service-view .svc-promo-card,
  body.service-view #svcList{
    animation:ucMotionFadeLift var(--uc-motion-slow) var(--uc-motion-ease-emphatic) both;
  }

  body.home-v2-page .premium-hero-title__line--gold{ animation-delay:70ms; }
  body.home-v2-page .lead{ animation-delay:120ms; }
  body.home-v2-page .lead-detail{ animation-delay:170ms; }
  body.home-v2-page .hero-cta__actions{ animation-delay:230ms; }
  body.home-v2-page .v2-hero-stories{ animation-delay:300ms; }
  body.home-v2-page .home-hero-teachers{ animation-delay:340ms; }
  body.home-v2-page .hero-v2-visual{ animation-delay:160ms; }
  body.home-v2-page .hero-v2-feature-card:nth-child(1){ animation-delay:300ms; }
  body.home-v2-page .hero-v2-feature-card:nth-child(2){ animation-delay:360ms; }
  body.home-v2-page .hero-v2-feature-card:nth-child(3){ animation-delay:420ms; }

  body[data-page-key="fortune-hub-v2"] .fortune-hero h1{ animation-delay:70ms; }
  body[data-page-key="fortune-hub-v2"] .fortune-hero .lead{ animation-delay:130ms; }
  body[data-page-key="fortune-hub-v2"] .fortunev2-hero-cta-row{ animation-delay:190ms; }
  body[data-page-key="fortune-hub-v2"] .fortunev2-booking-flow{ animation-delay:250ms; }
  body[data-page-key="fortune-hub-v2"] .fortunev2-hero-teachers{ animation-delay:310ms; }
  body[data-page-key="fortune-hub-v2"] .fortunev2-hero-side{ animation-delay:120ms; }

  body.quiz-page .flow-head{ animation-delay:40ms; }
  body.quiz-page .step-card{ animation-delay:90ms; }
  body.quiz-page .flow-actions{ animation-delay:150ms; }
  body.shop-preview-page .effect-tabs-section{ animation-delay:90ms; }
  body.shop-preview-page #filterBar{ animation-delay:140ms; }
  body.shop-preview-page #hotSection{ animation-delay:180ms; }
  body.shop-preview-page #list{ animation-delay:210ms; }
  body.service-view .svc-promo-card{ animation-delay:80ms; }
  body.service-view #svcList{ animation-delay:150ms; }

  body.home-v2-page .v2-hero-stories__card,
  body[data-page-key="fortune-hub-v2"] .v2-hero-stories__card{
    transition:
      opacity var(--uc-motion-standard) var(--uc-motion-ease),
      transform var(--uc-motion-standard) var(--uc-motion-ease),
      box-shadow var(--uc-motion-standard) var(--uc-motion-ease);
  }

  body.home-v2-page .v2-hero-stories__card.is-fading,
  body[data-page-key="fortune-hub-v2"] .v2-hero-stories__card.is-fading{
    transform:translateY(6px) scale(.992);
  }

  body.home-v2-page .hero-cta__primary,
  body.home-v2-page .hero-cta__secondary,
  body[data-page-key="fortune-hub-v2"] .hero-cta__primary,
  body[data-page-key="fortune-hub-v2"] .hero-cta__secondary,
  body[data-page-key="fortune-hub-v2"] .fortunev2-teacher-cta,
  body.quiz-page .btn,
  body.shop-preview-page .btn,
  body.shop-preview-page #cartFab,
  body.shop-preview-page .effect-tab,
  body.shop-preview-page #sideDeities .side-cat-btn,
  body.service-view .btn,
  body.service-view #cartFab,
  body.service-view .svc-promo-cta,
  body.service-view .svc-slot-nav{
    transition:
      transform var(--uc-motion-fast) var(--uc-motion-ease),
      box-shadow var(--uc-motion-standard) var(--uc-motion-ease),
      border-color var(--uc-motion-fast) ease,
      background-color var(--uc-motion-fast) ease,
      color var(--uc-motion-fast) ease;
  }

  body.home-v2-page .hero-cta__primary,
  body[data-page-key="fortune-hub-v2"] .hero-cta__primary,
  body.quiz-page .btn-primary,
  body.shop-preview-page .btn.primary,
  body.service-view .btn.primary{
    position:relative;
    overflow:hidden;
  }

  body.home-v2-page .hero-cta__primary::after,
  body[data-page-key="fortune-hub-v2"] .hero-cta__primary::after,
  body.quiz-page .btn-primary::after,
  body.shop-preview-page .btn.primary::after,
  body.service-view .btn.primary::after{
    content:"";
    position:absolute;
    inset:-40% -60%;
    background:linear-gradient(110deg, transparent 35%, rgba(255,255,255,.26) 50%, transparent 65%);
    transform:translateX(-65%);
    opacity:0;
    pointer-events:none;
  }

  body.home-v2-page .hero-cta__primary:hover::after,
  body[data-page-key="fortune-hub-v2"] .hero-cta__primary:hover::after,
  body.quiz-page .btn-primary:hover::after,
  body.shop-preview-page .btn.primary:hover::after,
  body.service-view .btn.primary:hover::after{
    animation:ucMotionSheen 780ms var(--uc-motion-ease) both;
  }

  body.home-v2-page .hero-cta__primary:active,
  body.home-v2-page .hero-cta__secondary:active,
  body[data-page-key="fortune-hub-v2"] .hero-cta__primary:active,
  body[data-page-key="fortune-hub-v2"] .hero-cta__secondary:active,
  body[data-page-key="fortune-hub-v2"] .fortunev2-teacher-cta:active,
  body.quiz-page .btn:active,
  body.quiz-page .option-card:active,
  body.shop-preview-page .btn:active,
  body.shop-preview-page #cartFab:active,
  body.shop-preview-page .grid .card:active,
  body.service-view .btn:active,
  body.service-view #cartFab:active,
  body.service-view .service-grid .card:active{
    transform:translateY(1px) scale(.99);
  }

  body.home-v2-page .home-hero-teachers .fortunev2-hero-teacher,
  body[data-page-key="fortune-hub-v2"] .fortunev2-hero-teachers .fortunev2-hero-teacher,
  body[data-page-key="fortune-hub-v2"] .fortunev2-teachers .fortunev2-teacher-card,
  body[data-page-key="fortune-hub-v2"] .fortunev2-guarantee-card,
  body.shop-preview-page .grid .card,
  body.shop-preview-page .shop-preview-service-card,
  body.shop-preview-page #sideDeities .tool-link,
  body.service-view .service-grid .card,
  body.service-view .svc-promo-card,
  body.service-view .svc-pack-pill{
    transition:
      transform var(--uc-motion-standard) var(--uc-motion-ease),
      box-shadow var(--uc-motion-standard) var(--uc-motion-ease),
      border-color var(--uc-motion-fast) ease,
      filter var(--uc-motion-fast) ease;
  }

  body.home-v2-page .home-hero-teachers .fortunev2-hero-teacher:hover,
  body[data-page-key="fortune-hub-v2"] .fortunev2-hero-teachers .fortunev2-hero-teacher:hover{
    transform:translateY(-2px);
  }

  body[data-page-key="fortune-hub-v2"] .fortunev2-teachers .fortunev2-teacher-card:hover,
  body[data-page-key="fortune-hub-v2"] .fortunev2-guarantee-card:hover,
  body.shop-preview-page .grid .card:hover,
  body.shop-preview-page .shop-preview-service-card:hover,
  body.service-view .service-grid .card:hover,
  body.service-view .svc-promo-card:hover{
    transform:translateY(-4px);
    filter:saturate(1.03);
  }

  body[data-page-key="fortune-hub-v2"] .fortune-booking-dialog[open] .fortune-booking-dialog__card,
  body[data-page-key="fortune-hub-v2"] .v2-intro-dialog[open],
  body.quiz-page dialog[open] .fortune-shell,
  body.shop-preview-page #dlg[open] .dlgBody,
  body.service-view #svcDetail[open] .dlgBody{
    animation:ucMotionDialogIn 360ms var(--uc-motion-ease-settle) both;
  }

  body[data-page-key="fortune-hub-v2"] .fortune-booking-dialog::backdrop,
  body[data-page-key="fortune-hub-v2"] .v2-intro-dialog::backdrop,
  body.quiz-page dialog::backdrop,
  body.shop-preview-page #dlg::backdrop,
  body.service-view #svcDetail::backdrop{
    animation:ucMotionBackdropIn var(--uc-motion-standard) ease both;
  }

  body.shop-preview-page .grid .card .pic img,
  body.shop-preview-page .shop-preview-service-card__media img,
  body.service-view .service-grid .card .pic img{
    transition:transform 520ms var(--uc-motion-ease);
  }

  body.shop-preview-page .grid .card:hover .pic img,
  body.shop-preview-page .shop-preview-service-card:hover .shop-preview-service-card__media img,
  body.service-view .service-grid .card:hover .pic img{
    transform:scale(1.045);
  }

  body.shop-preview-page .effect-tab[aria-selected="true"],
  body.shop-preview-page .effect-tab.is-active,
  body.service-view .svc-pack-pill.is-active,
  body.service-view .svc-pack-pill[aria-pressed="true"]{
    animation:ucMotionSelectPulse 520ms var(--uc-motion-ease-settle) both;
  }

  body.quiz-page .quiz-flow:not([hidden]) .step-card:not([style*="display: none"]),
  body.quiz-page .quiz-flow:not([hidden]) .step-card:not([style*="display:none"]){
    animation:ucMotionQuizStep 420ms var(--uc-motion-ease-emphatic) both;
  }

  body.quiz-page .option-card::after{
    content:"";
    position:absolute;
    left:20px;
    top:22px;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#9f7930;
    opacity:0;
    transform:scale(.4);
    transition:
      opacity var(--uc-motion-fast) ease,
      transform var(--uc-motion-standard) var(--uc-motion-ease-settle);
  }

  body.quiz-page .option-card.is-selected::after,
  body.quiz-page .option-card[aria-checked="true"]::after{
    opacity:1;
    transform:scale(1);
  }

  body.quiz-page #progressFill{
    transition:width 420ms var(--uc-motion-ease);
  }

  body.quiz-page #resultBox[style*="display: block"],
  body.quiz-page #resultBox[style*="display:block"]{
    animation:ucMotionResultReveal 720ms var(--uc-motion-ease-emphatic) both;
  }

  body.shop-preview-page #dlgCart[open] .cartWrap,
  body.shop-preview-page #dlgOrderConfirm[open],
  body.shop-preview-page #dlgStore[open],
  body.shop-preview-page #dlgLookup[open],
  body.shop-preview-page #dlgOrderSuccess[open] .order-success-card,
  body.service-view #svcCartPanel[open],
  body.service-view #svcCart[open] .svc-form,
  body.service-view #svcSuccess[open] .dlgBody{
    animation:ucMotionCheckoutPanelIn 420ms var(--uc-motion-ease-settle) both;
  }

  body.shop-preview-page #dlgCart::backdrop,
  body.shop-preview-page #dlgOrderConfirm::backdrop,
  body.shop-preview-page #dlgStore::backdrop,
  body.shop-preview-page #dlgLookup::backdrop,
  body.shop-preview-page #dlgOrderSuccess::backdrop,
  body.service-view #svcCartPanel::backdrop,
  body.service-view #svcCart::backdrop,
  body.service-view #svcSuccess::backdrop{
    animation:ucMotionBackdropIn var(--uc-motion-standard) ease both;
  }

  body.shop-preview-page .cartItem,
  body.service-view #svcCartPanel .svc-cart-item{
    animation:ucMotionCartItemIn 360ms var(--uc-motion-ease-emphatic) both;
    transition:
      transform var(--uc-motion-standard) var(--uc-motion-ease),
      box-shadow var(--uc-motion-standard) var(--uc-motion-ease),
      border-color var(--uc-motion-fast) ease,
      background-color var(--uc-motion-fast) ease;
  }

  body.shop-preview-page .cartItem:nth-child(2),
  body.service-view #svcCartPanel .svc-cart-item:nth-child(2){
    animation-delay:45ms;
  }

  body.shop-preview-page .cartItem:nth-child(3),
  body.service-view #svcCartPanel .svc-cart-item:nth-child(3){
    animation-delay:90ms;
  }

  body.shop-preview-page .cartItem:hover,
  body.service-view #svcCartPanel .svc-cart-item:hover{
    transform:translateY(-2px);
  }

  body.shop-preview-page #orderItemsBox tbody tr{
    animation:ucMotionCartItemIn 320ms var(--uc-motion-ease) both;
  }

  body.shop-preview-page .cartActions .btn,
  body.shop-preview-page #orderNextBtn,
  body.shop-preview-page #storeNextBtn,
  body.shop-preview-page #storeOpenCvsBtn,
  body.service-view #svcCartPanel .svc-cart-actions .btn,
  body.service-view #svcCart .svc-pay-method,
  body.service-view #svcCart .svc-stepper span{
    transition:
      transform var(--uc-motion-fast) var(--uc-motion-ease),
      box-shadow var(--uc-motion-standard) var(--uc-motion-ease),
      border-color var(--uc-motion-fast) ease,
      background-color var(--uc-motion-fast) ease,
      color var(--uc-motion-fast) ease;
  }

  body.shop-preview-page .cartActions .btn:active,
  body.shop-preview-page #orderNextBtn:active,
  body.shop-preview-page #storeNextBtn:active,
  body.shop-preview-page #storeOpenCvsBtn:active,
  body.service-view #svcCartPanel .svc-cart-actions .btn:active,
  body.service-view #svcCart .svc-pay-method:active{
    transform:translateY(1px) scale(.99);
  }

  body.service-view #svcCart .svc-step-content.active{
    animation:ucMotionCheckoutStepIn 440ms var(--uc-motion-ease-emphatic) both;
  }

  body.service-view #svcCart .svc-stepper span.active,
  body.service-view #svcCart .svc-pay-method.is-selected,
  body.service-view #svcCart .svc-pay-method[aria-pressed="true"]{
    animation:ucMotionSelectPulse 520ms var(--uc-motion-ease-settle) both;
  }

  body.service-view #svcCart .svc-pay-method:hover,
  body.service-view #svcCart .svc-pay-method:focus-visible{
    transform:translateY(-2px);
  }

  body.service-view #svcCart .svc-payment-screen:not([hidden]),
  body.service-view #svcCart #svcPaymentChoiceScreen:not([hidden]),
  body.service-view #svcCart #svcPaymentAtmScreen:not([hidden]),
  body.service-view #svcCart #svcPaymentCreditScreen:not([hidden]){
    animation:ucMotionCheckoutStepIn 380ms var(--uc-motion-ease) both;
  }

  body.home-v2-page.nav-open .nav-drawer,
  body[data-page-key="fortune-hub-v2"].nav-open .nav-drawer,
  body.shop-preview-nav-open .shop-preview-nav-drawer{
    animation:ucMotionBackdropIn var(--uc-motion-standard) ease both;
  }

  body.home-v2-page.nav-open .nav-drawer__panel,
  body[data-page-key="fortune-hub-v2"].nav-open .nav-drawer__panel,
  body.shop-preview-nav-open .shop-preview-nav-drawer__panel{
    animation:ucMotionDrawerPanelIn 380ms var(--uc-motion-ease-settle) both;
  }

  body.home-v2-page.nav-open .nav-drawer__header,
  body.home-v2-page.nav-open .nav-drawer__group,
  body.home-v2-page.nav-open .nav-drawer__cta,
  body[data-page-key="fortune-hub-v2"].nav-open .nav-drawer__header,
  body[data-page-key="fortune-hub-v2"].nav-open .nav-drawer__group,
  body[data-page-key="fortune-hub-v2"].nav-open .nav-drawer__cta,
  body.shop-preview-nav-open .shop-preview-nav-drawer__header,
  body.shop-preview-nav-open .shop-preview-nav-drawer__group,
  body.shop-preview-nav-open .shop-preview-nav-drawer .auth-widget,
  body.shop-preview-nav-open .shop-preview-nav-drawer .guardian-badge{
    animation:ucMotionNavItemIn 420ms var(--uc-motion-ease-emphatic) both;
  }

  body.home-v2-page.nav-open .nav-drawer__group:nth-of-type(2),
  body[data-page-key="fortune-hub-v2"].nav-open .nav-drawer__group:nth-of-type(2),
  body.shop-preview-nav-open .shop-preview-nav-drawer__group:nth-of-type(2){
    animation-delay:55ms;
  }

  body.home-v2-page.nav-open .nav-drawer__group:nth-of-type(3),
  body[data-page-key="fortune-hub-v2"].nav-open .nav-drawer__group:nth-of-type(3),
  body.shop-preview-nav-open .shop-preview-nav-drawer__group:nth-of-type(3){
    animation-delay:105ms;
  }

  body.shop-preview-page .member-menu button,
  body.service-view .member-menu button,
  body.quiz-page .member-menu button,
  body.home-v2-page .home-member-menu__btn,
  body.home-v2-page .home-drawer-member-menu__btn,
  body.home-v2-page .nav-drawer__close,
  body[data-page-key="fortune-hub-v2"] .nav-drawer__close,
  body.shop-preview-page .shop-preview-nav-drawer__close,
  body.service-view .shop-preview-nav-drawer__close,
  body.shop-preview-page .shop-preview-nav-drawer__group a,
  body.service-view .shop-preview-nav-drawer__group a,
  body.shop-preview-page .shop-preview-nav-drawer .member-menu-panel a,
  body.shop-preview-page .shop-preview-nav-drawer .member-menu-panel button,
  body.service-view .shop-preview-nav-drawer .member-menu-panel a,
  body.service-view .shop-preview-nav-drawer .member-menu-panel button{
    transition:
      transform var(--uc-motion-fast) var(--uc-motion-ease),
      box-shadow var(--uc-motion-standard) var(--uc-motion-ease),
      border-color var(--uc-motion-fast) ease,
      background-color var(--uc-motion-fast) ease,
      color var(--uc-motion-fast) ease;
  }

  body.home-v2-page .nav-drawer__close:active,
  body[data-page-key="fortune-hub-v2"] .nav-drawer__close:active,
  body.shop-preview-page .shop-preview-nav-drawer__close:active,
  body.service-view .shop-preview-nav-drawer__close:active,
  body.shop-preview-page .shop-preview-nav-drawer__group a:active,
  body.service-view .shop-preview-nav-drawer__group a:active,
  body.shop-preview-page .shop-preview-nav-drawer .member-menu-panel a:active,
  body.shop-preview-page .shop-preview-nav-drawer .member-menu-panel button:active,
  body.service-view .shop-preview-nav-drawer .member-menu-panel a:active,
  body.service-view .shop-preview-nav-drawer .member-menu-panel button:active{
    transform:translateY(1px) scale(.99);
  }

  body.shop-preview-page .member-menu-panel[style*="display: block"],
  body.shop-preview-page .member-menu-panel[style*="display:block"],
  body.service-view .member-menu-panel[style*="display: block"],
  body.service-view .member-menu-panel[style*="display:block"],
  body.quiz-page .member-menu-panel[style*="display: block"],
  body.quiz-page .member-menu-panel[style*="display:block"]{
    animation:ucMotionMenuPanelIn 260ms var(--uc-motion-ease-settle) both;
    transform-origin:top right;
  }
}

@media (prefers-reduced-motion: no-preference) and (max-width:640px){
  body.service-view #svcCart[open]{
    animation:ucMotionMobileCenteredDialogIn 360ms var(--uc-motion-ease-settle) both;
  }
}

@keyframes ucMotionFadeLift{
  from{
    opacity:0;
    transform:translateY(14px) scale(.992);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

@keyframes ucMotionDialogIn{
  from{
    opacity:0;
    transform:translateY(18px) scale(.985);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

@keyframes ucMotionBackdropIn{
  from{ opacity:0; }
  to{ opacity:1; }
}

@keyframes ucMotionQuizStep{
  from{
    opacity:0;
    transform:translateY(10px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes ucMotionResultReveal{
  0%{
    opacity:0;
    transform:translateY(18px) scale(.988);
  }
  60%{
    opacity:1;
    transform:translateY(-2px) scale(1.002);
  }
  100%{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

@keyframes ucMotionSheen{
  0%{
    opacity:0;
    transform:translateX(-65%);
  }
  18%{ opacity:1; }
  100%{
    opacity:0;
    transform:translateX(65%);
  }
}

@keyframes ucMotionSelectPulse{
  0%{
    transform:scale(.985);
    box-shadow:0 0 0 0 rgba(217,164,65,.22);
  }
  70%{
    transform:scale(1.01);
    box-shadow:0 0 0 8px rgba(217,164,65,0);
  }
  100%{
    transform:scale(1);
    box-shadow:0 0 0 0 rgba(217,164,65,0);
  }
}

@keyframes ucMotionCheckoutPanelIn{
  from{
    opacity:0;
    transform:translateY(16px) scale(.988);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

@keyframes ucMotionCartItemIn{
  from{
    opacity:0;
    transform:translateY(8px) scale(.992);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

@keyframes ucMotionCheckoutStepIn{
  from{
    opacity:0;
    transform:translateY(10px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes ucMotionMobileCenteredDialogIn{
  from{
    opacity:0;
    transform:translate(-50%, calc(-50% + 12px)) scale(.988);
  }
  to{
    opacity:1;
    transform:translate(-50%, -50%) scale(1);
  }
}

@keyframes ucMotionDrawerPanelIn{
  from{
    opacity:.72;
    transform:translateX(18px);
  }
  to{
    opacity:1;
    transform:translateX(0);
  }
}

@keyframes ucMotionNavItemIn{
  from{
    opacity:0;
    transform:translateY(8px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes ucMotionMenuPanelIn{
  from{
    opacity:0;
    transform:translateY(8px) scale(.98);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce){
  body.home-v2-page *,
  body[data-page-key="fortune-hub-v2"] *,
  body.quiz-page *,
  body.shop-preview-page *,
  body.service-view *{
    animation-duration:1ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:1ms !important;
  }
}
