/* =========================================================
   SAKURA MASSAGE | HOME V6
   2026-09-07
   변경: Pretendard 유지 / 스크롤 섹션 등장 / 벚꽃 포인트 장식 / 벚꽃 효과 중간 강도
   ========================================================= */

:root {
  --ink: #211b1e;
  --ink-soft: #62545a;
  --pink: #ef759a;
  --pink-deep: #c95277;
  --pink-soft: #fff2f6;
  --line: #efd6df;
  --paper: #fffafb;
  --white: #fff;
  --dark: #241b20;
  --shadow: 0 22px 55px rgba(76, 40, 55, .11);
  --shell: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Pretendard", "Pretendard Variable", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: -0.015em;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.sakura-shell {
  width: min(calc(100% - 36px), var(--shell));
  margin: 0 auto;
}

.sakura-section { padding: 90px 0; }
.sakura-center { display: flex; justify-content: center; margin-top: 34px; }

.sakura-btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.sakura-btn:hover { transform: translateY(-2px); }

.sakura-btn-pink {
  color: #fff;
  background: linear-gradient(180deg, #f58cad, #ef759a);
  box-shadow: 0 12px 28px rgba(239,117,154,.25);
}

.sakura-btn-dark { background: var(--dark); color: #fff; }
.sakura-btn-outline { background: #fff; border-color: var(--line); }
.sakura-btn-white { background: #fff; color: var(--dark); }
.sakura-btn-kakao { background: #fee500; color: #191919; }
.sakura-btn-glass {
  color: #fff;
  border-color: rgba(255,255,255,.42);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
}

.sakura-section-title {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.sakura-section-title-left {
  margin-left: 0;
  text-align: left;
}

.sakura-section-title > span,
.sakura-label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--pink-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}

.sakura-section-title h2 {
  margin: 0;
  font-size: clamp(31px, 4vw, 43px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.045em;
}

.sakura-section-title p {
  margin: 13px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 400;
}

/* HEADER */
.sakura-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 74px;
  background: rgba(255,250,251,.94);
  border-bottom: 1px solid rgba(239,214,223,.72);
  backdrop-filter: blur(14px);
}

.sakura-header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sakura-header-brand {
  display: flex;
  align-items: center;
  gap: 9px;
}

.sakura-header-brand > img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}

.sakura-header-word {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.sakura-header-word strong {
  font-size: 20px;
  font-weight: 760;
  letter-spacing: -0.045em;
}

.sakura-header-word small {
  margin-top: 5px;
  color: var(--pink-deep);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .2em;
}

.sakura-nav {
  display: flex;
  gap: 4px;
  align-items: center;
}

.sakura-nav a {
  padding: 11px 15px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.sakura-nav a:hover { background: var(--pink-soft); }

.sakura-nav-reserve {
  margin-left: 6px;
  color: #fff !important;
  background: var(--dark) !important;
}

.sakura-menu-btn {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(60,36,46,.10);
}

.sakura-menu-btn span {
  width: 21px;
  height: 2px;
  display: block;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--ink);
}

/* HERO */
.sakura-hero {
  min-height: 760px;
  position: relative;
  overflow: hidden;
  background: #1d1519;
}

.sakura-hero-bg,
.sakura-hero-bg img,
.sakura-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sakura-hero-bg img {
  object-fit: cover;
  object-position: center;
}

.sakura-hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(20,12,16,.88) 0%, rgba(20,12,16,.65) 35%, rgba(20,12,16,.18) 64%, rgba(20,12,16,.07) 100%),
    linear-gradient(180deg, rgba(0,0,0,.02) 52%, rgba(15,8,12,.54) 100%);
}

.sakura-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 165px;
}

.sakura-hero-copy {
  width: min(620px, 58%);
  color: #fff;
}

.sakura-eyebrow {
  margin: 0 0 11px;
  color: #ffd2e0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .23em;
}

.sakura-hero h1 {
  margin: 0;
  font-size: clamp(45px, 6vw, 69px);
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.sakura-hero-slogan {
  margin: 21px 0 17px;
  font-size: clamp(27px, 3.4vw, 40px);
  font-weight: 690;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.sakura-hero-desc {
  margin: 0;
  max-width: 570px;
  color: rgba(255,255,255,.86);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.sakura-hero-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 27px;
}

.sakura-trust-panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 23px;
  background: rgba(39,23,31,.56);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 50px rgba(0,0,0,.20);
}

.sakura-trust-item {
  min-height: 112px;
  padding: 19px 20px 17px;
  color: #fff;
  border-right: 1px solid rgba(255,255,255,.13);
}

.sakura-trust-item:last-child { border-right: 0; }

.sakura-trust-item > span {
  display: block;
  margin-bottom: 5px;
  color: #ffb4ca;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

.sakura-trust-item strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.sakura-trust-item small {
  color: rgba(255,255,255,.67);
  font-size: 12px;
  line-height: 1.45;
}

/* COURSE */
.sakura-course-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(239,117,154,.08), transparent 25%),
    #fffafb;
}

.sakura-course-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.sakura-course-card {
  position: relative;
  overflow: hidden;
  padding: 30px 28px;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: #fff;
  box-shadow: var(--shadow);
}

.sakura-course-featured {
  border-color: #eaa1b8;
  box-shadow: 0 24px 60px rgba(203,82,119,.14);
}

.sakura-course-ribbon {
  position: absolute;
  top: 18px;
  right: -34px;
  width: 140px;
  padding: 5px 0;
  transform: rotate(38deg);
  color: #fff;
  background: var(--pink);
  text-align: center;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
}

.sakura-course-head p {
  margin: 0 0 6px;
  color: var(--pink-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
}

.sakura-course-head h3 {
  min-height: 64px;
  margin: 0;
  font-size: 26px;
  font-weight: 720;
  line-height: 1.26;
  letter-spacing: -0.04em;
}

.sakura-course-head > strong {
  display: block;
  margin-top: 9px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 550;
}

.sakura-prices {
  margin-top: 25px;
  border-top: 1px solid var(--line);
}

.sakura-prices > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px dashed var(--line);
}

.sakura-prices > div:last-child { border-bottom: 0; }

.sakura-prices span {
  color: var(--ink-soft);
  font-weight: 600;
}

.sakura-prices b {
  font-size: 20px;
  font-weight: 720;
  letter-spacing: -0.03em;
}

/* STORY - 이미지 반복 없이 CSS로 사쿠라 분위기 */
.sakura-story-section {
  padding: 30px 0 92px;
}

.sakura-story {
  min-height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid #eed2dd;
  background:
    radial-gradient(circle at 82% 20%, rgba(239,117,154,.18), transparent 24%),
    radial-gradient(circle at 12% 88%, rgba(255,214,227,.55), transparent 28%),
    linear-gradient(135deg, #fffafd 0%, #fff0f5 54%, #fff8fa 100%);
  box-shadow: 0 24px 56px rgba(76,40,55,.10);
}

.sakura-story-textonly::before {
  content: "SAKURA";
  position: absolute;
  right: 5%;
  bottom: -3%;
  color: rgba(201,82,119,.055);
  font-size: clamp(92px, 15vw, 190px);
  font-weight: 800;
  letter-spacing: .06em;
  line-height: .8;
  white-space: nowrap;
}

.sakura-story-copy {
  position: relative;
  z-index: 3;
  width: min(720px, calc(100% - 80px));
  padding: 78px 0 76px 62px;
  color: var(--ink);
}

.sakura-story-copy > span {
  color: var(--pink-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .24em;
}

.sakura-story-copy h2 {
  margin: 10px 0 20px;
  font-size: clamp(34px,4vw,48px);
  font-weight: 720;
  line-height: 1.18;
  letter-spacing: -0.045em;
}

.sakura-story-copy p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.9;
}

.sakura-story-copy > strong {
  display: block;
  margin-top: 30px;
  color: #5a2d40;
  font-size: clamp(21px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.sakura-story-deco {
  position: absolute;
  border-radius: 65% 0 65% 0;
  background: linear-gradient(135deg, rgba(255,206,222,.78), rgba(239,117,154,.54));
  filter: blur(.15px);
  transform: rotate(28deg);
  opacity: .62;
}

.sakura-story-deco-one {
  width: 92px;
  height: 66px;
  right: 12%;
  top: 20%;
  transform: rotate(32deg);
}

.sakura-story-deco-two {
  width: 52px;
  height: 38px;
  right: 26%;
  top: 44%;
  transform: rotate(-18deg);
  opacity: .42;
}

.sakura-story-deco-three {
  width: 70px;
  height: 50px;
  right: 8%;
  bottom: 18%;
  transform: rotate(78deg);
  opacity: .35;
}

/* SEOUL */
.sakura-seoul-section { padding-top: 30px; }

.sakura-seoul-box {
  padding: 44px 48px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(135deg,#fff 0%,#fff2f6 100%);
  box-shadow: var(--shadow);
}

.sakura-seoul-box h2 {
  margin: 0;
  font-size: clamp(31px,4vw,44px);
  font-weight: 730;
  letter-spacing: -0.045em;
}

.sakura-seoul-box p {
  margin: 13px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
}

.sakura-arrow-link {
  flex: 0 0 auto;
  min-width: 182px;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--ink);
  font-weight: 700;
}

.sakura-arrow-link span {
  color: var(--pink-deep);
  font-size: 24px;
}

/* GUIDE */
.sakura-guide-section { background: #fff; }

.sakura-guide-row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.sakura-guide-row > div {
  min-height: 205px;
  padding: 28px;
  background: #fffafb;
}

.sakura-guide-row b {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pink-soft);
  color: var(--pink-deep);
  font-size: 12px;
  font-weight: 700;
}

.sakura-guide-row strong {
  display: block;
  margin-top: 18px;
  font-size: 19px;
  font-weight: 700;
}

.sakura-guide-row p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
}

/* FAQ */
.sakura-faq-section { background: #fff7fa; }

.sakura-faq-list {
  max-width: 880px;
  display: grid;
  gap: 12px;
}

.sakura-faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.sakura-faq-list summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 20px 54px 20px 22px;
  font-weight: 680;
}

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

.sakura-faq-list summary:after {
  content: "+";
  position: absolute;
  right: 21px;
  top: 14px;
  color: var(--pink-deep);
  font-size: 25px;
  font-weight: 400;
}

.sakura-faq-list details[open] summary:after { content: "–"; }

.sakura-faq-list p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--ink-soft);
}

/* FINAL */
.sakura-final {
  padding: 88px 0;
  color: #fff;
  background:
    radial-gradient(circle at 75% 30%, rgba(239,117,154,.19), transparent 27%),
    #241a1f;
}

.sakura-final-inner { text-align: center; }

.sakura-final-inner > span {
  color: #ffbdd1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .24em;
}

.sakura-final h2 {
  margin: 10px 0 12px;
  font-size: clamp(34px,4vw,47px);
  font-weight: 720;
  letter-spacing: -0.045em;
}

.sakura-final p {
  margin: 0;
  color: rgba(255,255,255,.69);
}

.sakura-final-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* FOOTER */
.sakura-footer {
  padding: 34px 0 112px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.sakura-footer-inner {
  display: flex;
  align-items: center;
  gap: 28px;
}

.sakura-footer-logo {
  width: 185px;
  height: 72px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.sakura-footer-logo img {
  width: 100%;
  height: auto;
}

.sakura-footer p {
  flex: 1;
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.sakura-footer nav {
  display: flex;
  gap: 14px;
}

.sakura-footer nav a {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 650;
}

/* FLOATING */
.sakura-floating {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 3000;
  width: 196px;
  display: grid;
  gap: 8px;
}

.sakura-floating > a {
  min-height: 58px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
}

.sakura-floating > a > span:first-child { font-size: 19px; }
.sakura-floating-book { background: var(--pink); color: #fff; }
.sakura-floating-kakao { background: #fee500; color: #191919; }
.sakura-floating-phone { background: var(--dark); color: #fff; }

.sakura-phone-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.sakura-phone-copy small {
  opacity: .65;
  font-size: 9px;
}

.sakura-phone-copy strong {
  margin-top: 3px;
  font-size: 13px;
  font-weight: 700;
}

/* PETALS - v3: 많이 줄임 */
.sakura-petals {
  position: fixed;
  inset: 0;
  z-index: 2000;
  overflow: hidden;
  pointer-events: none;
}

.sakura-petal {
  position: absolute;
  top: -28px;
  width: var(--s, 12px);
  height: calc(var(--s, 12px) * .72);
  border-radius: 70% 0 70% 0;
  background:
    radial-gradient(circle at 30% 28%, rgba(255,255,255,.65), transparent 36%),
    linear-gradient(135deg, rgba(255,216,228,.92), rgba(239,132,165,.82));
  opacity: var(--o,.56);
  filter: drop-shadow(0 1px 2px rgba(156,62,90,.08));
  animation: sakuraFall var(--d, 10s) linear forwards;
}

@keyframes sakuraFall {
  0%   { transform: translate3d(0,-28px,0) rotate(0deg); }
  35%  { transform: translate3d(var(--x1,16px),34vh,0) rotate(95deg); }
  70%  { transform: translate3d(var(--x2,-14px),72vh,0) rotate(210deg); }
  100% { transform: translate3d(var(--x3,24px),108vh,0) rotate(330deg); }
}

@media (prefers-reduced-motion: reduce) {
  .sakura-petal { display: none !important; }
}

/* TABLET */
@media (max-width: 980px) {
  .sakura-course-grid { grid-template-columns: 1fr; }
  .sakura-course-head h3 { min-height: 0; }
  .sakura-guide-row { grid-template-columns: 1fr; }

  .sakura-trust-panel { grid-template-columns: repeat(2,1fr); }
  .sakura-trust-item:nth-child(2) { border-right: 0; }
  .sakura-trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }

  .sakura-hero-inner { padding-bottom: 255px; }
}

/* MOBILE */
@media (max-width: 767px) {
  body { padding-bottom: 70px; }
  .sakura-shell { width: min(calc(100% - 28px),var(--shell)); }
  .sakura-section { padding: 70px 0; }

  .sakura-header { height: 68px; }
  .sakura-header-brand > img { width: 34px; height: 34px; }
  .sakura-header-word strong { font-size: 18px; }
  .sakura-menu-btn { display: block; }

  .sakura-nav {
    display: none;
    position: absolute;
    top: 74px;
    left: 14px;
    right: 14px;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255,250,251,.98);
    box-shadow: var(--shadow);
  }

  .sakura-nav.is-open { display: flex; }
  .sakura-nav a { background: #fff; }
  .sakura-nav-reserve { margin-left: 0; }

  .sakura-hero,
  .sakura-hero-inner { min-height: 820px; }

  .sakura-hero-bg img { object-position: center top; }

  .sakura-hero-shade {
    background:
      linear-gradient(180deg, rgba(17,9,13,.76) 0%, rgba(17,9,13,.47) 39%, rgba(17,9,13,.09) 64%, rgba(17,9,13,.60) 100%);
  }

  .sakura-hero-inner {
    align-items: flex-start;
    padding-top: 66px;
    padding-bottom: 240px;
  }

  .sakura-hero-copy { width: 100%; }
  .sakura-hero h1 { font-size: 39px; }
  .sakura-hero-slogan { margin-top: 15px; font-size: 27px; }
  .sakura-hero-desc { max-width: 92%; font-size: 15px; }
  .sakura-hero-buttons { margin-top: 21px; }
  .sakura-btn { min-height: 50px; padding: 0 20px; }

  .sakura-trust-panel {
    bottom: 18px;
    border-radius: 20px;
  }

  .sakura-trust-item {
    min-height: 100px;
    padding: 15px 14px;
  }

  .sakura-trust-item strong { font-size: 13px; }
  .sakura-trust-item small { font-size: 10px; }

  .sakura-course-card { padding: 25px 22px; }
  .sakura-course-head h3 { font-size: 24px; }
  .sakura-prices b { font-size: 18px; }

  .sakura-story-section { padding: 12px 0 70px; }

  .sakura-story {
    min-height: 540px;
    border-radius: 26px;
  }

  .sakura-story-copy {
    width: auto;
    padding: 58px 24px 62px;
  }

  .sakura-story-copy h2 { font-size: 31px; }
  .sakura-story-copy p { font-size: 15px; }
  .sakura-story-copy > strong { font-size: 20px; }

  .sakura-story-deco-one {
    width: 64px;
    height: 46px;
    right: 4%;
    top: 14%;
    opacity: .45;
  }

  .sakura-story-deco-two {
    width: 40px;
    height: 30px;
    right: 13%;
    top: 52%;
    opacity: .28;
  }

  .sakura-story-deco-three {
    width: 52px;
    height: 38px;
    right: 6%;
    bottom: 13%;
    opacity: .24;
  }

  .sakura-seoul-box {
    padding: 30px 24px;
    flex-direction: column;
    align-items: stretch;
  }

  .sakura-seoul-box p br { display: none; }
  .sakura-arrow-link { min-width: 0; }

  .sakura-guide-row > div { min-height: 0; padding: 23px 21px; }

  .sakura-footer { padding-bottom: 92px; }

  .sakura-footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .sakura-footer-logo { width: 155px; height: 62px; }
  .sakura-footer nav { flex-wrap: wrap; }

  .sakura-floating {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    grid-template-columns: .82fr .95fr 1.33fr;
    gap: 0;
    background: #fff;
    box-shadow: 0 -6px 22px rgba(0,0,0,.12);
  }

  .sakura-floating > a {
    min-height: 66px;
    padding: 7px 6px;
    border-radius: 0;
    box-shadow: none;
    justify-content: center;
    text-align: center;
    gap: 4px;
  }

  .sakura-floating > a > span:first-child { font-size: 17px; }
  .sakura-floating > a > strong { font-size: 11px; }
  .sakura-phone-copy small { display: none; }
  .sakura-phone-copy strong { margin-top: 0; font-size: 10px; }
}


/* =========================================================
   SAKURA V6 | Scroll Reveal + Blossom Accents
   적용범위: 홈 전체
   ========================================================= */

/* JS가 켜졌을 때만 reveal 적용 */
.sakura-js .sakura-reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition:
    opacity .72s cubic-bezier(.22,.61,.36,1),
    transform .72s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.sakura-js .sakura-reveal.sakura-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.sakura-js .sakura-reveal-soft {
  transform: translate3d(0, 20px, 0);
}

.sakura-js .sakura-reveal-pop {
  transform: translate3d(0, 18px, 0) scale(.985);
}

.sakura-js .sakura-reveal-pop.sakura-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

/* 첫 화면 hero는 DOM 로드 뒤 자연스럽게 등장 */
.sakura-js .sakura-hero-enter {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  animation: sakuraHeroIn .8s .12s cubic-bezier(.22,.61,.36,1) forwards;
}

.sakura-js .sakura-hero-trust-enter {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  animation: sakuraHeroIn .72s .46s cubic-bezier(.22,.61,.36,1) forwards;
}

@keyframes sakuraHeroIn {
  to {
    opacity: 1;
    transform: translate3d(0,0,0);
  }
}

/* 제목 옆 작은 벚꽃 포인트 */
.sakura-title-blossom {
  display: inline-block;
  margin-left: 6px;
  color: var(--pink);
  font-size: .52em;
  vertical-align: .22em;
  opacity: .88;
}

/* 중간 Story 섹션의 벚꽃 클러스터 */
.sakura-story-flower-cluster {
  position: absolute;
  z-index: 2;
  right: 9%;
  top: 14%;
  width: 84px;
  height: 84px;
  opacity: .36;
  transform: rotate(12deg);
}

.sakura-story-flower-cluster span,
.sakura-mini-blossom i,
.sakura-blossom-mark i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 20px;
  margin-left: -15px;
  margin-top: -10px;
  border-radius: 70% 0 70% 0;
  transform-origin: 15px 10px;
  background: linear-gradient(135deg, rgba(255,215,228,.95), rgba(239,117,154,.74));
}

.sakura-story-flower-cluster span:nth-child(1),
.sakura-mini-blossom i:nth-child(1),
.sakura-blossom-mark i:nth-child(1) { transform: rotate(0deg) translateX(17px); }

.sakura-story-flower-cluster span:nth-child(2),
.sakura-mini-blossom i:nth-child(2),
.sakura-blossom-mark i:nth-child(2) { transform: rotate(72deg) translateX(17px); }

.sakura-story-flower-cluster span:nth-child(3),
.sakura-mini-blossom i:nth-child(3),
.sakura-blossom-mark i:nth-child(3) { transform: rotate(144deg) translateX(17px); }

.sakura-story-flower-cluster span:nth-child(4),
.sakura-mini-blossom i:nth-child(4),
.sakura-blossom-mark i:nth-child(4) { transform: rotate(216deg) translateX(17px); }

.sakura-story-flower-cluster span:nth-child(5),
.sakura-mini-blossom i:nth-child(5),
.sakura-blossom-mark i:nth-child(5) { transform: rotate(288deg) translateX(17px); }

/* 서울 섹션 오른쪽 포인트 */
.sakura-seoul-side {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.sakura-mini-blossom {
  position: relative;
  width: 54px;
  height: 54px;
  opacity: .42;
  flex: 0 0 auto;
}

.sakura-mini-blossom i {
  width: 18px;
  height: 12px;
  margin-left: -9px;
  margin-top: -6px;
  transform-origin: 9px 6px;
}

.sakura-mini-blossom i:nth-child(1) { transform: rotate(0deg) translateX(11px); }
.sakura-mini-blossom i:nth-child(2) { transform: rotate(72deg) translateX(11px); }
.sakura-mini-blossom i:nth-child(3) { transform: rotate(144deg) translateX(11px); }
.sakura-mini-blossom i:nth-child(4) { transform: rotate(216deg) translateX(11px); }
.sakura-mini-blossom i:nth-child(5) { transform: rotate(288deg) translateX(11px); }

/* FAQ와 마지막 CTA 사이 장식 */
.sakura-blossom-divider {
  width: min(calc(100% - 36px), 720px);
  margin: 8px auto 62px;
  display: grid;
  grid-template-columns: 1fr 62px 1fr;
  align-items: center;
  gap: 14px;
}

.sakura-blossom-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,82,119,.28), transparent);
}

.sakura-blossom-mark {
  position: relative;
  width: 62px;
  height: 62px;
  opacity: .38;
  margin: 0 auto;
}

.sakura-blossom-mark i {
  width: 20px;
  height: 14px;
  margin-left: -10px;
  margin-top: -7px;
  transform-origin: 10px 7px;
}

.sakura-blossom-mark i:nth-child(1) { transform: rotate(0deg) translateX(12px); }
.sakura-blossom-mark i:nth-child(2) { transform: rotate(72deg) translateX(12px); }
.sakura-blossom-mark i:nth-child(3) { transform: rotate(144deg) translateX(12px); }
.sakura-blossom-mark i:nth-child(4) { transform: rotate(216deg) translateX(12px); }
.sakura-blossom-mark i:nth-child(5) { transform: rotate(288deg) translateX(12px); }

/* 스크롤 꽃잎 수량: V4보다 조금 더, V3보다 훨씬 적게 */
.sakura-petal {
  opacity: var(--o,.52);
}

@media (max-width: 767px) {
  .sakura-js .sakura-reveal {
    transform: translate3d(0, 15px, 0);
    transition-duration: .58s;
  }

  .sakura-js .sakura-reveal-pop {
    transform: translate3d(0, 12px, 0) scale(.99);
  }

  .sakura-story-flower-cluster {
    right: 2%;
    top: 9%;
    width: 66px;
    height: 66px;
    opacity: .27;
  }

  .sakura-seoul-side {
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .sakura-mini-blossom {
    width: 44px;
    height: 44px;
    opacity: .34;
  }

  .sakura-blossom-divider {
    width: min(calc(100% - 28px), 520px);
    margin-bottom: 46px;
    grid-template-columns: 1fr 48px 1fr;
  }

  .sakura-blossom-mark {
    width: 48px;
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sakura-js .sakura-reveal,
  .sakura-js .sakura-hero-enter,
  .sakura-js .sakura-hero-trust-enter {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}
