/* =========================================================
   SAKURA MASSAGE | GUIDE
   /guide/
   Existing /css/style.css stays untouched.
   ========================================================= */

.sakura-guide-page {
  --sg-pink: #ef759a;
  --sg-pink-deep: #c95277;
  --sg-soft: #fff2f6;
  --sg-paper: #fffafb;
  --sg-line: #efd6df;
  --sg-ink: #211b1e;
  --sg-muted: #6b5a61;
  --sg-dark: #241a1f;
  overflow: hidden;
  background: var(--sg-paper);
}

.sg-narrow { max-width: 980px; }
.sg-section { position: relative; padding: 92px 0; }

.sg-title {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

.sg-title > span,
.sg-payment-head > span,
.sg-supplies > div > span,
.sg-final-inner > span {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--sg-pink-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .22em;
}

.sg-title h2,
.sg-payment-head h2,
.sg-supplies h2 {
  margin: 0;
  color: var(--sg-ink);
  font-size: clamp(31px, 4vw, 45px);
  font-weight: 760;
  line-height: 1.18;
  letter-spacing: -.045em;
}

.sg-title p,
.sg-payment-head p {
  margin: 14px 0 0;
  color: var(--sg-muted);
  font-size: 16px;
  line-height: 1.75;
}

/* HERO */
.sg-hero {
  min-height: 700px;
  position: relative;
  overflow: hidden;
  background: #1c1116;
}

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

.sg-hero-media img {
  object-fit: cover;
  object-position: center center;
}

.sg-hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(17,8,13,.88) 0%, rgba(17,8,13,.67) 37%, rgba(17,8,13,.18) 62%, rgba(17,8,13,.05) 100%),
    linear-gradient(180deg, rgba(0,0,0,.02) 55%, rgba(20,8,14,.48) 100%);
}

.sg-hero-inner {
  min-height: 700px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 25px;
}

.sg-hero-copy {
  width: min(590px, 55%);
  color: #fff;
}

.sg-kicker {
  margin: 0 0 12px;
  color: #ffc4d6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .23em;
}

.sg-hero h1 {
  margin: 0;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 780;
  line-height: 1.05;
  letter-spacing: -.055em;
}

.sg-hero-desc {
  margin: 22px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 17px;
  line-height: 1.78;
}

.sg-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.sg-hero-chips span {
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 650;
}

.sg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

/* QUICK */
.sg-intro {
  background:
    radial-gradient(circle at 12% 18%, rgba(239,117,154,.10), transparent 24%),
    #fffafb;
}

