/* Service layout: scoped to this page so shared website and admin styles stay independent. */
#service { max-width: 1140px; --svc-space: clamp(28px, 5vw, 64px); }
#service .svc-hero { background: #29151c; min-height: 330px; align-items: stretch; box-shadow: none; margin-bottom: 24px; }
#service .svc-hero::after { display: none; }
.svc-hero--split { display: grid; grid-template-columns: 1.05fr 1fr; }
#service .svc-hero__inner { padding: clamp(26px, 4vw, 48px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.svc-eyebrow { font-size: .75rem; letter-spacing: .12em; color: #ddc4ac; margin-bottom: 22px; }
#service .svc-hero__title { font-size: clamp(1.8rem, 3.2vw, 2.75rem); line-height: 1.45; text-shadow: none; }
#service .svc-hero__tagline { color: #e7d9dc; font-weight: 300; line-height: 1.8; }
#service .svc-badge { color: #ead5a3; background: transparent; border: 1px solid #725848; box-shadow: none; font-weight: 400; }
.svc-hero__action { margin-top: 24px; }
.svc-hero__visual { min-width: 0; padding: 24px; display: flex; align-items: center; background: #21171e; }
.svc-hero__visual img { width: 100%; height: auto; max-height: 360px; object-fit: contain; border-radius: 12px; }
.svc-nav { display: flex; flex-wrap: wrap; gap: 4px; padding: 0 0 16px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.svc-nav a { flex-shrink: 0; padding: 9px 15px; border-radius: 8px; font-size: .88rem; color: #65555a; transition: background .18s, color .18s; }
.svc-nav a:hover, .svc-nav a:focus-visible { background: #f5ece9; color: var(--maroon); }
#service .svc-desc { max-width: 850px; font-size: 1rem; line-height: 2; margin: 0 auto 32px; white-space: pre-line; }
#service .svc-stats { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 0; background: #f8f4f0; border-radius: 16px; padding: 24px 12px; }
#service .svc-stat { background: none; box-shadow: none; border: 0; border-radius: 0; padding: 12px; }
#service .svc-stat + .svc-stat { border-left: 1px solid #e6dbd4; }
#service .svc-stat__val { line-height: 1.5; }
.svc-section { padding: var(--svc-space) 0; border-bottom: 1px solid var(--line); scroll-margin-top: 150px; }
#service .svc-h2 { font-size: clamp(1.3rem, 2.2vw, 1.75rem); margin: 0 0 26px; }
#service .svc-hl { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
#service .svc-hl__card { padding: 24px; box-shadow: none; background: #fcfaf8; border-color: #eee5df; }
#service .svc-hl__ic { box-shadow: none; background: #f2e8db; }
#service .svc-hl__text { line-height: 1.85; }
#service .svc-duty { padding: 14px 0; border-bottom: 1px solid #f0e8e5; }
#service .svc-chip { box-shadow: none; background: #faf6f2; }
#service .svc-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
#service .svc-step { flex-direction: column; padding: 20px 0 0; border: 0; border-top: 2px solid #dec5a2; border-radius: 0; box-shadow: none; }
#service .svc-step__num { background: #f5ece0; color: #886022; width: 42px; height: 42px; }
#service .svc-step__body { gap: 10px; }
#service .svc-gallery { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.svc-gallery__open { position: relative; border: 0; border-radius: 16px; overflow: hidden; background: #f2ece7; cursor: zoom-in; padding: 0; }
#service .svc-gallery img { height: 280px; object-fit: contain; box-shadow: none; border-radius: 0; transition: transform .3s ease; }
.svc-gallery__open:hover img { transform: scale(1.025); }
.svc-gallery__hint { position: absolute; right: 12px; bottom: 12px; padding: 7px 12px; border-radius: 30px; background: #fff; color: #38202a; font-size: .8rem; }
#service .svc-rel { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
#service .svc-rel__card { box-shadow: none; }
#service .svc-rel__media { height: 210px; }
#service .svc-rel__body { padding: 22px; }
#service .svc-faq__item { box-shadow: none; border-radius: 8px; }
#service .svc-faq__q { padding: 22px 48px 22px 24px; }
#service .svc-faq__item[open] { background: #fcf8f3; border-color: #d9c3a0; }
#service .svc-faq__a { padding: 0 24px 24px; }
#service .svc-branch { box-shadow: none; padding: 24px; }
#service .svc-contact { background: #f7f1e9; border: 0; border-radius: 20px; padding: clamp(24px, 4vw, 40px); margin-top: 40px; }
.svc-contact h2 { width: 100%; font-size: clamp(1.3rem, 2.5vw, 1.8rem); color: var(--maroon-deep); }
@media (max-width: 760px) {
  .svc-nav { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: thin; }
  .svc-hero--split { grid-template-columns: 1fr; }
  .svc-hero__visual { padding: 0 24px 24px; background: transparent; }
  .svc-hero__visual img { max-height: 240px; }
  #service .svc-hl { grid-template-columns: 1fr; }
  #service .svc-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #service .svc-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #service .svc-stat:nth-child(3) { border-left: 0; }
  .svc-section { scroll-margin-top: 120px; }
}
@media (max-width: 420px) {
  #service .svc-steps { grid-template-columns: 1fr; }
  #service .svc-gallery, #service .svc-rel { grid-template-columns: 1fr; }
  .svc-contact .btn { width: 100%; white-space: normal; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  #service *, #service *::after { transition: none !important; animation: none !important; }
}
