@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600&family=Cormorant+Garamond:wght@500;600&family=Noto+Sans+KR:wght@300;400;500&display=swap");

body.miu-price-preview {
  min-width: 320px;
  margin: 0;
  background: #f3ecdf;
}

.body-dev {
  --paper: #f3ecdf;
  --ink: #171714;
  --sage: #5f6d55;
  --gold: #aa8740;
  --rule: rgba(63, 60, 51, 0.34);
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Be Vietnam Pro", Arial, sans-serif;
  --korean: "S-Core Dream", "Noto Sans KR", "Malgun Gothic", sans-serif;
  --content-width: min(72vw, 1106px);
  --price-width: min(30.6vw, 470px);
  --icon-size: clamp(60px, 4.69vw, 72px);
  --quick-row-height: clamp(104px, 8.33vw, 128px);
  position: relative;
  isolation: isolate;
  width: 100% !important;
  min-width: 0;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  text-align: left;
  scroll-behavior: smooth;
}

/* Vietnamese diacritics need neutral tracking; applies only to the VN wrapper. */
.body-dev-vn,
.body-dev-vn * {
  letter-spacing: 0 !important;
}

.body-dev,
.body-dev *,
.body-dev *::before,
.body-dev *::after {
  box-sizing: border-box;
}

.body-dev :where(h1, h2, h3, h4, p, figure, address) {
  margin: 0;
  padding: 0;
  color: inherit;
  font-style: normal;
}

