:root {
  --brown: #4d3218;
  --brown-dark: #3d260f;
  --red: #ec4940;
  --salmon: #ff8f8f;
  --pink: #ffe8e9;
  --pink-soft: #fff4f4;
  --pink-card: #fff1f1;
  --cream: #fffaf8;
  --line: #f3d7d3;
  --text: #4b3a2b;
  --muted: #8b7467;
  --shadow: 0 18px 42px rgba(226, 109, 109, 0.22);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
  line-height: 1.9;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}

.narrow {
  max-width: 820px;
}

.site-header {
  display: grid;
  grid-template-columns: minmax(230px, 1.1fr) minmax(240px, 1fr) minmax(280px, 1.2fr) 340px;
  min-height: 90px;
  background: #fff;
  border-bottom: 1px solid #f2e3df;
  position: sticky;
  top: 0;
  z-index: 30;
}

.header-brand,
.header-access,
.header-schedule,
.header-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.header-brand {
  padding: 16px 24px;
}

.logo {
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
  color: var(--brown);
  line-height: 1.35;
}

.logo__area {
  font-size: 11px;
  font-weight: 700;
}

.logo__name {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
}

.logo__en {
  color: var(--salmon);
  font-size: 10px;
  letter-spacing: .04em;
}

.header-access {
  flex-direction: column;
  align-items: flex-start;
  padding: 14px 22px;
  font-size: 14px;
  color: var(--brown);
}

.header-access span {
  color: var(--red);
  font-weight: 800;
}

.schedule-table {
  width: 100%;
  max-width: 330px;
  border-collapse: collapse;
  font-size: 11px;
  line-height: 1.35;
  color: var(--brown);
}

.schedule-table th,
.schedule-table td {
  padding: 2px 6px;
  text-align: center;
  white-space: nowrap;
}

.schedule-table th:first-child,
.schedule-table td:first-child {
  text-align: left;
}

.schedule-table tbody tr:first-child td {
  border-top: 1px solid var(--brown);
}

.schedule-table tbody tr:last-child td {
  border-bottom: 1px solid var(--brown);
}

.schedule-table td:not(:first-child) {
  color: var(--red);
  font-weight: 800;
}

.header-actions {
  align-items: stretch;
}

.header-action {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 14px 18px;
  color: #fff;
  text-align: center;
}

.header-action--web {
  background: var(--salmon);
}

.header-action--tel {
  background: var(--red);
}

.header-action span {
  font-size: 11px;
  font-weight: 700;
}

.header-action strong {
  font-size: 17px;
}

.menu-toggle {
  display: none;
  width: 58px;
  border: 0;
  background: var(--red);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
}

.drawer-nav {
  display: none;
}

.floating-nav {
  display: flex;
  justify-content: center;
  gap: 2px;
  width: min(1060px, calc(100% - 48px));
  margin: -42px auto 0;
  padding: 20px 34px;
  background: #fff;
  border-radius: 999px;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 10;
}

.floating-nav a {
  min-width: 110px;
  padding: 4px 10px;
  text-align: center;
  font-weight: 800;
  color: var(--brown);
}

.floating-nav small {
  display: block;
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
}

.home-hero {
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 560px;
  padding: 70px max(5vw, 48px) 110px;
  background:
    radial-gradient(circle at 22% 72%, rgba(255, 185, 188, .42) 0 18%, transparent 19%),
    linear-gradient(180deg, #fff 0%, #fff 55%, var(--pink) 56%);
  overflow: hidden;
}

.home-hero__copy {
  align-self: center;
  padding-left: 30px;
  min-width: 0;
}

.hero-place {
  margin: 0 0 12px;
  color: var(--salmon);
  font-size: 24px;
  font-weight: 800;
}

.home-hero h1 {
  margin: 0;
  color: var(--brown);
  font-size: clamp(30px, 2.5vw, 40px);
  line-height: 1.7;
  letter-spacing: 0;
  word-break: keep-all;
}

.home-hero h1 span {
  color: var(--red);
}

.hero-lead {
  margin-top: 28px;
  font-size: 18px;
  font-weight: 800;
}

.home-hero__collage {
  display: grid;
  grid-template-columns: 1.4fr .9fr .9fr;
  grid-auto-rows: 145px;
  gap: 10px;
  align-self: center;
  min-width: 0;
  width: 100%;
}

.home-hero__collage img {
  width: 100%;
  min-width: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.home-hero__collage img:first-child {
  grid-column: span 2;
}

.home-hero__collage img:nth-child(2) {
  grid-row: span 2;
}

.home-hero__collage img:nth-child(5) {
  grid-column: span 2;
}

.intro-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--salmon);
  color: #fff;
}

.intro-band__photo {
  display: grid;
  place-items: center;
  min-height: 360px;
  background: var(--pink);
}

.intro-band__photo img {
  width: min(470px, 80%);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
}

.intro-band__text {
  padding: 70px 70px;
}

.intro-band__text h2 {
  margin: 0 0 24px;
  font-size: 30px;
}

.intro-band__text li {
  margin: 12px 0;
  font-weight: 800;
}

.content-section {
  padding: 110px 0;
  background: var(--pink-soft);
}

.content-section--plain {
  background: #fff;
}

.section-heading {
  margin-bottom: 42px;
}

.section-heading p,
.eyebrow {
  margin: 0 0 12px;
  color: var(--salmon);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.section-heading h2 {
  margin: 0;
  color: var(--brown);
  font-size: clamp(30px, 3vw, 44px);
  letter-spacing: 0;
  line-height: 1.35;
}

.image-callout {
  position: relative;
  width: min(900px, 100%);
  margin-inline: auto;
}

.image-callout img {
  width: 100%;
  max-height: 390px;
  object-fit: cover;
  border-radius: 12px;
}

.image-callout div {
  position: absolute;
  left: 50%;
  bottom: -44px;
  transform: translateX(-50%);
  width: min(520px, calc(100% - 40px));
  padding: 26px;
  background: #fff;
  border: 1px solid var(--brown);
  text-align: center;
  font-weight: 800;
}

.image-callout p {
  margin: 0 0 8px;
  font-size: 22px;
}

.image-callout strong {
  color: var(--red);
  font-size: 22px;
}

.center-copy {
  max-width: 760px;
  margin: 120px auto 0;
  text-align: center;
  font-weight: 700;
}

.card-shell {
  padding: 80px 64px;
  background: #fff;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.treatment-card {
  display: flex;
  min-height: 210px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 22px;
  background: #fff;
  border: 1px solid #fff3f3;
  box-shadow: 0 14px 30px rgba(247, 174, 174, .22);
  color: var(--brown);
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}

.treatment-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(236, 73, 64, .2);
}

.treatment-icon {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: var(--pink);
  color: var(--brown);
  border: 3px solid #fff;
  box-shadow: inset 0 0 0 2px #f7b5b2;
  font-size: 30px;
  font-weight: 900;
}

.center {
  text-align: center;
  margin-top: 54px;
}

.btn {
  display: inline-flex;
  min-width: 190px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  line-height: 1.4;
}

.btn--red {
  background: var(--red);
}

.btn--pink {
  background: var(--salmon);
}

.photo-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.photo-strip img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px 70px;
}

.feature-card {
  background: #fff;
}

