.svc-hero {
  position: relative;
  padding: 150px 0 60px;
  overflow: hidden;
}
.svc-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 72px;
  align-items: center;
}
.svc-hero__copy { position: relative; z-index: 1; }
.svc-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--stone);
  margin-bottom: 30px;
  transition: color var(--fast) var(--ease);
}
.svc-back svg { width: 15px; height: 15px; transition: transform var(--fast) var(--ease); }
.svc-back:hover { color: var(--ink); }
.svc-back:hover svg { transform: translateX(-3px); }
.svc-hero__copy .eyebrow { display: block; margin-bottom: 22px; }
.svc-hero__title {
  font-size: clamp(48px, 6vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.018em;
  margin-bottom: 30px;
}
.svc-hero__title em { font-style: italic; font-weight: 300; color: var(--ink-soft); }
.svc-hero__lead {
  max-width: 46ch;
  margin-bottom: 40px;
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.65;
  color: var(--ink-soft);
}
.svc-hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }

.svc-hero__media {
  position: relative;
  aspect-ratio: 5 / 6;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 40px 60px -40px rgba(78, 55, 33, 0.4);
}
.svc-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.svc-intro {
  padding: 14px 0 64px;
}
.svc-intro .sec__head { margin-bottom: 0; align-items: start; }
.svc-intro__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.svc-intro__body p {
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.75;
  color: var(--ink-soft);
  max-width: 60ch;
}

.svc-treat {
  background: var(--cream-soft);
  padding: 92px 0;
  position: relative;
}
.svc-treat::before, .svc-treat::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: rgba(179, 159, 127, 0.4);
}
.svc-treat::before { top: 0; }
.svc-treat::after { bottom: 0; }
.svc-treat__head { margin-bottom: 56px; max-width: 60ch; }
.svc-treat__head h2 {
  font-family: var(--display);
  font-size: clamp(40px, 5vw, 74px);
  font-weight: 300;
  line-height: 1.0;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin-top: 18px;
}
.svc-treat__head h2 em { font-style: italic; color: var(--ink-soft); font-weight: 300; }

.svc-note {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 28px;
  margin-bottom: 48px;
  background: rgba(179, 159, 127, 0.12);
  border: 1px solid rgba(179, 159, 127, 0.4);
  border-radius: 14px;
}
.svc-note__icon {
  width: 30px; height: 30px;
  color: var(--gold);
  flex-shrink: 0;
}
.svc-note p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
}
.svc-note strong { color: var(--ink); font-weight: 600; }

.svc-pullquote {
  position: relative;
  max-width: 30ch;
  margin: 0 0 56px;
  padding-left: 8px;
}
.svc-pullquote__mark {
  font-family: var(--display);
  font-style: italic;
  font-size: 64px;
  line-height: 0.5;
  color: var(--gold);
  display: block;
  height: 30px;
}
.svc-pullquote p {
  font-family: var(--display);
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 300;
  line-height: 1.28;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-wrap: pretty;
}

.trt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(78, 55, 33, 0.12);
  border: 1px solid rgba(78, 55, 33, 0.12);
}
.trt-card {
  background: var(--cream-soft);
  padding: 44px 40px 46px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background-color var(--med) var(--ease),
    opacity 1.2s var(--ease), transform 1.2s var(--ease);
}
.trt-card:hover { background: var(--cream); }
.trt-card__num {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  color: var(--gold);
  letter-spacing: 0.02em;
}
.trt-card__tag {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--stone);
  margin-top: -6px;
}
.trt-card__title {
  font-family: var(--display);
  font-size: 29px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.trt-card__copy {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 44ch;
}
.trt-card__points {
  list-style: none;
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.trt-card__points li {
  position: relative;
  padding-left: 22px;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.trt-card__points li::before {
  content: "";
  position: absolute;
  left: 0; top: 8px;
  width: 9px; height: 1px;
  background: var(--gold);
}

@media (max-width: 980px) {
  .svc-hero { padding: 124px 0 60px; }
  .svc-hero__inner { grid-template-columns: 1fr; gap: 44px; }
  .svc-hero__media { order: -1; aspect-ratio: 16 / 11; max-height: 420px; }
  .svc-intro { padding: 10px 0 52px; }
  .svc-treat { padding: 76px 0; }
}
@media (max-width: 680px) {
  .trt-grid { grid-template-columns: 1fr; }
  .svc-treat__head { margin-bottom: 40px; }
}
@media (max-width: 480px) {
  .svc-hero__title { font-size: 44px; }
  .trt-card { padding: 36px 26px 38px; }
}
