:root {
  --ns-ink: #2e2a26;
  --ns-ink-soft: #3d3631;
  --ns-muted: #6f5d50;
  --ns-paper: #f7f3ee;
  --ns-sand: #ede7dd;
  --ns-sand-2: #eae0d3;
  --ns-line: #dfd2bf;
  --ns-accent: #b47a5b;
  --ns-accent-soft: #cba493;
  --ns-success: #7a8f6b;
  --ns-white: #fff;
  --ns-radius: 24px;
  --ns-radius-sm: 16px;
  --ns-shadow: 0 20px 60px rgba(46, 42, 38, 0.08);
  --ns-container: 1440px;
  --ns-gutter: clamp(1rem, 4vw, 4rem);
  --ns-serif: Fraunces, Georgia, "Times New Roman", serif;
  --ns-sans:
    "Source Sans 3", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--ns-paper);
  color: var(--ns-ink);
  font-family: var(--ns-sans);
  font-size: 16px;
  line-height: 1.65;
}
body.admin-bar .site-header {
  top: 32px;
}
a {
  color: inherit;
}
.site {
  overflow: hidden;
}
.ns-container {
  width: min(
    calc(100% - var(--ns-gutter) - var(--ns-gutter)),
    var(--ns-container)
  );
  margin-inline: auto;
}
.site-main {
  min-height: 60vh;
}
h1,
h2,
h3,
h4 {
  font-family: var(--ns-serif);
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 1.08;
}
.ns-eyebrow {
  color: var(--ns-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.ns-lead {
  color: var(--ns-ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  max-width: 650px;
}
.ns-button,
.wp-element-button {
  align-items: center;
  background: var(--ns-accent);
  border: 1px solid var(--ns-accent);
  border-radius: 999px;
  color: var(--ns-paper) !important;
  display: inline-flex;
  font-weight: 650;
  gap: 0.7rem;
  justify-content: center;
  padding: 0.9rem 1.4rem;
  text-decoration: none;
  transition:
    transform 0.2s,
    background 0.2s;
}
.ns-button:hover {
  background: #9f684d;
  transform: translateY(-2px);
}
.ns-button--outline {
  background: transparent;
  color: var(--ns-ink) !important;
  border-color: var(--ns-ink);
}
.ns-button--small {
  font-size: 0.85rem;
  padding: 0.65rem 1.1rem;
}
.site-header {
  background: rgba(247, 243, 238, 0.94);
  border-bottom: 1px solid rgba(46, 42, 38, 0.07);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
}
.site-header__inner {
  align-items: center;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  min-height: 84px;
}
.site-branding {
  flex: none;
}
.site-title {
  font: 500 1rem/1 var(--ns-serif);
  letter-spacing: 0.12em;
  margin: 0;
}
.site-title a {
  text-decoration: none;
}
.custom-logo {
  max-height: 48px;
  width: auto;
}
.main-navigation {
  width: auto;
}
.main-navigation ul {
  gap: 26px;
  margin: 0;
}
.main-navigation a {
  font-size: 0.9rem;
  font-weight: 550;
}
.site-header__actions {
  align-items: center;
  display: flex;
  gap: 18px;
}
.language-switcher ul {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.language-switcher a {
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.menu-toggle {
  background: transparent;
  border: 0;
  padding: 8px;
}
.menu-toggle span:not(.screen-reader-text) {
  background: var(--ns-ink);
  display: block;
  height: 1px;
  margin: 5px;
  width: 24px;
}
.ns-hero {
  background: var(--ns-sand);
  padding: clamp(70px, 9vw, 140px) 0;
}
.ns-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(40px, 7vw, 100px);
  grid-template-columns: 1.03fr 0.97fr;
}
.ns-hero h1 {
  font-size: clamp(3.2rem, 6.2vw, 6.5rem);
  margin: 0.2em 0;
}
.ns-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.ns-hero__media {
  border-radius: 220px 220px var(--ns-radius) var(--ns-radius);
  box-shadow: var(--ns-shadow);
  min-height: 620px;
  overflow: hidden;
}
.ns-hero__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ns-placeholder {
  align-items: center;
  background: linear-gradient(135deg, #eae0d3, #d9c5ae);
  display: flex;
  justify-content: center;
}
.ns-placeholder span {
  font: italic 5rem var(--ns-serif);
  opacity: 0.55;
}
.ns-section {
  padding: clamp(72px, 9vw, 130px) 0;
}
.ns-section--sand {
  background: var(--ns-sand);
}
.ns-section--dark {
  background: var(--ns-ink);
  color: var(--ns-paper);
}
.ns-section__header {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 52px;
}
.ns-section__header h2 {
  font-size: clamp(2.4rem, 4.5vw, 4.6rem);
  margin: 0.15em 0;
  max-width: 760px;
}
.ns-grid {
  display: grid;
  gap: 24px;
}
.ns-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.ns-card {
  background: var(--ns-white);
  border-radius: var(--ns-radius);
  box-shadow: 0 10px 35px rgba(46, 42, 38, 0.04);
  overflow: hidden;
}
.ns-card__image {
  aspect-ratio: 1.45;
  background: var(--ns-sand-2);
  display: block;
}
.ns-card__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ns-card__body {
  padding: 30px;
}
.ns-card h3 {
  font-size: 1.65rem;
  margin: 0.2em 0 0.5em;
}
.ns-card p {
  color: var(--ns-muted);
}
.ns-card__meta {
  border-top: 1px solid rgba(46, 42, 38, 0.08);
  display: flex;
  font-size: 0.83rem;
  font-weight: 650;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 18px;
}
.ns-card__meta a {
  color: var(--ns-accent);
  text-decoration: none;
}
.ns-trust {
  background: var(--ns-paper);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 35px;
}
.ns-trust__item {
  border-inline-end: 1px solid var(--ns-line);
  padding: 10px 25px;
  text-align: center;
}
.ns-trust__item:last-child {
  border: 0;
}
.ns-trust strong {
  display: block;
  font: 400 1.8rem var(--ns-serif);
}
.ns-steps {
  counter-reset: step;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}
.ns-step {
  background: rgba(247, 243, 238, 0.05);
  padding: 38px;
}
.ns-step::before {
  border: 1px solid var(--ns-accent-soft);
  border-radius: 50%;
  color: var(--ns-accent-soft);
  content: counter(step, decimal-leading-zero);
  counter-increment: step;
  display: grid;
  height: 48px;
  place-items: center;
  width: 48px;
}
.ns-step h3 {
  font-size: 1.4rem;
  margin-top: 36px;
}
.ns-step p {
  color: rgba(247, 243, 238, 0.65);
  font-size: 0.9rem;
}
.ns-page-hero {
  background: var(--ns-sand);
  padding: 90px 0;
}
.ns-page-hero h1 {
  font-size: clamp(3rem, 6vw, 6rem);
  margin: 0.2em 0;
  max-width: 900px;
}
.ns-content {
  padding: 80px 0;
}
.ns-prose {
  max-width: 820px;
}
.ns-prose > * + * {
  margin-top: 1.4em;
}
.ns-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.ns-badge {
  background: var(--ns-sand-2);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 650;
  padding: 7px 13px;
}
.ns-facts {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  margin: 35px 0;
}
.ns-fact {
  background: var(--ns-sand);
  border-radius: var(--ns-radius-sm);
  padding: 24px;
}
.ns-fact small {
  color: var(--ns-muted);
  display: block;
  text-transform: uppercase;
}
.ns-fact strong {
  font: 400 1.4rem var(--ns-serif);
}
.ns-accordion {
  border-top: 1px solid var(--ns-line);
}
.ns-accordion__button {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ns-line);
  color: var(--ns-ink);
  display: flex;
  font: 500 1.2rem var(--ns-serif);
  justify-content: space-between;
  padding: 22px 0;
  text-align: left;
  width: 100%;
}
.ns-accordion__panel {
  padding: 0 0 25px;
}
.ns-before-after {
  margin-top: 70px;
}
.ns-before-after__pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ns-before-after__pair img {
  aspect-ratio: 1/1.1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ns-before-after__pair img + img {
  border-inline-start: 2px solid var(--ns-paper);
}
.ns-form {
  background: var(--ns-white);
  border-radius: var(--ns-radius);
  box-shadow: var(--ns-shadow);
  padding: clamp(25px, 5vw, 64px);
}
.ns-form__progress {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 45px;
}
.ns-form__progress span {
  background: var(--ns-sand-2);
  border-radius: 999px;
  height: 5px;
}
.ns-form__progress span.is-active {
  background: var(--ns-accent);
}
.ns-form__step[hidden] {
  display: none;
}
.ns-form h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}
.ns-field {
  margin-bottom: 22px;
}
.ns-field label,
.ns-field legend {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.ns-field input,
.ns-field select,
.ns-field textarea {
  background: var(--ns-paper);
  border: 1px solid var(--ns-line);
  border-radius: 14px;
  padding: 14px 17px;
  width: 100%;
}
.ns-field input:focus,
.ns-field select:focus,
.ns-field textarea:focus {
  border-color: var(--ns-accent);
  box-shadow: 0 0 0 4px rgba(180, 122, 91, 0.12);
  outline: 0;
}
.ns-choice-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}
.ns-choice {
  border: 1px solid var(--ns-line);
  border-radius: 14px;
  padding: 16px;
}
.ns-form__actions {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 30px;
}
.ns-form__message {
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 15px;
}
.ns-form__message--error {
  background: #f9e5e2;
  color: #7d3027;
}
.ns-form__message--success {
  background: #e7eee2;
  color: #405436;
}
.site-footer {
  background: var(--ns-ink);
  color: var(--ns-paper);
  padding: 75px 0 28px;
}
.site-footer__grid {
  display: grid;
  gap: 70px;
  grid-template-columns: 2fr 1fr 1fr;
}
.site-footer__brand p {
  color: rgba(247, 243, 238, 0.65);
  max-width: 380px;
}
.site-footer__logo {
  font: 500 1.4rem var(--ns-serif);
  letter-spacing: 0.12em;
  text-decoration: none;
}
.site-footer h2 {
  color: var(--ns-accent-soft);
  font: 700 0.72rem var(--ns-sans);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer a {
  text-decoration: none;
}
.site-footer__bottom {
  border-top: 1px solid rgba(247, 243, 238, 0.12);
  color: rgba(247, 243, 238, 0.55);
  display: flex;
  font-size: 0.75rem;
  justify-content: space-between;
  margin-top: 55px;
  padding-top: 24px;
}
.ns-whatsapp {
  background: #25d366;
  border-radius: 50%;
  bottom: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  color: #fff !important;
  display: grid;
  font-size: 1.5rem;
  height: 58px;
  place-items: center;
  position: fixed;
  right: 24px;
  text-decoration: none;
  width: 58px;
  z-index: 90;
}
@media (max-width: 960px) {
  .site-header__actions .ns-button,
  .language-switcher {
    display: none;
  }
  .main-navigation {
    order: 3;
  }
  .site-header__inner {
    min-height: 70px;
  }
  .main-navigation ul {
    background: var(--ns-paper);
    box-shadow: var(--ns-shadow);
    left: 20px;
    padding: 25px;
    position: absolute;
    right: 20px;
    top: 70px;
  }
  .main-navigation ul.is-open,
  .main-navigation.toggled ul {
    display: block;
  }
  .main-navigation li + li {
    margin-top: 14px;
  }
  .ns-hero__grid {
    grid-template-columns: 1fr;
  }
  .ns-hero__media {
    min-height: 480px;
  }
  .ns-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ns-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer__brand {
    grid-column: 1/-1;
  }
}
@media (max-width: 620px) {
  body.admin-bar .site-header {
    top: 0;
  }
  .ns-container {
    width: min(
      calc(100% - var(--ns-gutter) - var(--ns-gutter)),
      var(--ns-container)
    );
  }
  .ns-hero {
    padding: 55px 0;
  }
  .ns-hero h1 {
    font-size: 3.15rem;
  }
  .ns-hero__media {
    border-radius: 150px 150px 20px 20px;
    min-height: 410px;
  }
  .ns-section__header {
    display: block;
  }
  .ns-grid--3,
  .ns-steps,
  .ns-facts,
  .ns-choice-grid {
    grid-template-columns: 1fr;
  }
  .ns-trust {
    grid-template-columns: repeat(2, 1fr);
  }
  .ns-trust__item:nth-child(2) {
    border: 0;
  }
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
  .site-footer__brand {
    grid-column: auto;
  }
  .site-footer__bottom {
    display: block;
  }
  .site-footer__bottom span {
    display: block;
    margin-top: 8px;
  }
  .ns-form__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .ns-form__actions .ns-button {
    width: 100%;
  }
}

/* Intervention archive and detail pages. */
.ns-filter-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 42px;
}

.ns-filter-links a {
  border: 1px solid var(--ns-border);
  border-radius: 999px;
  color: var(--ns-ink);
  min-height: 44px;
  padding: 10px 18px;
  text-decoration: none;
}

.ns-filter-links a:hover,
.ns-filter-links a:focus-visible,
.ns-filter-links a.is-active {
  background: var(--ns-ink);
  border-color: var(--ns-ink);
  color: var(--ns-paper);
}

.ns-archive-cta > .ns-container {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.ns-archive-cta h2 {
  margin-bottom: 0;
}

.ns-intervention-content {
  padding-block: clamp(72px, 8vw, 118px);
}

.ns-price-highlight {
  background: var(--ns-ink);
  border-radius: 24px;
  color: var(--ns-paper);
  margin-top: 54px;
  padding: clamp(28px, 4vw, 48px);
}

.ns-price-highlight small,
.ns-price-highlight strong {
  display: block;
}

.ns-price-highlight strong {
  font-family: var(--ns-font-display);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 400;
  margin-block: 8px 16px;
}

.ns-price-highlight p {
  color: rgba(247, 243, 238, 0.72);
  margin-bottom: 0;
}

.ns-accordion__button .ns-line-icon {
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.ns-accordion__button[aria-expanded="true"] .ns-line-icon {
  transform: rotate(180deg);
}

@media (max-width: 620px) {
  .ns-filter-links {
    flex-wrap: nowrap;
    margin-inline: -20px;
    overflow-x: auto;
    padding-inline: 20px;
    scrollbar-width: thin;
  }

  .ns-filter-links a {
    flex: 0 0 auto;
  }

  .ns-archive-cta > .ns-container {
    align-items: stretch;
    flex-direction: column;
  }

  .ns-archive-cta .ns-button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
[dir="rtl"] .ns-whatsapp {
  left: 24px;
  right: auto;
}
[dir="rtl"] .ns-section__header,
[dir="rtl"] .ns-card__meta {
  direction: rtl;
}

/* Editorial archive, intervention details and responsive touch targets. */
.menu-toggle,
.ns-certifications__controls button {
  min-height: 44px;
  min-width: 44px;
}
.ns-text-link {
  min-height: 44px;
}
.ns-family-card__visual img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
  width: 100%;
}
.ns-family-card:hover .ns-family-card__visual img,
.ns-family-card:focus-within .ns-family-card__visual img,
.ns-card:hover .ns-card__image img,
.ns-card:focus-within .ns-card__image img {
  transform: scale(1.035);
}
.ns-card__image {
  overflow: hidden;
}
.ns-card__image img {
  transition: transform 0.55s ease;
}
.ns-interventions-hero {
  padding-block: clamp(76px, 9vw, 138px);
}
.ns-interventions-hero__grid,
.ns-archive-heading,
.ns-decision-guide > .ns-container,
.ns-intervention-faq__grid {
  align-items: end;
  display: grid;
  gap: clamp(36px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
}
.ns-interventions-hero h1 {
  font-size: clamp(3.5rem, 5.8vw, 6.2rem);
  line-height: 0.95;
  margin: 14px 0 28px;
  max-width: 720px;
}

.ns-interventions-hero__grid {
  align-items: center;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
}

.ns-interventions-hero__content .ns-lead {
  color: var(--ns-muted);
  margin: 0 0 30px;
  max-width: 620px;
}

.ns-interventions-hero__visual {
  aspect-ratio: 1.15 / 1;
  border-radius: 32px 32px 120px 32px;
  overflow: hidden;
  position: relative;
}

.ns-interventions-hero__visual > img {
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  width: 100%;
}

.ns-interventions-hero__caption {
  align-items: flex-start;
  backdrop-filter: blur(12px);
  background: rgba(247, 243, 238, .93);
  border-radius: 18px;
  bottom: 22px;
  display: flex;
  gap: 13px;
  left: 22px;
  max-width: 390px;
  padding: 18px 20px;
  position: absolute;
}

.ns-interventions-hero__caption .ns-line-icon {
  color: var(--ns-accent);
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.ns-interventions-hero__caption strong,
.ns-interventions-hero__caption span {
  display: block;
}

.ns-interventions-hero__caption strong {
  color: var(--ns-ink);
  margin-bottom: 4px;
}

.ns-interventions-hero__caption span {
  color: var(--ns-muted);
  font-size: .86rem;
  line-height: 1.5;
}
.ns-archive-heading {
  align-items: start;
  margin-bottom: 48px;
}
.ns-archive-heading h2 {
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  line-height: 1.02;
  margin: 10px 0 0;
  max-width: 760px;
}
.ns-archive-heading > p {
  color: var(--ns-muted);
  margin: 0;
  max-width: 560px;
}
.ns-intervention-grid {
  align-items: stretch;
}
.ns-intervention-grid .ns-card {
  display: flex;
  flex-direction: column;
}
.ns-intervention-grid .ns-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.ns-intervention-grid .ns-card__body > p {
  flex: 1;
}
.ns-intervention-grid .ns-card__meta {
  align-items: center;
  gap: 14px;
}
.ns-intervention-grid .ns-card__meta > span:empty {
  display: none;
}
.ns-decision-guide h2 {
  font-size: clamp(2.8rem, 4.5vw, 5rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}
.ns-decision-guide__items {
  display: grid;
  gap: 1px;
}
.ns-decision-guide__items article {
  border-top: 1px solid rgba(247, 243, 238, 0.18);
  display: grid;
  gap: 18px;
  grid-template-columns: 42px 0.8fr 1.25fr;
  padding-block: 25px;
}
.ns-decision-guide__items span {
  color: var(--ns-accent-soft);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}
.ns-decision-guide__items h3,
.ns-decision-guide__items p {
  margin: 0;
}
.ns-decision-guide__items h3 {
  color: var(--ns-paper);
  font-size: 1.1rem;
}
.ns-decision-guide__items p {
  color: rgba(247, 243, 238, 0.7);
  font-size: 0.9rem;
}
.ns-back-link {
  align-items: center;
  color: var(--ns-muted);
  display: inline-flex;
  font-size: 0.82rem;
  gap: 8px;
  margin-bottom: 40px;
  min-height: 44px;
  text-decoration: none;
}
.ns-back-link .ns-line-icon {
  height: 18px;
  width: 18px;
}
.ns-intervention-hero .ns-button {
  margin-top: 30px;
}
.ns-intervention-facts {
  background: var(--ns-paper);
  padding-block: clamp(28px, 4vw, 56px);
}
.ns-intervention-facts .ns-facts {
  background: var(--ns-sand);
  border: 1px solid var(--ns-line);
  border-radius: var(--ns-radius);
  gap: 0;
  margin-inline: auto;
  margin-block: 0;
  overflow: hidden;
}
.ns-intervention-facts .ns-fact {
  align-items: start;
  background: transparent;
  border-inline-end: 1px solid var(--ns-line);
  border-radius: 0;
  display: grid;
  gap: 16px;
  grid-template-columns: 46px minmax(0, 1fr);
  min-height: 140px;
  padding: 34px clamp(20px, 4vw, 52px);
}

.ns-fact__icon {
  align-items: center;
  background: var(--ns-paper);
  border-radius: 50%;
  color: var(--ns-accent);
  display: inline-flex;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.ns-fact__icon .ns-line-icon {
  height: 21px;
  width: 21px;
}
.ns-intervention-facts .ns-fact:first-child {
  padding-inline-start: clamp(20px, 4vw, 52px);
}
.ns-intervention-facts .ns-fact:last-child {
  border-inline-end: 0;
  padding-inline-end: clamp(20px, 4vw, 52px);
}
.ns-intervention-facts .ns-fact strong {
  display: block;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.35;
  margin-top: 10px;
}
.ns-intervention-layout {
  align-items: start;
  display: grid;
  gap: clamp(48px, 8vw, 130px);
  grid-template-columns: 220px minmax(0, 820px);
}
.ns-intervention-nav {
  border-top: 1px solid var(--ns-line);
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 120px;
}
.ns-intervention-nav .ns-eyebrow {
  margin-block: 20px 10px;
}
.ns-intervention-nav a {
  align-items: center;
  border-bottom: 1px solid var(--ns-line);
  color: var(--ns-ink-soft);
  display: flex;
  min-height: 48px;
  text-decoration: none;
}
.ns-intervention-nav a:hover,
.ns-intervention-nav a:focus-visible {
  color: var(--ns-accent);
}

.ns-intervention-nav__cta {
  background: var(--ns-ink);
  border-radius: 18px;
  color: var(--ns-paper);
  margin-top: 24px;
  padding: 22px;
}

.ns-intervention-nav__cta strong {
  display: block;
  font-family: var(--ns-serif);
  font-size: 1.25rem;
  line-height: 1.2;
}

.ns-intervention-nav__cta p {
  color: rgba(255, 255, 255, .7);
  font-size: .82rem;
  line-height: 1.5;
  margin: 10px 0 18px;
}

.ns-intervention-nav__cta .ns-button {
  background: var(--ns-accent);
  border: 0;
  color: var(--ns-paper);
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  width: 100%;
}

.ns-intervention-nav__cta .ns-button:hover,
.ns-intervention-nav__cta .ns-button:focus-visible {
  background: #9f684d;
  color: var(--ns-paper);
}
.ns-intervention-prose {
  max-width: none;
}
.ns-intervention-prose > section {
  border-top: 1px solid var(--ns-line);
  margin-top: clamp(52px, 8vw, 90px);
  padding-top: clamp(48px, 6vw, 70px);
}
.ns-intervention-prose h2 {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 1.02;
  margin-block: 12px 28px;
}

.ns-intervention-process__intro {
  color: var(--ns-muted);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 720px;
}

.ns-intervention-process__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.ns-intervention-process__grid article {
  background: var(--ns-sand);
  border: 1px solid var(--ns-line);
  border-radius: 18px;
  min-height: 250px;
  padding: 28px;
  position: relative;
}

.ns-intervention-process__number {
  color: var(--ns-accent);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  position: absolute;
  right: 22px;
  top: 20px;
}

.ns-intervention-process__icon {
  align-items: center;
  background: var(--ns-paper);
  border-radius: 14px;
  color: var(--ns-accent);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.ns-intervention-process__icon .ns-line-icon {
  height: 23px;
  width: 23px;
}

.ns-intervention-process__grid h3 {
  font-size: 1.45rem;
  margin: 32px 0 12px;
}

.ns-intervention-process__grid p {
  color: var(--ns-muted);
  font-size: .92rem;
  line-height: 1.6;
  margin: 0;
}

.ns-intervention-preparation {
  background: var(--ns-ink);
  border: 0 !important;
  border-radius: 26px;
  color: var(--ns-paper);
  margin-top: clamp(52px, 8vw, 90px) !important;
  padding: clamp(30px, 5vw, 54px) !important;
}

.ns-intervention-preparation .ns-eyebrow {
  color: #dea17f;
}

.ns-intervention-preparation h2 {
  color: var(--ns-paper);
  font-size: clamp(2.4rem, 4vw, 3.8rem);
}

.ns-intervention-preparation__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 30px;
}

.ns-intervention-preparation__grid article {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  padding: 22px;
}

.ns-intervention-preparation__grid .ns-line-icon {
  color: #dea17f;
  height: 28px;
  width: 28px;
}

.ns-intervention-preparation__grid h3 {
  color: var(--ns-paper);
  font-size: 1.18rem;
  margin: 18px 0 10px;
}

.ns-intervention-preparation__grid p {
  color: rgba(255, 255, 255, .7);
  font-size: .84rem;
  line-height: 1.55;
  margin: 0;
}

.ns-intervention-preparation > .ns-button {
  background: var(--ns-accent);
  color: var(--ns-paper);
}

.ns-related-interventions {
  background: var(--ns-paper);
}

.ns-related-interventions__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ns-related-card {
  background: var(--ns-sand);
  border: 1px solid var(--ns-line);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.ns-related-card__media {
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
}

.ns-related-card__media img {
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  width: 100%;
}

.ns-related-card:hover .ns-related-card__media img {
  transform: scale(1.03);
}

.ns-related-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.ns-related-card h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
  margin: 10px 0 12px;
}

.ns-related-card h3 a {
  color: inherit;
  text-decoration: none;
}

.ns-related-card p {
  color: var(--ns-muted);
  font-size: .92rem;
  line-height: 1.6;
}

.ns-related-card .ns-text-link {
  margin-top: auto;
}
.ns-medical-note {
  align-items: flex-start;
  background: var(--ns-sand);
  border-radius: 20px;
  display: flex;
  gap: 18px;
  margin-top: 54px;
  padding: 26px;
}
.ns-medical-note .ns-line-icon {
  color: var(--ns-accent);
  flex: 0 0 auto;
  height: 26px;
  width: 26px;
}
.ns-medical-note p {
  margin: 0;
}
.ns-intervention-faq__grid {
  align-items: start;
}
.ns-intervention-faq h2 {
  font-size: clamp(2.8rem, 4.5vw, 4.8rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}
.ns-editor-section--patient-checklist {
  background: var(--ns-sand);
  display: grid;
  gap: clamp(40px, 7vw, 90px);
}
.ns-editor-section--patient-checklist > .wp-block-group {
  max-width: 760px;
}
.ns-editor-section--patient-checklist h2 {
  font-size: clamp(2.8rem, 4.7vw, 5rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}
.ns-editor-checklist {
  display: grid !important;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ns-editor-checklist > .wp-block-column {
  background: var(--ns-paper);
  border-radius: 18px;
  margin: 0;
  padding: 28px;
}
.ns-editor-checklist h3 {
  font-size: 1.25rem;
  margin-top: 0;
}
.ns-editor-checklist p {
  color: var(--ns-muted);
  font-size: 0.88rem;
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .ns-interventions-hero__grid,
  .ns-archive-heading,
  .ns-decision-guide > .ns-container,
  .ns-intervention-faq__grid {
    align-items: start;
    grid-template-columns: 1fr;
  }
  .ns-intervention-layout {
    grid-template-columns: 1fr;
  }

  .ns-interventions-hero__grid {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .ns-interventions-hero__visual {
    aspect-ratio: 16 / 10;
  }
  .ns-editor-checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ns-intervention-nav {
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 10px;
    position: static;
  }

  .ns-intervention-nav__cta {
    display: none;
  }

  .ns-related-interventions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ns-intervention-nav .ns-eyebrow {
    display: none;
  }
  .ns-intervention-nav a {
    border: 1px solid var(--ns-line);
    border-radius: 999px;
    flex: 0 0 auto;
    min-height: 44px;
    padding-inline: 16px;
  }
}

@media (max-width: 620px) {
  .site-footer .menu a {
    align-items: center;
    display: inline-flex;
    min-height: 44px;
  }
  .ns-interventions-hero h1 {
    font-size: clamp(3rem, 13vw, 4rem);
  }

  .ns-interventions-hero__visual {
    aspect-ratio: 4 / 3;
    border-radius: 22px 22px 64px 22px;
  }

  .ns-interventions-hero__caption {
    border-radius: 14px;
    bottom: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
    padding: 14px;
  }

  .ns-interventions-hero__caption span {
    font-size: .76rem;
  }
  .ns-interventions-hero__intro .ns-button {
    width: 100%;
  }
  .ns-archive-heading {
    gap: 22px;
  }
  .ns-decision-guide__items article {
    gap: 7px 14px;
    grid-template-columns: 34px 1fr;
  }
  .ns-decision-guide__items p {
    grid-column: 2;
  }
  .ns-intervention-facts .ns-facts {
    grid-template-columns: 1fr;
  }
  .ns-intervention-facts .ns-fact,
  .ns-intervention-facts .ns-fact:first-child,
  .ns-intervention-facts .ns-fact:last-child {
    border-bottom: 1px solid var(--ns-line);
    border-inline-end: 0;
    min-height: 0;
    padding: 24px;
  }
  .ns-intervention-facts .ns-fact:last-child {
    border-bottom: 0;
  }
  .ns-intervention-nav {
    margin-inline: calc(var(--ns-gutter) * -1);
    padding-inline: var(--ns-gutter);
  }
  .ns-medical-note {
    border-radius: 16px;
    padding: 20px;
  }

  .ns-intervention-process__grid,
  .ns-intervention-preparation__grid,
  .ns-related-interventions__grid {
    grid-template-columns: 1fr;
  }

  .ns-intervention-process__grid article {
    min-height: 0;
  }

  .ns-intervention-preparation {
    border-radius: 20px;
    margin-inline: calc(var(--ns-gutter) * -1);
  }
  .ns-editor-checklist {
    grid-template-columns: 1fr;
  }
}
[dir="rtl"] .ns-button span {
  transform: scaleX(-1);
}
.ns-quote {
  margin: 0;
}
.ns-quote p {
  color: var(--ns-ink);
  font: italic 1.25rem/1.55 var(--ns-serif);
}
.ns-quote footer {
  color: var(--ns-muted);
  font-size: 0.85rem;
  margin-top: 28px;
}
.ns-before-after img {
  aspect-ratio: 3/4;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* Brand, primary navigation and editorial hero. */
.ns-brand,
.custom-logo-link {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}
.ns-brand img {
  display: block;
  height: auto;
  width: 190px;
}
.custom-logo {
  display: block;
  max-height: 52px;
  max-width: 210px;
  width: auto;
}
.site-header__inner {
  gap: 28px;
  min-height: 80px;
}
.main-navigation {
  margin-inline-start: auto;
}
.main-navigation ul {
  align-items: center;
  display: flex;
  gap: 28px;
}
.main-navigation a {
  color: var(--ns-ink-soft);
  font-size: 0.875rem;
  font-weight: 550;
  padding: 28px 0;
  position: relative;
  transition: color 0.2s ease;
}
.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  color: var(--ns-ink);
}
.main-navigation .current-menu-item > a::after,
.main-navigation .current-menu-ancestor > a::after {
  background: var(--ns-accent);
  bottom: 19px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}
.site-header__actions {
  flex: none;
}
.site-header__actions .ns-button {
  white-space: nowrap;
}
.ns-hero {
  background: var(--ns-paper);
  padding: clamp(72px, 7.5vw, 112px) 0;
}
.ns-hero__grid {
  grid-template-columns: 1.05fr 0.95fr;
}
.ns-hero__content {
  position: relative;
  z-index: 1;
}
.ns-hero h1 {
  font-size: clamp(4rem, 6.4vw, 6.2rem);
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.03em;
  max-width: 780px;
}
.ns-hero .ns-lead {
  font-size: clamp(1.05rem, 1.35vw, 1.18rem);
  max-width: 590px;
}
.ns-hero__visual {
  position: relative;
}
.ns-hero__media {
  aspect-ratio: 0.78;
  border-radius: 240px 240px 32px 32px;
  min-height: 0;
}
.ns-placeholder__sigil {
  height: auto !important;
  max-width: 42%;
  opacity: 0.56;
  width: 190px !important;
}
.ns-hero__sigil {
  background: var(--ns-paper);
  border-radius: 50%;
  box-shadow: 0 8px 30px rgba(46, 42, 38, 0.08);
  height: 88px;
  position: absolute;
  right: -28px;
  top: -28px;
  width: 88px;
}
.ns-hero__quote {
  background: var(--ns-paper);
  border-radius: 18px;
  bottom: -28px;
  box-shadow: 0 14px 32px rgba(46, 42, 38, 0.12);
  left: -30px;
  margin: 0;
  max-width: 280px;
  padding: 20px 24px;
  position: absolute;
}
.ns-hero__quote p {
  font: italic 1rem/1.5 var(--ns-serif);
  margin: 0;
}
.ns-hero__quote footer {
  color: var(--ns-muted);
  font-size: 0.75rem;
  font-weight: 600;
  margin-top: 10px;
}
.ns-hero__assurances {
  align-items: center;
  color: var(--ns-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
  gap: 10px 20px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.ns-hero__assurances li {
  align-items: center;
  display: flex;
  gap: 7px;
}
.ns-hero__assurances li::before {
  border: 1px solid var(--ns-success);
  border-radius: 50%;
  color: var(--ns-success);
  content: "✓";
  display: grid;
  font-size: 0.62rem;
  height: 16px;
  place-items: center;
  width: 16px;
}
.ns-trust-section {
  background: var(--ns-sand-2);
}
.ns-trust {
  background: transparent;
}
.site-footer__logo {
  display: inline-block;
}
.site-footer__logo img {
  display: block;
  height: auto;
  max-width: 230px;
  width: 100%;
}
@media (max-width: 1100px) {
  .main-navigation ul {
    gap: 18px;
  }
  .main-navigation a {
    font-size: 0.8rem;
  }
  .site-header__inner {
    gap: 20px;
  }
  .ns-brand img {
    width: 170px;
  }
  .site-header__actions .ns-button {
    font-size: 0.78rem;
    padding: 0.62rem 0.9rem;
  }
}
@media (max-width: 960px) {
  .site-header__inner {
    min-height: 72px;
  }
  .ns-brand img {
    width: 160px;
  }
  .main-navigation {
    margin-inline-start: auto;
    order: 2;
  }
  .menu-toggle {
    display: block;
  }
  .main-navigation ul {
    align-items: stretch;
    background: var(--ns-paper);
    border: 1px solid rgba(46, 42, 38, 0.08);
    border-radius: 18px;
    box-shadow: var(--ns-shadow);
    display: none;
    left: auto;
    margin: 0;
    padding: 16px;
    position: absolute;
    right: 20px;
    top: 68px;
    width: min(340px, calc(100vw - 40px));
  }
  .main-navigation.toggled ul {
    display: block;
  }
  .main-navigation li + li {
    margin-top: 2px;
  }
  .main-navigation a {
    border-radius: 10px;
    padding: 12px;
  }
  .main-navigation .current-menu-item > a::after,
  .main-navigation .current-menu-ancestor > a::after {
    bottom: 6px;
    left: 12px;
    right: auto;
    width: 28px;
  }
  .site-header__actions {
    order: 3;
  }
  .ns-hero__grid {
    gap: 72px;
    grid-template-columns: 1fr;
  }
  .ns-hero__visual {
    margin-inline: auto;
    max-width: 650px;
    width: 100%;
  }
}
@media (min-width: 621px) and (max-width: 960px) {
  .ns-section {
    padding: clamp(64px, 8vw, 88px) 0;
  }
  .ns-hero h1 {
    font-size: clamp(3.5rem, 7.5vw, 4.8rem);
  }
  .ns-hero__grid {
    gap: 48px;
  }
  .ns-hero__visual {
    order: -1;
  }
  .ns-hero__actions {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .ns-hero__actions .ns-button {
    min-height: 48px;
    padding-inline: 1.15rem;
    width: auto;
  }
}
@media (max-width: 620px) {
  .ns-brand img {
    width: 158px;
  }
  .site-header__actions {
    display: none;
  }
  .main-navigation ul {
    right: 14px;
    top: 64px;
  }
  .ns-section {
    padding: 64px 0;
  }
  .ns-hero h1 {
    font-size: clamp(3.3rem, 15vw, 4.6rem);
  }
  .ns-hero__grid {
    gap: 46px;
  }
  .ns-hero__visual {
    order: -1;
  }
  .ns-hero__actions {
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .ns-hero__actions .ns-button {
    font-size: 0.84rem;
    min-width: 0;
    padding-inline: 12px;
    white-space: nowrap;
    width: auto;
  }
  .ns-hero__actions .ns-button:first-child {
    flex: 1.35;
  }
  .ns-hero__actions .ns-button:last-child {
    flex: 0.75;
  }
  .ns-hero__sigil {
    height: 68px;
    right: -8px;
    top: -18px;
    width: 68px;
  }
  .ns-hero__quote {
    bottom: -34px;
    left: 12px;
    max-width: calc(100% - 24px);
  }
  .ns-hero__assurances {
    align-items: center;
    flex-direction: row;
    gap: 12px 18px;
    justify-content: center;
    text-align: center;
  }
  .ns-hero__assurances li:nth-child(3) {
    flex-basis: 100%;
    justify-content: center;
  }
  .ns-trust {
    padding-inline: 0;
  }
  .ns-trust__item {
    padding-inline: 12px;
  }
  .site-footer__logo img {
    max-width: 205px;
  }
}
@media (max-width: 380px) {
  .ns-hero__actions {
    flex-wrap: wrap;
  }
  .ns-hero__actions .ns-button {
    flex: 1 1 100% !important;
  }
}

/* Complete compliant homepage. */
.ns-section--soft {
  background: #f1ebe0;
}
.ns-text-link {
  align-items: center;
  border-bottom: 1.5px solid currentColor;
  color: var(--ns-accent);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 650;
  gap: 6px;
  padding-bottom: 3px;
  text-decoration: none;
}
.ns-section__header--bottom {
  align-items: flex-end;
}
.ns-section__header--bottom .ns-text-link {
  flex: none;
  margin-bottom: 10px;
}
.ns-inclusions__grid {
  align-items: start;
  display: grid;
  gap: 70px;
  grid-template-columns: 0.9fr 1.35fr;
}
.ns-inclusions__intro {
  position: sticky;
  top: 120px;
}
.ns-inclusions__intro h2,
.ns-approach h2,
.ns-final-consultation h2 {
  font-size: clamp(3rem, 5vw, 5rem);
  font-style: italic;
  font-weight: 300;
  margin: 0.25em 0;
}
.ns-inclusions__intro p {
  color: var(--ns-ink-soft);
  font-size: 1.05rem;
  margin-bottom: 30px;
}
.ns-service-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}
.ns-service {
  background: var(--ns-sand-2);
  border-radius: 20px;
  min-height: 260px;
  padding: 32px;
}
.ns-service__number,
.ns-commitment > span {
  align-items: center;
  background: var(--ns-paper);
  border-radius: 12px;
  color: var(--ns-accent);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  letter-spacing: 0.12em;
  margin-bottom: 28px;
  width: 50px;
}
.ns-service h3 {
  font-size: 1.55rem;
  margin: 0 0 10px;
}
.ns-service p {
  color: var(--ns-ink-soft);
  font-size: 0.9rem;
  margin: 0;
}
.ns-family-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}
.ns-family-card {
  background: var(--ns-paper);
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(46, 42, 38, 0.06);
  overflow: hidden;
}
.ns-family-card__visual {
  aspect-ratio: 1.05;
  display: flex;
}
.ns-family-card__body {
  padding: 28px;
}
.ns-family-card h3 {
  font-size: 1.55rem;
  margin: 0.35em 0;
}
.ns-family-card p {
  color: var(--ns-ink-soft);
  font-size: 0.86rem;
  min-height: 88px;
}
.ns-pathway__intro {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 1.1fr;
  margin-bottom: 64px;
}
.ns-pathway__intro h2 {
  font-size: clamp(3rem, 5vw, 5rem);
  font-style: italic;
  font-weight: 300;
  margin: 0.2em 0;
}
.ns-pathway__intro p {
  color: rgba(247, 243, 238, 0.75);
  font-size: 1.08rem;
}
.ns-steps--six {
  gap: 8px;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
}
.ns-steps--six::before {
  background: rgba(203, 164, 147, 0.3);
  content: "";
  height: 1px;
  left: 4%;
  position: absolute;
  right: 4%;
  top: 24px;
}
.ns-steps--six .ns-step {
  background: transparent;
  padding: 0 14px 0 0;
  position: relative;
}
.ns-steps--six .ns-step::before {
  background: var(--ns-ink);
  position: relative;
  z-index: 1;
}
.ns-steps--six .ns-step:first-child::before {
  background: var(--ns-accent);
  border-color: var(--ns-accent);
  color: var(--ns-paper);
}
.ns-section__action {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.ns-button--light-outline {
  background: transparent;
  border-color: var(--ns-paper);
  color: var(--ns-paper) !important;
}
.ns-empty-state {
  align-items: center;
  background: #fbf8f4;
  border: 1px solid rgba(46, 42, 38, 0.06);
  border-radius: 20px;
  display: flex;
  gap: 24px;
  min-height: 180px;
  padding: 36px;
}
.ns-empty-state img {
  height: 78px;
  opacity: 0.45;
  width: 78px;
}
.ns-empty-state p {
  color: var(--ns-muted);
  margin: 0;
  max-width: 620px;
}
.ns-approach__grid {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: 1fr 1.05fr;
}
.ns-approach__visual {
  aspect-ratio: 1;
  border-radius: 32px 32px 220px 32px;
  overflow: hidden;
}
.ns-approach__visual > img:not(.ns-placeholder__sigil) {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ns-principles {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 34px;
}
.ns-principles article {
  align-items: flex-start;
  background: var(--ns-paper);
  border-radius: 14px;
  display: flex;
  gap: 18px;
  padding: 18px 22px;
}
.ns-principles article > span {
  align-items: center;
  background: var(--ns-sand-2);
  border-radius: 10px;
  display: flex;
  flex: none;
  font: 500 0.9rem var(--ns-serif);
  height: 38px;
  justify-content: center;
  width: 38px;
}
.ns-principles h3 {
  font-family: var(--ns-sans);
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 3px;
}
.ns-principles p {
  color: var(--ns-muted);
  font-size: 0.84rem;
  margin: 0;
}
.ns-centered-heading {
  margin: 0 auto 64px;
  max-width: 720px;
  text-align: center;
}
.ns-centered-heading h2 {
  font-size: clamp(3rem, 4.5vw, 4.8rem);
  margin: 0.25em 0;
}
.ns-centered-heading p {
  color: var(--ns-muted);
  font-size: 1.05rem;
}
.ns-commitment-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}
.ns-commitment {
  background: #fbf8f4;
  border: 1px solid rgba(46, 42, 38, 0.06);
  border-radius: 20px;
  padding: 32px;
}
.ns-commitment > span {
  height: 44px;
  margin-bottom: 20px;
  width: 44px;
}
.ns-commitment h3 {
  font-size: 1.3rem;
  margin: 0 0 10px;
}
.ns-commitment p {
  color: var(--ns-ink-soft);
  font-size: 0.88rem;
  margin: 0;
}
.ns-final-consultation {
  background: var(--ns-sand-2);
}
.ns-final-consultation__grid {
  align-items: start;
  display: grid;
  gap: 70px;
  grid-template-columns: 0.9fr 1.1fr;
}
.ns-final-consultation__intro {
  position: sticky;
  top: 120px;
}
.ns-final-consultation__intro > ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  margin: 35px 0 0;
  padding: 0;
}
.ns-final-consultation__intro li {
  padding-inline-start: 38px;
  position: relative;
}
.ns-final-consultation__intro li::before {
  align-items: center;
  background: var(--ns-paper);
  border-radius: 50%;
  color: var(--ns-success);
  content: "✓";
  display: flex;
  height: 27px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 27px;
}
.ns-form h2:focus {
  outline: 0;
}
.ns-choice {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 12px;
}
.ns-choice input {
  accent-color: var(--ns-accent);
  flex: none;
  margin-top: 4px;
  padding: 0;
  width: auto;
}
.ns-choice span,
.ns-choice small {
  display: block;
}
.ns-choice strong {
  font-size: 0.9rem;
}
.ns-choice small {
  color: var(--ns-muted);
  font-size: 0.76rem;
  line-height: 1.35;
  margin-top: 3px;
}
.ns-field input[type="checkbox"],
.ns-field input[type="radio"] {
  accent-color: var(--ns-accent);
  display: inline-block;
  margin-inline-end: 7px;
  padding: 0;
  width: auto;
}
.ns-form__privacy {
  color: var(--ns-muted);
  font-size: 0.78rem;
  margin: 18px 0 0;
  text-align: center;
}
@media (max-width: 1100px) {
  .ns-family-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ns-family-card p {
    min-height: 0;
  }
  .ns-steps--six {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px;
  }
  .ns-steps--six::before {
    display: none;
  }
  .ns-commitment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 960px) {
  .ns-inclusions__grid,
  .ns-approach__grid,
  .ns-final-consultation__grid,
  .ns-pathway__intro {
    grid-template-columns: 1fr;
  }
  .ns-inclusions__intro,
  .ns-final-consultation__intro {
    position: static;
  }
  .ns-service-grid {
    max-width: none;
  }
  .ns-approach__visual {
    max-width: 700px;
  }
  .ns-final-consultation .ns-form {
    margin-inline: auto;
    max-width: 760px;
  }
}
@media (max-width: 620px) {
  .ns-section__header--bottom {
    align-items: flex-start;
  }
  .ns-section__header--bottom .ns-text-link {
    display: inline-block;
    margin-top: 18px;
  }
  .ns-service-grid,
  .ns-family-grid,
  .ns-commitment-grid,
  .ns-steps--six {
    grid-template-columns: 1fr;
  }
  .ns-service {
    min-height: 0;
  }
  .ns-family-card__body {
    padding: 24px;
  }
  .ns-pathway__intro {
    gap: 15px;
  }
  .ns-steps--six {
    row-gap: 36px;
  }
  .ns-approach__grid {
    gap: 48px;
  }
  .ns-approach__visual {
    border-radius: 24px 24px 140px 24px;
  }
  .ns-empty-state {
    align-items: flex-start;
    flex-direction: column;
  }
  .ns-centered-heading h2 {
    font-size: 2.4rem;
  }
  .ns-final-consultation__grid {
    gap: 48px;
  }
  .ns-final-consultation .ns-form {
    padding: 24px;
  }
  .ns-choice-grid {
    grid-template-columns: 1fr;
  }
  .ns-choice {
    grid-column: auto !important;
  }
}

/* Rich homepage sections selected from the 1440 px reference. */
.ns-home-results .ns-section__header h2,
.ns-home-pricing .ns-section__header h2 {
  font-size: clamp(3rem, 4.5vw, 4.8rem);
  font-style: italic;
  font-weight: 300;
}
.ns-home-pricing .ns-section__header p {
  color: var(--ns-muted);
  max-width: 650px;
}
.ns-results-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
.ns-result-card {
  background: var(--ns-paper);
  border: 1px solid rgba(46, 42, 38, 0.06);
  border-radius: 20px;
  overflow: hidden;
}
.ns-result-card__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 330px;
  text-decoration: none;
}
.ns-result-card__media > span {
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.ns-result-card__media > span + span {
  border-inline-start: 2px solid var(--ns-paper);
}
.ns-result-card__media small {
  background: rgba(46, 42, 38, 0.82);
  border-radius: 999px;
  color: var(--ns-paper);
  font-size: 0.62rem;
  font-weight: 700;
  left: 12px;
  letter-spacing: 0.12em;
  padding: 5px 9px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
  z-index: 2;
}
.ns-result-card__media img:not(.ns-placeholder__sigil) {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ns-result-card__media .ns-placeholder__sigil {
  max-width: 38%;
  opacity: 0.38;
}
.ns-result-card__body {
  padding: 24px;
}
.ns-result-card__body h3 {
  font-size: 1.35rem;
  margin: 0 0 8px;
}
.ns-result-card__body p {
  color: var(--ns-muted);
  font-size: 0.82rem;
  margin: 0;
}
.ns-results-note {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 12px;
  color: var(--ns-muted);
  font-size: 0.78rem;
  margin: 18px 0 0;
  padding: 14px 18px;
}
.ns-pricing-grid {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}
.ns-price-card {
  background: #fbf8f4;
  border: 1px solid var(--ns-line);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  padding: 36px;
}
.ns-price-card--featured {
  background: var(--ns-ink);
  border-color: var(--ns-ink);
  color: var(--ns-paper);
  transform: translateY(-14px);
}
.ns-price-card h3 {
  font-size: 1.7rem;
  margin: 0.45em 0;
}
.ns-price-card__price {
  display: block;
  font: 400 clamp(2rem, 3vw, 3rem)/1 var(--ns-serif);
  margin-bottom: 28px;
}
.ns-price-card ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.ns-price-card li {
  font-size: 0.84rem;
  padding-inline-start: 20px;
  position: relative;
}
.ns-price-card li::before {
  color: var(--ns-success);
  content: "✓";
  left: 0;
  position: absolute;
}
.ns-price-card--featured li::before {
  color: var(--ns-accent-soft);
}
.ns-price-card .ns-button {
  margin-top: auto;
  text-align: center;
  width: 100%;
}
.ns-price-card--featured .ns-eyebrow {
  color: var(--ns-accent-soft);
}
@media (max-width: 960px) {
  .ns-results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ns-pricing-grid {
    grid-template-columns: 1fr;
  }
  .ns-price-card--featured {
    transform: none;
  }
}
@media (max-width: 620px) {
  .ns-results-grid {
    grid-template-columns: 1fr;
  }
  .ns-result-card__media {
    min-height: 300px;
  }
  .ns-price-card {
    padding: 28px;
  }
}

/* Quiet motion and pathway illustrations. */
.ns-step__icon {
  align-items: center;
  background: rgba(247, 243, 238, 0.07);
  border: 1px solid rgba(203, 164, 147, 0.28);
  border-radius: 14px;
  color: var(--ns-accent-soft);
  display: flex;
  height: 48px;
  justify-content: center;
  margin-top: 28px;
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    color 0.35s ease,
    transform 0.35s ease;
  width: 48px;
}
.ns-line-icon {
  height: 24px;
  width: 24px;
}
.ns-steps--six .ns-step h3 {
  margin-top: 16px;
}
.ns-steps--six .ns-step:first-child .ns-step__icon {
  background: rgba(180, 122, 91, 0.18);
  border-color: var(--ns-accent);
  color: var(--ns-paper);
}
.ns-motion-ready .ns-reveal {
  opacity: 0;
  translate: 0 28px;
  transition:
    opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) var(--ns-reveal-delay, 0ms),
    translate 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) var(--ns-reveal-delay, 0ms);
}
.ns-motion-ready .ns-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}
.ns-motion-ready .ns-hero__content {
  opacity: 0;
  translate: -24px 0;
  transition:
    opacity 0.85s ease 0.08s,
    translate 0.85s cubic-bezier(0.22, 0.61, 0.36, 1) 0.08s;
}
.ns-motion-ready .ns-hero__visual {
  opacity: 0;
  scale: 0.975;
  translate: 24px 0;
  transition:
    opacity 0.95s ease 0.18s,
    scale 0.95s cubic-bezier(0.22, 0.61, 0.36, 1) 0.18s,
    translate 0.95s cubic-bezier(0.22, 0.61, 0.36, 1) 0.18s;
}
.ns-motion-ready .ns-hero.is-visible .ns-hero__content,
.ns-motion-ready .ns-hero.is-visible .ns-hero__visual {
  opacity: 1;
  scale: 1;
  translate: 0 0;
}
.ns-button,
.ns-text-link,
.ns-family-card,
.ns-result-card,
.ns-price-card {
  transition:
    box-shadow 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}
.ns-button span {
  display: inline-block;
  transition: transform 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .ns-button:hover span {
    transform: translateX(4px);
  }
  .ns-family-card:hover,
  .ns-result-card:hover {
    box-shadow: 0 18px 48px rgba(46, 42, 38, 0.1);
    transform: translateY(-6px);
  }
  .ns-price-card:hover {
    box-shadow: 0 20px 52px rgba(46, 42, 38, 0.11);
    transform: translateY(-6px);
  }
  .ns-price-card--featured:hover {
    transform: translateY(-20px);
  }
  .ns-step:hover .ns-step__icon {
    background: var(--ns-accent);
    border-color: var(--ns-accent);
    color: var(--ns-paper);
    transform: translateY(-4px);
  }
}
@media (max-width: 960px) {
  .ns-price-card--featured:hover {
    transform: translateY(-6px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ns-motion-ready .ns-reveal,
  .ns-motion-ready .ns-hero__content,
  .ns-motion-ready .ns-hero__visual {
    opacity: 1 !important;
    scale: 1 !important;
    translate: 0 0 !important;
  }
  .ns-family-card,
  .ns-result-card,
  .ns-price-card,
  .ns-step__icon {
    transform: none !important;
  }
}

.ns-button--whatsapp .ns-line-icon {
  color: #6f8762;
  flex: none;
  height: 20px;
  transition: color 0.25s ease;
  width: 20px;
}
.ns-button--whatsapp:hover,
.ns-button--whatsapp:focus-visible {
  background: #edf3e9;
  border-color: #aebfa5;
  color: #405436 !important;
}
.ns-button--whatsapp:hover .ns-line-icon,
.ns-button--whatsapp:focus-visible .ns-line-icon {
  color: #405f35;
}

/* Homepage refinements from the annotated review. */
.ns-trust-section {
  padding-bottom: 12px;
}
.ns-trust__disclaimer {
  color: var(--ns-muted);
  font-size: 0.68rem;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  margin-top: -10px;
  padding-bottom: 12px;
  text-align: center;
}
.ns-service__icon {
  align-items: center;
  background: var(--ns-paper);
  border-radius: 14px;
  color: var(--ns-accent);
  display: inline-flex;
  height: 54px;
  justify-content: center;
  margin-bottom: 28px;
  width: 54px;
}
.ns-service__icon .ns-line-icon {
  height: 26px;
  width: 26px;
}
.ns-steps--six::before,
.ns-steps--six .ns-step::before {
  display: none;
}
.ns-steps--six .ns-step__icon {
  margin-top: 0;
}
.ns-testimonial-summary {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  text-align: right;
}
.ns-testimonial-summary strong {
  font: 400 2.4rem/1 var(--ns-serif);
}
.ns-testimonial-summary span {
  color: var(--ns-muted);
  font-size: 0.72rem;
  margin-top: 6px;
  text-transform: uppercase;
}
.ns-quote__mark {
  color: var(--ns-accent);
  display: block;
  font: 400 3rem/1 var(--ns-serif);
  height: 30px;
}
.ns-quote--pending {
  border: 1px solid rgba(46, 42, 38, 0.07);
  box-shadow: none;
}
.ns-quote--pending p {
  color: var(--ns-ink-soft);
}
.ns-testimonial-standards {
  color: var(--ns-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.72rem;
  gap: 18px 36px;
  justify-content: center;
  margin-top: 32px;
}
.ns-testimonial-standards span {
  align-items: center;
  display: flex;
  gap: 8px;
}
.ns-testimonial-standards span::before {
  background: var(--ns-success);
  border-radius: 50%;
  content: "";
  height: 5px;
  width: 5px;
}
@media (max-width: 620px) {
  .ns-trust__disclaimer {
    margin-top: 0;
    padding-top: 8px;
  }
  .ns-testimonial-summary {
    align-items: flex-start;
    margin-top: 20px;
    text-align: left;
  }
  .ns-testimonial-standards {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

/* Cloud Design content, form responsiveness and footer contrast. */
.ns-stars {
  color: var(--ns-accent);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.ns-quote footer {
  align-items: center;
  border-top: 1px solid rgba(46, 42, 38, 0.08);
  display: flex;
  gap: 12px;
  margin-top: 24px;
  padding-top: 18px;
}
.ns-quote footer > span:not(.ns-avatar) {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.ns-quote footer small {
  color: var(--ns-muted);
  font-size: 0.75rem;
  margin-top: 3px;
}
.ns-quote footer b {
  background: var(--ns-success);
  border-radius: 6px;
  color: var(--ns-paper);
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  padding: 4px 7px;
  text-transform: uppercase;
}
.ns-avatar {
  align-items: center;
  background: var(--ns-sand-2);
  border-radius: 50%;
  color: var(--ns-accent);
  display: inline-flex;
  flex: none;
  font: 500 1rem var(--ns-serif);
  height: 42px;
  justify-content: center;
  width: 42px;
}
.ns-result-card__media--editorial {
  background: linear-gradient(135deg, #d9c5ae, #eee4d6);
}
.ns-result-illustration {
  align-items: center;
  color: var(--ns-ink-soft);
  display: flex !important;
  justify-content: center;
}
.ns-result-illustration + .ns-result-illustration {
  background: rgba(247, 243, 238, 0.28);
}
.ns-result-illustration .ns-line-icon {
  height: 54px;
  width: 54px;
}
.ns-price-card {
  position: relative;
}
.ns-price-card__badge {
  background: var(--ns-accent);
  border-radius: 999px;
  color: var(--ns-paper);
  font-size: 0.64rem;
  font-weight: 700;
  left: 30px;
  letter-spacing: 0.1em;
  padding: 6px 10px;
  position: absolute;
  text-transform: uppercase;
  top: -14px;
}
.ns-price-card__from {
  color: var(--ns-muted);
  font-size: 0.76rem;
  margin-bottom: 5px;
}
.ns-price-card--featured .ns-price-card__from {
  color: rgba(247, 243, 238, 0.65);
}
.ns-final-consultation__grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(620px, 1.22fr);
}
.ns-final-consultation .ns-form {
  max-width: none;
  width: 100%;
}
.ns-form fieldset.ns-field {
  border: 0;
  margin: 0 0 22px;
  padding: 0;
}
.ns-form__actions {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  justify-content: stretch;
}
.ns-form__actions .ns-button {
  min-height: 56px;
  min-width: 0;
  padding-inline: 18px;
  white-space: normal;
}
.ns-form__actions [data-form-prev] {
  grid-column: 1;
  grid-row: 1;
}
.ns-form__actions [data-form-next] {
  grid-column: 2;
  grid-row: 1;
}
.ns-form__actions [data-form-submit] {
  grid-column: 1/-1;
  grid-row: 2;
}
.ns-form__actions.is-first-step [data-form-next] {
  grid-column: 1/-1;
}
.site-footer {
  background: #2e2a26;
}
.site-footer a {
  color: rgba(247, 243, 238, 0.88);
}
.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--ns-accent-soft);
}
.site-footer h2 {
  color: var(--ns-accent-soft);
}
.site-footer__cta {
  font-size: 0.8rem;
  margin-top: 18px;
  padding: 0.72rem 1rem;
}
.site-footer__cta:hover,
.site-footer__cta:focus-visible {
  background: #c99272;
  color: var(--ns-paper) !important;
}
.site-footer__bottom {
  color: rgba(247, 243, 238, 0.58);
}
@media (max-width: 1200px) {
  .ns-final-consultation__grid {
    gap: 46px;
    grid-template-columns: minmax(0, 0.8fr) minmax(540px, 1.2fr);
  }
}
@media (max-width: 960px) {
  .ns-final-consultation__grid {
    grid-template-columns: 1fr;
  }
  .ns-final-consultation .ns-form {
    max-width: 820px;
  }
}
@media (max-width: 620px) {
  .ns-form__actions {
    grid-template-columns: 1fr;
  }
  .ns-form__actions [data-form-next],
  .ns-form__actions [data-form-submit],
  .ns-form__actions [data-form-prev][hidden] ~ [data-form-next] {
    grid-column: 1;
  }
  .ns-form__actions .ns-button {
    width: 100%;
  }
  .ns-quote footer b {
    font-size: 0.55rem;
  }
  .ns-price-card__badge {
    left: 24px;
  }
}

/* UX/UI refinement: compact review platforms, clear mobile pathway and focused consultation flow. */
.screen-reader-text {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  word-wrap: normal !important;
}
.ns-testimonial-standards {
  align-items: stretch;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 34px auto 0;
  max-width: 760px;
}
.ns-testimonial-standards .ns-review-brand {
  align-items: center;
  border: 1px solid rgba(46, 42, 38, 0.1);
  border-radius: 14px;
  color: var(--ns-ink);
  display: flex;
  justify-content: center;
  min-height: 78px;
  padding: 10px 18px;
}
.ns-review-brand img { display: block; height: auto; max-height: 52px; max-width: 100%; object-fit: contain; width: auto; }
.ns-review-brand i {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  grid-row: 1 / span 2;
  height: 28px;
  justify-content: center;
  margin-right: 2px;
  width: 28px;
}
.ns-review-brand strong {
  font-size: 0.75rem;
  line-height: 1.1;
}
.ns-review-brand small {
  color: var(--ns-muted);
  font-size: 0.66rem;
  line-height: 1.2;
}
.ns-review-brand--trustpilot i {
  background: #00b67a;
  color: #fff;
}
.ns-review-brand--google i {
  background: conic-gradient(
    from -45deg,
    #4285f4 0 25%,
    #34a853 0 50%,
    #fbbc05 0 75%,
    #ea4335 0
  );
  color: #fff;
}
.ns-review-brand--whatclinic i {
  background: var(--ns-accent);
  color: var(--ns-paper);
  font-size: 1.25rem;
}
.ns-final-consultation .ns-form {
  border: 1px solid rgba(46, 42, 38, 0.07);
  box-shadow: 0 22px 60px rgba(46, 42, 38, 0.1);
}
.ns-final-consultation .ns-form__progress {
  gap: 10px;
  margin-bottom: 34px;
}
.ns-final-consultation .ns-form__progress span {
  height: 6px;
}
.ns-final-consultation .ns-form h2 {
  line-height: 1.08;
  margin-bottom: 24px;
}
.ns-final-consultation .ns-choice {
  background: #fff;
  border-color: #ddcbb8;
  border-radius: 16px;
  min-height: 104px;
  padding: 17px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.ns-final-consultation .ns-choice:focus-within {
  border-color: var(--ns-accent);
  box-shadow: 0 0 0 4px rgba(180, 122, 91, 0.13);
}
.ns-final-consultation .ns-choice:has(input:checked) {
  background: #fbf5ef;
  border-color: var(--ns-accent);
  box-shadow: 0 8px 20px rgba(180, 122, 91, 0.12);
}
.ns-final-consultation .ns-form__actions {
  margin-top: 34px;
}
.site-footer__cta {
  gap: 0.45rem;
  max-width: 100%;
  padding: 0.64rem 0.82rem;
  white-space: nowrap;
}
@media (max-width: 620px) {
  .ns-testimonial-standards {
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
  }
  .ns-testimonial-standards .ns-review-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 86px;
    padding: 10px 6px;
    text-align: center;
  }
  .ns-review-brand i {
    margin: 0;
  }
  .ns-review-brand strong {
    font-size: 0.65rem;
  }
  .ns-review-brand small {
    font-size: 0.6rem;
  }
  .ns-steps--six {
    column-gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 32px;
  }
  .ns-steps--six .ns-step {
    padding-right: 0;
  }
  .ns-steps--six .ns-step h3 {
    font-size: 1.12rem;
    line-height: 1.15;
  }
  .ns-steps--six .ns-step p {
    font-size: 0.78rem;
    line-height: 1.45;
  }
  .site-footer__cta {
    font-size: 0.72rem;
  }
}

/* Consultation modal: one secure entry point for calls to action across the site. */
.ns-consultation-modal {
  background: transparent;
  border: 0;
  max-height: 100dvh;
  max-width: min(920px, calc(100vw - 32px));
  overflow: visible;
  padding: 24px;
  width: 100%;
}
.ns-consultation-modal::backdrop {
  background: rgba(32, 27, 23, 0.66);
  backdrop-filter: blur(5px);
}
.ns-consultation-modal[open] {
  display: block;
}
.ns-consultation-modal__shell {
  max-height: calc(100dvh - 48px);
  overflow: auto;
  position: relative;
}
.ns-consultation-modal .ns-form {
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
  margin: 0;
}
.ns-consultation-modal__close {
  align-items: center;
  background: var(--ns-paper);
  border: 1px solid var(--ns-line);
  border-radius: 50%;
  color: var(--ns-ink);
  cursor: pointer;
  display: grid;
  font-size: 1.65rem;
  height: 42px;
  line-height: 1;
  place-items: center;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 42px;
  z-index: 2;
}
.ns-consultation-modal__close:hover,
.ns-consultation-modal__close:focus-visible {
  background: var(--ns-sand-2);
  outline: 0;
}
.ns-consultation-modal__close .ns-line-icon {
  height: 20px;
  width: 20px;
}
.ns-modal__confirmation {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  justify-content: center;
  text-align: center;
}
.ns-modal__confirmation-mark {
  align-items: center;
  background: var(--ns-success);
  border-radius: 50%;
  color: var(--ns-paper);
  display: flex;
  font-size: 1.6rem;
  height: 64px;
  justify-content: center;
  margin-bottom: 24px;
  width: 64px;
}
.ns-modal__confirmation-mark .ns-line-icon {
  height: 30px;
  width: 30px;
}
.ns-modal__confirmation h2 {
  max-width: 580px;
}
.ns-modal__confirmation p {
  color: var(--ns-muted);
  max-width: 520px;
}
.ns-modal__confirmation .ns-button {
  margin-top: 18px;
}
.ns-consultation-modal .ns-form h2 {
  padding-right: 44px;
}
.ns-consultation-modal .ns-form h2:focus,
.ns-modal__confirmation h2:focus {
  outline: 0;
}
@media (max-width: 620px) {
  .ns-consultation-modal {
    max-width: 100vw;
    padding: 12px;
  }
  .ns-consultation-modal__shell {
    max-height: calc(100dvh - 24px);
  }
  .ns-consultation-modal .ns-form {
    border-radius: 20px;
    padding: 28px 20px;
  }
  .ns-consultation-modal__close {
    height: 38px;
    right: 22px;
    top: 12px;
    width: 38px;
  }
  .ns-consultation-modal .ns-form h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    padding-right: 36px;
  }
  .ns-modal__confirmation {
    min-height: 360px;
    padding: 28px 18px;
  }
  .ns-modal__confirmation h2 {
    font-size: 2.2rem;
  }
}

/* Button states: every background change keeps an intentional, accessible text contrast. */
.ns-button {
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}
.ns-button:not(.ns-button--whatsapp):hover,
.ns-button:not(.ns-button--whatsapp):focus-visible {
  background: #9f684d;
  border-color: #9f684d;
  color: var(--ns-paper) !important;
}
.ns-button--outline:hover,
.ns-button--outline:focus-visible {
  background: var(--ns-ink);
  border-color: var(--ns-ink);
  color: var(--ns-paper) !important;
}
.ns-button--light-outline:hover,
.ns-button--light-outline:focus-visible {
  background: var(--ns-paper);
  border-color: var(--ns-paper);
  color: var(--ns-ink) !important;
}
.ns-button:focus-visible {
  box-shadow: 0 0 0 4px rgba(180, 122, 91, 0.3);
  outline: 0;
}
.ns-form__actions [hidden] {
  display: none !important;
}

/* Consultation photo step. */
.ns-form__help {
  color: var(--ns-muted);
  font-size: 0.94rem;
  margin: -8px 0 24px;
}

.ns-photo-dropzone {
  align-items: center;
  border: 1px dashed #d2bba5;
  border-radius: 18px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
  padding: 28px;
  text-align: center;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ns-photo-dropzone:hover,
.ns-photo-dropzone:focus-within,
.ns-photo-dropzone.is-dragging {
  background: #fbf5ef;
  border-color: var(--ns-accent);
}

.ns-photo-dropzone.is-dragging {
  transform: scale(1.01);
}

.ns-photo-dropzone__icon {
  align-items: center;
  background: var(--ns-sand-2);
  border-radius: 50%;
  color: var(--ns-accent);
  display: inline-flex;
  font-size: 1.5rem;
  height: 42px;
  justify-content: center;
  margin-bottom: 12px;
  width: 42px;
}
.ns-photo-dropzone__icon .ns-line-icon {
  height: 21px;
  width: 21px;
}
.ns-button .ns-line-icon,
.ns-certifications__controls .ns-line-icon {
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}
.ns-text-link .ns-line-icon {
  flex: 0 0 auto;
  height: 16px;
  transition: transform 0.2s ease;
  width: 16px;
}
@media (hover: hover) and (pointer: fine) {
  .ns-button:hover .ns-line-icon,
  .ns-button:focus-visible .ns-line-icon,
  .ns-text-link:hover .ns-line-icon,
  .ns-text-link:focus-visible .ns-line-icon {
    transform: translateX(3px);
  }
  .ns-certifications__controls button:first-child:hover .ns-line-icon,
  .ns-certifications__controls button:first-child:focus-visible .ns-line-icon {
    transform: translateX(-3px);
  }
}

.ns-photo-dropzone strong {
  color: var(--ns-accent);
  font-size: 0.95rem;
}

.ns-photo-dropzone small,
.ns-photo-dropzone em {
  color: var(--ns-muted);
  font-size: 0.78rem;
  font-style: normal;
  margin-top: 5px;
}

.ns-photo-dropzone em:not(:empty) {
  color: var(--ns-success);
  font-weight: 700;
  margin-top: 12px;
}

/* Final component states. */
.ns-button--outline.ns-button--whatsapp:hover,
.ns-button--outline.ns-button--whatsapp:focus-visible {
  background: #edf3e9;
  border-color: #aebfa5;
  color: #405436 !important;
}

.ns-families__intro p {
  color: var(--ns-ink-soft);
  margin: 0;
  max-width: 620px;
}

/* Certifications and professional references. */
.ns-certifications { background: var(--ns-ink); border-block: 1px solid rgba(247, 243, 238, .12); color: var(--ns-paper); }
.ns-certifications__intro { align-items: end; display: grid; gap: 48px; grid-template-columns: 1fr minmax(300px, .9fr); margin-bottom: 46px; }
.ns-certifications__intro h2 { font-size: clamp(2.6rem, 4.5vw, 4.6rem); font-style: italic; font-weight: 300; margin: .18em 0 0; max-width: 720px; }
.ns-certifications__intro p { color: rgba(247, 243, 238, .74); font-size: 1rem; margin: 0; }
.ns-certifications__carousel { position: relative; }
.ns-certifications__controls { display: flex; gap: 8px; justify-content: flex-end; margin: 0 0 14px; }
.ns-certifications__controls button { align-items: center; background: transparent; border: 1px solid rgba(247, 243, 238, .45); border-radius: 50%; color: var(--ns-paper); cursor: pointer; display: inline-flex; font-size: 1.1rem; height: 42px; justify-content: center; transition: background .2s ease, color .2s ease, border-color .2s ease; width: 42px; }
.ns-certifications__controls button:hover, .ns-certifications__controls button:focus-visible { background: var(--ns-accent); border-color: var(--ns-accent); color: var(--ns-paper); outline: 0; }

/* Editable secondary pages. The editor owns content; the theme owns rhythm. */
.ns-page-hero--media .ns-hero__grid {
  align-items: center;
  min-height: min(720px, 76vh);
}

.ns-page-hero__content {
  max-width: 650px;
  min-width: 0;
  width: 100%;
}

.ns-page-hero__content .ns-button {
  margin-top: 24px;
}

.ns-page-hero--media .ns-hero__media {
  aspect-ratio: 4 / 5;
  max-height: 620px;
}

.ns-page-hero--media .ns-hero__media > .ns-line-icon {
  height: clamp(90px, 12vw, 160px);
  opacity: 0.5;
  width: clamp(90px, 12vw, 160px);
}

.ns-page-editor-content {
  padding: 0;
}

.ns-page-editor-content > .ns-container {
  max-width: none;
  padding: 0;
  width: 100%;
}

.ns-editor-section {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  padding: clamp(72px, 8vw, 124px) max(4rem, calc((100vw - var(--ns-container)) / 2));
  width: 100%;
}

.ns-editor-section > .wp-block-group__inner-container,
.ns-editor-section .wp-block-columns,
.ns-editor-section .wp-block-column,
.ns-editor-section .wp-block-buttons {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}

.ns-editor-section > .wp-block-group__inner-container {
  width: 100%;
}

.ns-editor-section > :first-child {
  margin-top: 0;
}

.ns-editor-section > :last-child {
  margin-bottom: 0;
}

.ns-editor-section > h2,
.ns-editor-section > .wp-block-heading {
  font-size: clamp(2.35rem, 4.4vw, 4.8rem);
  max-width: 900px;
}

.ns-editor-section > p {
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.75;
  max-width: 850px;
}

.ns-editor-section--intro {
  background: var(--ns-paper);
}

.ns-editor-section--sand {
  background: var(--ns-sand-2);
}

.ns-editor-section--dark {
  background: var(--ns-ink);
  color: var(--ns-paper);
}

.ns-editor-section--dark h2,
.ns-editor-section--dark h3,
.ns-editor-section--dark p,
.ns-editor-section--dark li {
  color: inherit;
}

.ns-editor-section--dark > p,
.ns-editor-section--dark li {
  color: rgba(247, 243, 238, 0.78);
}

.ns-editor-section--dark ul {
  columns: 2;
  gap: 48px;
  margin-top: 36px;
}

.ns-editor-section--dark li {
  break-inside: avoid;
  margin-bottom: 14px;
}

.ns-editor-cards,
.ns-editor-steps {
  align-items: stretch !important;
  gap: 18px !important;
  margin-top: 42px;
}

.ns-editor-cards > .wp-block-column,
.ns-editor-steps > .wp-block-column {
  border: 1px solid rgba(180, 122, 91, 0.23);
  border-radius: 22px;
  padding: clamp(24px, 3vw, 38px);
}

.ns-editor-cards > .wp-block-column {
  background: rgba(255, 255, 255, 0.58);
}

.ns-editor-steps > .wp-block-column {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(247, 243, 238, 0.14);
}

.ns-editor-cards h3,
.ns-editor-steps h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
  margin-top: 0;
}

.ns-editor-cards p,
.ns-editor-steps p {
  line-height: 1.65;
}

.ns-editor-section--cta > .wp-block-group__inner-container {
  align-items: end;
  display: grid;
  gap: 24px 48px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.ns-editor-section--cta {
  background: var(--ns-sand);
}

.ns-editor-section--cta > .wp-block-group__inner-container > h2,
.ns-editor-section--cta > .wp-block-group__inner-container > p {
  grid-column: 1;
}

.ns-editor-section--cta > .wp-block-group__inner-container > .wp-block-buttons {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.ns-editor-section .wp-block-button__link {
  align-items: center;
  background: var(--ns-accent);
  border-radius: 999px;
  color: var(--ns-paper);
  display: inline-flex;
  font-weight: 700;
  min-height: 52px;
  padding: 14px 26px;
  text-decoration: none;
}

.ns-editor-section .wp-block-button__link:hover,
.ns-editor-section .wp-block-button__link:focus-visible {
  background: #9f684d;
  color: var(--ns-paper);
}

.ns-contact-options {
  background: var(--ns-paper);
}

.ns-contact-card {
  background: var(--ns-sand-2);
  border-radius: 24px;
  min-width: 0;
  padding: clamp(26px, 3vw, 42px);
}

.ns-contact-card__icon {
  align-items: center;
  background: var(--ns-paper);
  border-radius: 50%;
  color: var(--ns-accent);
  display: inline-flex;
  height: 52px;
  justify-content: center;
  margin-bottom: 28px;
  width: 52px;
}

.ns-contact-card h3 {
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  overflow-wrap: anywhere;
}

.ns-contact-card h3 a {
  color: inherit;
  text-decoration: none;
}

.ns-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.ns-contact-form-section {
  background: var(--ns-sand);
}

.ns-contact-form-layout {
  align-items: start;
  display: grid;
  gap: clamp(42px, 7vw, 110px);
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
}

.ns-contact-form-intro {
  position: sticky;
  top: 120px;
}

.ns-contact-form-intro h2 {
  font-size: clamp(2.65rem, 4.8vw, 5rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  margin-block: 16px 28px;
}

.ns-contact-form-intro > p {
  color: var(--ns-muted);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 620px;
}

.ns-contact-form-benefits {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 38px 0 0;
  padding: 0;
}

.ns-contact-form-benefits li {
  align-items: flex-start;
  display: grid;
  gap: 14px;
  grid-template-columns: 44px 1fr;
}

.ns-contact-form-benefits .ns-line-icon {
  background: var(--ns-paper);
  border-radius: 50%;
  color: var(--ns-accent);
  height: 44px;
  padding: 11px;
  width: 44px;
}

.ns-contact-form-benefits strong,
.ns-contact-form-benefits span span {
  display: block;
}

.ns-contact-form-benefits strong {
  color: var(--ns-ink);
  margin-bottom: 3px;
}

.ns-contact-form-benefits span {
  color: var(--ns-muted);
  line-height: 1.55;
}

.ns-contact-form {
  background: var(--ns-paper);
  border: 1px solid var(--ns-line);
  border-radius: 28px;
  box-shadow: var(--ns-shadow);
  padding: clamp(26px, 4vw, 54px);
}

.ns-contact-form__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ns-contact-form label > span {
  color: var(--ns-ink);
  display: block;
  font-size: 0.86rem;
  font-weight: 700;
  margin-bottom: 9px;
}

.ns-contact-form input:not([type="checkbox"]),
.ns-contact-form select,
.ns-contact-form textarea {
  background: #fffdfb;
  border: 1px solid var(--ns-line);
  border-radius: 14px;
  color: var(--ns-ink);
  font: inherit;
  min-height: 52px;
  padding: 13px 15px;
  transition: border-color .2s ease, box-shadow .2s ease;
  width: 100%;
}

.ns-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.ns-contact-form input:focus,
.ns-contact-form select:focus,
.ns-contact-form textarea:focus {
  border-color: var(--ns-accent);
  box-shadow: 0 0 0 3px rgba(188, 126, 92, .15);
  outline: 0;
}

.ns-contact-form__message {
  display: block;
  margin-top: 20px;
}

.ns-contact-form__consent {
  align-items: flex-start;
  display: flex;
  gap: 11px;
  margin-top: 20px;
}

.ns-contact-form__consent input {
  flex: 0 0 auto;
  height: 19px;
  margin-top: 2px;
  width: 19px;
}

.ns-contact-form__consent span {
  font-weight: 500 !important;
  line-height: 1.5;
  margin: 0 !important;
}

.ns-contact-form__submit {
  justify-content: center;
  margin-top: 26px;
  width: 100%;
}

.ns-contact-form__submit .ns-line-icon {
  height: 18px;
  width: 18px;
}

.ns-contact-form__note {
  color: var(--ns-muted);
  font-size: 0.78rem;
  margin: 14px 0 0;
  text-align: center;
}

.ns-form-message {
  border-radius: 14px;
  font-weight: 700;
  margin-bottom: 24px;
  padding: 16px 18px;
}

.ns-form-message--success {
  background: #edf6e9;
  color: #3d6734;
}

.ns-form-message--error {
  background: #fff0ed;
  color: #943f35;
}

.ns-honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.ns-page-hero--legal {
  min-height: 480px;
}

.ns-legal-content {
  padding-block: clamp(64px, 8vw, 110px);
}

.ns-legal-content .ns-prose {
  max-width: 920px;
}

.ns-legal-content h2 {
  border-top: 1px solid var(--ns-border);
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  margin-top: 52px;
  padding-top: 40px;
}

.ns-legal-content p,
.ns-legal-content li {
  font-size: 1.05rem;
  line-height: 1.75;
}

.ns-editor-section--legal-demo {
  background: #fff4df;
  border: 1px solid #dfb96f;
  border-radius: 18px;
  margin-bottom: 48px;
  padding: 22px 26px;
}

.ns-editor-section--legal-demo p {
  margin: 0;
}

@media (max-width: 960px) {
	.ns-contact-form-layout {
		grid-template-columns: 1fr;
	}

	.ns-contact-form-intro {
		position: static;
	}

  .ns-editor-section {
    padding-inline: clamp(28px, 6vw, 56px);
  }

  .ns-editor-section--cta > .wp-block-group__inner-container {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .ns-editor-section--cta > .wp-block-group__inner-container > .wp-block-buttons {
    grid-column: 1;
    grid-row: auto;
  }

  .ns-editor-cards,
  .ns-editor-steps {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
	.ns-contact-form__grid {
		grid-template-columns: 1fr;
	}

	.ns-contact-form {
		border-radius: 20px;
		padding: 24px 18px;
	}

	.ns-contact-form-intro h2 {
		font-size: clamp(2.5rem, 12vw, 3.7rem);
	}

  .ns-page-hero--media .ns-hero__grid {
    display: flex;
    flex-direction: column-reverse;
    min-height: auto;
  }

  .ns-page-hero--media .ns-hero__media {
    aspect-ratio: 4 / 3;
    max-height: 360px;
    width: 100%;
  }

  .ns-editor-section {
    padding: 64px 20px;
  }

  .ns-editor-section h2,
  .ns-editor-section h3,
  .ns-editor-section p,
  .ns-editor-section li {
    overflow-wrap: anywhere;
  }

  .ns-editor-section--dark ul {
    columns: 1;
  }

  .ns-editor-cards,
  .ns-editor-steps {
    grid-template-columns: 1fr;
  }

  .ns-editor-section--cta .wp-block-button,
  .ns-editor-section--cta .wp-block-button__link,
  .ns-contact-actions .ns-button {
    width: 100%;
  }

  .ns-contact-actions {
    flex-direction: column;
  }
}
.ns-certifications__viewport { overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-behavior: smooth; scroll-snap-type: x mandatory; }
.ns-certifications__viewport::-webkit-scrollbar { display: none; }
.ns-certifications__grid { display: grid; gap: 12px; grid-auto-columns: calc((100% - 36px) / 4); grid-auto-flow: column; grid-template-columns: none; padding-bottom: 2px; }
.ns-certification { align-items: center; background: transparent; border: 1px solid rgba(247, 243, 238, .16); border-radius: 18px; display: flex; justify-content: center; min-height: 140px; padding: 22px; scroll-snap-align: start; }
.ns-certification img { height: auto; max-height: 88px; max-width: 180px; object-fit: contain; width: 100%; }
@media (max-width: 960px) { .ns-certifications__intro { align-items: start; grid-template-columns: 1fr; } .ns-certifications__grid { grid-auto-columns: calc((100% - 24px) / 3); } }
@media (max-width: 620px) { .ns-certifications__intro { gap: 18px; margin-bottom: 32px; } .ns-certifications__grid { gap: 10px; grid-auto-columns: calc((100% - 10px) / 2); } .ns-certification { min-height: 116px; padding: 16px; } .ns-certification img { max-height: 72px; max-width: 132px; } }

/* Homepage intervention catalogue — four family cards provide orientation;
 * this rail exposes the full, ordered intervention catalogue without making
 * the page excessively tall. */
.ns-intervention-showcase { background: var(--ns-paper); overflow: hidden; }
.ns-intervention-showcase__intro { color: var(--ns-muted); margin: 0; max-width: 470px; }
.ns-intervention-showcase__intro p { margin: 0 0 18px; }
.ns-intervention-showcase__intro .ns-text-link { color: var(--ns-accent); }
.ns-intervention-showcase__carousel { position: relative; }
.ns-intervention-showcase__controls { display: flex; gap: 8px; justify-content: flex-end; margin: 0 0 14px; }
.ns-intervention-showcase__controls button { align-items: center; background: transparent; border: 1px solid var(--ns-line); border-radius: 50%; color: var(--ns-ink); cursor: pointer; display: inline-flex; height: 44px; justify-content: center; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; width: 44px; }
.ns-intervention-showcase__controls button:hover, .ns-intervention-showcase__controls button:focus-visible { background: var(--ns-accent); border-color: var(--ns-accent); color: var(--ns-paper); outline: 0; transform: translateY(-1px); }
.ns-intervention-showcase__viewport { overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-behavior: smooth; scroll-snap-type: x mandatory; }
.ns-intervention-showcase__viewport::-webkit-scrollbar { display: none; }
.ns-intervention-showcase__track { display: grid; gap: 18px; grid-auto-columns: calc((100% - 36px) / 3); grid-auto-flow: column; grid-template-columns: none; }
.ns-intervention-showcase__card { background: var(--ns-sand); border: 1px solid var(--ns-line); border-radius: var(--ns-radius); display: flex; flex-direction: column; min-height: 100%; overflow: hidden; scroll-snap-align: start; }
.ns-intervention-showcase__image { aspect-ratio: 4 / 3; background: var(--ns-sand-deep); display: block; overflow: hidden; }
.ns-intervention-showcase__image img { height: 100%; object-fit: cover; transition: transform .45s ease; width: 100%; }
.ns-intervention-showcase__card:hover .ns-intervention-showcase__image img, .ns-intervention-showcase__card:focus-within .ns-intervention-showcase__image img { transform: scale(1.035); }
.ns-intervention-showcase__body { display: flex; flex: 1; flex-direction: column; padding: clamp(20px, 2vw, 30px); }
.ns-intervention-showcase__body h3 { font-size: clamp(1.65rem, 2.1vw, 2.2rem); margin: 10px 0; }
.ns-intervention-showcase__body h3 a { color: inherit; text-decoration: none; }
.ns-intervention-showcase__body p { color: var(--ns-muted); font-size: .95rem; line-height: 1.65; margin: 0 0 20px; }
.ns-intervention-showcase__body .ns-text-link { margin-top: auto; }
@media (max-width: 960px) { .ns-intervention-showcase__track { grid-auto-columns: calc((100% - 18px) / 2); } }
@media (max-width: 620px) { .ns-intervention-showcase__intro { margin-top: 14px; } .ns-intervention-showcase__controls { margin-bottom: 12px; } .ns-intervention-showcase__track { gap: 12px; grid-auto-columns: minmax(278px, 84%); } .ns-intervention-showcase__body { padding: 20px; } }

/* Rich clinic presentation and intervention category landing pages. */
.ns-editor-section--clinic-spaces {
  align-items: start;
  display: grid;
  gap: clamp(42px, 7vw, 100px);
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
}
.ns-editor-section--clinic-spaces h2,
.ns-editor-section--clinic-team h2,
.ns-editor-section--clinic-journey h2,
.ns-editor-section--clinic-checklist h2 {
  font-size: clamp(2.8rem, 4.5vw, 4.9rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}
.ns-clinic-gallery {
  display: grid !important;
  gap: 12px;
  grid-template-columns: 1.15fr 0.85fr;
}
.ns-clinic-gallery figure {
  border-radius: 24px;
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
  width: 100% !important;
}
.ns-clinic-gallery figure:nth-child(2) {
  margin-top: 60px !important;
}
.ns-clinic-gallery img {
  aspect-ratio: 0.82;
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}
.ns-editor-section--clinic-team {
  background: var(--ns-sand);
}

.ns-editor-section--clinic-medical-team {
  background: var(--ns-paper);
}

.ns-clinic-medical-team__intro {
  align-items: end;
  display: grid;
  gap: clamp(34px, 7vw, 110px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr);
  margin-bottom: clamp(40px, 6vw, 72px);
}

.ns-clinic-medical-team__intro h2 {
  font-size: clamp(2.8rem, 4.6vw, 5rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  margin: 14px 0 0;
}

.ns-clinic-medical-team__intro > p {
  color: var(--ns-muted);
  line-height: 1.75;
  margin: 0;
}

.ns-clinic-medical-team__grid {
  display: grid !important;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ns-team-profile {
  background: var(--ns-sand);
  border: 1px solid var(--ns-line);
  border-radius: 24px;
  margin: 0 !important;
  overflow: hidden;
}

.ns-team-profile > figure {
  aspect-ratio: 4 / 5;
  margin: 0 !important;
  overflow: hidden;
}

.ns-team-profile > figure img {
  height: 100% !important;
  object-fit: cover;
  transition: transform .5s ease;
  width: 100% !important;
}

.ns-team-profile:first-child > figure img {
  object-position: center 25%;
}

.ns-team-profile:hover > figure img {
  transform: scale(1.025);
}

.ns-team-profile__body {
  padding: clamp(22px, 3vw, 34px);
}

.ns-team-profile__body h3 {
  font-size: clamp(1.5rem, 2.3vw, 2.15rem);
  margin: 10px 0 14px;
}

.ns-team-profile__body > p:last-child {
  color: var(--ns-muted);
  font-size: .92rem;
  line-height: 1.65;
  margin-bottom: 0;
}

.ns-editor-section--clinic-medical-team > .wp-block-buttons {
  margin-top: 36px;
}
.ns-editor-role-grid {
  display: grid !important;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 50px;
}
.ns-editor-role-grid > .wp-block-column {
  background: var(--ns-paper);
  border-radius: 18px;
  margin: 0;
  min-height: 230px;
  padding: 28px;
}
.ns-editor-role-grid h3 {
  font-size: 1.28rem;
  margin-top: 0;
}
.ns-editor-role-grid p {
  color: var(--ns-muted);
  font-size: 0.9rem;
}
.ns-clinic-journey {
  display: grid !important;
  gap: 1px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 52px;
}
.ns-clinic-journey > .wp-block-column {
  border-top: 1px solid rgba(247, 243, 238, 0.22);
  margin: 0;
  padding: 28px 24px 0 0;
}
.ns-clinic-journey span {
  color: var(--ns-accent-soft);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}
.ns-clinic-journey h3 {
  color: var(--ns-paper);
  font-size: 1.3rem;
}
.ns-clinic-journey p {
  color: rgba(247, 243, 238, 0.68);
  font-size: 0.86rem;
}
.ns-editor-section--clinic-checklist {
  align-items: start;
  display: grid;
  gap: clamp(40px, 8vw, 120px);
  grid-template-columns: 1fr 0.8fr;
}
.ns-editor-section--clinic-checklist ul {
  background: var(--ns-sand);
  border-radius: 22px;
  list-style: none;
  margin: 0;
  padding: 24px 30px;
}
.ns-editor-section--clinic-checklist li {
  border-bottom: 1px solid var(--ns-line);
  padding: 17px 0 17px 34px;
  position: relative;
}
.ns-editor-section--clinic-checklist li::before {
  color: var(--ns-success);
  content: "✓";
  left: 0;
  position: absolute;
}
.ns-editor-section--clinic-checklist li:last-child {
  border-bottom: 0;
}
.ns-category-hero h1 {
  font-size: clamp(3.4rem, 5.7vw, 6.1rem);
  line-height: 0.98;
}
.ns-category-hero .ns-button {
  margin-top: 28px;
}
.ns-category-tabs {
  background: var(--ns-paper);
  border-bottom: 1px solid var(--ns-line);
  position: sticky;
  top: 82px;
  z-index: 20;
}
.ns-category-tabs .ns-filter-links {
  margin-bottom: 0;
  padding-block: 16px;
}
.ns-category-overview__grid,
.ns-category-questions__grid {
  align-items: start;
  display: grid;
  gap: clamp(44px, 8vw, 120px);
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
}
.ns-category-overview h2,
.ns-category-questions h2 {
  font-size: clamp(2.8rem, 4.7vw, 5rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}
.ns-category-overview__grid > div:first-child > p {
  color: var(--ns-muted);
  font-size: 1.05rem;
  max-width: 700px;
}
.ns-category-topic-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ns-category-topic-grid article {
  background: var(--ns-sand);
  border-radius: 18px;
  min-height: 180px;
  padding: 26px;
}
.ns-category-topic-grid span {
  color: var(--ns-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.ns-category-topic-grid p {
  font-family: var(--ns-serif);
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 42px 0 0;
}
.ns-category-interventions .ns-empty-state {
  grid-column: 1 / -1;
}
.ns-category-question-list {
  border-top: 1px solid rgba(247, 243, 238, 0.2);
}
.ns-category-question-list p {
  align-items: flex-start;
  border-bottom: 1px solid rgba(247, 243, 238, 0.2);
  color: rgba(247, 243, 238, 0.78);
  display: flex;
  gap: 16px;
  margin: 0;
  padding-block: 21px;
}
.ns-category-question-list .ns-line-icon {
  color: var(--ns-accent-soft);
  flex: 0 0 auto;
  height: 22px;
  width: 22px;
}
.ns-consultation-modal__close {
  align-items: center;
  background: var(--ns-ink);
  border: 2px solid var(--ns-paper);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
  color: var(--ns-paper);
  display: flex;
  height: 48px;
  justify-content: center;
  line-height: 0;
  padding: 0;
  right: 12px;
  top: 12px;
  width: 48px;
}
.ns-consultation-modal__close:hover,
.ns-consultation-modal__close:focus-visible {
  background: var(--ns-accent);
  color: var(--ns-paper);
}
.ns-consultation-modal__close .ns-line-icon {
  display: block;
  flex: 0 0 26px;
  height: 26px;
  margin: 0;
  stroke-width: 1.8;
  width: 26px;
}

/* Consultation modal sizing: keep every step inside the viewport and scroll only its content. */
.ns-consultation-modal {
  max-height: calc(100dvh - 32px);
  max-width: min(780px, calc(100vw - 32px));
  overflow: hidden;
  padding: 0;
}
.ns-consultation-modal__shell {
  border-radius: var(--ns-radius);
  max-height: calc(100dvh - 32px);
  overscroll-behavior: contain;
  overflow-x: hidden;
  overflow-y: auto;
}
.ns-consultation-modal .ns-form {
  border-radius: var(--ns-radius);
  padding: clamp(28px, 3.2vw, 44px);
}
.ns-consultation-modal .ns-form__progress {
  margin-bottom: 28px;
}
.ns-consultation-modal .ns-form h2 {
  font-size: clamp(2.25rem, 4vw, 3.35rem);
  line-height: 0.98;
  margin-bottom: 26px;
}
.ns-consultation-modal .ns-form fieldset.ns-field,
.ns-consultation-modal .ns-field {
  margin-bottom: 16px;
}
.ns-consultation-modal .ns-choice-grid {
  gap: 10px;
}
.ns-consultation-modal .ns-choice {
  min-height: 76px;
  padding: 13px 14px;
}
.ns-consultation-modal .ns-form__actions {
  gap: 12px;
  margin-top: 22px;
}
.ns-consultation-modal .ns-form__actions [data-form-submit] {
  grid-column: 2;
  grid-row: 1;
}
.ns-consultation-modal .ns-form__actions.is-first-step [data-form-next] {
  grid-column: 1/-1;
}

@media (max-height: 780px) and (min-width: 621px) {
  .ns-consultation-modal .ns-form {
    padding: 24px 34px;
  }
  .ns-consultation-modal .ns-form__progress {
    margin-bottom: 18px;
  }
  .ns-consultation-modal .ns-form h2 {
    font-size: clamp(2rem, 5.4vh, 2.8rem);
    margin-bottom: 18px;
  }
  .ns-consultation-modal .ns-choice {
    min-height: 64px;
    padding: 10px 12px;
  }
  .ns-consultation-modal .ns-form__actions {
    margin-top: 16px;
  }
}

@media (max-width: 620px) {
  .ns-consultation-modal {
    max-height: calc(100dvh - 16px);
    max-width: calc(100vw - 16px);
  }
  .ns-consultation-modal__shell {
    max-height: calc(100dvh - 16px);
  }
  .ns-consultation-modal .ns-form {
    padding: 24px 18px 20px;
  }
  .ns-consultation-modal .ns-form__progress {
    margin-bottom: 22px;
  }
  .ns-consultation-modal .ns-form h2 {
    font-size: clamp(2rem, 10vw, 2.75rem);
    margin-bottom: 22px;
  }
  .ns-consultation-modal .ns-choice {
    min-height: 68px;
    padding: 12px;
  }
}

@media (min-width: 480px) and (max-width: 620px) {
  .ns-consultation-modal .ns-form__actions {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  }
  .ns-consultation-modal .ns-form__actions [data-form-prev] {
    grid-column: 1;
    grid-row: 1;
  }
  .ns-consultation-modal .ns-form__actions [data-form-next],
  .ns-consultation-modal .ns-form__actions [data-form-submit] {
    grid-column: 2;
    grid-row: 1;
  }
  .ns-consultation-modal .ns-form__actions.is-first-step [data-form-next] {
    grid-column: 1/-1;
  }
}

@media (max-width: 479px) {
  .ns-consultation-modal .ns-form__actions [data-form-submit] {
    grid-column: 1;
    grid-row: 2;
  }
}

@media (max-width: 1100px) {
  .ns-editor-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ns-clinic-journey {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 36px;
  }
}
@media (max-width: 960px) {
  .ns-editor-section--clinic-spaces,
  .ns-editor-section--clinic-checklist,
  .ns-category-overview__grid,
  .ns-category-questions__grid {
    grid-template-columns: 1fr;
  }
  .ns-category-tabs {
    top: 70px;
  }
}
@media (max-width: 620px) {
  .ns-editor-role-grid,
  .ns-clinic-journey,
  .ns-category-topic-grid {
    grid-template-columns: 1fr;
  }
  .ns-clinic-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .ns-clinic-gallery figure:nth-child(2) {
    margin-top: 30px !important;
  }
  .ns-editor-role-grid > .wp-block-column,
  .ns-category-topic-grid article {
    min-height: 0;
  }
  .ns-category-tabs .ns-filter-links {
    margin-inline: 0;
    padding-inline: 0;
  }
  .ns-category-tabs {
    position: static;
  }
  .ns-category-hero h1 {
    font-size: clamp(3rem, 13vw, 4.2rem);
  }
}

/* Intervention result illustrations ------------------------------------------------ */
.ns-demo-result {
  background: var(--color-white, #fff);
  border: 1px solid rgba(63, 52, 45, 0.1);
  border-radius: clamp(20px, 2vw, 32px);
  box-shadow: 0 22px 60px rgba(54, 43, 36, 0.08);
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.72fr);
  margin: 42px 0 0;
  overflow: hidden;
}

.ns-intervention-results__intro {
  color: var(--color-text-muted, #6f625a);
  line-height: 1.7;
  margin: 0;
  max-width: 460px;
}

.ns-demo-result__media {
  aspect-ratio: 4 / 5;
  background: #e9ded0;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.ns-demo-result__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ns-demo-result__label {
  background: rgba(42, 36, 32, 0.88);
  border-radius: 999px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  left: 18px;
  letter-spacing: 0.12em;
  padding: 8px 12px;
  position: absolute;
  text-transform: uppercase;
  top: 18px;
}

.ns-demo-result__label--after {
  left: calc(50% + 18px);
}

.ns-demo-result__content {
  display: flex;
  flex-direction: column;
  gap: 34px;
  justify-content: space-between;
  padding: clamp(28px, 4vw, 58px);
}

.ns-demo-result__content h3 {
  font-size: clamp(2rem, 3vw, 3.3rem);
  margin: 14px 0 20px;
}

.ns-demo-result__content > div > p {
  color: var(--color-text-muted, #6f625a);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
}

.ns-home-result-composite {
  aspect-ratio: 4 / 3;
}

.ns-home-result-composite img {
  object-position: center 28%;
}

@media (max-width: 960px) {
  .ns-demo-result {
    grid-template-columns: 1fr;
  }

  .ns-demo-result__media {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 620px) {
  .ns-demo-result {
    border-radius: 20px;
    margin-top: 28px;
  }

  .ns-demo-result__media {
    aspect-ratio: 4 / 5;
  }

  .ns-demo-result__label {
    font-size: 0.62rem;
    left: 10px;
    padding: 6px 9px;
    top: 10px;
  }

  .ns-demo-result__label--after {
    left: calc(50% + 10px);
  }

  .ns-demo-result__content {
    gap: 24px;
    padding: 24px 20px;
  }

  .ns-intervention-results__intro {
    margin-top: 14px;
  }
}

/* Navigation, clinic refinements and cross-page experience ------------------- */
h1,
h2 {
  text-wrap: balance;
}

.site-header__inner {
  position: relative;
}

.site-header {
  transition: background-color .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled {
  background: rgba(247, 243, 238, .98);
  box-shadow: 0 12px 35px rgba(46, 42, 38, .08);
}

.main-navigation {
  align-items: center;
  display: flex;
  gap: 10px;
}

.main-navigation .ns-mega-menu {
  align-items: center;
  display: flex;
  position: static;
}

.ns-mega-menu__toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ns-ink);
  cursor: pointer;
  display: inline-flex;
  border-radius: 50%;
  flex: 0 0 36px;
  gap: 0;
  justify-content: center;
  min-height: 44px;
  min-width: 36px;
  padding: 0;
  transition: background-color .2s ease, color .2s ease;
}

.ns-mega-menu__toggle:hover,
.ns-mega-menu__toggle:focus-visible,
.ns-mega-menu__toggle[aria-expanded="true"] {
  background: var(--ns-sand);
  color: var(--ns-accent);
  outline: 0;
}

.ns-mega-menu__toggle .ns-line-icon {
  height: 16px;
  transition: transform .2s ease;
  width: 16px;
}

.ns-mega-menu__toggle[aria-expanded="true"] .ns-line-icon {
  transform: rotate(180deg);
}

.ns-mega-menu__panel {
  background: var(--ns-paper);
  border: 1px solid var(--ns-line);
  border-radius: 0 0 28px 28px;
  box-shadow: 0 28px 70px rgba(46, 42, 38, .14);
  display: grid;
  gap: clamp(24px, 3vw, 42px);
  grid-template-columns: minmax(210px, .62fr) minmax(520px, 1.7fr) minmax(205px, .62fr);
  left: 50%;
  padding: clamp(28px, 3vw, 44px);
  position: absolute;
  right: auto;
  top: calc(100% - 3px);
  transform: translateX(-50%);
  width: min(calc(100vw - 2rem), var(--ns-container));
  z-index: 110;
}

.ns-mega-menu__panel[hidden] {
  display: none;
}

.ns-mega-menu__intro {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.ns-mega-menu__intro > strong {
  font-family: var(--ns-serif);
  font-size: clamp(1.65rem, 2.3vw, 2.35rem);
  font-weight: 400;
  line-height: 1.08;
  margin: 15px 0 24px;
}

.ns-mega-menu__intro .ns-text-link {
  margin-top: auto;
}

.main-navigation .ns-mega-menu__all {
  align-self: stretch;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-block: 10px;
  width: 100%;
}

.ns-mega-menu__categories {
  align-items: stretch;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.main-navigation .ns-mega-menu__category {
  align-items: center;
  background: var(--ns-sand);
  border: 1px solid transparent;
  border-radius: 16px;
  color: var(--ns-ink);
  display: grid;
  gap: 16px;
  grid-template-columns: 44px minmax(0, 1fr);
  min-height: 108px;
  padding: 18px 20px;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}

.main-navigation .ns-mega-menu__category:hover,
.main-navigation .ns-mega-menu__category:focus-visible {
  border-color: var(--ns-accent);
  color: var(--ns-ink);
  outline: 0;
  transform: translateY(-2px);
}

.ns-mega-menu__icon {
  align-items: center;
  background: var(--ns-paper);
  border-radius: 50%;
  color: var(--ns-accent);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.ns-mega-menu__icon .ns-line-icon {
  height: 21px;
  width: 21px;
}

.ns-mega-menu__category strong,
.ns-mega-menu__category small,
.ns-mega-menu__category-copy {
  display: block;
}

.ns-mega-menu__category-copy {
  min-width: 0;
}

.ns-mega-menu__category strong {
  font-size: .95rem;
  line-height: 1.2;
}

.ns-mega-menu__category small {
  color: var(--ns-muted);
  font-size: .76rem;
  flex: 1 1 auto;
  line-height: 1.35;
  margin: 0;
  min-width: 0;
}

.ns-mega-menu__category-meta {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 7px;
  min-width: 0;
}

.ns-mega-menu__category-meta > .ns-line-icon {
  flex: 0 0 auto;
  height: 17px;
  width: 17px;
}

.ns-mega-menu__aside {
  border-inline-start: 1px solid var(--ns-line);
  display: flex;
  flex-direction: column;
  padding-inline-start: clamp(20px, 3vw, 38px);
}

.ns-mega-menu__aside > a {
  align-items: center;
  border-bottom: 1px solid var(--ns-line);
  color: var(--ns-ink);
  display: flex;
  font-size: .9rem;
  gap: 10px;
  justify-content: space-between;
  min-height: 54px;
  text-decoration: none;
}

.ns-mega-menu__aside > a:hover,
.ns-mega-menu__aside > a:focus-visible {
  color: var(--ns-accent);
}

.ns-mega-menu__aside .ns-line-icon {
  height: 17px;
  width: 17px;
}

/* The editor block owns its content; the inner WordPress wrapper owns layout. */
.ns-editor-section--clinic-spaces {
  display: block;
}

.ns-editor-section--clinic-spaces > .wp-block-group__inner-container {
  align-items: center;
  display: grid;
  gap: clamp(44px, 7vw, 100px);
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
}

.ns-editor-section--clinic-spaces h2 {
  font-size: clamp(2.5rem, 3vw, 3.4rem);
  font-style: normal;
  line-height: 1.02;
  max-width: 720px;
}

.ns-editor-section--clinic-spaces h2 > span {
  display: block;
  white-space: nowrap;
}

.ns-clinic-gallery {
  align-items: stretch;
  min-height: 610px;
}

.ns-clinic-gallery figure:first-child {
  aspect-ratio: 4 / 5;
}

.ns-clinic-gallery figure:nth-child(2) {
  aspect-ratio: 4 / 5;
  margin-top: clamp(64px, 7vw, 105px) !important;
  margin-bottom: clamp(20px, 3vw, 45px) !important;
}

.ns-clinic-gallery img {
  aspect-ratio: auto;
}

.ns-editor-section--clinic-journey h2 {
  max-width: 900px;
}

.ns-clinic-journey {
  gap: 12px;
}

.ns-clinic-journey > .wp-block-column {
  background: rgba(247, 243, 238, .045);
  border: 1px solid rgba(247, 243, 238, .14);
  border-radius: 18px;
  min-height: 255px;
  padding: 24px;
  position: relative;
}

.ns-clinic-journey__number {
  position: absolute;
  right: 20px;
  top: 20px;
}

.ns-clinic-journey__icon {
  align-items: center;
  border: 1px solid rgba(247, 243, 238, .22);
  border-radius: 13px;
  color: var(--ns-accent-soft);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  letter-spacing: 0;
  width: 48px;
}

.ns-clinic-journey__icon .ns-line-icon {
  height: 23px;
  width: 23px;
}

.ns-clinic-journey h3 {
  margin: 30px 0 12px;
}

.site-footer {
  padding-top: clamp(64px, 8vw, 105px);
}

.site-footer__topline {
  align-items: end;
  border-bottom: 1px solid rgba(247, 243, 238, .14);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: clamp(45px, 6vw, 76px);
  padding-bottom: 28px;
}

.site-footer__topline span {
  color: var(--ns-accent-soft);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.site-footer__topline strong {
  font-family: var(--ns-serif);
  font-size: clamp(1.45rem, 2.4vw, 2.4rem);
  font-weight: 400;
  max-width: 560px;
  text-align: right;
}

.site-footer__grid {
  align-items: start;
  gap: clamp(28px, 4vw, 60px);
  grid-template-columns: minmax(210px, .85fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(230px, 1.15fr);
}

.ns-footer__project-link {
  align-items: center;
  color: var(--ns-accent-soft) !important;
  display: inline-flex;
  font-weight: 650;
  gap: 9px;
  margin-top: 10px;
  min-height: 44px;
}

.ns-footer__project-link .ns-line-icon {
  height: 18px;
  width: 18px;
}

.site-footer__column li + li {
  margin-top: 9px;
}

.site-footer__column a {
  color: rgba(247, 243, 238, .8);
}

.ns-footer-contact-list li {
  align-items: flex-start;
  color: rgba(247, 243, 238, .75);
  display: flex;
  gap: 10px;
}

.ns-footer-contact-list a,
.ns-footer-contact-list span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.ns-footer__cta {
  align-items: center;
  display: inline-flex;
  font-size: .82rem;
  gap: .7rem;
  justify-content: center;
  line-height: 1.2;
  margin-top: 1rem;
  padding-inline: 1.05rem;
  white-space: nowrap;
  width: max-content;
}

.ns-footer__cta .ns-line-icon,
.ns-button .ns-line-icon {
  flex: 0 0 auto;
  margin: 0;
}

.ns-footer-contact-list .ns-line-icon {
  color: var(--ns-accent-soft);
  flex: 0 0 18px;
  height: 18px;
  margin-top: 3px;
  width: 18px;
}

.ns-back-to-top {
  align-items: center;
  background: var(--ns-paper);
  border: 1px solid var(--ns-line);
  border-radius: 999px;
  bottom: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
  color: var(--ns-ink);
  cursor: pointer;
  display: flex;
  gap: 7px;
  min-height: 48px;
  opacity: 0;
  padding: 0 16px;
  pointer-events: none;
  position: fixed;
  left: 28px;
  right: auto;
  text-decoration: none;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease, background .2s ease, color .2s ease;
  visibility: hidden;
  z-index: 89;
}

.ns-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.ns-back-to-top:hover,
.ns-back-to-top:focus-visible {
  background: var(--ns-accent);
  color: var(--ns-paper);
  outline: 0;
}

.ns-back-to-top .ns-line-icon {
  height: 17px;
  width: 17px;
}

html.ns-page-transition-ready .site {
  animation: ns-page-enter .36s cubic-bezier(.2, .7, .2, 1) both;
  transition: opacity .18s ease, transform .18s ease;
}

html.ns-page-leaving .site {
  opacity: 0;
  transform: translateY(-5px);
}

@keyframes ns-page-enter {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
  .ns-mega-menu__panel {
    gap: 24px;
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .ns-mega-menu__aside {
    border-inline-start: 0;
    border-top: 1px solid var(--ns-line);
    flex-direction: row;
    grid-column: 1 / -1;
    padding: 14px 0 0;
  }

  .ns-mega-menu__aside > a {
    border-bottom: 0;
    flex: 1;
    padding-inline-end: 18px;
  }

}

@media (max-width: 960px) {
  html.ns-mobile-menu-open {
    overflow: hidden;
  }

  .menu-toggle {
    align-content: center;
    background: transparent;
    border-radius: 50%;
    display: grid;
    gap: 5px;
    height: 44px;
    justify-content: center;
    padding: 0;
    position: relative;
    transition: background-color .22s ease;
    width: 44px;
    z-index: 122;
  }

  .menu-toggle span:not(.screen-reader-text) {
    margin: 0;
    transition: opacity .2s ease, transform .24s ease, background-color .2s ease;
  }

  .main-navigation.toggled .menu-toggle {
    background: var(--ns-ink);
  }

  .main-navigation.toggled .menu-toggle span:not(.screen-reader-text) {
    background: var(--ns-paper);
  }

  .main-navigation.toggled .menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .main-navigation.toggled .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .main-navigation.toggled .menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .main-navigation > ul {
    border-radius: 24px 0 0 0;
    bottom: auto;
    display: block;
    height: calc(100vh - 72px);
    height: calc(100dvh - 72px);
    left: auto;
    margin: 0;
    max-height: calc(100vh - 72px);
    max-height: calc(100dvh - 72px);
    overscroll-behavior: contain;
    overflow-y: auto;
    opacity: 0;
    padding: 26px clamp(20px, 4vw, 34px) 36px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 72px;
    transform: translateX(104%);
    transition: transform .32s cubic-bezier(.22, .7, .25, 1), opacity .2s ease, visibility .32s;
    visibility: hidden;
    width: min(92vw, 720px);
    z-index: 120;
  }

  body.admin-bar .main-navigation > ul {
    height: calc(100vh - 104px);
    height: calc(100dvh - 104px);
    max-height: calc(100vh - 104px);
    max-height: calc(100dvh - 104px);
  }

  .main-navigation.toggled > ul {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    visibility: visible;
  }

  .main-navigation > ul > li + li {
    margin-top: 6px;
  }

  .main-navigation > ul > li > a {
    font-size: .95rem;
    min-height: 48px;
    padding: 13px 14px;
  }

  .main-navigation .ns-mega-menu {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
  }

  .main-navigation .ns-mega-menu > a {
    align-items: center;
    display: flex;
    grid-column: 1;
    min-height: 44px;
  }

  .main-navigation .ns-mega-menu__toggle {
    grid-column: 2;
    grid-row: 1;
    height: 44px;
    width: 44px;
  }

  .main-navigation .ns-mega-menu__panel {
    border-radius: 18px;
    box-shadow: none;
    gap: 22px;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    margin-top: 12px;
    max-height: none;
    overflow-y: auto;
    padding: clamp(18px, 3vw, 26px);
    position: static;
    transform: none;
    width: auto;
  }

  .main-navigation .ns-mega-menu__intro {
    border-bottom: 1px solid var(--ns-line);
    padding-bottom: 16px;
  }

  .main-navigation .ns-mega-menu__intro > strong {
    font-size: 1.45rem;
    margin: 8px 0 12px;
  }

  .main-navigation .ns-mega-menu__categories {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main-navigation .ns-mega-menu__category {
    min-height: 108px;
    padding: 18px;
  }

  .main-navigation .ns-mega-menu__aside {
    border-top: 1px solid var(--ns-line);
    flex-direction: column;
    grid-column: auto;
    padding: 10px 0 0;
  }

  .main-navigation .ns-mega-menu__aside > a {
    border-bottom: 1px solid var(--ns-line);
    padding-inline-end: 0;
  }

  .ns-editor-section--clinic-spaces > .wp-block-group__inner-container,
  .ns-clinic-medical-team__intro {
    grid-template-columns: 1fr;
  }

  .ns-clinic-gallery {
    max-width: 820px;
    min-height: 0;
  }

  .ns-clinic-medical-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ns-team-profile:first-child {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1fr);
  }

  .ns-team-profile:first-child > figure {
    height: 100%;
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__brand,
  .site-footer__contact {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .main-navigation > ul {
    border-radius: 20px 0 0 0;
    height: calc(100vh - 68px);
    height: calc(100dvh - 68px);
    max-height: calc(100vh - 68px);
    max-height: calc(100dvh - 68px);
    padding: 22px 16px 32px;
    top: 68px;
    width: min(94vw, 430px);
  }

  body.admin-bar .main-navigation > ul {
    height: calc(100vh - 68px);
    height: calc(100dvh - 68px);
    max-height: calc(100vh - 68px);
    max-height: calc(100dvh - 68px);
  }

  .main-navigation .ns-mega-menu__categories {
    grid-template-columns: 1fr;
  }

  .main-navigation .ns-mega-menu__panel {
    margin-inline: 0;
    padding: 16px;
  }

  .main-navigation .ns-mega-menu__category {
    min-height: 96px;
    padding: 16px;
  }

  .ns-page-hero h1,
  .ns-section h2,
  .ns-editor-section h2,
  .ns-archive-heading h2,
  .ns-intervention-content h2,
  .ns-category-overview h2,
  .ns-category-questions h2 {
    font-size: clamp(1.62rem, 6vw, 2rem);
    line-height: 1.03;
    max-width: 100%;
  }

  .ns-section__header,
  .ns-archive-heading,
  .ns-certifications__intro,
  .ns-final-consultation__intro {
    text-align: center;
  }

  .ns-section__header .ns-text-link,
  .ns-archive-heading .ns-text-link {
    justify-content: center;
    margin-inline: auto;
  }

  .ns-editor-section--clinic-spaces h2 {
    font-size: clamp(1.35rem, 6.4vw, 1.8rem);
    text-align: center;
  }

  .ns-editor-section--clinic-spaces > .wp-block-group__inner-container > div:first-child > p,
  .ns-editor-section--clinic-spaces > .wp-block-group__inner-container > p {
    margin-inline: auto;
    text-align: center;
  }

  .ns-clinic-gallery {
    gap: 9px;
  }

  .ns-clinic-gallery figure:nth-child(2) {
    margin-bottom: 18px !important;
    margin-top: 30px !important;
  }

  .ns-clinic-medical-team__grid,
  .ns-team-profile:first-child {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .ns-team-profile:first-child {
    grid-column: auto;
  }

  .ns-team-profile > figure,
  .ns-team-profile:first-child > figure {
    aspect-ratio: 4 / 5;
    height: auto;
  }

  .ns-clinic-journey {
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
  }

  .ns-clinic-journey > .wp-block-column {
    min-height: 225px;
    padding: 18px;
  }

  .ns-clinic-journey__number {
    right: 16px;
    top: 16px;
  }

  .ns-clinic-journey__icon {
    height: 42px;
    width: 42px;
  }

  .ns-clinic-journey h3 {
    font-size: 1.05rem;
    margin-top: 24px;
  }

  .ns-clinic-journey p {
    font-size: .79rem;
    line-height: 1.5;
  }

  .site-footer__topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__topline strong {
    text-align: left;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__brand,
  .site-footer__contact {
    grid-column: 1 / -1;
  }

  .ns-footer__cta {
    white-space: normal;
  }

  .ns-back-to-top {
    border-radius: 50%;
    bottom: 24px;
    height: 48px;
    left: 24px;
    padding: 0;
    right: auto;
    justify-content: center;
    width: 48px;
  }

  .ns-back-to-top span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .main-navigation > ul,
  .menu-toggle span:not(.screen-reader-text) {
    transition: none;
  }

  html.ns-page-transition-ready .site {
    animation: none;
    transition: none;
  }
}
