:root {
  --paper: #fbf5eb;
  --porcelain: #fffdf8;
  --linen: #efe0cf;
  --sand-wash: #f5eadb;
  --clay: #b66f55;
  --moss: #75836f;
  --moss-pale: #e4eadc;
  --coffee: #2b241f;
  --coffee-soft: #483a31;
  --text: #2d2924;
  --muted: #776f66;
  --line: rgba(72, 58, 49, 0.16);
  --shadow: 0 22px 70px rgba(73, 52, 35, 0.12);
  --container: 1180px;
  --font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.65;
  overflow-x: hidden;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  font: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3,
summary {
  hyphens: auto;
  overflow-wrap: anywhere;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.container {
  width: min(100% - 2rem, var(--container));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: clamp(5.5rem, 9vw, 9rem) 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
  align-items: center;
  gap: 1.5rem;
  border-bottom: 1px solid transparent;
  padding: 1.1rem clamp(1rem, 4vw, 3rem);
  color: var(--text);
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease;
}

.site-header.is-scrolled,
.site-header.nav-is-open {
  border-color: var(--line);
  background: rgba(251, 245, 235, 0.95);
  color: var(--text);
  backdrop-filter: blur(18px);
}

.home-page .site-header {
  color: var(--porcelain);
}

.home-page .site-header.is-scrolled,
.home-page .site-header.nav-is-open {
  color: var(--text);
}

.brand {
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 58px;
  height: 34px;
  place-items: center;
  border: 1px solid currentColor;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.8rem, 2vw, 1.6rem);
  font-size: 0.88rem;
  font-weight: 650;
}

.site-nav a {
  position: relative;
  color: inherit;
  opacity: 0.82;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 1px;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  background: currentColor;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.studio-link {
  opacity: 1;
}

.menu-toggle {
  display: none;
  justify-self: end;
  width: 44px;
  height: 44px;
  place-items: center;
  background: transparent;
  color: currentColor;
}

.menu-toggle span {
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.home-hero {
  position: relative;
  display: grid;
  min-height: 90vh;
  min-height: 100svh;
  overflow: hidden;
  background-color: var(--coffee);
  background-image:
    linear-gradient(
      90deg,
      rgba(35, 27, 22, 0.9) 0%,
      rgba(35, 27, 22, 0.74) 38%,
      rgba(35, 27, 22, 0.36) 72%,
      rgba(35, 27, 22, 0.12) 100%
    ),
    url("assets/header.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--porcelain);
}

.home-hero > * {
  position: relative;
  z-index: 1;
}

.hero-copy {
  position: relative;
  z-index: 1;
  align-self: end;
  width: min(100% - 2rem, 930px);
  margin: 0 auto;
  padding: clamp(9rem, 16vw, 14rem) 0 clamp(9rem, 16vw, 13rem);
}

.demo-label,
.eyebrow {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-hero .demo-label,
.closing-cta .demo-label {
  color: #f2b599;
}

h1 {
  max-width: 850px;
  margin-top: 1rem;
  font-size: clamp(4rem, 10vw, 9.4rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.hero-copy p:not(.demo-label),
.page-hero-copy p:not(.demo-label),
.contact-copy p:not(.demo-label) {
  max-width: 620px;
  margin-top: 1.6rem;
  color: rgba(255, 253, 248, 0.8);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.2rem;
  font-weight: 750;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--clay);
  color: var(--porcelain);
}

.button-quiet {
  border: 1px solid currentColor;
  color: inherit;
}

.hero-note {
  position: absolute;
  right: clamp(1rem, 4vw, 3rem);
  bottom: clamp(5.2rem, 8vw, 7rem);
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
  max-width: 680px;
}

.hero-note span {
  border: 1px solid rgba(255, 253, 248, 0.28);
  background: rgba(255, 253, 248, 0.1);
  padding: 0.55rem 0.7rem;
  color: rgba(255, 253, 248, 0.84);
  font-size: 0.83rem;
  backdrop-filter: blur(12px);
}

.home-page main {
  overflow-x: hidden;
  overflow-x: clip;
}

.home-page .home-hero::after {
  position: absolute;
  left: -2vw;
  right: -2vw;
  bottom: -1px;
  z-index: 0;
  height: clamp(4.5rem, 9vw, 8rem);
  content: "";
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 150' preserveAspectRatio='none'%3E%3Cpath fill='%23fbf5eb' d='M0 90C164 46 282 96 438 76C622 52 716 117 888 100C1068 82 1196 30 1440 68V150H0Z'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
}

.home-page .slow-intro,
.home-page .treatment-preview,
.home-page .atmosphere-story,
.home-page .price-teaser {
  isolation: isolate;
  overflow: hidden;
  overflow: clip;
}

.home-page .slow-intro > .container,
.home-page .treatment-preview > .container,
.home-page .atmosphere-story > .container,
.home-page .price-teaser > .container {
  position: relative;
  z-index: 1;
}

.home-page .treatment-preview::before,
.home-page .atmosphere-story::before {
  position: absolute;
  left: -2vw;
  right: -2vw;
  top: -1px;
  z-index: 0;
  height: clamp(4.5rem, 8vw, 7.5rem);
  content: "";
  pointer-events: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.home-page .treatment-preview::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 150' preserveAspectRatio='none'%3E%3Cpath fill='%23fbf5eb' d='M0 0H1440V68C1298 112 1188 70 1032 80C844 94 760 142 572 112C376 80 214 44 0 112V0Z'/%3E%3C/svg%3E");
}

.home-page .atmosphere-story::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 150' preserveAspectRatio='none'%3E%3Cpath fill='%23efe0cf' d='M0 0H1440V96C1232 48 1118 104 930 84C742 64 642 30 438 76C256 116 138 94 0 54V0Z'/%3E%3C/svg%3E");
}

.home-page .slow-intro::after,
.home-page .treatment-preview::after,
.home-page .price-teaser::after {
  position: absolute;
  z-index: 0;
  width: clamp(10rem, 19vw, 18rem);
  aspect-ratio: 0.68;
  content: "";
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 320' fill='none'%3E%3Cpath d='M112 302C90 226 129 160 105 86C96 58 104 28 128 14' stroke='%2375836f' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M108 230C76 204 58 182 51 154C82 158 106 178 116 210' stroke='%2375836f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M118 190C153 170 177 149 190 119C157 119 128 140 116 172' stroke='%2375836f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M103 146C74 126 56 104 50 78C80 82 101 100 110 126' stroke='%23b66f55' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M117 104C145 88 165 67 174 42C146 44 124 62 114 88' stroke='%2375836f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: 0.13;
}

.home-page .slow-intro::after {
  right: max(-4rem, -4vw);
  bottom: 1.2rem;
  transform: rotate(-7deg);
}

.home-page .treatment-preview::after {
  left: max(-4.5rem, -4vw);
  top: 12rem;
  transform: rotate(8deg) scaleX(-1);
  opacity: 0.1;
}

.home-page .price-teaser::after {
  right: max(-5rem, -5vw);
  top: 1.5rem;
  transform: rotate(12deg);
  opacity: 0.1;
}

body:not(.home-page) main {
  overflow-x: hidden;
  overflow-x: clip;
}

body:not(.home-page) .page-hero,
body:not(.home-page) .contact-hero,
body:not(.home-page) .muted-section,
body:not(.home-page) .treatment-detail-section,
body:not(.home-page) .studio-story,
body:not(.home-page) .faq-page-section,
body:not(.home-page) .values-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  overflow: clip;
}

body:not(.home-page) .page-hero > *,
body:not(.home-page) .contact-hero > *,
body:not(.home-page) .muted-section > .container,
body:not(.home-page) .treatment-detail-section > .container,
body:not(.home-page) .studio-story > .container,
body:not(.home-page) .faq-page-section > .container,
body:not(.home-page) .values-section > .container {
  position: relative;
  z-index: 1;
}

body:not(.home-page) .page-hero::after,
body:not(.home-page) .contact-hero::after,
body:not(.home-page) .muted-section::before {
  position: absolute;
  left: -2vw;
  right: -2vw;
  z-index: 0;
  height: clamp(4rem, 7vw, 6.5rem);
  content: "";
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

body:not(.home-page) .page-hero::after,
body:not(.home-page) .contact-hero::after {
  bottom: -1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 150' preserveAspectRatio='none'%3E%3Cpath fill='%23fbf5eb' d='M0 92C176 48 306 88 470 72C648 54 748 122 934 102C1126 82 1264 42 1440 74V150H0Z'/%3E%3C/svg%3E");
}

body:not(.home-page) .muted-section::before {
  top: -1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 150' preserveAspectRatio='none'%3E%3Cpath fill='%23fbf5eb' d='M0 0H1440V86C1284 50 1164 108 1002 88C808 64 690 34 502 82C318 128 168 94 0 56V0Z'/%3E%3C/svg%3E");
}

body:not(.home-page) .page-hero::before,
body:not(.home-page) .contact-hero::before,
body:not(.home-page) .treatment-detail-section::after,
body:not(.home-page) .studio-story::after,
body:not(.home-page) .faq-page-section::after,
body:not(.home-page) .values-section::after {
  position: absolute;
  z-index: 0;
  width: clamp(9rem, 17vw, 16rem);
  aspect-ratio: 0.68;
  content: "";
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 320' fill='none'%3E%3Cpath d='M112 302C90 226 129 160 105 86C96 58 104 28 128 14' stroke='%2375836f' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M108 230C76 204 58 182 51 154C82 158 106 178 116 210' stroke='%2375836f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M118 190C153 170 177 149 190 119C157 119 128 140 116 172' stroke='%2375836f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M103 146C74 126 56 104 50 78C80 82 101 100 110 126' stroke='%23b66f55' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M117 104C145 88 165 67 174 42C146 44 124 62 114 88' stroke='%2375836f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: 0.09;
}

body:not(.home-page) .page-hero::before,
body:not(.home-page) .contact-hero::before {
  right: max(-4.5rem, -5vw);
  top: clamp(6rem, 11vw, 10rem);
  transform: rotate(-8deg);
}

body:not(.home-page) .treatment-detail-section::after,
body:not(.home-page) .faq-page-section::after {
  left: max(-4rem, -4vw);
  bottom: 4rem;
  transform: rotate(8deg) scaleX(-1);
  opacity: 0.07;
}

body:not(.home-page) .studio-story::after,
body:not(.home-page) .values-section::after {
  right: max(-4rem, -4vw);
  bottom: 2rem;
  transform: rotate(10deg);
  opacity: 0.07;
}

.intro-layout {
  display: grid;
  grid-template-columns: 0.25fr 1fr;
  gap: clamp(1.5rem, 8vw, 8rem);
}

.section-number {
  color: var(--clay);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.intro-text h2,
.section-title h2,
.story-copy h2,
.price-ribbon h2,
.side-note h2,
.large-quote p,
.faq-aside h2,
.contact-note h2 {
  max-width: 820px;
  font-size: clamp(2.6rem, 5.6vw, 6rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.intro-text p,
.story-copy p,
.side-note p,
.faq-aside p,
.contact-note p,
.section-title p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 1.25rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.muted-section {
  background: var(--linen);
}

.section-title {
  display: grid;
  gap: 0.8rem;
  margin-bottom: clamp(2.5rem, 6vw, 5rem);
}

.editorial-list {
  display: grid;
  gap: clamp(2.2rem, 6vw, 5rem);
}

.editorial-item,
.treatment-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 6vw, 5rem);
}

.editorial-item-reverse,
.treatment-row-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.86fr);
}

.editorial-item-reverse .editorial-image,
.treatment-row-reverse .image-slot {
  order: 2;
}

.editorial-image,
.treatment-row .image-slot {
  min-height: clamp(320px, 42vw, 560px);
}

.treatment-preview .editorial-item:nth-child(1) .editorial-image {
  background-image: url("assets/h1.jpg");
}

.treatment-preview .editorial-item:nth-child(2) .editorial-image {
  background-image: url("assets/h2.jpg");
}

.treatment-preview .editorial-item:nth-child(3) .editorial-image {
  background-image: url("assets/h3.jpg");
}

.treatment-preview .editorial-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.treatment-preview .editorial-image::before {
  content: none;
}

.treatment-preview .editorial-image::after {
  display: block;
  padding: 0;
  content: "";
  background: linear-gradient(180deg, rgba(43, 36, 31, 0) 58%, rgba(43, 36, 31, 0.18) 100%);
}

.editorial-copy span {
  color: var(--clay);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.editorial-copy,
.story-copy,
.intro-text,
.section-title,
.treatment-row > div,
.value-block,
.page-hero-copy,
.contact-copy,
.faq-aside,
.side-note,
.contact-note {
  min-width: 0;
}

.editorial-copy h3,
.treatment-row h2,
.value-block h3 {
  margin-top: 0.8rem;
  font-size: clamp(2rem, 4vw, 4.6rem);
  line-height: 0.96;
}

.editorial-copy p,
.treatment-row p,
.value-block p {
  max-width: 520px;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1.06rem;
}

.feature-points {
  display: grid;
  gap: 0.5rem;
  max-width: 560px;
  margin: 1.15rem 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
  list-style: none;
}

.feature-points li {
  position: relative;
  padding-left: 1.15rem;
}

.feature-points li::before {
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 0.48rem;
  height: 1px;
  content: "";
  background: var(--clay);
}

.story-points {
  max-width: 640px;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
}

.story-images {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  align-items: end;
  gap: 1rem;
}

.story-images .image-slot:first-child {
  min-height: 620px;
}

.story-images .image-slot:last-child {
  min-height: 360px;
  margin-bottom: 4rem;
}

.atmosphere-story .story-images .image-slot-room {
  background-image: url("assets/h4.jpg");
}

.atmosphere-story .story-images .image-slot-detail {
  background-image: url("assets/h5.jpg");
}

.atmosphere-story .story-images .image-slot {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.atmosphere-story .story-images .image-slot::before {
  content: none;
}

.atmosphere-story .story-images .image-slot::after {
  display: block;
  padding: 0;
  content: "";
  background: linear-gradient(180deg, rgba(43, 36, 31, 0) 62%, rgba(43, 36, 31, 0.14) 100%);
}

.text-link {
  display: inline-block;
  margin-top: 1.6rem;
  border-bottom: 1px solid currentColor;
  color: var(--coffee);
  font-weight: 760;
}

.dark-section {
  background: var(--coffee);
  color: var(--porcelain);
}

.dark-section .eyebrow {
  color: #f2b599;
}

.flow-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 6rem);
}

.flow-list {
  display: grid;
  list-style: none;
}

.flow-list li {
  display: grid;
  grid-template-columns: 4rem minmax(0, 0.5fr) minmax(0, 1fr);
  gap: 1rem;
  border-top: 1px solid rgba(255, 253, 248, 0.18);
  padding: 1.6rem 0;
}

.flow-list span {
  color: #f2b599;
  font-weight: 800;
}

.flow-list strong {
  font-size: 1.15rem;
}

.flow-list p {
  color: rgba(255, 253, 248, 0.66);
}

.price-ribbon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr) auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.price-lines {
  display: grid;
  gap: 0.75rem;
}

.price-lines p,
.pricing-row {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.8rem;
}

.price-lines p {
  grid-template-columns: 1fr auto;
}

.price-lines strong,
.pricing-row strong {
  color: var(--coffee);
  white-space: nowrap;
}

.closing-cta {
  position: relative;
  min-height: 76svh;
  overflow: hidden;
  background: var(--coffee);
  color: var(--porcelain);
}

.closing-image {
  position: absolute;
  inset: 0;
}

.closing-image::before {
  opacity: 0.5;
}

.closing-image::after {
  background: linear-gradient(90deg, rgba(43, 36, 31, 0.88), rgba(43, 36, 31, 0.38));
}

.closing-copy {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, var(--container));
  margin: 0 auto;
  padding: clamp(6rem, 12vw, 10rem) 0;
}

.closing-copy h2 {
  max-width: 900px;
  margin: 1rem 0 2rem;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.92;
}

.page-hero,
.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: end;
  width: min(100% - 2rem, var(--container));
  min-height: 78svh;
  margin: 0 auto;
  padding: clamp(8rem, 15vw, 12rem) 0 clamp(4rem, 7vw, 7rem);
}

.page-hero-compact {
  min-height: 66svh;
}

.page-hero-copy h1,
.contact-copy h1 {
  color: var(--text);
  font-size: clamp(3.6rem, 7.5vw, 7.6rem);
}

.page-hero-copy p:not(.demo-label),
.contact-copy p:not(.demo-label) {
  color: var(--muted);
}

.page-hero-image {
  min-height: clamp(360px, 52vw, 680px);
}

.page-hero .page-hero-image.image-slot-fullbody {
  background-image: url("assets/b1.jpg");
}

.page-hero .page-hero-image.image-slot-room {
  background-image: url("assets/p1.jpg");
}

.page-hero .page-hero-image.image-slot-detail {
  background-image: url("assets/pp1.jpg");
}

.page-hero .page-hero-image.image-slot-quiet {
  background-image: url("assets/f1.jpg");
}

.treatment-detail-section .treatment-row:nth-child(1) .image-slot {
  background-image: url("assets/b2.jpg");
}

.treatment-detail-section .treatment-row:nth-child(2) .image-slot {
  background-image: url("assets/b3.jpg");
}

.treatment-detail-section .treatment-row:nth-child(3) .image-slot {
  background-image: url("assets/b4.jpg");
}

.page-hero .page-hero-image.image-slot-fullbody,
.page-hero .page-hero-image.image-slot-room,
.page-hero .page-hero-image.image-slot-detail,
.page-hero .page-hero-image.image-slot-quiet,
.treatment-detail-section .treatment-row .image-slot {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-hero .page-hero-image.image-slot-fullbody::before,
.page-hero .page-hero-image.image-slot-room::before,
.page-hero .page-hero-image.image-slot-detail::before,
.page-hero .page-hero-image.image-slot-quiet::before,
.treatment-detail-section .treatment-row .image-slot::before {
  content: none;
}

.page-hero .page-hero-image.image-slot-fullbody::after,
.page-hero .page-hero-image.image-slot-room::after,
.page-hero .page-hero-image.image-slot-detail::after,
.page-hero .page-hero-image.image-slot-quiet::after,
.treatment-detail-section .treatment-row .image-slot::after {
  display: block;
  padding: 0;
  content: "";
  background: linear-gradient(180deg, rgba(43, 36, 31, 0) 62%, rgba(43, 36, 31, 0.14) 100%);
}

.treatment-stack {
  display: grid;
  gap: clamp(3rem, 8vw, 7rem);
}

.soft-list {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.3rem;
  color: var(--muted);
  list-style: none;
}

.soft-list li {
  position: relative;
  padding-left: 1.4rem;
}

.soft-list li::before {
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.55rem;
  height: 1px;
  content: "";
  background: var(--clay);
}

.side-note {
  display: grid;
  max-width: 860px;
  gap: 1rem;
}

.side-note .button {
  justify-self: start;
  margin-top: 0.75rem;
}

.studio-grid,
.faq-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 6rem);
}