.feature-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.feature-card div {
  padding: 32px;
}

.feature-card h3 {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 22px;
  line-height: 1.6;
}

.feature-card p {
  margin: 0;
}

.director-section {
  padding: 90px 0;
  background: var(--salmon);
}

.director-card {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 58px;
  align-items: center;
  padding: 58px 86px;
  background: #fff;
  border-radius: 8px;
}

.director-profile img {
  width: 220px;
  height: 240px;
  object-fit: cover;
}

.director-profile p {
  margin: 16px 0 0;
  font-weight: 800;
  text-align: center;
}

.director-message h2 {
  margin: 0 0 26px;
  padding-block: 18px;
  border-block: 2px solid var(--brown);
  color: var(--brown);
  font-size: 34px;
  line-height: 1.6;
}

.director-message h2 span {
  color: var(--red);
}

.signature {
  font-size: 20px;
  font-weight: 800;
  text-align: right;
}

.reason-list {
  display: grid;
  gap: 48px;
}

.reason-item {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 42px;
  align-items: center;
}

.reason-item img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 6px;
}

.reason-item span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 34px;
  font-weight: 800;
  border-top: 2px solid var(--red);
}

.reason-item h3 {
  margin: 0 0 16px;
  font-size: 23px;
  line-height: 1.6;
}

.news-list {
  display: grid;
}

.news-list a {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 30px;
  padding: 24px 0;
  border-bottom: 1px solid #eadbd6;
}

.news-list time {
  color: var(--red);
}

.subhero {
  min-height: 660px;
  display: flex;
  align-items: flex-end;
  background-image: linear-gradient(180deg, rgba(255,255,255,0) 35%, rgba(255, 133, 133, .86) 100%), var(--hero-image);
  background-size: cover;
  background-position: center;
}

.subhero__inner {
  width: min(var(--max), calc(100% - 80px));
  margin: 0 auto;
  padding-bottom: 70px;
  color: #fff;
}

.subhero__inner p,
.subhero__inner .masuno-breadcrumb {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
}

.subhero__inner h1 {
  margin: 20px 0 0;
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: .08em;
}

.archive-crumb {
  margin: 0 0 24px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.treatment-concept {
  padding: 80px 0;
  background: linear-gradient(180deg, var(--salmon), #ff9f9f);
  color: #fff;
  text-align: center;
}

.treatment-concept h1 {
  margin: 0 0 24px;
  font-size: 32px;
  line-height: 1.7;
}

.treatment-concept .eyebrow {
  color: #fff;
}

.point-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.point-grid article {
  padding: 36px;
  background: var(--pink-card);
  border-radius: 8px;
}

.checkmark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--salmon);
  color: #fff;
  font-weight: 900;
}

.point-grid h3 {
  margin: 0 0 14px;
  font-size: 20px;
}

.split-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.split-content img {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  border-radius: 8px;
}

.flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flow-list li {
  display: grid;
  grid-template-columns: 80px 210px 1fr;
  gap: 28px;
  padding: 32px 0;
  border-bottom: 1px solid #ddd2cc;
}

.flow-list span {
  color: var(--red);
  font-weight: 900;
}

.staff-page h1 {
  text-align: center;
  font-size: 44px;
}

.staff-page > img {
  width: min(460px, 100%);
  margin: 40px auto 70px;
  border-radius: 8px;
}

.staff-page h2 {
  margin-top: 54px;
  padding-left: 24px;
  border-left: 4px solid var(--red);
}

.price-table {
  display: grid;
  border-top: 1px solid var(--line);
}

