.kids-dentistry {
  --kids-heading: #124a40;
  --kids-accent: #678e6b;
  --kids-body: #326c60;
  --kids-card: #fafbf7;
  padding: 20px 0 48px;
  background: #fff;
  color: var(--kids-body);
}

.kids-dentistry__scene {
  position: relative;
  isolation: isolate;
  container-type: inline-size;
  display: flow-root;
  width: min(100%, 1774px);
  min-height: min(50vw, 887px);
  margin: 0 auto;
}

.kids-dentistry__backdrop {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.kids-dentistry__clip-defs { position: absolute; pointer-events: none; }

.kids-dentistry__copy {
  position: relative;
  z-index: 4;
  width: 28%;
  margin-left: 9.5%;
  padding: 8.3% 0 8%;
}

.kids-dentistry__badge {
  display: inline-flex;
  align-items: center;
  gap: 1cqw;
  max-width: 100%;
  padding: .4cqw 1.65cqw .4cqw .45cqw;
  margin-bottom: 1.9cqw;
  border-radius: 100px;
  background: rgba(250, 251, 247, .8);
  color: #53795b;
  font-size: clamp(12px, 1.06cqw, 19px);
  font-weight: 600;
  line-height: 1.3;
}

.kids-dentistry__badge-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 2.95cqw;
  height: 2.95cqw;
  border-radius: 50%;
  background: #e6f0e6;
  color: var(--kids-body);
}

