/* ============================================
   SERVICE PAGE STYLES
   ============================================ */

/* Service Hero */
.service-hero {
  position: relative; height: 50vh; min-height: 380px;
  display: flex; align-items: flex-end; overflow: hidden;
}
.service-hero__bg { position: absolute; inset: 0; }
.service-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.service-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.1) 60%);
}
.service-hero__content {
  position: relative; z-index: 2; padding: 48px var(--gutter, 32px) 48px;
  max-width: var(--max-w, 1240px); margin: 0 auto; width: 100%;
}
.service-hero__back a {
  font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.7); transition: color 0.2s;
}
.service-hero__back a:hover { color: #fff; }
.service-hero__title {
  font-family: var(--font-sans, 'Inter', sans-serif); font-weight: 600;
  font-size: clamp(28px, 5vw, 48px); letter-spacing: 0.16em; text-transform: uppercase;
  color: #fff; margin: 12px 0 8px;
}
.service-hero__tagline {
  font-family: var(--font-serif, 'Cormorant Garamond', serif); font-weight: 300;
  font-style: italic; font-size: 18px; color: rgba(255,255,255,0.85);
}
.service-hero__meta {
  margin-top: 16px; display: flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.8);
  letter-spacing: 0.04em;
}
.service-hero__dot { opacity: 0.5; }

/* Hero decorative line */
.service-hero__line {
  width: 0; height: 1px; background: rgba(255,255,255,0.3);
  margin: 16px 0; transition: width 1s var(--ease, cubic-bezier(0.25, 0.1, 0.25, 1));
}
.service-hero__line.is-visible { width: 60px; }

/* Service Body */
.service-body { padding: 80px 0 100px; }
.service-body__grid {
  display: grid; grid-template-columns: 1fr 360px; gap: 80px;
}
.service-body__korean {
  font-size: 14px; color: var(--text-light, #6b6560); margin-bottom: 20px;
  letter-spacing: 0.04em;
}
.service-body__desc {
  font-size: 15px; line-height: 1.9; color: var(--text, #1a1a1a); margin-bottom: 40px;
}
.service-body__main h2 {
  font-weight: 600; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--text, #1a1a1a); margin-bottom: 28px;
  padding-bottom: 12px; border-bottom: 1px solid rgba(0,0,0,0.08);
}

/* Treatment Steps */
.service-steps { display: flex; flex-direction: column; gap: 24px; margin-bottom: 48px; }
.service-step {
  padding-left: 20px; border-left: 2px solid rgba(0,0,0,0.06);
  transition: border-color 0.3s ease;
}
.service-step:hover { border-left-color: var(--accent, #7f6858); }
.service-step h3 {
  font-family: var(--font-serif, 'Cormorant Garamond', serif); font-weight: 400;
  font-size: 18px; font-style: italic; color: var(--text, #1a1a1a); margin-bottom: 4px;
}
.service-step p { font-size: 13px; color: var(--text-light, #6b6560); line-height: 1.7; }

/* Notice */
.service-notice {
  padding: 20px 24px; background: var(--bg-alt, #f7f5f3); margin-bottom: 40px;
}
.service-notice strong {
  font-size: 10px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--text-light, #6b6560);
  display: block; margin-bottom: 4px;
}
.service-notice p { font-size: 13px; color: var(--text, #1a1a1a); }

/* Sidebar */
.service-sidebar {
  position: sticky; top: 100px;
  padding: 36px; background: var(--bg-alt, #f7f5f3);
}
.service-sidebar h3 {
  font-weight: 600; font-size: 12px; letter-spacing: 0.14em;
  text-transform: uppercase; margin-bottom: 16px;
}
.service-sidebar__price {
  font-family: var(--font-serif, 'Cormorant Garamond', serif); font-weight: 400;
  font-size: 32px; color: var(--black, #080808); margin-bottom: 4px;
}
.service-sidebar__duration {
  font-size: 13px; color: var(--text-light, #6b6560); margin-bottom: 24px;
}
.service-sidebar__btn { display: block; text-align: center; width: 100%; }
.service-sidebar__rec { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(0,0,0,0.08); }
.service-sidebar__rec h4,
.service-sidebar__enhance h4 {
  font-size: 10px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--text-light, #6b6560); margin-bottom: 12px;
}
.service-sidebar__rec ul { list-style: none; }
.service-sidebar__rec li {
  font-size: 13px; color: var(--text, #1a1a1a);
  padding: 4px 0; padding-left: 12px; position: relative;
}
.service-sidebar__rec li::before {
  content: '·'; position: absolute; left: 0; color: var(--accent, #7f6858);
}
.service-sidebar__enhance {
  margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(0,0,0,0.08);
}
.service-sidebar__enhance p { font-size: 13px; color: var(--text-light, #6b6560); line-height: 1.7; }

/* Includes badge */
.service-includes {
  display: inline-block; font-size: 11px; font-weight: 500;
  letter-spacing: 0.08em; color: var(--accent, #7f6858);
  padding: 6px 14px; border: 1px solid rgba(127,104,88,0.3);
  margin-bottom: 32px;
}

/* Responsive */
@media (max-width: 900px) {
  .service-body__grid { grid-template-columns: 1fr; gap: 48px; }
  .service-sidebar { position: static; }
}
@media (max-width: 480px) {
  .service-hero { min-height: 300px; }
  .service-hero__content { padding: 32px 20px; }
}
