/* ============ SHARED MASSAGE DETAIL PAGE STYLES ============ */
:root {
  --cream: #F5E8CE;
  --cream-2: #EFDBB1;
  --paper: #FFFAF0;
  --ink: #3A2618;
  --ink-2: #5C4330;
  --muted: #8C7253;
  --line: rgba(58,38,24,0.10);
  --brand: #9C6B43;
  --brand-2: #7C5230;
  --brand-ink: #4A2E18;
  --gold: #B8895E;
  --gold-2: #DEC58A;
  --display: 'Playfair Display', Georgia, serif;
  --body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
@font-face{font-family:'Inter';font-style:normal;font-weight:400 700;font-display:swap;src:url('fonts/inter-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Inter';font-style:normal;font-weight:400 700;font-display:swap;src:url('fonts/inter-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:400 700;font-display:swap;src:url('fonts/playfairdisplay-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:400 700;font-display:swap;src:url('fonts/playfairdisplay-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
a { color: var(--brand); text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: var(--brand-2); }
strong { color: var(--ink); font-weight: 600; }
em { font-style: italic; }

.detail-header {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  padding: 18px clamp(20px, 5vw, 56px);
}
.detail-header-inner {
  max-width: 1080px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
}
.logo { display: inline-flex; align-items: center; gap: 12px; font-family: var(--display); font-size: 17px; font-weight: 600; color: var(--ink); text-decoration: none; }
.logo-mark {
  width: 44px; height: 44px; border-radius: 10px;
  display: block;
  object-fit: cover;
  box-shadow: 0 4px 12px -4px rgba(74,46,24,0.4);
}
.logo small { display: block; font-family: var(--body); font-weight: 500; font-size: 11px; color: var(--muted); letter-spacing: 0.18em; text-transform: uppercase; margin-top: 2px; }
.back-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; color: var(--ink-2); text-decoration: none;
}
.back-link:hover { color: var(--brand); }
.back-link svg { width: 16px; height: 16px; }

.detail-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 64px) clamp(20px, 5vw, 40px);
}

.breadcrumbs {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 18px;
}
.breadcrumbs a { color: var(--ink-2); text-decoration: none; }
.breadcrumbs a:hover { color: var(--brand); text-decoration: underline; }
.breadcrumbs .sep { color: var(--muted); margin: 0 8px; }

.detail-eyebrow {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(156,107,67,0.10);
  color: var(--brand);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 14px;
}
.detail-wrap h1 {
  font-family: var(--display);
  font-size: clamp(32px, 4.5vw, 46px);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.12;
  margin: 0 0 18px;
  color: var(--ink);
}
.detail-wrap h1 em { color: var(--brand); font-style: italic; font-weight: 500; }
.lead {
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 28px;
}
.detail-wrap h2 {
  font-family: var(--display);
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 36px 0 12px;
  color: var(--ink);
}
.detail-wrap p {
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 14px;
}
.detail-wrap ul {
  padding-left: 0;
  list-style: none;
  margin: 0 0 18px;
}
.detail-wrap ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.55;
}
.detail-wrap ul li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--gold-2);
  border: 2px solid var(--brand);
}

.variants {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin: 14px 0 28px;
}
.variant {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 20px;
  text-align: center;
  display: flex; flex-direction: column; gap: 12px; align-items: center;
}
.variant-time {
  font-family: var(--display);
  font-size: 22px; font-weight: 600;
  color: var(--ink);
}
.variant-price {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--cream);
  font-weight: 600;
  font-size: 15px;
}
.variant-price.featured { background: var(--brand); }

.cta-box {
  background: var(--brand);
  color: var(--cream);
  padding: 32px 28px;
  border-radius: 16px;
  margin: 36px 0 28px;
  text-align: center;
}
.cta-box h2 {
  font-family: var(--display);
  font-size: 26px;
  margin: 0 0 8px;
  color: var(--cream);
}
.cta-box p {
  color: rgba(245,232,206,0.92);
  font-size: 15px;
  margin: 0 0 18px;
  line-height: 1.55;
}
.cta-box .note {
  background: rgba(245,232,206,0.12);
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 14.5px;
  margin: 0 0 18px;
  text-align: left;
}
.cta-box .note strong { color: var(--gold-2); }
.cta-buttons {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}
.cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
}
.cta-btn-primary {
  background: var(--gold-2); color: var(--brand-ink);
}
.cta-btn-primary:hover { background: var(--cream); color: var(--brand-ink); }
.cta-btn-secondary {
  background: rgba(245,232,206,0.18); color: var(--cream);
  border: 1px solid rgba(245,232,206,0.35);
}
.cta-btn-secondary:hover { background: rgba(245,232,206,0.28); color: var(--cream); }

.related {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.related h2 {
  font-family: var(--display);
  font-size: 22px;
  margin: 0 0 16px;
  color: var(--ink);
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.related-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 20px;
  text-decoration: none;
  color: var(--ink-2);
  transition: transform .2s ease, box-shadow .2s, border-color .2s;
}
.related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px -10px rgba(74,46,24,0.25);
  border-color: rgba(156,107,67,0.22);
  color: var(--ink-2);
}
.related-card strong {
  display: block;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--ink);
}
.related-card span {
  font-size: 13.5px;
  color: var(--muted);
}

.detail-footer {
  background: var(--cream-2);
  padding: 28px clamp(20px, 5vw, 40px);
  text-align: center;
  border-top: 1px solid var(--line);
}
.detail-footer p { color: var(--ink-2); font-size: 14px; margin: 4px 0; }
.detail-footer a { color: var(--brand); font-weight: 600; }