.body-dev p:empty { display: none !important; }
.body-dev a { color: inherit; text-decoration: none; }
.body-dev svg { display: block; max-width: none; }
.body-dev img {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.body-dev .svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.body-dev .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.body-dev .skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.body-dev .skip-link:focus { transform: translateY(0); }

.body-dev .paper-grain {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background-color: var(--paper);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='paper'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='4' seed='8' stitchTiles='stitch'/%3E%3CfeColorMatrix values='.25 0 0 0 .76 0 .23 0 0 .69 0 0 .2 0 .55 0 0 0 .26 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23paper)' opacity='.22'/%3E%3C/svg%3E");
}

.body-dev .menu-book {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.body-dev .menu-page {
  position: relative;
  height: clamp(860px, 66.667vw, 1024px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
}

.body-dev .page-inner {
  position: relative;
  z-index: 2;
  width: var(--content-width);
  max-width: none;
  margin-inline: auto;
}

.body-dev .brand-bar {
  display: grid;
  grid-template-columns: 47% 53%;
  align-items: center;
  padding-top: clamp(53px, 4.17vw, 64px);
}

.body-dev .wordmark {
  display: inline-flex;
  width: max-content;
  align-items: baseline;
  font-family: var(--serif);
  font-size: clamp(54px, 4.69vw, 72px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.8;
  text-transform: none;
  transform: scaleX(1.06);
  transform-origin: left center;
}

.body-dev .wordmark > div {
  margin-left: 5px;
  font-size: 0.65em;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.body-dev .top-contact,
.body-dev .complimentary-contact {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: clamp(15px, 1.43vw, 22px);
  font-weight: 400;
  white-space: nowrap;
}

.body-dev .top-contact a,
.body-dev .top-contact > div,
.body-dev .complimentary-contact a,
.body-dev .complimentary-contact > div {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.body-dev .top-contact > i,
.body-dev .complimentary-contact > i {
  width: 1px;
  height: 29px;
  background: var(--rule);
}

.body-dev .top-contact svg,
.body-dev .complimentary-contact svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: var(--sage);
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.body-dev .top-contact .kakao-icon,
.body-dev .complimentary-contact .kakao-icon {
  width: 39px;
  height: 32px;
  fill: var(--sage);
  stroke: none;
}

.body-dev .kakao-icon text {
  fill: var(--paper);
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
}

.body-dev .reference-hero { margin-top: clamp(68px, 5.34vw, 82px); }
.body-dev .reference-hero h1 {
  width: max-content;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(69px, 5.47vw, 84px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.92;
  text-transform: none;
  transform: scaleX(1.22);
  transform-origin: left center;
}

.body-dev .gold-stroke {
  display: block;
  width: 61px;
  height: 2px;
  margin-top: clamp(28px, 2.34vw, 36px);
  background: var(--gold);
}

.body-dev .reference-hero p {
  margin: 17px 0 0;
  color: var(--sage);
  font-size: clamp(13px, 1.17vw, 18px);
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.body-dev .menu-block--body { margin-top: clamp(48px, 3.78vw, 58px); }
.body-dev .page-inner--menu-only { padding-top: clamp(72px, 5.2vw, 80px); }

.body-dev .menu-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--price-width);
  align-items: end;
  gap: clamp(18px, 1.95vw, 30px);
  min-height: clamp(67px, 5.54vw, 85px);
  padding-bottom: clamp(13px, 1.17vw, 18px);
  border-bottom: 1px solid var(--rule);
}

.body-dev .title-line {
  display: flex;
  align-items: center;
}

.body-dev .title-line h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(29px, 2.47vw, 38px);
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.15;
  text-transform: uppercase;
  white-space: nowrap;
}

.body-dev .menu-heading__title > p {
  margin: 11px 0 0;
  color: var(--sage);
  font-size: clamp(10px, 1.05vw, 16px);
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.45;
  text-transform: uppercase;
}

.body-dev .menu-block--body .menu-heading__title > p {
  letter-spacing: 0;
  text-transform: none;
}

.body-dev .menu-block--body .title-line h2 {
  font-size: clamp(29px, 2.34vw, 36px);
}

.body-dev .column-labels,
.body-dev .quick-price {
  display: grid;
  grid-template-columns: 31% 36% 33%;
  align-items: center;
}

.body-dev .column-labels {
  color: var(--sage);
  font-size: clamp(9px, 0.91vw, 14px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-transform: uppercase;
}

.body-dev .column-labels > div:nth-child(2),
.body-dev .column-labels > div:nth-child(3) { text-align: center; }

.body-dev .service-row {
  display: grid;
  grid-template-columns: var(--icon-size) minmax(0, 1fr) var(--price-width);
  align-items: center;
  gap: clamp(18px, 1.95vw, 30px);
  min-height: clamp(104px, 8.33vw, 128px);
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--rule);
}

.body-dev .service-icon {
  display: grid;
  width: var(--icon-size);
  height: var(--icon-size);
  place-items: center;
  border: 1.4px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
}

.body-dev .service-icon > svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.body-dev .service-icon .icon-fill { fill: currentColor; stroke: none; }
.body-dev .service-icon--asset { overflow: visible; border: 0; border-radius: 0; }
.body-dev .service-icon--asset img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.body-dev .service-copy { min-width: 0; }
.body-dev .service-copy h3,
.body-dev .quick-item h4 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
  text-transform: none;
}

.body-dev .service-copy > p {
  margin: 5px 0 0;
  color: #4f514a;
  font-size: clamp(9px, 0.91vw, 14px);
  line-height: 1.45;
}

.body-dev .service-copy > p[lang="ko"] {
  font-family: var(--korean);
  font-size: clamp(9px, 0.91vw, 14px);
  font-weight: 300;
}

.body-dev .service-copy .service-meta {
  color: var(--sage);
  font-size: clamp(8px, 0.78vw, 12px);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.body-dev .price-table,
.body-dev .kids-prices table {
  width: 100%;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums lining-nums;
}

.body-dev .body-dev-table,
.body-dev .body-dev-table :is(thead, tbody, tr, th, td, caption) {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: inherit !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.body-dev .body-dev-table {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}

.body-dev .price-table thead {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.body-dev .price-table td {
  padding: 1px 0 4px !important;
  font-family: var(--sans);
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.45;
  white-space: nowrap;
}

.body-dev .price-table td:first-child {
  width: 31%;
  padding-left: 8px !important;
}

.body-dev .price-table td:nth-child(2) { width: 36%; text-align: center; }
.body-dev .price-table td:last-child { width: 33%; text-align: center; }

.body-dev .page-arrow {
  position: absolute;
  z-index: 3;
  bottom: 27px;
  left: 50%;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--gold);
  transform: translateX(-50%) rotate(90deg);
}

.body-dev .page-arrow svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.body-dev .menu-block--special .service-row {
  min-height: clamp(119px, 9.38vw, 144px);
}

.body-dev .menu-block--special .service-row:last-child {
  min-height: clamp(101px, 8.01vw, 123px);
}

.body-dev .service-row--kids .kids-prices {
  width: calc(100% + clamp(62px, 7.8vw, 120px));
  margin-left: calc(clamp(62px, 7.8vw, 120px) * -1);
}

.body-dev .kids-prices { display: grid; grid-template-columns: 1fr 1fr; }
.body-dev .kids-prices table + table {
  border-left: 1px solid var(--rule) !important;
}

.body-dev .kids-prices caption {
  padding: 0 0 12px !important;
  color: var(--sage) !important;
  font-size: clamp(9px, 0.91vw, 14px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.body-dev .kids-prices td {
  padding: 2px 0 5px !important;
  font-family: var(--sans);
  font-size: 16px !important;
  line-height: 1.45;
  white-space: nowrap;
}

.body-dev .kids-prices td:first-child { padding-left: 26px !important; }
.body-dev .kids-prices td:last-child {
  padding-right: 26px !important;
  text-align: right;
}

.body-dev .menu-block--quick { margin-top: clamp(26px, 2.02vw, 31px); }
.body-dev .menu-block--quick .menu-heading {
  min-height: clamp(112px, 8.79vw, 135px);
}

.body-dev .quick-treatment-group {
  min-width: 0;
  padding-top: 0;
}

.body-dev .quick-content { min-width: 0; }
.body-dev .quick-treatment-title {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin-top: 12px;
}

.body-dev .quick-treatment-title strong {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(22px, 1.82vw, 28px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-transform: none;
}

.body-dev .quick-treatment-title span[lang="ko"],
.body-dev .quick-treatment-title span[lang="vi"] {
  align-self: center;
  justify-self: start;
  margin: 0;
  padding-left: clamp(14px, 1.17vw, 18px);
  border-left: 1px solid var(--gold);
  color: #4f514a;
  font-family: var(--korean);
  font-size: clamp(11px, 1.04vw, 16px);
  font-weight: 300;
  line-height: 1.5;
}

.body-dev .quick-list { width: 100%; }
.body-dev .quick-item {
  display: grid;
  grid-template-columns: var(--icon-size) minmax(0, 1fr) var(--price-width);
  align-items: center;
  gap: clamp(18px, 1.95vw, 30px);
  min-height: var(--quick-row-height);
  padding: 0;
  border-bottom: 1px solid var(--rule);
}

.body-dev .mini-icon {
  display: grid;
  width: var(--icon-size);
  height: var(--icon-size);
  place-items: center;
  border: 1.3px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
}

.body-dev .mini-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.body-dev .mini-icon--asset { overflow: visible; border: 0; border-radius: 0; }
.body-dev .mini-icon--asset img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.body-dev .quick-item h4 { font-size: 24px; }
.body-dev .quick-item-meta {
  display: block;
  margin: 5px 0 0;
  color: var(--sage);
  font-size: clamp(8px, 0.78vw, 12px);
  line-height: 1.45;
}

.body-dev .quick-item-meta > div {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.body-dev .quick-item-meta > p {
  margin: 0 !important;
  padding: 0 !important;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.body-dev .quick-item-meta b {
  display: block;
  margin-top: 5px;
  color: #565750;
  font-family: var(--korean);
  font-size: clamp(9px, 0.91vw, 14px);
  font-weight: 300;
}

.body-dev .quick-price {
  font-size: 16px;
  line-height: 1.45;
  font-variant-numeric: tabular-nums lining-nums;
}

.body-dev .quick-price > p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit;
  text-align: center;
}

.body-dev .quick-price strong { font-weight: 400; }
.body-dev .quick-price > div:last-child { text-align: center; }

.body-dev .menu-page--three .page-inner--menu-only {
  padding-top: clamp(69px, 5.08vw, 78px);
}

.body-dev .menu-block--rituals .menu-heading {
  min-height: clamp(107px, 8.79vw, 135px);
}

.body-dev .menu-block--rituals .title-line h2 {
  margin-right: 24px;
  font-size: clamp(32px, 2.73vw, 42px);
  letter-spacing: 0.04em;
  transform: scaleX(1.08);
  transform-origin: left center;
}

.body-dev .menu-block--rituals .title-line { transform: translateY(-17px); }
.body-dev .menu-block--rituals .menu-heading__title > p {
  transform: translateY(-8px);
}

.body-dev .service-row--ritual {
  min-height: clamp(121px, 9.64vw, 148px);
}

.body-dev .service-row--ritual:nth-of-type(2) {
  min-height: clamp(117px, 9.31vw, 143px);
}

.body-dev .service-row--ritual:nth-of-type(3) {
  min-height: clamp(132px, 10.55vw, 162px);
}

.body-dev .service-row--ritual .service-meta + .service-meta { margin-top: 4px; }
.body-dev .service-row--ritual:nth-of-type(3) h3 {
  width: max-content;
  transform: scaleX(1.12);
  transform-origin: left center;
}

.body-dev .complimentary {
  display: grid;
  grid-template-columns: var(--icon-size) minmax(0, 1fr);
  gap: clamp(18px, 1.56vw, 24px);
  align-items: center;
  min-height: clamp(154px, 12.17vw, 187px);
  border-bottom: 1px solid var(--rule);
}

.body-dev .complimentary h2 {
  width: max-content;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(29px, 2.66vw, 41px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
  text-transform: none;
  transform: scaleX(1.13);
  transform-origin: left center;
}

.body-dev .complimentary-contact {
  gap: 20px;
  margin-top: 27px;
  font-size: clamp(14px, 1.3vw, 20px);
}

.body-dev .complimentary-contact svg { width: 36px; height: 36px; }
.body-dev .reference-footer {
  display: grid;
  grid-template-columns: var(--icon-size) minmax(0, 1fr) var(--price-width);
  gap: clamp(18px, 1.56vw, 24px);
  align-items: center;
  min-height: clamp(139px, 11.13vw, 171px);
}

.body-dev .pin-icon {
  width: 48px;
  height: 56px;
  margin-left: 3px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.4;
}

.body-dev .reference-footer address {
  display: grid;
  gap: 3px;
  font-size: clamp(14px, 1.3vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
}

.body-dev .reserve-link {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-self: stretch;
  padding-left: clamp(55px, 5.2vw, 80px);
  font-family: var(--serif);
  font-size: clamp(34px, 3.45vw, 53px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
  white-space: nowrap;
}

.body-dev .reserve-link svg {
  flex: 0 0 auto;
  width: 29px;
  height: 38px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.5;
}

.body-dev .reserve-link > div {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gold);
}

@media (max-width: 1180px) and (min-width: 761px) {
  .body-dev { --content-width: 78vw; --price-width: 31vw; }
  .body-dev .service-row,
  .body-dev .quick-item { gap: 18px; }
  .body-dev .service-copy h3 { font-size: 24px; }
}

@media (min-width: 761px) {
  .body-dev .menu-page--two {
    height: clamp(920px, 72vw, 1100px);
  }
}

@media (max-width: 760px) {
  .body-dev {
    --content-width: 100%;
    --price-width: 100%;
    --icon-size: 54px;
  }

  .body-dev .menu-page {
    height: auto;
    min-height: 100svh;
    padding: 0 22px 72px;
    overflow: hidden;
  }

  .body-dev .page-inner { width: 100%; margin-inline: 0; }
  .body-dev .brand-bar {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 35px;
  }

  .body-dev .wordmark { font-size: 45px; }
  .body-dev .top-contact { gap: 12px; font-size: 13px; }
  .body-dev .top-contact a,
  .body-dev .top-contact > div { gap: 7px; }
  .body-dev .top-contact svg { width: 27px; height: 27px; }
  .body-dev .top-contact .kakao-icon { width: 33px; }
  .body-dev .reference-hero { margin-top: 70px; }

  .body-dev .reference-hero h1 {
    width: auto;
    font-size: clamp(55px, 16vw, 74px);
    transform: none;
  }

  .body-dev .reference-hero p { font-size: 12px; }
  .body-dev .menu-block--body { margin-top: 72px; }
  .body-dev .page-inner--menu-only,
  .body-dev .menu-page--three .page-inner--menu-only { padding-top: 64px; }

  .body-dev .menu-heading {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: auto;
    padding-bottom: 20px;
  }

  .body-dev .title-line { align-items: flex-start; }
  .body-dev .title-line h2 {
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.15;
    white-space: normal;
  }
  .body-dev .menu-heading__title > p { font-size: 11px; }
  .body-dev .column-labels { display: none; }

  .body-dev .service-row,
  .body-dev .menu-block--special .service-row,
  .body-dev .menu-block--special .service-row:last-child,
  .body-dev .service-row--ritual {
    grid-template-columns: var(--icon-size) minmax(0, 1fr);
    gap: 16px;
    min-height: 0;
    padding: 28px 0;
  }

  .body-dev .service-icon > svg { width: 36px; height: 36px; }
  .body-dev .service-copy h3 { font-size: 24px; }
  .body-dev .service-copy > p,
  .body-dev .service-copy > p[lang="ko"] {
    font-size: 11px;
    line-height: 1.55;
  }

  .body-dev .service-copy .service-meta { font-size: 9px; }
  .body-dev .price-table,
  .body-dev .kids-prices {
    grid-column: 2 / -1;
    margin-top: 16px;
  }

  .body-dev .service-row--kids .kids-prices { width: 100%; margin-left: 0; }
  .body-dev .kids-prices { grid-template-columns: 1fr; gap: 18px; }
  .body-dev .kids-prices table + table {
    padding-top: 16px !important;
    border-top: 1px solid var(--rule) !important;
    border-left: 0 !important;
  }

  .body-dev .kids-prices td:first-child,
  .body-dev .kids-prices td:last-child {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .body-dev .menu-block--quick { margin-top: 56px; }
  .body-dev .quick-treatment-group { padding-top: 0; }
  .body-dev .quick-treatment-title {
    grid-template-columns: minmax(0, 1fr);
    gap: 0 14px;
    margin-top: 10px;
  }

  .body-dev .quick-treatment-title strong {
    grid-column: 1;
    grid-row: 1;
    font-size: clamp(22px, 6.5vw, 27px);
  }

  .body-dev .quick-treatment-title span[lang="ko"],
  .body-dev .quick-treatment-title span[lang="vi"] {
    grid-column: 1;
    grid-row: 2;
    margin-top: 8px;
    padding-left: 0;
    border-left: 0;
    font-size: 12px;
  }
  .body-dev .quick-list { width: 100%; margin-left: 0; }
  .body-dev .quick-item {
    grid-template-columns: var(--icon-size) minmax(0, 1fr);
    gap: 16px;
    min-height: 0;
    padding: 28px 0;
  }

  .body-dev .mini-icon { width: var(--icon-size); height: var(--icon-size); }
  .body-dev .mini-icon svg { width: 36px; height: 36px; }
  .body-dev .quick-item h4 { font-size: 24px; }
  .body-dev .quick-item-meta { display: block; font-size: 8px; }
  .body-dev .quick-item-meta b { margin-top: 5px; }
  .body-dev .quick-price {
    grid-column: 2 / -1;
    width: 100%;
    margin-top: 9px;
    font-size: 16px;
  }

  .body-dev .complimentary {
    grid-template-columns: var(--icon-size) minmax(0, 1fr);
    min-height: 0;
    padding: 36px 0;
  }

  .body-dev .menu-block--rituals .title-line,
  .body-dev .menu-block--rituals .menu-heading__title > p { transform: none; }
  .body-dev .service-row--ritual:nth-of-type(3) h3,
  .body-dev .complimentary h2 { width: auto; transform: none; }
  .body-dev .complimentary h2 {
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1;
  }

  .body-dev .complimentary-contact {
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 24px;
    font-size: 13px;
  }

  .body-dev .reference-footer {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 0;
    padding: 36px 0 12px;
  }

  .body-dev .reference-footer address { font-size: 13px; }
  .body-dev .reserve-link {
    grid-column: 2 / -1;
    justify-self: start;
    margin-top: 25px;
    padding-left: 0;
    font-size: 40px;
  }

  .body-dev .page-arrow { display: none; }
}

@media (max-width: 400px) {
  .body-dev .menu-page { padding-inline: 18px; }
  .body-dev .top-contact { font-size: 12px; }
  .body-dev .top-contact > i { display: none; }
  .body-dev .reference-hero h1 { font-size: clamp(50px, 15vw, 60px); }
  .body-dev .title-line h2 { font-size: 31px; }
  .body-dev .service-copy h3 { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .body-dev { scroll-behavior: auto; }
  .body-dev *,
  .body-dev *::before,
  .body-dev *::after { transition-duration: 0.01ms !important; }
}
