/* ============================================
   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;
  scroll-margin-top: 110px;
}
.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; }
.service-step__items { list-style: none; margin: 12px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.service-step__items li { font-size: 13px; line-height: 1.65; color: var(--text-light, #6b6560); padding-left: 15px; position: relative; }
.service-step__items li::before { content: ''; position: absolute; left: 0; top: 8px; width: 4px; height: 4px; border-radius: 50%; background: var(--accent, #A48A63); opacity: 0.55; }
.service-step__item-name { font-weight: 600; color: var(--text, #1a1a1a); }
.service-step__item-desc { color: var(--text-light, #6b6560); }

/* 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; }
}

/* ============================================
   Why Choose ___ at nūri  (Tab-3 addition)
   ============================================ */
.why-choose { padding: 90px 0; background: #f7f5f3; border-top: 1px solid rgba(0,0,0,0.06); }
.why-choose__title {
  font-family: var(--font-serif, 'Cormorant Garamond', serif); font-weight: 400;
  font-size: clamp(1.9rem, 3.4vw, 2.7rem); text-align: center; color: var(--text, #1a1a1a);
  margin-bottom: 52px; letter-spacing: 0.01em;
}
.why-choose__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 38px 44px; max-width: 1040px; margin: 0 auto;
}
.why-choose__item h3 {
  font-family: var(--font-sans, 'Inter', sans-serif); font-weight: 600;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent, #A48A63); margin-bottom: 11px;
}
.why-choose__item p { font-size: 14px; line-height: 1.75; color: var(--text-light, #6b6560); }
@media (max-width: 600px) { .why-choose { padding: 64px 0; } .why-choose__grid { gap: 30px 34px; } }

/* ============================================
   ATELIER RE-SKIN — warm editorial service pages
   (audit: inner pages read as a colder, different site)
   ============================================ */
.service-hero__overlay {
  background: linear-gradient(to top, rgba(46,38,32,0.72) 0%, rgba(46,38,32,0.28) 55%, rgba(46,38,32,0.38) 100%);
}
.service-hero__title {
  font-family: var(--font-serif, 'Fraunces', serif); font-weight: 400;
  text-transform: none; letter-spacing: -0.01em;
  font-size: clamp(38px, 6vw, 64px);
  color: #FBF7F0;
}
.service-hero__tagline { font-size: 20px; color: rgba(251,247,240,0.92); }
.service-hero__back a { color: rgba(251,247,240,0.75); }
.service-hero__meta { color: rgba(251,247,240,0.85); }
.service-body__desc { font-size: 16.5px; line-height: 1.85; }
.service-step h3 { font-family: var(--font-serif, 'Fraunces', serif); font-weight: 500; font-size: 21px; letter-spacing: 0; text-transform: none; }

/* Pairs Well With */
.related { padding: 0 0 90px; background: #f7f5f3; }
.why-choose + .related { padding-top: 0; }
.related .container { padding-top: 0; }
.related__label {
  font-family: var(--font-sans, 'Satoshi', sans-serif); font-weight: 600; font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-text, #7A654A);
  text-align: center; margin-bottom: 22px;
}
.related__row { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; }
.related__card {
  display: block; max-width: 420px; flex: 1 1 300px;
  background: var(--white, #fff); border: 1px solid var(--border, rgba(46,38,32,0.10));
  border-radius: 7px; padding: 26px 28px; text-decoration: none; color: inherit;
  transition: border-color 0.4s, box-shadow 0.4s, transform 0.4s;
}
.related__card:hover { border-color: var(--accent-light, #C2AA82); box-shadow: 0 22px 44px -30px rgba(46,38,32,0.35); transform: translateY(-3px); }
.related__card h3 { font-family: var(--font-serif, 'Fraunces', serif); font-weight: 500; font-size: 20px; margin-bottom: 8px; color: var(--black, #2E2620); }
.related__card p { font-size: 13.5px; line-height: 1.65; color: var(--text-light, #6E6254); margin-bottom: 14px; }
.related__link { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-text, #7A654A); }

/* ============================================
   TIER-2 CONTENT SECTIONS — facts / aftercare / FAQ
   ============================================ */
/* Quick-facts strip */
.facts { background: var(--bg-sand, #E4D7CB); border-bottom: 1px solid var(--border, rgba(46,38,32,0.10)); }
.facts__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  margin: 0; padding: 26px 0;
}
.facts__item { text-align: center; }
.facts__item dt {
  font-family: var(--font-sans, 'Satoshi', sans-serif); font-weight: 600; font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-text, #7A654A); margin-bottom: 6px;
}
.facts__item dd {
  margin: 0; font-family: var(--font-serif, 'Fraunces', serif); font-weight: 500;
  font-size: 17px; color: var(--black, #2E2620);
}
@media (max-width: 700px) { .facts__grid { grid-template-columns: repeat(2, 1fr); gap: 20px 12px; } }

/* Aftercare list */
.aftercare { list-style: none; margin: 0 0 36px; padding: 0; }
.aftercare li {
  position: relative; padding: 10px 0 10px 30px; font-size: 14.5px; line-height: 1.65;
  color: var(--text, #3B332B); border-bottom: 1px solid var(--border, rgba(46,38,32,0.08));
}
.aftercare li:last-child { border-bottom: none; }
.aftercare li::before { content: '✓'; position: absolute; left: 4px; top: 10px; color: var(--accent-text, #7A654A); font-weight: 700; }

/* FAQ accordion (native details/summary) */
.faq { padding: 90px 0; background: var(--bg, #F7F4EF); border-top: 1px solid var(--border, rgba(46,38,32,0.08)); }
.faq__title {
  font-family: var(--font-serif, 'Fraunces', serif); font-weight: 400;
  font-size: clamp(1.9rem, 3.4vw, 2.6rem); text-align: center; color: var(--black, #2E2620);
  margin-bottom: 44px;
}
.faq__list { max-width: 760px; margin: 0 auto; }
.faq__item {
  background: var(--white, #fff); border: 1px solid var(--border, rgba(46,38,32,0.10));
  border-radius: 6px; margin-bottom: 12px; overflow: hidden;
}
.faq__item summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;
  padding: 18px 22px; font-family: var(--font-serif, 'Fraunces', serif); font-weight: 500;
  font-size: 17px; color: var(--black, #2E2620); gap: 16px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: '+'; font-family: var(--font-sans, sans-serif); font-size: 20px; font-weight: 400;
  color: var(--accent-text, #7A654A); flex-shrink: 0; transition: transform 0.25s var(--ease, ease);
}
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item summary:focus-visible { outline: 2px solid var(--accent-deep, #8A7350); outline-offset: -2px; }
.faq__item p { padding: 0 22px 20px; font-size: 14.5px; line-height: 1.75; color: var(--text-light, #6E6254); }
@media (max-width: 600px) { .faq { padding: 64px 0; } }