.large-quote {
  border-left: 2px solid var(--clay);
  padding-left: clamp(1.25rem, 4vw, 2.5rem);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(270px, auto));
  gap: 1rem;
}

.image-slot-wide {
  min-height: 360px;
}

.gallery-grid .image-slot {
  min-height: 360px;
}

.image-gallery-section .gallery-grid .image-slot:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
  background-image: url("assets/p2.jpg");
}

.image-gallery-section .gallery-grid .image-slot:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  background-image: url("assets/p4.jpg");
}

.image-gallery-section .gallery-grid .image-slot:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
  background-image: url("assets/p5.jpg");
}

.image-gallery-section .gallery-grid .image-slot:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
  background-image: url("assets/p3.jpg");
}

.image-gallery-section .gallery-grid .image-slot {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-gallery-section .gallery-grid .image-slot::before {
  content: none;
}

.image-gallery-section .gallery-grid .image-slot::after {
  display: block;
  padding: 0;
  content: "";
  background: linear-gradient(180deg, rgba(43, 36, 31, 0) 62%, rgba(43, 36, 31, 0.14) 100%);
}

.values-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.value-block {
  background: var(--paper);
  padding: clamp(1.4rem, 4vw, 2.4rem);
}

.value-block span {
  color: var(--clay);
  font-weight: 800;
}

.pricing-table {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.pricing-row {
  padding: 1.6rem 0;
}

.pricing-row span {
  color: var(--clay);
  font-weight: 800;
}

.pricing-row p {
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  border-top: 1px solid var(--line);
  padding: 1rem 0;
}

.faq-item summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  cursor: pointer;
  color: var(--text);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 760;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  color: var(--clay);
  font-size: 1.5rem;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  max-width: 680px;
  margin-top: 0.9rem;
  color: var(--muted);
}

.contact-panel {
  display: grid;
  gap: 1.2rem;
}

.contact-panel .image-slot {
  min-height: 440px;
}

.contact-panel .image-slot-window {
  background-image: url("assets/k1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-panel .image-slot-window::before {
  content: none;
}

.contact-panel .image-slot-window::after {
  display: block;
  padding: 0;
  content: "";
  background: linear-gradient(180deg, rgba(43, 36, 31, 0) 62%, rgba(43, 36, 31, 0.12) 100%);
}

.contact-panel dl {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}

.contact-panel div {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
}

.contact-panel dt {
  color: var(--clay);
  font-weight: 800;
}

.contact-panel dd {
  margin: 0;
  color: var(--muted);
}

.contact-note {
  max-width: 760px;
}

.image-slot {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--moss-pale);
  box-shadow: var(--shadow);
}

.image-slot::before,
.image-slot::after {
  position: absolute;
  inset: 0;
  content: "";
}

.image-slot::before {
  z-index: 0;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.78), rgba(255, 253, 248, 0) 35%),
    linear-gradient(120deg, var(--slot-a), var(--slot-b) 52%, var(--slot-c));
}