.price-table div {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.price-table span {
  color: var(--red);
  font-weight: 800;
  text-align: right;
}

.note {
  color: var(--muted);
  font-size: 14px;
}

.map-placeholder {
  display: grid;
  min-height: 360px;
  place-items: center;
  background: #f4efeb;
  color: var(--muted);
  border-radius: 8px;
  font-weight: 800;
}

.article-detail h1,
.article-card h1 {
  font-size: 40px;
}

.post-date {
  color: var(--red);
  font-weight: 800;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.post-card {
  padding: 30px;
  background: var(--pink-soft);
  border-radius: 8px;
}

.post-card time {
  color: var(--red);
  font-weight: 800;
}

.site-footer {
  background: linear-gradient(90deg, var(--pink) 0 50%, #fff 50% 100%);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
  padding: 80px 0;
}

.footer-clinic p {
  font-weight: 700;
}

.footer-actions {
  display: flex;
  gap: 18px;
  margin: 34px 0;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.footer-links a,
.footer-links strong {
  display: block;
  margin: 0 0 12px;
  font-weight: 800;
}

.footer-copy {
  grid-column: 2;
  color: var(--muted);
  font-size: 13px;
}

.copyright {
  padding: 18px;
  background: var(--brown);
  color: #fff;
  text-align: center;
  font-size: 11px;
  letter-spacing: .08em;
}

/* Top page: rebuilt to follow the exported Figma comp structure. */
.home-hero {
  display: block;
  min-height: 680px;
  padding: 54px 0 120px;
  background:
    radial-gradient(ellipse at 22% 78%, rgba(255, 226, 227, .9) 0 24%, transparent 25%),
    linear-gradient(180deg, #fff 0 68%, #ffe8e9 68% 100%);
  overflow: hidden;
}

.home-hero__inner {
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 34px;
  width: min(1180px, calc(100% - 70px));
  margin-inline: auto;
}

.home-hero__copy {
  position: relative;
  align-self: center;
  min-height: 520px;
  padding: 58px 0 0 34px;
}

.hero-place {
  margin: 0 0 16px;
  color: var(--salmon);
  font-size: 25px;
  font-weight: 900;
  letter-spacing: .02em;
}

.home-hero h1 {
  margin: 0;
  color: var(--brown);
  font-size: clamp(26px, 2.45vw, 38px);
  line-height: 1.7;
  letter-spacing: 0;
  word-break: keep-all;
}

.home-hero h1 span,
.hero-lead span {
  color: var(--red);
}

.hero-lead {
  margin-top: 32px;
  color: var(--brown);
  font-size: 18px;
  font-weight: 800;
  line-height: 2;
}

.hero-illustration {
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 34px;
  width: min(360px, 88%);
  height: 190px;
}

.hero-people {
  position: absolute;
  left: 24px;
  bottom: 0;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 47% 24%, #8f5d4a 0 10px, transparent 11px),
    radial-gradient(circle at 67% 40%, #9b6b57 0 8px, transparent 9px),
    radial-gradient(circle at 42% 43%, #f9c8b6 0 12px, transparent 13px),
    radial-gradient(circle at 69% 57%, #ffd4c8 0 10px, transparent 11px),
    linear-gradient(115deg, transparent 0 40%, #ecb1a1 41% 54%, transparent 55%),
    linear-gradient(75deg, transparent 0 46%, #f7d0bd 47% 63%, transparent 64%),
    #fff4f2;
  box-shadow: 0 16px 35px rgba(229, 126, 126, .12);
}

.hero-shrub {
  position: absolute;
  bottom: 22px;
  width: 70px;
  height: 58px;
  border-radius: 42% 48% 38% 46%;
  background:
    radial-gradient(circle at 28% 24%, #a7c56d 0 20px, transparent 21px),
    radial-gradient(circle at 63% 22%, #9cbd63 0 22px, transparent 23px),
    radial-gradient(circle at 48% 56%, #8eb153 0 28px, transparent 29px);
}

.hero-shrub--left {
  left: 210px;
}

.hero-shrub--right {
  left: 292px;
  transform: scale(.95);
}

.home-hero__collage {
  display: grid;
  grid-template-columns: 1.16fr .78fr .7fr;
  grid-auto-rows: 132px;
  gap: 10px;
  align-self: start;
  min-width: 0;
}

.home-hero__collage img {
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
  border-radius: 4px;
}

.home-hero__collage .collage-large {
  grid-column: span 2;
}

.home-hero__collage .collage-tall {
  grid-row: span 2;
}

.home-hero__collage img:first-child,
.home-hero__collage img:nth-child(2),
.home-hero__collage img:nth-child(5) {
  grid-column: auto;
  grid-row: auto;
}

.home-hero__collage .collage-large {
  grid-column: span 2;
}

.home-hero__collage .collage-tall {
  grid-row: span 2;
}

.floating-nav {
  width: min(1060px, calc(100% - 120px));
  margin: -82px auto 0;
  padding: 22px 36px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 20px 45px rgba(130, 88, 73, .16);
}

.floating-nav a {
  min-width: 112px;
  padding: 0 8px;
  color: var(--brown);
  font-size: 13px;
  line-height: 1.45;
}

.floating-nav small {
  margin-top: 3px;
  color: var(--red);
  font-size: 9px;
}

.intro-band {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 130px;
  background: linear-gradient(90deg, #ffe8e9 0 50%, #ff9c9c 50% 100%);
  color: #fff;
}

.intro-band__photo {
  min-height: 335px;
  place-items: end center;
  background: transparent;
}

.intro-band__photo img {
  width: min(475px, 76%);
  aspect-ratio: 1 / 1;
  border-radius: 50% 50% 0 0;
  object-fit: cover;
  object-position: center;
}

.intro-band__text {
  padding: 62px max(56px, 8vw) 54px 58px;
}

.intro-band__text h2 {
  margin-bottom: 22px;
  font-size: 28px;
  line-height: 1.5;
}

.intro-band__text li {
  margin: 9px 0;
  font-size: 15px;
  font-weight: 800;
}

.clinic-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.clinic-strip img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.home-message {
  padding: 96px 0 120px;
  background:
    radial-gradient(circle at 19% 43%, rgba(255,255,255,.62) 0 42px, transparent 43px),
    radial-gradient(circle at 82% 55%, rgba(255,255,255,.72) 0 72px, transparent 73px),
    linear-gradient(180deg, #ffe8e9, #fff4f4);
}

.kids-callout {
  position: relative;
  width: min(1030px, 100%);
  margin-inline: auto;
}

.kids-callout img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  object-position: center 33%;
  border-radius: 8px;
}

.kids-callout div {
  position: absolute;
  left: 50%;
  bottom: -58px;
  transform: translateX(-50%);
  width: min(540px, calc(100% - 52px));
  padding: 28px 34px;
  background: #fff;
  border: 1px solid var(--brown);
  text-align: center;
  font-weight: 900;
}

.kids-callout p {
  margin: 0 0 8px;
  font-size: 22px;
}

.kids-callout strong {
  color: var(--red);
  font-size: 21px;
}

.center-copy {
  position: relative;
  max-width: 720px;
  margin: 150px auto 0;
  text-align: center;
  font-weight: 700;
}

.center-copy p {
  margin: 0 0 30px;
}

.center-copy .eyebrow {
  color: var(--red);
  line-height: 2;
}

.center-copy__float {
  position: absolute;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.center-copy__float--left {
  left: -190px;
  top: 0;
}

.center-copy__float--right {
  right: -190px;
  top: 56px;
}

.treatment-menu-section {
  padding-top: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.95)),
    url("../images/treatment-room.jpg") center top / cover no-repeat;
}

.menu-panel {
  padding: 74px 64px 90px;
  background: rgba(255,255,255,.96);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 22px 46px rgba(226, 109, 109, .16);
}

.treatment-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 34px;
}

.treatment-card {
  min-height: 210px;
  gap: 18px;
  background: #fff;
  box-shadow: 0 16px 35px rgba(236, 73, 64, .08);
}

.treatment-icon {
  width: 82px;
  height: 82px;
  border: 0;
  background: #fff0f0;
  box-shadow: inset 0 0 0 1px #f3b6ae;
  color: var(--brown);
  font-size: 26px;
}

.photo-strip {
  grid-template-columns: repeat(4, 1fr);
}

.photo-strip img {
  height: 270px;
}

.features-section {
  background: #fffaf7;
}

.features-section .section-heading,
.reason-section .section-heading {
  text-align: center;
}

.feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px 76px;
}

.feature-card {
  background: #fff;
}

.feature-card img {
  height: 260px;
}

.feature-card h3 {
  color: var(--red);
  text-align: center;
}

.director-section {
  padding: 84px 0;
  background:
    linear-gradient(rgba(255, 143, 143, .86), rgba(255, 143, 143, .86)),
    url("../images/team-hero.jpg") center / cover no-repeat;
}

.director-card {
  grid-template-columns: 300px 1fr;
  gap: 58px;
  max-width: 1020px;
  padding: 58px 74px;
  border-radius: 8px;
}

.director-profile img {
  width: 230px;
  height: 250px;
  margin-inline: auto;
}

.director-profile ul {
  width: 190px;
  margin: 18px auto 0;
  padding: 22px 28px;
  background: #f7f3f0;
  border-radius: 6px;
  font-size: 13px;
}

.director-message h2 {
  font-size: 31px;
}

.clinic-strip--after-director {
  grid-template-columns: repeat(2, 1fr);
}

.clinic-strip--after-director img {
  height: 300px;
}

.reason-section {
  background: var(--pink);
}

.reason-panel {
  padding: 76px 68px;
  background: #fff;
  border-radius: 8px;
}

.reason-list {
  gap: 62px;
}

.reason-item {
  grid-template-columns: 390px 1fr;
  gap: 50px;
}

.reason-item img {
  height: 260px;
}

.reason-item span {
  position: relative;
  margin-bottom: 18px;
  padding-top: 12px;
  color: var(--brown);
  border-top: 2px solid var(--red);
}

.reason-item h3 {
  color: var(--brown);
}

.reason-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.reason-item li {
  min-width: 130px;
  padding: 10px 18px;
  border: 1px solid var(--red);
  border-radius: 5px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.news-section {
  background: #fff;
}

.intro-band .section-heading {
  margin-bottom: 14px;
}

.intro-band .section-heading p,
.intro-band .section-heading h2 {
  color: #fff;
}

.floating-nav a,
.btn,
.feature-card,
.news-list a,
.footer-links a {
  transition: transform .18s ease, color .18s ease, background-color .18s ease, box-shadow .18s ease, filter .18s ease;
}

.floating-nav a:hover,
.floating-nav a:focus-visible {
  color: var(--red);
  transform: translateY(-2px);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 14px 28px rgba(236, 73, 64, .18);
}

.feature-card {
  box-shadow: 0 14px 34px rgba(236, 73, 64, .08);
  transition-property: transform, box-shadow;
}

.feature-card:hover,
.feature-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(236, 73, 64, .14);
}

.director-message .btn {
  margin-top: 22px;
}

.news-list a:hover,
.news-list a:focus-visible {
  color: var(--red);
  transform: translateX(4px);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--red);
}

.header-action {
  transition: filter .18s ease, transform .18s ease;
}

.header-action:hover,
.header-action:focus-visible {
  filter: brightness(1.05);
}

.treatment-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(236, 73, 64, .2);
  outline: 2px solid var(--red);
  outline-offset: 3px;
}

.reason-item img {
  transition: transform .22s ease;
}

.reason-item:hover img,
.reason-item:focus-within img {
  transform: scale(1.02);
}

.home-hero,
.home-hero__inner,
.home-hero__collage,
.floating-nav,
.intro-band,
.clinic-strip,
.home-message,
.treatment-menu-section,
.photo-strip,
.features-section,
.director-section,
.reason-section,
.news-section {
  max-width: 100%;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) 58px;
    min-height: 72px;
  }

  .header-access,
  .header-schedule,
  .header-actions {
    display: none;
  }

  .header-brand {
    padding-right: 78px;
  }

  .menu-toggle {
    display: flex;
    width: 58px;
    height: 72px;
    position: fixed;
    top: 0;
    right: auto;
    left: calc(100vw - 58px);
    z-index: 80;
  }

  .drawer-nav {
    display: none;
    position: fixed;
    top: 72px;
    left: 18px;
    right: 18px;
    width: auto;
    max-height: calc(100dvh - 96px);
    overflow: auto;
    z-index: 60;
    flex-direction: column;
    padding: 10px 18px 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 22px 50px rgba(77, 50, 24, .18);
  }

  .drawer-nav.is-open {
    display: flex;
  }

  .drawer-nav a {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    padding: 17px 8px;
    border-bottom: 1px solid var(--line);
    color: var(--brown);
    text-align: left;
    font-weight: 800;
    line-height: 1.5;
  }

  .drawer-nav a:last-child {
    border-bottom: 0;
  }

  .drawer-nav small {
    flex: 0 0 auto;
    color: var(--red);
    font-size: 11px;
    font-weight: 700;
  }

  .is-nav-open {
    overflow: hidden;
  }

  .home-hero {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .home-hero__copy {
    padding-left: 0;
  }

  .intro-band,
  .director-card,
  .reason-item,
  .split-content,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .site-footer {
    background: var(--pink);
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .header-brand {
    padding: 12px 14px;
    padding-right: 70px;
  }

  .site-header {
    min-height: 56px;
  }

  .logo__name {
    font-size: 17px;
    line-height: 1.25;
    word-break: keep-all;
  }

  .logo__area {
    display: none;
  }

  .logo__en {
    font-size: 8px;
  }

  .menu-toggle {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: 56px;
    height: 56px;
    background: var(--red);
    z-index: 100;
  }

  .drawer-nav {
    top: 56px;
    left: 0;
    right: 0;
    max-height: calc(100dvh - 56px);
    padding: 8px 28px 22px;
    border-inline: 0;
    border-radius: 0;
  }

  .drawer-nav a {
    display: block;
    padding: 16px 0;
    font-size: 15px;
  }

  .drawer-nav small {
    display: block;
    margin-top: 2px;
  }

  .home-hero {
    padding: 42px 18px 70px;
    width: 100vw;
    max-width: 100vw;
  }

  .home-hero h1 {
    font-size: 28px;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .home-hero__collage {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 130px;
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .home-hero__collage img:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .floating-nav {
    width: calc(100% - 28px);
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-x: visible;
    border-radius: 28px;
    padding: 16px 18px;
    scrollbar-width: none;
  }

  .floating-nav::-webkit-scrollbar {
    display: none;
  }

  .floating-nav a {
    min-width: 104px;
    flex: 0 0 auto;
  }

  .intro-band__text,
  .card-shell,
  .director-card {
    padding: 42px 24px;
  }

  .content-section {
    padding: 70px 0;
  }

  .treatment-grid,
  .feature-grid,
  .point-grid,
  .post-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .photo-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .photo-strip img {
    height: 150px;
  }

  .image-callout div {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 14px;
  }

  .center-copy {
    margin-top: 54px;
  }

  .subhero {
    min-height: 420px;
  }

  .subhero__inner {
    width: calc(100% - 36px);
    padding-bottom: 44px;
  }

  .subhero__inner h1 {
    font-size: 42px;
  }

  .flow-list li,
  .price-table div,
  .news-list a {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .price-table span {
    text-align: left;
  }

  .footer-actions {
    flex-direction: column;
  }
}

@media (max-width: 1080px) {
  .home-hero__inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .home-hero__copy {
    min-height: auto;
    padding: 22px 0 0;
  }

  .hero-illustration {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 28px;
  }

  .home-hero__collage {
    grid-template-columns: repeat(3, 1fr);
  }

  .floating-nav {
    margin-top: -58px;
  }

  .intro-band {
    margin-top: 82px;
  }

  .center-copy__float {
    display: none;
  }

  .director-card,
  .reason-item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .home-hero {
    min-height: 0;
    padding: 34px 0 86px;
    width: auto;
    max-width: none;
  }

  .home-hero__inner {
    width: min(100% - 32px, var(--max));
  }

  .hero-place {
    font-size: 20px;
  }

  .home-hero h1 {
    font-size: 25px;
    line-height: 1.65;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-illustration {
    width: 310px;
    max-width: 100%;
    height: 150px;
  }

  .hero-people {
    width: 108px;
    height: 108px;
  }

  .hero-shrub--left {
    left: 170px;
  }

  .hero-shrub--right {
    left: 238px;
  }

  .home-hero__collage {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 126px;
    width: 100%;
    max-width: none;
  }

  .home-hero__collage .collage-large,
  .home-hero__collage .collage-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .floating-nav {
    width: calc(100% - 28px);
    margin-top: -50px;
    padding: 16px 18px;
  }

  .intro-band {
    grid-template-columns: 1fr;
    margin-top: 62px;
    background: #ff9c9c;
  }

  .intro-band__photo {
    min-height: auto;
    padding-top: 34px;
    background: #ffe8e9;
  }

  .intro-band__photo img {
    width: min(340px, 78%);
  }

  .intro-band__text {
    padding: 42px 28px;
  }

  .intro-band__text h2 {
    font-size: 23px;
  }

  .clinic-strip,
  .photo-strip,
  .clinic-strip--after-director {
    grid-template-columns: 1fr;
  }

  .clinic-strip img,
  .photo-strip img,
  .clinic-strip--after-director img {
    height: 210px;
  }

  .home-message {
    padding: 66px 0 80px;
  }

  .kids-callout div {
    position: static;
    width: 100%;
    transform: none;
    margin-top: 14px;
    padding: 22px 18px;
  }

  .kids-callout p,
  .kids-callout strong {
    font-size: 18px;
  }

  .center-copy {
    margin-top: 62px;
    text-align: left;
  }

  .menu-panel,
  .reason-panel {
    padding: 46px 22px 56px;
  }

  .feature-grid {
    gap: 34px;
  }

  .feature-card img {
    height: 210px;
  }

  .director-section {
    padding: 48px 0;
  }

  .director-card {
    padding: 34px 24px;
    gap: 32px;
  }

  .director-message h2 {
    font-size: 24px;
  }

  .reason-list {
    gap: 42px;
  }

  .reason-item {
    gap: 22px;
  }

  .reason-item img {
    height: 210px;
  }

  .reason-item li {
    min-width: calc(50% - 7px);
    padding-inline: 10px;
  }
}

/* Static Figma comp preview: the top page intentionally renders the exported PNG as-is. */
.figma-static-home {
  width: min(1280px, 100%);
  margin: 0 auto;
  background: #fff;
}

.figma-static-home img {
  width: 100%;
  height: auto;
  display: block;
}

.static-page {
  width: min(var(--static-max-width, 1280px), calc(100% - clamp(28px, 4.8vw, 96px)));
  margin: 0 auto;
  background: #fff;
}

.static-page__desktop {
  display: block;
}

.static-page__mobile {
  display: none;
}

.static-page__canvas {
  position: relative;
  width: 100%;
}

.static-page__canvas > img {
  display: block;
  width: 100%;
  height: auto;
}

.static-page__link {
  position: absolute;
  z-index: 2;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  background: transparent;
}

.static-page__link:focus-visible {
  outline: 2px solid rgba(236, 73, 64, .45);
  outline-offset: 3px;
}

@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  .static-page {
    width: 100%;
    max-width: none;
  }

  .static-page__desktop {
    display: none;
  }

  .static-page__mobile {
    display: block;
  }

  .mobile-site-header {
    background: #fff;
    border-bottom: 1px solid var(--line);
  }

  .mobile-logo {
    display: block;
    padding: 14px 16px 10px;
    color: var(--brown);
    line-height: 1.35;
  }

  .mobile-logo img {
    display: block;
    width: 230px;
    max-width: 72vw;
    height: auto;
  }

  .mobile-logo span {
    display: block;
    font-size: 18px;
    font-weight: 900;
  }

  .mobile-logo small {
    display: block;
    color: var(--salmon);
    font-size: 8px;
    letter-spacing: .04em;
  }

  .mobile-header-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .mobile-header-actions a {
    display: grid;
    min-width: 0;
    min-height: 50px;
    place-items: center;
    padding: 10px;
    color: #fff;
    background: var(--salmon);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    transition: transform .18s ease, filter .18s ease;
  }

  .mobile-header-actions a + a {
    background: var(--red);
  }

  .mobile-header-actions a:hover,
  .mobile-header-actions a:focus-visible {
    transform: translateY(-1px);
    filter: brightness(1.03);
  }

  .mobile-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: var(--line);
  }

  .mobile-nav a {
    display: block;
    min-width: 0;
    padding: 12px 10px;
    background: #fff;
    color: var(--brown);
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    transition: background-color .18s ease, color .18s ease;
  }

  .mobile-nav a:hover,
  .mobile-nav a:focus-visible {
    background: var(--pink-soft);
    color: var(--red);
  }

  .mobile-hero {
    position: relative;
    min-height: 300px;
    background: var(--salmon);
    overflow: hidden;
  }

  .mobile-hero img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .mobile-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 28%, rgba(255,143,143,.88) 100%);
  }

  .mobile-hero div {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 28px;
    z-index: 1;
    color: #fff;
  }

  .mobile-hero p,
  .mobile-hero .masuno-breadcrumb {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 800;
  }

  .mobile-hero h1 {
    margin: 0;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .mobile-home-hero {
    padding: 30px 18px 44px;
    background: linear-gradient(180deg, #fff 0 63%, var(--pink) 63% 100%);
  }

  .mobile-home-hero p {
    margin: 0 0 10px;
    color: var(--salmon);
    font-size: 18px;
    font-weight: 900;
  }

  .mobile-home-hero h1 {
    margin: 0 0 16px;
    color: var(--brown);
    font-size: 25px;
    line-height: 1.65;
  }

  .mobile-home-hero h1 span,
  .mobile-home-hero strong {
    color: var(--red);
  }

  .mobile-home-hero img {
    width: 100%;
    height: 230px;
    margin-top: 24px;
    object-fit: cover;
    border-radius: 8px;
  }

  .mobile-section,
  .mobile-pink-panel {
    padding: 54px 18px;
  }

  .mobile-soft {
    background: var(--pink-soft);
  }

  .mobile-pink-panel {
    background: var(--salmon);
    color: #fff;
  }

  .mobile-pink-panel h2 {
    margin: 0 0 18px;
    font-size: 23px;
    line-height: 1.65;
  }

  .mobile-pink-panel p,
  .mobile-pink-panel li {
    font-size: 14px;
    line-height: 1.9;
  }

  .mobile-pink-panel ul {
    margin: 0;
    padding-left: 20px;
  }

  .mobile-section-title {
    margin: 0 0 28px;
  }

  .mobile-section-title p,
  .mobile-eyebrow {
    margin: 0 0 8px;
    color: var(--salmon);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
  }

  .mobile-section-title h2 {
    margin: 0;
    color: var(--brown);
    font-size: 28px;
    line-height: 1.45;
  }

  .mobile-wide-image,
  .mobile-profile-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .mobile-callout {
    margin-top: 14px;
    padding: 20px 16px;
    background: #fff;
    border: 1px solid var(--brown);
    text-align: center;
  }

  .mobile-callout p {
    margin: 0 0 8px;
    font-weight: 900;
  }

  .mobile-callout strong {
    color: var(--red);
    font-size: 16px;
  }

  .mobile-treatment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .mobile-treatment-grid a {
    display: grid;
    min-height: 150px;
    place-items: center;
    gap: 10px;
    padding: 18px 10px;
    background: #fff;
    border: 1px solid #fff3f3;
    box-shadow: 0 12px 28px rgba(236,73,64,.08);
    color: var(--brown);
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }

  .mobile-treatment-grid a:hover,
  .mobile-treatment-grid a:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(236, 73, 64, .32);
    box-shadow: 0 18px 34px rgba(236, 73, 64, .16);
  }

  .mobile-treatment-grid .treatment-icon {
    width: 66px;
    height: 66px;
    font-size: 21px;
  }

  .mobile-card-list {
    display: grid;
    gap: 22px;
  }

  .mobile-card-list article,
  .mobile-card-list a,
  .mobile-point-list article {
    display: block;
    padding: 0;
    background: #fff;
    color: var(--brown);
  }

  .mobile-card-list a {
    transition: transform .18s ease, box-shadow .18s ease;
  }

  .mobile-card-list a:hover,
  .mobile-card-list a:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(236, 73, 64, .12);
  }

  .mobile-card-list img,
  .mobile-card-list a img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 8px;
  }

  .mobile-card-list h3,
  .mobile-point-list h3 {
    margin: 16px 0 8px;
    color: var(--brown);
    font-size: 18px;
    line-height: 1.55;
  }

  .mobile-card-list p,
  .mobile-point-list p {
    margin: 0 0 18px;
    color: var(--text);
    font-size: 14px;
    line-height: 1.85;
  }

  .mobile-point-list {
    display: grid;
    gap: 18px;
  }

  .mobile-point-list article {
    padding: 22px 18px;
    background: var(--pink-card);
    border-radius: 8px;
  }

  .mobile-point-list span {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--salmon);
  }

  .mobile-flow {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: flow;
  }

  .mobile-flow li {
    counter-increment: flow;
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
  }

  .mobile-flow li::before {
    content: counter(flow, decimal-leading-zero);
    color: var(--red);
    font-weight: 900;
  }

  .mobile-flow strong {
    display: block;
    margin-top: 6px;
    font-size: 17px;
  }

  .mobile-flow p {
    margin: 6px 0 0;
    font-size: 14px;
  }

  .mobile-text-block {
    color: var(--text);
  }

  .mobile-text-block h2,
  .mobile-text-block h3 {
    color: var(--brown);
    line-height: 1.55;
  }

  .mobile-text-block p,
  .mobile-text-block li {
    font-size: 14px;
    line-height: 1.9;
  }

  .mobile-two-images {
    display: grid;
    gap: 14px;
  }

  .mobile-two-images img {
    width: 100%;
    border-radius: 8px;
  }

  .mobile-equipment-grid {
    display: grid;
    gap: 18px;
  }

  .mobile-equipment-grid article {
    background: #fff;
  }

  .mobile-equipment-grid img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
  }

  .mobile-equipment-grid h3 {
    margin: 12px 0 6px;
    color: var(--red);
    font-size: 15px;
    line-height: 1.5;
  }

  .mobile-equipment-grid p {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.7;
  }

  .mobile-price-group h3 {
    margin: 32px 0 12px;
    color: var(--brown);
    font-size: 21px;
  }

  .mobile-price-group dl {
    margin: 0;
    border-top: 1px solid var(--line);
  }

  .mobile-price-group div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .mobile-price-group dt {
    font-weight: 800;
  }

  .mobile-price-group dd {
    margin: 0;
    color: var(--red);
    font-weight: 900;
  }

  .mobile-map {
    display: grid;
    min-height: 230px;
    place-items: center;
    margin-top: 24px;
    background: #f4efeb;
    color: var(--muted);
    border-radius: 8px;
    font-weight: 900;
  }

  .mobile-news-list {
    display: grid;
  }

  .mobile-news-list a {
    display: block;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
  }

  .mobile-news-list time,
  .mobile-date {
    display: block;
    margin-bottom: 6px;
    color: var(--salmon);
    font-weight: 900;
  }

  .mobile-news-list span {
    color: var(--brown);
    font-weight: 800;
    line-height: 1.75;
  }

  .mobile-primary-btn,
  .mobile-back-link {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 10px 22px;
    border-radius: 999px;
    background: var(--red);
    color: #fff;
    font-weight: 900;
    transition: transform .18s ease, filter .18s ease;
  }

  .mobile-primary-btn:hover,
  .mobile-primary-btn:focus-visible,
  .mobile-back-link:hover,
  .mobile-back-link:focus-visible {
    transform: translateY(-2px);
    filter: brightness(1.04);
  }

  .mobile-footer {
    padding: 42px 18px 20px;
    background: var(--pink);
    color: var(--brown);
  }

  .mobile-footer p {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
  }

  .mobile-footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
    margin: 28px 0;
  }

  .mobile-footer-links a {
    font-size: 13px;
    font-weight: 800;
    transition: color .18s ease;
  }

  .mobile-footer-links a:hover,
  .mobile-footer-links a:focus-visible {
    color: var(--red);
  }

  .mobile-footer > small {
    display: block;
    padding-top: 18px;
    border-top: 1px solid rgba(77, 50, 24, .16);
    font-size: 10px;
    letter-spacing: .04em;
  }
}

/* Final top-page safeguards: keep the rebuilt top readable and non-scrolling on mobile. */
@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .site-header,
  .site-main,
  .home-hero,
  .home-hero__inner,
  .home-hero__collage,
  .floating-nav,
  .intro-band,
  .clinic-strip,
  .home-message,
  .treatment-menu-section,
  .photo-strip,
  .features-section,
  .director-section,
  .reason-section,
  .news-section,
  .site-footer {
    width: 100%;
    max-width: 100%;
  }

  .home-hero {
    padding-inline: 0;
  }

  .home-hero__inner,
  .container {
    width: min(100% - 32px, var(--max));
  }

  .home-hero__collage {
    grid-template-columns: 1fr;
    gap: 10px;
    overflow: hidden;
  }

  .home-hero__collage img {
    width: 100%;
    min-width: 0;
    height: 180px;
    object-fit: cover;
  }

  .floating-nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: calc(100% - 32px);
    margin-inline: auto;
    margin-top: -46px;
    padding: 18px 20px;
    border-radius: 22px;
  }

  .floating-nav a {
    min-width: 0;
    padding: 8px 4px;
    font-size: 13px;
    overflow-wrap: anywhere;
    border-bottom: 1px solid var(--line);
  }

  .floating-nav a:last-child {
    border-bottom: 0;
  }

  .menu-panel,
  .reason-panel,
  .director-card {
    border-radius: 0;
  }

  .news-list a:hover,
  .news-list a:focus-visible {
    transform: none;
  }
}

/* Figma top-page alignment pass: keep text live, but use exported visual parts. */
.site-header {
  grid-template-columns: 320px 310px minmax(270px, 1fr) 360px;
  min-height: 88px;
}

.header-brand {
  justify-content: flex-start;
  padding: 14px 24px 12px 54px;
}

.logo {
  display: block;
  width: 236px;
  max-width: 100%;
}

.logo__image {
  width: 100%;
  height: auto;
}

.header-access {
  padding-inline: 10px 18px;
  font-size: 14px;
  line-height: 1.8;
}

.header-schedule {
  padding-inline: 8px 18px;
}

.schedule-table {
  max-width: 295px;
}

.header-actions {
  width: 360px;
}

.home-hero {
  min-height: 720px;
  padding: 46px 0 70px;
}

.home-hero__inner {
  grid-template-columns: 39% 61%;
  gap: 26px;
  width: min(1110px, calc(100% - 80px));
}

.home-hero__copy {
  min-height: 570px;
  padding: 58px 0 0 0;
}

.hero-place {
  margin-bottom: 2px;
  font-size: 26px;
}

.home-hero h1 {
  font-size: clamp(29px, 2.5vw, 34px);
  line-height: 1.65;
}

.hero-lead {
  margin-top: 28px;
  font-size: 17px;
  line-height: 2.05;
}

.hero-illustration {
  position: relative;
  width: 390px;
  max-width: 100%;
  height: 240px;
  margin-top: 34px;
}

.hero-family {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;
  height: 210px;
  object-fit: contain;
}

.hero-shrub {
  position: absolute;
  bottom: 22px;
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.hero-shrub--left {
  left: 220px;
}

.hero-shrub--right {
  left: 318px;
}

.home-hero__collage {
  position: relative;
  display: block;
  width: min(680px, 100%);
  aspect-ratio: 680 / 568;
  margin-top: 6px;
  justify-self: end;
}

.home-hero__collage img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 0;
  object-fit: cover;
  border-radius: 6px;
}

.home-hero__collage .collage-room {
  left: 0;
  top: 0;
  width: 57.2%;
  height: 24.8%;
}

.home-hero__collage .collage-staff {
  right: 0;
  top: 0;
  width: 41.2%;
  height: 24.8%;
}

.home-hero__collage .collage-treatment {
  left: 0;
  top: 27.1%;
  width: 42.2%;
  height: 26%;
}

.home-hero__collage .collage-flower {
  left: 44%;
  top: 27.1%;
  width: 25.2%;
  height: 26%;
}

.home-hero__collage .collage-doctor {
  right: 0;
  top: 27.1%;
  width: 29.1%;
  height: 43.8%;
  object-position: center top;
}

.home-hero__collage .collage-chair {
  left: 0;
  top: 55.1%;
  width: 20.2%;
  height: 44.9%;
  object-position: center;
}

.home-hero__collage .collage-waiting {
  left: 22%;
  top: 55.1%;
  width: 47.2%;
  height: 44.9%;
}

.home-hero__collage .collage-brush {
  right: 0;
  top: 73.7%;
  width: 29.1%;
  height: 26.3%;
}

.floating-nav {
  margin-top: -80px;
}

.intro-band {
  margin-top: 70px;
}

@media (max-width: 1200px) {
  .site-header {
    grid-template-columns: 300px 275px minmax(250px, 1fr) 330px;
  }

  .header-brand {
    padding-left: 28px;
  }

  .header-actions {
    width: 330px;
  }
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) 58px;
  }

  .header-brand {
    padding-left: 18px;
  }

  .home-hero__collage {
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 56px;
  }

  .logo {
    width: 220px;
  }

  .home-hero {
    padding-top: 28px;
  }

  .home-hero__inner {
    grid-template-columns: 1fr;
    gap: 22px;
    width: min(100% - 32px, var(--max));
  }

  .home-hero__copy {
    min-height: 0;
    padding-top: 10px;
  }

  .hero-place {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .home-hero h1 {
    font-size: 25px;
    line-height: 1.7;
  }

  .hero-lead {
    margin-top: 18px;
    font-size: 15px;
  }

  .hero-illustration {
    height: 170px;
    margin-top: 22px;
  }

  .hero-family {
    width: 130px;
    height: 160px;
  }

  .hero-shrub {
    width: 58px;
    height: 58px;
  }

  .hero-shrub--left {
    left: 165px;
  }

  .hero-shrub--right {
    left: 232px;
  }

  .home-hero__collage {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    aspect-ratio: auto;
  }

  .home-hero__collage img,
  .home-hero__collage .collage-room,
  .home-hero__collage .collage-staff,
  .home-hero__collage .collage-treatment,
  .home-hero__collage .collage-flower,
  .home-hero__collage .collage-doctor,
  .home-hero__collage .collage-chair,
  .home-hero__collage .collage-waiting,
  .home-hero__collage .collage-brush {
    position: static;
    width: 100%;
    height: 180px;
  }

  .floating-nav {
    margin-top: -44px;
  }

  .intro-band {
    margin-top: 56px;
  }
}

/* Figma top-page loop 2: Access strip and middle message structure. */
.site-header,
.site-main > .home-hero,
.site-main > .intro-band,
.site-main > .clinic-strip,
.site-main > .home-message,
.site-main > .photo-strip,
.site-main > .content-section,
.site-main > .director-section,
.site-footer {
  max-width: 1280px;
  margin-inline: auto;
}

.clinic-strip--access {
  grid-template-columns: 2fr 1fr 1fr;
  height: 210px;
  overflow: hidden;
}

.clinic-strip--access img {
  height: 210px;
  object-fit: cover;
}

.clinic-strip--access img:first-child {
  object-position: center;
}

.clinic-strip--access img:nth-child(2) {
  object-position: 45% center;
}

.clinic-strip--access img:nth-child(3) {
  object-position: 88% center;
}

.home-message {
  padding: 56px 0 0;
  background:
    radial-gradient(circle at 19% 49%, rgba(255,255,255,.58) 0 42px, transparent 43px),
    radial-gradient(circle at 51% 68%, rgba(255,255,255,.48) 0 58px, transparent 59px),
    radial-gradient(circle at 83% 54%, rgba(255,255,255,.62) 0 72px, transparent 73px),
    linear-gradient(180deg, #ffe8e9, #fff3f3);
}

.kids-callout {
  width: min(1024px, 100%);
}

.kids-callout img {
  height: 420px;
  max-height: none;
  object-position: center 45%;
}

.kids-callout div {
  bottom: -56px;
  width: min(550px, calc(100% - 52px));
  padding: 28px 34px 30px;
  border: 2px solid #5b4738;
  box-shadow: none;
}

.kids-callout p {
  color: var(--brown);
  font-size: 24px;
}

.kids-callout strong {
  color: var(--red);
  font-size: 24px;
  letter-spacing: .04em;
}

.center-copy {
  max-width: 860px;
  min-height: 610px;
  margin: 104px auto 0;
  padding: 0 80px;
  color: var(--brown);
  text-align: center;
}

.center-copy__body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
  font-weight: 900;
  line-height: 1.95;
}

.center-copy__body p {
  margin: 0;
}

.center-copy__body span,
.center-copy__lead {
  color: var(--red);
}

.center-copy__lead {
  font-size: 18px;
  line-height: 1.85;
}

.center-copy__float {
  width: 174px;
  height: 160px;
  border-radius: 8px;
  object-fit: cover;
}

.center-copy__float--left {
  left: -70px;
  top: 18px;
}

.center-copy__float--right {
  right: -70px;
  top: 58px;
}

.center-copy__float--lower-left {
  left: -130px;
  top: 410px;
}

.center-copy__float--lower-right {
  right: -130px;
  top: 420px;
}

.photo-strip--before-menu {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0;
}

.photo-strip--before-menu img {
  height: 300px;
}

.treatment-menu-section {
  padding-top: 78px;
}

@media (max-width: 760px) {
  .clinic-strip--access {
    grid-template-columns: 1fr;
    height: auto;
  }

  .clinic-strip--access img {
    height: 210px;
  }

  .kids-callout img {
    height: 260px;
  }

  .center-copy {
    min-height: 0;
    margin-top: 72px;
    padding: 0;
    text-align: left;
  }

  .center-copy__body {
    display: block;
    gap: 0;
    line-height: 1.9;
  }

  .center-copy__body p {
    min-width: 0;
    margin-bottom: 22px;
    white-space: normal;
  }

  .center-copy__lead {
    font-size: 16px;
  }

  .center-copy__float {
    display: none;
  }

  .photo-strip--before-menu {
    grid-template-columns: 1fr;
  }

  .photo-strip--before-menu img {
    height: 210px;
  }
}

/* Figma top-page loop 3: downstream top sections. */
.treatment-menu-section {
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.98)),
    url("../images/figma/imgRectangle50.jpg") center top / cover no-repeat;
}