.kids-dentistry__badge-icon svg { width: 54%; height: 54%; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.kids-dentistry__title {
  margin: 0 0 1.6cqw;
  color: var(--kids-heading);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(64px, 5.4cqw, 96px);
  font-weight: 600;
  line-height: .94;
  letter-spacing: -.045em;
}

.kids-dentistry__title em { color: var(--kids-accent); font-weight: 500; }

.kids-dentistry__lead {
  margin: 0 0 1.65cqw;
  color: var(--kids-body);
  font-size: clamp(16px, 1.27cqw, 23px);
  line-height: 1.4;
}

.kids-dentistry__cta {
  border: 0;
  cursor: pointer;
  font: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: min(100%, 22.6cqw);
  min-height: max(56px, 4.3cqw);
  padding: .6cqw .65cqw .6cqw 1.9cqw;
  border-radius: 100px;
  background: #104e43;
  color: #fff;
  box-shadow: 0 12px 24px rgba(23, 81, 56, .16);
  font-size: clamp(14px, 1.06cqw, 19px);
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color .25s ease, box-shadow .25s ease;
}

.kids-dentistry__cta:hover { background: #195b4d; box-shadow: 0 14px 28px rgba(23, 81, 56, .22); }
.kids-dentistry__cta:focus-visible { outline: 3px solid var(--kids-heading); outline-offset: 5px; }
.kids-dentistry__cta-arrow { display: grid; place-items: center; flex: 0 0 auto; width: max(38px, 3.15cqw); aspect-ratio: 1; border-radius: 50%; background: #3c7566; }
.kids-dentistry__cta-arrow svg { width: 56%; height: 56%; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }

.kids-dentistry__photo {
  position: absolute;
  z-index: 1;
  left: 43%;
  top: 6%;
  width: 49.5%;
  height: 84%;
  overflow: hidden;
  border-radius: 25% 38% 24% 29% / 21% 35% 25% 28%;
}

@supports (clip-path: url('#kids-dentistry-photo-clip')) {
  .kids-dentistry__photo { border-radius: 0; clip-path: url('#kids-dentistry-photo-clip'); }
}

.kids-dentistry__photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; }

.kids-dentistry__botanicals { pointer-events: none; }
.kids-dentistry__branch { position: absolute; z-index: 2; height: auto; pointer-events: none; user-select: none; }
.kids-dentistry__branch--top { top: 5%; left: 83%; width: 16%; transform: rotate(-19deg); }
.kids-dentistry__branch--middle { top: 41%; left: 34%; width: 17%; transform: rotate(-15deg); }
.kids-dentistry__branch--bottom { top: 76%; left: 42.5%; width: 16%; transform: rotate(72deg); }

.kids-dentistry__benefits { display: contents; }
.kids-dentistry__card {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1cqw;
  padding: 1.95cqw;
  background: var(--kids-card);
  color: #467e49;
  box-shadow: 8px 18px 36px rgba(57, 102, 67, .05);
}

.kids-dentistry__card p { margin: 0; font-size: clamp(15px, 1.25cqw, 23px); line-height: 1.3; }
.kids-dentistry__icon { flex: 0 0 auto; width: 2.6cqw; height: 2.6cqw; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.kids-dentistry__card--comfort { top: 15.5%; left: 41.7%; width: 11.6%; aspect-ratio: 1; align-items: center; gap: .25cqw; padding: 1.1cqw; border-radius: 50%; color: #5b835a; text-align: center; }
.kids-dentistry__tooth { flex: 0 0 auto; width: 5.2cqw; height: 4.2cqw; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.kids-dentistry__card--comfort p { font-family: 'Caveat', cursive; font-size: clamp(21px, 1.75cqw, 31px); font-weight: 600; line-height: 1; }
.kids-dentistry__card--personal { top: 62.5%; left: 36.2%; width: 14.7%; min-height: 23.5%; border-radius: 3cqw; }
.kids-dentistry__card--methods { top: 34%; left: 83.8%; width: 12.8%; min-height: 28.5%; border-radius: 4cqw; color: #618568; }

/* Tablet: the composition becomes a readable vertical layout. */
@media (max-width: 1279px) {
  .kids-dentistry { padding: 24px 0 48px; }
  .kids-dentistry__scene { min-height: 0; padding: 40px 0 64px; }
  .kids-dentistry__copy { width: 70%; max-width: 620px; margin: 0 0 0 10%; padding: 0; }
  .kids-dentistry__badge { gap: 12px; padding: 6px 22px 6px 6px; margin-bottom: 25px; font-size: 16px; }
  .kids-dentistry__badge-icon { width: 46px; height: 46px; }
  .kids-dentistry__title { margin-bottom: 24px; font-size: clamp(60px, 7vw, 76px); }
  .kids-dentistry__lead { max-width: 520px; margin-bottom: 26px; font-size: 20px; }
  .kids-dentistry__cta { width: 360px; min-height: 68px; padding: 9px 10px 9px 28px; font-size: 17px; }
  .kids-dentistry__cta-arrow { width: 50px; }
  .kids-dentistry__photo { position: relative; top: auto; left: auto; width: 84%; height: auto; aspect-ratio: 1.28; margin: 32px auto 0; }
  .kids-dentistry__photo img { position: absolute; inset: 0; }
  .kids-dentistry__branch--top { top: 27%; left: auto; right: 1%; width: 22%; }
  .kids-dentistry__branch--middle { display: none; }
  .kids-dentistry__branch--bottom { top: auto; bottom: 0; left: 3%; width: 22%; }
  .kids-dentistry__benefits { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; width: 80%; margin: -8px auto 0; }
  .kids-dentistry__card { position: relative; inset: auto; align-items: flex-start; justify-content: flex-start; width: auto; min-height: 0; aspect-ratio: auto; padding: 24px 20px; gap: 15px; border-radius: 30px; text-align: left; }
  .kids-dentistry__card p { font-size: 18px; overflow-wrap: anywhere; }
  .kids-dentistry__icon { width: 42px; height: 42px; }
  .kids-dentistry__tooth { width: 64px; height: 48px; }
  .kids-dentistry__card--comfort p { font-size: 28px; }
}

@media (max-width: 767px) {
  .kids-dentistry { padding: 10px 0 30px; background: radial-gradient(circle at 50% 0%, #f7fbf5 0%, #fff 62%); }
  .kids-dentistry__scene {
    width: min(calc(100% - 20px), 460px);
    padding: 30px 0 34px;
    overflow: hidden;
    border: 1px solid rgba(91, 133, 96, .12);
    border-radius: 38px;
    background:
      radial-gradient(circle at 86% 8%, rgba(255, 255, 255, .92), transparent 28%),
      radial-gradient(circle at 8% 42%, rgba(255, 255, 255, .64), transparent 34%),
      linear-gradient(180deg, #fbfdf9 0%, #f3f9f0 58%, #edf6e9 100%);
    box-shadow: 0 18px 44px rgba(63, 104, 69, .1);
  }
  .kids-dentistry__backdrop { display: none; }
  .kids-dentistry__copy { width: auto; max-width: none; margin: 0 22px; }
  .kids-dentistry__badge { gap: 9px; min-height: 44px; padding: 5px 16px 5px 5px; margin-bottom: 24px; border: 1px solid rgba(109, 149, 108, .08); background: rgba(255, 255, 255, .76); box-shadow: 0 8px 22px rgba(74, 119, 78, .09); backdrop-filter: blur(8px); font-size: 14px; }
  .kids-dentistry__badge-icon { width: 36px; height: 36px; }
  .kids-dentistry__title { margin-bottom: 22px; font-size: clamp(46px, 12.8vw, 64px); line-height: .88; letter-spacing: -.055em; }
  .kids-dentistry__title em { font-size: 1.03em; }
  .kids-dentistry__lead { max-width: 340px; margin-bottom: 25px; font-size: 16px; line-height: 1.47; }
  .kids-dentistry__cta { width: 100%; min-height: 64px; padding: 8px 8px 8px 22px; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 12px 24px rgba(23, 81, 56, .2); font-size: 15px; }
  .kids-dentistry__cta-arrow { width: 46px; background: #4b8976; }
  .kids-dentistry__photo { width: calc(100% - 22px); margin-top: 30px; aspect-ratio: .98; border-radius: 24% 34% 20% 27% / 19% 29% 23% 25%; box-shadow: 0 18px 32px rgba(44, 91, 64, .14); }
  .kids-dentistry__photo img { object-position: 58% 50%; }
  .kids-dentistry__branch--top { top: 37%; right: -2%; width: 30%; transform: rotate(-17deg); }
  .kids-dentistry__branch--middle,
  .kids-dentistry__branch--bottom { display: none; }
  .kids-dentistry__benefits { width: auto; margin: 20px 22px 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .kids-dentistry__card { padding: 18px; border: 1px solid rgba(90, 129, 91, .08); border-radius: 24px; box-shadow: 0 10px 24px rgba(57, 102, 67, .07); }
  .kids-dentistry__card p { font-size: 15px; line-height: 1.25; overflow-wrap: normal; }
  .kids-dentistry__card--comfort { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: flex-start; gap: 20px; text-align: left; }
  .kids-dentistry__card--comfort p { font-size: 28px; }
}

@media (max-width: 479px) {
  .kids-dentistry__benefits { grid-template-columns: minmax(0, 1fr); }
  .kids-dentistry__card { flex-direction: row; align-items: center; justify-content: flex-start; gap: 18px; padding: 20px; }
  .kids-dentistry__card--comfort { justify-content: flex-start; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .kids-dentistry__cta { transition: none; }
}