.image-slot::after {
  z-index: 1;
}

.image-slot[data-slot]::after {
  display: grid;
  place-items: end start;
  padding: 1rem;
  color: rgba(255, 253, 248, 0.82);
  content: attr(data-slot);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.image-slot-back {
  --slot-a: #a9826a;
  --slot-b: #eedac2;
  --slot-c: #6f7c67;
}

.image-slot-fullbody {
  --slot-a: #726054;
  --slot-b: #d2b391;
  --slot-c: #e9e5d4;
}

.image-slot-regeneration {
  --slot-a: #68785f;
  --slot-b: #d9c9ab;
  --slot-c: #a6664f;
}

.image-slot-room {
  --slot-a: #b99573;
  --slot-b: #efe3d3;
  --slot-c: #71806d;
}

.image-slot-detail {
  --slot-a: #9a6a52;
  --slot-b: #e7c6a8;
  --slot-c: #f8eee1;
}

.image-slot-quiet {
  --slot-a: #7b8675;
  --slot-b: #f1e5d2;
  --slot-c: #bd866c;
}

.image-slot-window {
  --slot-a: #efe6d7;
  --slot-b: #b5bea5;
  --slot-c: #7e6657;
}

.image-slot-closing {
  --slot-a: #58483d;
  --slot-b: #b66f55;
  --slot-c: #e6d4be;
}

.image-slot::before {
  background-size: cover;
}

.image-slot::after {
  background-image:
    linear-gradient(180deg, rgba(43, 36, 31, 0) 42%, rgba(43, 36, 31, 0.34) 100%),
    repeating-linear-gradient(115deg, rgba(255, 253, 248, 0.08) 0 1px, transparent 1px 18px);
}

.closing-cta .closing-image::after {
  background: linear-gradient(90deg, rgba(43, 36, 31, 0.88), rgba(43, 36, 31, 0.38));
}

.site-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid var(--line);
  padding: 2rem clamp(1rem, 4vw, 3rem);
  color: var(--muted);
}