.sg-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.sg-quick-card {
  min-height: 172px;
  padding: 26px 24px;
  border: 1px solid var(--sg-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(79,39,55,.08);
}

.sg-quick-card b {
  display: block;
  color: var(--sg-pink-deep);
  font-size: 9px;
  letter-spacing: .18em;
}

.sg-quick-card strong {
  display: block;
  margin-top: 16px;
  font-size: 21px;
  font-weight: 740;
  letter-spacing: -.035em;
}

.sg-quick-card p {
  margin: 8px 0 0;
  color: var(--sg-muted);
  font-size: 14px;
}

/* PROCESS */
.sg-process-section { background: #fff; }

.sg-process-list {
  max-width: 930px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.sg-process-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 24px;
  align-items: start;
  padding: 30px 34px;
  border: 1px solid var(--sg-line);
  border-radius: 26px;
  background: linear-gradient(135deg, #fff 0%, #fff8fa 100%);
  box-shadow: 0 18px 45px rgba(79,39,55,.07);
}

.sg-step-no {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--sg-pink-deep);
  background: var(--sg-soft);
  font-size: 13px;
  font-weight: 800;
}

.sg-step-label {
  margin: 0;
  color: var(--sg-pink-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.sg-step-copy h3 {
  margin: 5px 0 9px;
  font-size: 24px;
  font-weight: 740;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.sg-step-copy > p:last-child {
  margin: 0;
  color: var(--sg-muted);
  font-size: 15px;
  line-height: 1.75;
}

/* PAYMENT */
.sg-payment-section {
  padding-top: 35px;
  background: #fff;
}

.sg-payment-wrap {
  padding: 48px;
  border-radius: 32px;
  color: #fff;
  background:
    radial-gradient(circle at 83% 18%, rgba(239,117,154,.28), transparent 29%),
    var(--sg-dark);
  box-shadow: 0 30px 70px rgba(46,24,33,.18);
}

.sg-payment-head { max-width: 680px; }
.sg-payment-head > span { color: #ffbdd1; }
.sg-payment-head h2 { color: #fff; }
.sg-payment-head p { color: rgba(255,255,255,.68); }

.sg-payment-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
  margin-top: 30px;
}

.sg-payment-grid article {
  min-height: 185px;
  padding: 25px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  background: rgba(255,255,255,.07);
}

.sg-payment-grid b {
  display: block;
  color: #ffc5d6;
  font-size: 12px;
}

.sg-payment-grid strong {
  display: block;
  margin-top: 11px;
  font-size: 25px;
  font-weight: 740;
  letter-spacing: -.035em;
}

.sg-payment-grid p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.68;
}

.sg-payment-card { outline: 1px solid rgba(239,117,154,.28); }

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

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

.sg-course-card {
  overflow: hidden;
  border: 1px solid var(--sg-line);
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(78,40,55,.08);
}

.sg-course-main {
  border-color: #e7a2b8;
  box-shadow: 0 24px 58px rgba(201,82,119,.14);
}

.sg-course-head { padding: 28px 27px 23px; }

.sg-course-head small {
  color: var(--sg-pink-deep);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}

.sg-course-head h3 {
  min-height: 67px;
  margin: 7px 0 8px;
  font-size: 27px;
  font-weight: 750;
  line-height: 1.23;
  letter-spacing: -.045em;
}

.sg-course-head p {
  min-height: 48px;
  margin: 0;
  color: var(--sg-muted);
  font-size: 14px;
  line-height: 1.55;
}

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

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

.sg-prices > div:last-child { border-bottom: 0; }
.sg-prices span { color: var(--sg-muted); font-weight: 600; }
.sg-prices strong { font-size: 18px; font-weight: 740; }

/* PREP */
.sg-prep-section { background: #fff; }

.sg-prep-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.sg-prep-card {
  min-height: 230px;
  position: relative;
  padding: 32px;
  overflow: hidden;
  border: 1px solid var(--sg-line);
  border-radius: 28px;
  background: linear-gradient(145deg, #fff 0%, #fff4f7 100%);
}

.sg-prep-card > span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--sg-pink);
  font-size: 12px;
  font-weight: 800;
}

.sg-prep-card h3 {
  margin: 31px 0 10px;
  font-size: 25px;
  font-weight: 750;
  letter-spacing: -.04em;
}

.sg-prep-card p {
  margin: 0;
  color: var(--sg-muted);
  font-size: 15px;
}

/* SUPPLIES */
.sg-supplies-section {
  padding: 18px 0 92px;
  background: #fff;
}

.sg-supplies {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 50px;
  align-items: center;
  padding: 45px 50px;
  border: 1px solid var(--sg-line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 18%, rgba(239,117,154,.10), transparent 28%),
    #fffafb;
}

.sg-supplies h2 { font-size: clamp(30px, 3.7vw, 42px); }
.sg-supplies p { margin: 0; color: var(--sg-muted); font-size: 16px; line-height: 1.8; }
.sg-supplies p strong { color: var(--sg-ink); }

/* MESSAGE */
.sg-message-section { background: #fff7fa; }

.sg-message-card {
  max-width: 760px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--sg-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(78,40,55,.08);
}

.sg-message-card > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  padding: 18px 24px;
  border-bottom: 1px dashed var(--sg-line);
}

.sg-message-card > div span {
  color: var(--sg-pink-deep);
  font-size: 13px;
  font-weight: 750;
}

.sg-message-card > div strong { font-size: 15px; font-weight: 650; }

.sg-message-card > p {
  margin: 0;
  padding: 19px 24px;
  color: var(--sg-muted);
  background: #fffafb;
  font-size: 14px;
}

.sg-message-card > p b { color: var(--sg-ink); }

/* FINAL */
.sg-final {
  padding: 92px 0;
  color: #fff;
  background:
    radial-gradient(circle at 72% 28%, rgba(239,117,154,.21), transparent 29%),
    #241a1f;
}

.sg-final-inner { text-align: center; }
.sg-final-inner > span { color: #ffbdd1; }

.sg-final h2 {
  margin: 8px 0 12px;
  font-size: clamp(36px, 4.5vw, 50px);
  font-weight: 760;
  letter-spacing: -.045em;
}

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

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

/* SMALL FLOWER POINTS */
.sg-flower {
  position: absolute;
  z-index: 0;
  color: rgba(201,82,119,.16);
  font-size: 56px;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.sg-flower-a { top: 36px; right: 6%; transform: rotate(18deg); }
.sg-flower-b { bottom: 70px; left: 4%; transform: rotate(-16deg); font-size: 44px; }
.sg-flower-c { top: 55px; right: 8%; transform: rotate(12deg); font-size: 42px; }

/* REVEAL */
.js .sg-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .72s ease, transform .72s cubic-bezier(.2,.7,.2,1);
}

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

/* ACTIVE NAV */
.sakura-guide-page ~ .sakura-footer + .sakura-floating { isolation: isolate; }
.sakura-nav a[aria-current="page"] { background: var(--pink-soft, #fff2f6); }

@media (max-width: 900px) {
  .sg-course-grid { grid-template-columns: 1fr; max-width: 650px; margin: 0 auto; }
  .sg-course-head h3, .sg-course-head p { min-height: 0; }
  .sg-supplies { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 767px) {
  .sg-section { padding: 68px 0; }

  .sg-title { margin-bottom: 28px; }
  .sg-title h2,
  .sg-payment-head h2,
  .sg-supplies h2 { font-size: 30px; }

  .sg-title p,
  .sg-payment-head p { font-size: 14px; }

  .sg-hero { min-height: 720px; }
  .sg-hero-media img { object-position: center center; }

  .sg-hero-shade {
    background:
      linear-gradient(180deg, rgba(16,7,12,.76) 0%, rgba(16,7,12,.56) 39%, rgba(16,7,12,.12) 68%, rgba(16,7,12,.44) 100%);
  }

  .sg-hero-inner {
    min-height: 720px;
    align-items: flex-start;
    padding-top: 78px;
    padding-bottom: 35px;
  }

  .sg-hero-copy { width: 100%; max-width: 520px; }
  .sg-hero h1 { font-size: clamp(44px, 13vw, 62px); }
  .sg-hero-desc { max-width: 355px; margin-top: 18px; font-size: 15px; }
  .sg-hero-desc br { display: none; }
  .sg-hero-chips { max-width: 340px; }
  .sg-hero-actions { margin-top: 22px; }

  .sg-quick-grid { grid-template-columns: 1fr; }
  .sg-quick-card { min-height: 0; padding: 22px; }
  .sg-quick-card strong { margin-top: 10px; }

  .sg-process-list { gap: 12px; }
  .sg-process-item {
    grid-template-columns: 52px 1fr;
    gap: 16px;
    padding: 24px 21px;
    border-radius: 22px;
  }
  .sg-step-no { width: 48px; height: 48px; }
  .sg-step-copy h3 { font-size: 20px; }
  .sg-step-copy > p:last-child { font-size: 14px; }

  .sg-payment-section { padding-top: 10px; }
  .sg-payment-wrap { padding: 30px 22px; border-radius: 27px; }
  .sg-payment-grid { grid-template-columns: 1fr; }
  .sg-payment-grid article { min-height: 0; }

  .sg-course-grid { gap: 14px; }
  .sg-course-head { padding: 24px 22px 20px; }
  .sg-course-head h3 { font-size: 24px; }
  .sg-prices > div { padding: 14px 22px; }

  .sg-prep-grid { grid-template-columns: 1fr; }
  .sg-prep-card { min-height: 0; padding: 26px 23px; }
  .sg-prep-card h3 { margin-top: 24px; font-size: 22px; }

  .sg-supplies-section { padding: 8px 0 68px; }
  .sg-supplies { padding: 30px 23px; border-radius: 25px; }
  .sg-supplies p { font-size: 14px; }
  .sg-supplies p br { display: none; }

  .sg-message-card > div {
    grid-template-columns: 74px 1fr;
    gap: 10px;
    padding: 16px 18px;
  }
  .sg-message-card > p { padding: 17px 18px; }

  .sg-final { padding: 74px 0 90px; }
  .sg-final h2 { font-size: 34px; }

  .sg-flower { opacity: .75; }
}

@media (max-width: 420px) {
  .sg-hero-inner { padding-top: 58px; }
  .sg-hero h1 { font-size: 46px; }
  .sg-hero-actions .sakura-btn { min-height: 50px; padding: 0 18px; font-size: 13px; }
  .sg-hero-chips span { padding: 7px 10px; font-size: 11px; }
  .sg-process-item { grid-template-columns: 44px 1fr; gap: 13px; }
  .sg-step-no { width: 42px; height: 42px; font-size: 11px; }
  .sg-message-card > div { grid-template-columns: 62px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .js .sg-reveal,
  .js .sg-reveal.sg-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