.menu-panel {
  width: min(1152px, calc(100% - 96px));
  padding: 82px 64px 116px;
  border-radius: 0 0 10px 10px;
}

.treatment-card {
  min-height: 212px;
  border: 1px solid #fff0f0;
}

.treatment-icon {
  width: 112px;
  height: 112px;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.treatment-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.photo-strip:not(.photo-strip--before-menu) {
  grid-template-columns: repeat(4, 1fr);
}

.photo-strip:not(.photo-strip--before-menu) img {
  height: 308px;
  object-fit: cover;
}

.features-section {
  padding: 118px 0 110px;
  background: #fffaf7;
}

.features-section .section-heading {
  margin-bottom: 70px;
  text-align: center;
}

.features-section .section-heading p {
  letter-spacing: .22em;
}

.features-section .section-heading h2 {
  font-size: 40px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px 44px;
}

.feature-card {
  border: 0;
  background: #fff;
  box-shadow: none;
}

.feature-card img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.feature-card h3 {
  margin: 36px 28px 24px;
  color: var(--red);
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
}

.feature-card p {
  margin: 0 34px 36px;
  color: var(--brown);
  font-size: 13px;
  font-weight: 700;
  line-height: 2.15;
}

.feature-card--single {
  width: 100%;
}

.director-section {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  background: #ef9f9b;
}

.director-section::before {
  content: "";
  position: absolute;
  inset: 28px 42px;
  opacity: .26;
  background:
    url("../images/figma/imgRectangle31.jpg") left top / 33.333% 48% no-repeat,
    url("../images/figma/imgRectangle29.jpg") center top / 33.333% 48% no-repeat,
    url("../images/figma/imgRectangle55.jpg") right top / 33.333% 48% no-repeat,
    url("../images/figma/imgRectangle30.jpg") left bottom / 25% 48% no-repeat,
    url("../images/figma/imgRectangle25.jpg") right bottom / 28% 48% no-repeat;
  filter: saturate(.95);
}

.director-card {
  position: relative;
  z-index: 1;
  width: min(1024px, calc(100% - 96px));
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 54px;
  padding: 48px 78px 42px;
  background: rgba(255,255,255,.98);
  border-radius: 6px;
  box-shadow: none;
}

.director-profile img {
  width: 236px;
  height: 268px;
  margin: 0 auto 10px;
  object-fit: cover;
  object-position: 50% 35%;
  border-radius: 0;
}

.director-profile p {
  margin: 0 0 26px;
  color: var(--brown);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.director-profile ul {
  margin: 0;
  padding: 22px 28px;
  border-radius: 6px;
  background: #f7f7f7;
  color: var(--brown);
  font-size: 13px;
  font-weight: 800;
  line-height: 2.05;
}

.director-message {
  padding-top: 22px;
}

.director-message h2 {
  margin: 0 0 34px;
  padding: 28px 0;
  border-top: 2px solid var(--brown);
  border-bottom: 2px solid var(--brown);
  color: var(--brown);
  font-size: 28px;
  line-height: 1.55;
}

.director-message h2 span {
  color: var(--red);
}

.director-message p {
  margin: 0 0 22px;
  color: var(--brown);
  font-size: 13px;
  font-weight: 700;
  line-height: 2.05;
}

.director-message .signature {
  margin: 8px 0 28px;
  text-align: right;
  font-size: 23px;
  font-weight: 900;
}

.director-message .signature span {
  margin-right: 18px;
  font-size: 13px;
}

.director-message .btn {
  min-width: 270px;
  margin: 0 auto;
}

.clinic-strip--after-director {
  grid-template-columns: repeat(2, 1fr);
  height: 300px;
  overflow: hidden;
}

.clinic-strip--after-director img {
  height: 300px;
  object-fit: cover;
}

.clinic-strip--after-director img:first-child {
  object-position: 42% center;
}

.clinic-strip--after-director img:nth-child(2) {
  object-position: 48% center;
}

.reason-section {
  padding: 72px 0 92px;
  background: #ffebec;
}

.reason-panel {
  width: min(1140px, calc(100% - 140px));
  padding: 64px 66px 74px;
  border-radius: 6px;
  background: #fff;
}

.reason-section .section-heading {
  margin-bottom: 74px;
  text-align: center;
}

.reason-section .section-heading p {
  letter-spacing: .22em;
}

.reason-section .section-heading h2 {
  font-size: 37px;
}

.reason-list {
  display: grid;
  gap: 76px;
}

.reason-item {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 44px;
  align-items: center;
}

.reason-item img {
  width: 400px;
  height: 322px;
  border-radius: 6px;
  object-fit: cover;
}

.reason-item > div {
  position: relative;
  padding-top: 18px;
}

.reason-item span {
  position: absolute;
  left: -270px;
  top: -22px;
  min-width: 70px;
  margin: 0;
  padding: 8px 12px 0;
  border-top: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  color: var(--brown);
  background: rgba(255,255,255,.92);
  font-size: 36px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
}

.reason-item h3 {
  margin: 0 0 28px;
  color: var(--brown);
  font-size: 22px;
  line-height: 1.75;
}

.reason-item p {
  margin: 0;
  color: var(--brown);
  font-size: 14px;
  font-weight: 700;
  line-height: 2.1;
}

.reason-item ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.reason-item li {
  position: relative;
  min-width: 0;
  padding: 17px 16px 17px 48px;
  border: 1px solid var(--red);
  border-radius: 6px;
  color: var(--brown);
  font-size: 15px;
  text-align: center;
}

.reason-item li::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 14px;
  height: 8px;
  border-left: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  transform: translateY(-65%) rotate(-45deg);
}

.sp-br {
  display: none;
}

@media (max-width: 960px) {
  .menu-panel,
  .director-card,
  .reason-panel {
    width: min(100% - 32px, var(--max));
  }

  .feature-grid,
  .director-card,
  .reason-item {
    grid-template-columns: 1fr;
  }

  .director-card {
    padding: 34px 24px;
  }

  .reason-item span {
    position: static;
    display: inline-block;
    margin-bottom: 18px;
  }

  .reason-item img {
    width: 100%;
  }
}

@media (max-width: 760px) {
  body {
    overflow-x: hidden;
  }

  .menu-panel {
    padding: 54px 18px 68px;
  }

  .treatment-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .treatment-card {
    min-height: 164px;
  }

  .photo-strip:not(.photo-strip--before-menu) {
    grid-template-columns: 1fr;
  }

  .photo-strip:not(.photo-strip--before-menu) img {
    height: 220px;
  }

  .features-section {
    padding: 72px 0;
  }

  .features-section .section-heading h2,
  .reason-section .section-heading h2 {
    font-size: 28px;
    line-height: 1.45;
  }

  .feature-card img {
    height: 220px;
  }

  .feature-card h3 {
    margin-inline: 18px;
    font-size: 18px;
  }

  .feature-card p {
    margin-inline: 18px;
  }

  .director-section {
    padding: 54px 0;
  }

  .director-section::before {
    inset: 16px;
  }

  .director-profile img {
    width: 220px;
    height: 250px;
  }

  .director-message h2 {
    font-size: 22px;
  }

  .director-message .signature {
    font-size: 20px;
  }

  .clinic-strip--after-director {
    grid-template-columns: 1fr;
    height: auto;
  }

  .clinic-strip--after-director img {
    height: 220px;
  }

  .reason-panel {
    padding: 42px 18px 54px;
  }

  .reason-section .section-heading {
    margin-bottom: 44px;
  }

  .reason-list {
    gap: 58px;
  }

  .reason-item {
    gap: 22px;
  }

  .reason-item img {
    height: 240px;
  }

  .reason-item h3 {
    font-size: 19px;
  }

  .reason-item ul {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }

  .center-copy,
  .center-copy__body,
  .center-copy__body p,
  .center-copy__body span {
    width: 100% !important;
    max-width: calc(100vw - 36px) !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
  }

  .sp-br {
    display: block;
  }
}