.site-footer div {
  display: grid;
  gap: 0.2rem;
}

.site-footer strong {
  color: var(--text);
}

.site-footer a {
  color: var(--text);
  font-weight: 760;
}

.reveal {
  transform: translateY(18px);
  opacity: 0;
  transition: transform 680ms ease, opacity 680ms ease;
}

.reveal.is-visible {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    color: var(--text);
  }

  .home-page .site-header:not(.is-scrolled):not(.nav-is-open) {
    color: var(--porcelain);
  }

  .menu-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    inset: 72px 0 auto;
    display: grid;
    justify-content: stretch;
    transform: translateY(-12px);
    border-bottom: 1px solid var(--line);
    background: rgba(251, 245, 235, 0.98);
    padding: 1rem;
    color: var(--text);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    padding: 0.7rem 0;
  }

  .brand span:last-child {
    display: none;
  }

  .intro-layout,
  .story-grid,
  .flow-layout,
  .page-hero,
  .contact-hero,
  .studio-grid,
  .faq-page-layout,
  .price-ribbon,
  .editorial-item,
  .editorial-item-reverse,
  .treatment-row,
  .treatment-row-reverse {
    grid-template-columns: 1fr;
  }

  .editorial-item-reverse .editorial-image,
  .treatment-row-reverse .image-slot {
    order: initial;
  }

  .hero-copy {
    padding-top: 10rem;
  }

  .story-images {
    grid-template-columns: 1fr;
  }

  .story-images .image-slot:first-child,
  .story-images .image-slot:last-child {
    min-height: 360px;
    margin-bottom: 0;
  }

  .home-page .slow-intro::after,
  .home-page .treatment-preview::after,
  .home-page .price-teaser::after,
  body:not(.home-page) .page-hero::before,
  body:not(.home-page) .contact-hero::before,
  body:not(.home-page) .treatment-detail-section::after,
  body:not(.home-page) .studio-story::after,
  body:not(.home-page) .faq-page-section::after,
  body:not(.home-page) .values-section::after {
    width: clamp(8rem, 28vw, 12rem);
    opacity: 0.055;
  }

  .flow-list li,
  .pricing-row,
  .contact-panel div {
    grid-template-columns: 1fr;
  }

  .values-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container,
  .hero-copy,
  .closing-copy,
  .page-hero,
  .contact-hero {
    width: min(100% - 1.2rem, var(--container));
  }

  h1 {
    font-size: clamp(3.6rem, 18vw, 5.8rem);
  }

  .home-hero {
    min-height: 92svh;
    background-image:
      linear-gradient(
        90deg,
        rgba(35, 27, 22, 0.88) 0%,
        rgba(35, 27, 22, 0.66) 52%,
        rgba(35, 27, 22, 0.28) 100%
      ),
      url("assets/header.jpg");
    background-position: 60% center;
  }

  .home-page .home-hero::after,
  .home-page .treatment-preview::before,
  .home-page .atmosphere-story::before,
  body:not(.home-page) .page-hero::after,
  body:not(.home-page) .contact-hero::after,
  body:not(.home-page) .muted-section::before {
    height: 4rem;
  }

  .home-page .slow-intro::after,
  .home-page .treatment-preview::after,
  .home-page .price-teaser::after,
  body:not(.home-page) .page-hero::before,
  body:not(.home-page) .contact-hero::before,
  body:not(.home-page) .treatment-detail-section::after,
  body:not(.home-page) .studio-story::after,
  body:not(.home-page) .faq-page-section::after,
  body:not(.home-page) .values-section::after {
    display: none;
  }

  .hero-note {
    position: absolute;
    right: auto;
    bottom: 5.1rem;
    left: 0.6rem;
    width: min(100% - 1.2rem, var(--container));
    margin: 0;
    justify-content: flex-start;
  }

  .action-row,
  .button {
    width: 100%;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .image-gallery-section .gallery-grid .image-slot {
    grid-column: 1;
    grid-row: auto;
  }

  .image-slot-wide {
    min-height: 360px;
  }

  .site-footer {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
