:root {
  --stenencia-shadow: 0 18px 50px rgba(83, 43, 43, .09);
  --stenencia-border: rgba(17, 113, 112, .18);
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; font-size: clamp(1.05rem, 1.35vw, 1.2rem); }
* { box-sizing: border-box; }
a, button, input, select, textarea { transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid #F14D25;
  outline-offset: 3px;
}
.wp-site-blocks { min-height: 100vh; }
.site-header {
  position: relative;
  z-index: 10;
  min-height: 80px;
  border-bottom: 1px solid var(--stenencia-border);
}
.site-header > .wp-block-group { min-height: 48px; }
.site-header .wp-block-navigation-item__content {
  position: relative;
  padding: .65rem .1rem;
  color: #532B2B;
  text-decoration: none;
}
.site-header .wp-block-navigation-item__content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: .35rem;
  left: 0;
  height: 2px;
  background: #F14D25;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}
.site-header .wp-block-navigation-item__content:hover { color: #117170; }
.site-header .wp-block-navigation-item__content:hover::after,
.site-header .current-menu-item > .wp-block-navigation-item__content::after,
.site-header .wp-block-navigation-item__content[aria-current="page"]::after { transform: scaleX(1); }
.stenencia-brand {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  width: clamp(190px, 17vw, 220px);
  line-height: 0;
  overflow: visible;
  text-decoration: none;
}
.stenencia-brand img { display: block; flex: 0 0 auto; height: auto; max-height: none; overflow: visible; object-fit: contain; }
.stenencia-brand-mark { width: 45px; aspect-ratio: 415 / 345; }
.stenencia-brand-word { width: calc(100% - 54px); height: auto; }
.wp-site-blocks main > .wp-block-group.alignfull:not(.stenencia-hero) {
  padding-top: clamp(3rem, 5.5vw, 5rem) !important;
  padding-bottom: clamp(3rem, 5.5vw, 5rem) !important;
}
.wp-site-blocks main > p.stenencia-eyebrow:first-child { margin-top: 0; }
.wp-site-blocks main > h1 {
  max-width: 940px;
  margin-top: .35rem;
  margin-bottom: 1.15rem;
  line-height: 1.08;
}
.wp-site-blocks main > h1 + p {
  max-width: 900px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
h2 { line-height: 1.14; }
.stenencia-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(610px, calc(100vh - 80px));
  padding-top: clamp(4rem, 6vw, 5.5rem) !important;
  padding-bottom: clamp(4rem, 6vw, 5.5rem) !important;
}
.stenencia-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  right: -8rem;
  top: -9rem;
  background: rgba(243, 217, 176, .42);
}
.stenencia-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: clamp(2rem, 9vw, 9rem);
  top: 50%;
  width: clamp(210px, 24vw, 350px);
  aspect-ratio: 220 / 180;
  background: url("../images/stenencia-monogramme.png") center / contain no-repeat;
  opacity: .055;
  transform: translateY(-44%);
}
.stenencia-hero h1 { max-width: 850px; line-height: 1.06; }
.stenencia-hero p.has-large-font-size { max-width: 790px; }
.stenencia-eyebrow {
  color: #117170;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.stenencia-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--stenencia-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--stenencia-shadow);
}
.stenencia-card h3 { margin-top: 0; }
.stenencia-card .wp-block-button { margin-top: auto; }
.stenencia-card > :last-child { margin-bottom: 0; }
.stenencia-service-row-primary > .wp-block-column,
.stenencia-service-row-secondary > .wp-block-column,
.stenencia-equal-cards > .wp-block-column { display: flex; }
.stenencia-service-row-secondary {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
}
.stenencia-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 1.5rem;
  width: min(1050px, 100%);
  max-width: 1050px !important;
  margin: 2.5rem auto;
}
.stenencia-services-grid .stenencia-card { margin: 0; }
.stenencia-support-link { max-width: 1050px !important; margin: 0 auto 2.5rem; }
.stenencia-wide { width: min(1050px, 100%); max-width: 1050px !important; margin-right: auto; margin-left: auto; }
.stenencia-steps-row > .wp-block-column { display: flex; }
.stenencia-steps-row .stenencia-step { width: 100%; }
.stenencia-icon {
  display: inline-grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 12px;
  color: #fff;
  background: #117170;
  font-weight: 800;
}
.stenencia-highlight {
  border-left: 5px solid #F14D25;
  border-radius: 18px;
  box-shadow: var(--stenencia-shadow);
}
.stenencia-step {
  position: relative;
  padding-left: 4rem;
}
.stenencia-step-number {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  background: #F14D25;
  color: #fff;
  font-weight: 800;
}
.stenencia-check-list { list-style: none; padding-left: 0; }
.stenencia-check-list li { position: relative; padding-left: 1.8rem; margin-bottom: .65rem; }
.stenencia-check-list li::before { content: "\2713"; position: absolute; left: 0; color: #117170; font-weight: 900; }
.stenencia-legal-note { padding: 1rem 1.2rem; border-radius: 12px; background: #FCF7EF; font-size: .9rem; }
.stenencia-page-legal,
.stenencia-page-support { width: min(1050px, 100%); }
.stenencia-page-legal > h2 { margin-top: clamp(2rem, 4vw, 3rem); margin-bottom: .65rem; }
.stenencia-page-support .wp-block-columns { align-items: stretch; }
.stenencia-page-support .wp-block-column { display: flex; }
.stenencia-page-support .stenencia-card { width: 100%; }
.stenencia-page-contact > * { max-width: 1050px !important; }
.stenencia-page-contact > .stenencia-eyebrow,
.stenencia-page-contact > h1,
.stenencia-page-contact > h1 + p,
.stenencia-page-contact > .stenencia-contact-form,
.stenencia-page-contact > .stenencia-legal-note {
  width: min(1050px, 100%);
  max-width: 1050px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.stenencia-about {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: min(1230px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: clamp(2.75rem, 5vw, 4.25rem) 0 clamp(2.5rem, 4vw, 3.5rem);
}
.stenencia-about > .stenencia-about-hero,
.stenencia-about > .stenencia-about-method,
.stenencia-about > .stenencia-about-cta {
  width: 100%;
  max-width: none !important;
}
.stenencia-about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(390px, 1fr);
  align-items: start;
  gap: clamp(2.5rem, 4.2vw, 3.25rem);
}
.stenencia-about-intro h1 {
  max-width: 745px;
  margin: .7rem 0 1.55rem;
  font-size: clamp(2.35rem, 3.65vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -.025em;
}
.stenencia-about-lead {
  max-width: 735px;
  margin: 0 0 1.25rem;
  font-size: clamp(1.3rem, 1.7vw, 1.55rem);
  line-height: 1.52;
}
.stenencia-about-copy {
  max-width: 700px;
  margin: 0;
  font-size: clamp(1.04rem, 1.2vw, 1.125rem);
  line-height: 1.55;
}
.stenencia-about-intro > :last-child { margin-bottom: 0; }
.stenencia-about-aside {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 465px;
  padding: clamp(2.4rem, 3.7vw, 3.35rem);
  border: 1px solid rgba(17, 113, 112, .08);
  border-radius: 18px;
  background: #FBF5EB;
  box-shadow: 0 14px 38px rgba(83, 43, 43, .055);
}
.stenencia-about-aside::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 1.1rem;
  bottom: 1rem;
  width: 12.75rem;
  aspect-ratio: 418 / 343;
  background: url("../images/stenencia-monogramme.png") center / contain no-repeat;
  opacity: .055;
}
.stenencia-about-aside-icon { display: block; width: 64px; height: 64px; margin-bottom: 1.5rem; }
.stenencia-about-aside h2 {
  max-width: 390px;
  margin: 0 0 1.35rem;
  font-size: clamp(1.8rem, 2.25vw, 2.1rem);
  line-height: 1.08;
}
.stenencia-about-aside p { max-width: 380px; margin: 0; font-size: 1.09rem; line-height: 1.52; }
.stenencia-about-rule { display: block; width: 48px; height: 3px; margin-top: 1.85rem; background: #117170; }
.stenencia-about-method { margin-top: clamp(2rem, 3vw, 2.5rem); }
.stenencia-about-method > .stenencia-eyebrow,
.stenencia-about-method > h2 { text-align: center; }
.stenencia-about-method > h2 {
  margin: .45rem 0 clamp(1.6rem, 3vw, 2.15rem);
  font-size: clamp(2rem, 2.8vw, 2.55rem);
  line-height: 1.1;
}
.stenencia-about-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}
.stenencia-about-card {
  min-width: 0;
  min-height: 202px;
  padding: 2rem 2.1rem;
  border: 1px solid #CDE4E3;
  border-radius: 15px;
  background: #fff;
}
.stenencia-about-card-heading { display: flex; align-items: center; gap: 1.15rem; margin-bottom: 1.2rem; }
.stenencia-about-card-heading img { flex: 0 0 auto; width: 58px; height: 58px; }
.stenencia-about-card h3 { margin: 0; font-size: 1.45rem; line-height: 1.15; }
.stenencia-about-card p { margin: 0; font-size: 1rem; line-height: 1.5; }
.stenencia-about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  min-height: 190px;
  margin-top: 1.75rem;
  padding: clamp(1.9rem, 2.9vw, 2.25rem) clamp(2rem, 3.8vw, 3.1rem);
  border-radius: 17px;
  background: #E7F5F4;
}
.stenencia-about-cta-copy { display: flex; align-items: center; gap: 1.75rem; }
.stenencia-about-cta-copy > img { flex: 0 0 auto; width: 48px; height: 48px; }
.stenencia-about-cta h2 { margin: 0 0 .3rem; font-size: clamp(1.55rem, 2.15vw, 1.95rem); }
.stenencia-about-cta p { margin-bottom: 0; }
.stenencia-about-cta .wp-block-buttons { flex: 0 0 auto; }
.stenencia-about-cta .wp-block-button__link { display: inline-flex; align-items: center; gap: 1rem; padding: .9rem 1.35rem; }
.stenencia-about-cta .wp-block-button__link span { font-size: 1.3em; line-height: 1; }
body:has(.stenencia-about) .site-header a[href="/a-propos/"]::after {
  background: #117170;
  transform: scaleX(1);
}
.stenencia-contact-form {
  width: min(1050px, 100%);
  margin-right: auto;
  margin-left: auto;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  border: 1px solid var(--stenencia-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--stenencia-shadow);
}
.stenencia-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1.25rem; }
.stenencia-contact-form label { display: block; color: #532B2B; font-weight: 700; }
.stenencia-contact-form input:not([type="checkbox"]), .stenencia-contact-form select, .stenencia-contact-form textarea {
  width: 100%;
  margin-top: .35rem;
  border: 1px solid rgba(83, 43, 43, .28);
  border-radius: 10px;
  padding: .7rem .85rem;
  background: #fff;
  color: #2D2626;
  font: inherit;
}
.stenencia-contact-form input:focus, .stenencia-contact-form select:focus, .stenencia-contact-form textarea:focus { border-color: #117170; }
.stenencia-contact-form button { border: 0; border-radius: 999px; padding: .9rem 1.4rem; background: #117170; color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.stenencia-contact-form button:hover { background: #0B5554; transform: translateY(-1px); }
.stenencia-consent label { color: #2D2626; font-weight: 400; }
.stenencia-consent input { margin-right: .45rem; }
.stenencia-form-note, .optional { font-size: .86rem; font-weight: 400; color: #6B5A5A; }
.stenencia-honeypot { position: absolute !important; left: -9999px !important; }
.stenencia-form-status { margin-bottom: 1.25rem; padding: 1rem; border-radius: 10px; font-weight: 700; }
.stenencia-form-success { background: #E6F4F2; color: #0B5554; }
.stenencia-form-error { background: #FFF0EC; color: #8B2C16; }
.site-footer a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.site-footer .wp-block-columns { align-items: flex-start; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: .5rem; }
.site-footer h3 { margin-top: .25rem; margin-bottom: .8rem; }
.stenencia-footer-identity {
  width: min(100%, calc(68px + .85rem + 270px + 1.1rem));
  max-width: 100%;
}
.stenencia-footer-brand {
  display: inline-grid;
  grid-template-columns: 68px minmax(0, 270px);
  align-items: center;
  gap: .85rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  margin-bottom: 1rem;
  padding: .3rem .55rem;
  overflow: visible;
  border-radius: 9px;
  background: #FCF7EF;
}
.stenencia-footer-brand img { display: block; height: auto; max-height: none; overflow: visible; object-fit: contain; }
.stenencia-footer-mark { width: 68px; }
.stenencia-footer-word-group { display: flex; min-width: 0; flex-direction: column; align-items: stretch; }
.stenencia-footer-wordmark { width: 270px; max-width: 100%; }
.stenencia-footer-signature {
  display: block;
  width: 270px;
  max-width: 100%;
  margin-top: 0;
}
.stenencia-footer-identity > p {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.5;
}
.stenencia-footer-brand strong {
  display: block;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: .14em;
}
.stenencia-footer-brand span { display: block; margin-top: .15rem; color: #F3D9B0; font-size: .86rem; letter-spacing: .05em; }
.site-footer > p:last-child { opacity: .9; letter-spacing: .02em; }

@media (max-width: 781px) {
  body { font-size: 1.05rem; }
  .site-header { min-height: 72px; }
  .stenencia-brand { width: clamp(145px, 43vw, 170px); gap: .4rem; }
  .stenencia-brand-mark { width: 34px; }
  .stenencia-brand-word { width: calc(100% - 41px); }
  .wp-site-blocks main > .wp-block-group.alignfull:not(.stenencia-hero) {
    padding-top: clamp(2.75rem, 11vw, 3.5rem) !important;
    padding-bottom: clamp(2.75rem, 11vw, 3.5rem) !important;
  }
  .stenencia-hero {
    min-height: auto;
    padding-top: clamp(3rem, 12vw, 4rem) !important;
    padding-bottom: clamp(3rem, 12vw, 4rem) !important;
  }
  .stenencia-hero::after { right: -5rem; width: 230px; opacity: .04; }
  .stenencia-hero h1,
  .wp-site-blocks main > h1 { line-height: 1.1; }
  .stenencia-services-grid { grid-template-columns: 1fr; margin-top: 2rem; }
  .stenencia-page-support .wp-block-column { display: block; }
  .stenencia-about {
    gap: 2.75rem;
    width: min(100% - 2rem, 1230px);
    padding-top: 2.5rem;
  }
  .stenencia-about-hero {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .stenencia-about-intro h1 { font-size: clamp(2.15rem, 9.2vw, 2.75rem); }
  .stenencia-about-aside { min-height: 375px; padding: 2.15rem; }
  .stenencia-about-cards { grid-template-columns: 1fr; }
  .stenencia-about-card { min-height: 0; padding: 1.6rem 1.65rem; }
  .stenencia-about-card-heading img { width: 52px; height: 52px; }
  .stenencia-about-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .stenencia-about-cta-copy { align-items: flex-start; }
  .stenencia-about-cta-copy > img { width: 40px; height: 40px; }
  .stenencia-about-cta .wp-block-buttons,
  .stenencia-about-cta .wp-block-button,
  .stenencia-about-cta .wp-block-button__link {
    width: 100%;
  }
  .stenencia-about-cta .wp-block-button__link { justify-content: center; text-align: center; }
  .stenencia-form-grid { grid-template-columns: 1fr; }
  .stenencia-hero .wp-block-buttons { width: 100%; }
  .stenencia-hero .wp-block-button { width: 100%; }
  .stenencia-hero .wp-block-button__link { width: 100%; text-align: center; }
  .site-header { padding-top: .75rem !important; padding-bottom: .75rem !important; }
  .site-header .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
  .site-header .wp-block-navigation__responsive-container-open { display: flex !important; }
  .wp-block-navigation__responsive-container.is-menu-open { padding: 1.5rem; }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content { align-items: flex-start; }
  .site-footer .wp-block-columns { gap: 1.8rem; }
  .stenencia-footer-identity { width: min(100%, calc(58px + .85rem + 230px + 1.1rem)); }
  .stenencia-footer-brand { grid-template-columns: 58px minmax(0, 230px); }
  .stenencia-footer-mark { width: 58px; }
  .stenencia-footer-wordmark { width: 230px; }
  .stenencia-footer-signature { width: 230px; }
}

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

/* Homepage 1.6.0 — styles intentionally scoped to the homepage. */
.stenencia-home {
  box-sizing: border-box;
  width: min(1230px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: clamp(3.4rem, 5vw, 5.25rem) 0 clamp(3.5rem, 5vw, 5rem);
  color: #532B2B;
}
.stenencia-home *,
.stenencia-home *::before,
.stenencia-home *::after { box-sizing: border-box; }
.stenencia-home section { min-width: 0; }
.stenencia-home h1,
.stenencia-home h2,
.stenencia-home h3,
.stenencia-home p { margin-top: 0; }
.stenencia-home h2 {
  font-size: clamp(2rem, 2.55vw, 2.45rem);
  line-height: 1.14;
}
.stenencia-home h3 { line-height: 1.2; }
.stenencia-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, .84fr);
  gap: clamp(2.5rem, 5vw, 5.2rem);
  align-items: center;
}
.stenencia-home-hero-copy { max-width: 675px; }
.stenencia-home .stenencia-eyebrow {
  margin-bottom: 1rem;
  color: #117170;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.stenencia-home-hero h1 {
  max-width: 670px;
  margin-bottom: 1.35rem;
  font-size: clamp(3rem, 3.8vw, 3.4rem);
  line-height: 1.07;
  letter-spacing: -.035em;
}
.stenencia-home-lead {
  max-width: 635px;
  margin-bottom: 1.7rem;
  color: #3f3433;
  font-size: clamp(1.12rem, 1.45vw, 1.23rem);
  line-height: 1.62;
}
.stenencia-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
}
.stenencia-home-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  padding: .8rem 1.45rem;
  border: 1px solid #117170;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}
.stenencia-home-button-primary { background: #117170; color: #fff; }
.stenencia-home-button-secondary { background: #fff; color: #117170; }
.stenencia-home-button:hover { transform: translateY(-1px); }
.stenencia-home-button-primary:hover { background: #0c5d5c; color: #fff; }
.stenencia-home-button-secondary:hover { background: #E7F5F4; color: #0c5d5c; }
.stenencia-home-button:focus-visible {
  outline: 3px solid rgba(241,77,37,.35);
  outline-offset: 3px;
}
.stenencia-home-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(205,228,227,.65);
  border-radius: 18px;
  background: #FBF5EB;
}
.stenencia-home-watermark {
  position: absolute;
  z-index: 0;
  top: 50px;
  right: 20px;
  width: min(68%, 330px);
  height: auto;
  opacity: .055;
}
.stenencia-home-office {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.stenencia-home-visual-circle {
  position: absolute;
  z-index: 3;
  top: -30px;
  right: -26px;
  width: 116px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(241,77,37,.13);
}
.stenencia-home-visual-dots {
  position: absolute;
  z-index: 3;
  bottom: 12px;
  left: -2px;
  width: 92px;
  height: 70px;
  opacity: .65;
  background-image: radial-gradient(#F14D25 1.35px, transparent 1.35px);
  background-size: 12px 12px;
}
.stenencia-home-intro {
  max-width: 900px;
  margin: clamp(3.4rem, 6vw, 5.5rem) auto clamp(3rem, 5vw, 4.6rem);
  text-align: center;
}
.stenencia-home-intro h2 { margin-bottom: .85rem; }
.stenencia-home-intro p {
  margin-bottom: 1.15rem;
  color: #3f3433;
  font-size: 1.16rem;
  line-height: 1.62;
}
.stenencia-home-intro > span {
  display: block;
  width: 54px;
  height: 3px;
  margin: 0 auto;
  background: #117170;
}
.stenencia-home-services > h2,
.stenencia-home-process > h2,
.stenencia-home-benefits > h2 {
  margin-bottom: 1.65rem;
  text-align: center;
}
.stenencia-home-services-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.3rem;
}
.stenencia-home-service-card {
  display: flex;
  grid-column: span 2;
  min-height: 272px;
  flex-direction: column;
  padding: 1.6rem 1.65rem;
  border: 1px solid #CDE4E3;
  border-radius: 15px;
  background: #fff;
}
.stenencia-home-service-card:nth-child(4) { grid-column: 2 / span 2; }
.stenencia-home-service-card:nth-child(5) { grid-column: 4 / span 2; }
.stenencia-home-card-top {
  display: flex;
  min-height: 52px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.stenencia-home-card-top > span {
  display: inline-grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 7px;
  background: #117170;
  color: #fff;
  font-size: .88rem;
  font-weight: 700;
}
.stenencia-home-card-top img { width: 48px; height: 48px; }
.stenencia-home-service-card h3 {
  margin-bottom: .75rem;
  font-size: 1.27rem;
}
.stenencia-home-service-card p {
  margin-bottom: 1rem;
  color: #493e3c;
  font-size: 1rem;
  line-height: 1.53;
}
.stenencia-home-service-card > a {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin-top: auto;
  color: #117170;
  font-weight: 700;
  text-underline-offset: .2em;
}
.stenencia-home-highlight {
  position: relative;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 145px;
  gap: 1.65rem;
  align-items: start;
  margin: clamp(3rem, 5vw, 4.7rem) 0;
  overflow: hidden;
  padding: clamp(2rem, 3.4vw, 2.7rem);
  border: 1px solid #F0DECA;
  border-left: 4px solid #F14D25;
  border-radius: 17px;
  background: #FBF5EB;
}
.stenencia-home-highlight-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1.5px solid #117170;
  border-radius: 50%;
}
.stenencia-home-highlight-icon img { width: 52px; height: 52px; }
.stenencia-home-highlight h2 {
  margin-bottom: .65rem;
  font-size: clamp(1.75rem, 2.3vw, 2.2rem);
}
.stenencia-home-highlight-copy > p {
  max-width: 845px;
  margin-bottom: 1.1rem;
  color: #403635;
  line-height: 1.58;
}
.stenencia-home-highlight .stenencia-home-button { min-height: 47px; }
.stenencia-home-highlight-decoration {
  align-self: center;
  width: 140px;
  height: 140px;
  opacity: .12;
}
.stenencia-home-process { margin-bottom: clamp(3rem, 5vw, 4.6rem); }
.stenencia-home-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.65rem;
}
.stenencia-home-process-card {
  position: relative;
  display: grid;
  min-height: 170px;
  grid-template-columns: 44px 54px minmax(0, 1fr);
  gap: .9rem;
  align-items: start;
  padding: 1.45rem;
  border: 1px solid #CDE4E3;
  border-radius: 15px;
  background: #fff;
}
.stenencia-home-process-card:not(:last-child)::after {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: -1.52rem;
  width: 1.4rem;
  overflow: hidden;
  color: #117170;
  content: "···›";
  font-weight: 700;
  letter-spacing: .05em;
  transform: translateY(-50%);
}
.stenencia-home-step-number {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: #E7F5F4;
  color: #117170;
  font-weight: 700;
}
.stenencia-home-process-card > img { width: 52px; height: 52px; }
.stenencia-home-process-card h3 {
  margin-bottom: .55rem;
  font-size: 1.2rem;
}
.stenencia-home-process-card p {
  margin-bottom: 0;
  color: #493e3c;
  font-size: .94rem;
  line-height: 1.5;
}
.stenencia-home-benefits {
  margin-bottom: clamp(3rem, 5vw, 4.5rem);
  text-align: center;
}
.stenencia-home-benefits > h2 { margin-bottom: .6rem; }
.stenencia-home-benefits > p {
  margin-bottom: 1.8rem;
  color: #493e3c;
  font-size: 1.06rem;
}
.stenencia-home-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.stenencia-home-benefits-grid > div {
  display: flex;
  min-height: 80px;
  align-items: center;
  gap: 1rem;
  padding: .6rem 1.35rem;
  text-align: left;
}
.stenencia-home-benefits-grid > div + div { border-left: 1px solid #CDE4E3; }
.stenencia-home-benefits-grid img { width: 47px; height: 47px; flex: 0 0 auto; }
.stenencia-home-benefits-grid strong {
  color: #493e3c;
  font-size: .98rem;
  line-height: 1.35;
}
.stenencia-home-cta {
  display: flex;
  min-height: 158px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 2.4rem;
  border: 1px solid rgba(205,228,227,.75);
  border-radius: 17px;
  background: #E7F5F4;
}
.stenencia-home-cta-copy {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 1.5rem;
}
.stenencia-home-cta-copy > img { width: 58px; height: 58px; flex: 0 0 auto; }
.stenencia-home-cta h2 {
  margin-bottom: .45rem;
  font-size: clamp(1.75rem, 2.4vw, 2.25rem);
}
.stenencia-home-cta p {
  margin-bottom: 0;
  color: #493e3c;
  font-size: 1.05rem;
}
.stenencia-home-cta > .stenencia-home-button { flex: 0 0 auto; }
body:has(.stenencia-home) .site-header a[href="/"]::after {
  background: #117170;
  transform: scaleX(1);
}

@media (max-width: 1024px) {
  .stenencia-home-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
    gap: 2.3rem;
  }
  .stenencia-home-hero h1 { font-size: clamp(2.65rem, 4.8vw, 3rem); }
  .stenencia-home-visual { min-height: 390px; }
  .stenencia-home-service-card { min-height: 285px; }
  .stenencia-home-process-card {
    grid-template-columns: 40px 48px minmax(0, 1fr);
    gap: .7rem;
    padding: 1.25rem;
  }
  .stenencia-home-process-card > img { width: 46px; height: 46px; }
  .stenencia-home-benefits-grid > div { padding-inline: .8rem; }
}

@media (max-width: 850px) {
  .stenencia-home-hero { grid-template-columns: 1fr; }
  .stenencia-home-hero-copy { max-width: 720px; }
  .stenencia-home-visual { min-height: 420px; }
  .stenencia-home-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stenencia-home-service-card,
  .stenencia-home-service-card:nth-child(4),
  .stenencia-home-service-card:nth-child(5) { grid-column: auto; }
  .stenencia-home-service-card:last-child { grid-column: 1 / -1; width: calc(50% - .65rem); justify-self: center; }
  .stenencia-home-highlight { grid-template-columns: 70px minmax(0, 1fr); }
  .stenencia-home-highlight-decoration { display: none; }
  .stenencia-home-process-grid { grid-template-columns: 1fr; }
  .stenencia-home-process-card { min-height: 0; }
  .stenencia-home-process-card:not(:last-child)::after { display: none; }
  .stenencia-home-benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stenencia-home-benefits-grid > div:nth-child(3) { border-left: 0; }
  .stenencia-home-benefits-grid > div:nth-child(n+3) { border-top: 1px solid #CDE4E3; }
  .stenencia-home-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
  .stenencia-home {
    width: min(100% - 2rem, 1230px);
    padding-top: 2.8rem;
  }
  .stenencia-home-hero h1 { font-size: clamp(2.15rem, 10vw, 2.55rem); }
  .stenencia-home-lead { font-size: 1.08rem; line-height: 1.55; }
  .stenencia-home-actions { flex-direction: column; }
  .stenencia-home-actions .stenencia-home-button { width: 100%; }
  .stenencia-home-visual { min-height: 320px; }
  .stenencia-home-intro { margin-block: 3rem; }
  .stenencia-home-intro p { font-size: 1.05rem; }
  .stenencia-home-services-grid { grid-template-columns: 1fr; }
  .stenencia-home-service-card,
  .stenencia-home-service-card:last-child { width: 100%; min-height: 0; grid-column: auto; }
  .stenencia-home-highlight {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 1.55rem;
  }
  .stenencia-home-highlight-icon { width: 62px; height: 62px; }
  .stenencia-home-highlight-icon img { width: 45px; height: 45px; }
  .stenencia-home-highlight .stenencia-home-button { width: 100%; }
  .stenencia-home-process-card { grid-template-columns: 40px 48px minmax(0, 1fr); padding: 1.25rem; }
  .stenencia-home-benefits-grid { grid-template-columns: 1fr; }
  .stenencia-home-benefits-grid > div {
    min-height: 78px;
    padding: 1rem .4rem;
    border-left: 0 !important;
  }
  .stenencia-home-benefits-grid > div + div { border-top: 1px solid #CDE4E3; }
  .stenencia-home-cta { min-height: 0; padding: 1.65rem; }
  .stenencia-home-cta-copy { align-items: flex-start; gap: 1rem; }
  .stenencia-home-cta-copy > img { width: 44px; height: 44px; }
  .stenencia-home-cta > .stenencia-home-button { width: 100%; }
}

/* Situations administratives complexes 1.7.0 — page-scoped styles. */
.stenencia-complex {
  position: relative;
  box-sizing: border-box;
  width: min(1230px, calc(100% - 2.5rem));
  margin: 0 auto;
  overflow: hidden;
  padding: clamp(3.4rem, 5vw, 5rem) 0 clamp(3.5rem, 5vw, 4.75rem);
  color: #532B2B;
}
.stenencia-complex *,
.stenencia-complex *::before,
.stenencia-complex *::after { box-sizing: border-box; }
.stenencia-complex h1,
.stenencia-complex h2,
.stenencia-complex h3,
.stenencia-complex p { margin-top: 0; }
.stenencia-complex-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .44fr) minmax(0, .56fr);
  gap: clamp(3rem, 5.5vw, 5.7rem);
  align-items: center;
}
.stenencia-complex-hero::before {
  position: absolute;
  z-index: -1;
  top: -8rem;
  left: -18vw;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(241,77,37,.09);
  border-radius: 50%;
  content: "";
}
.stenencia-complex-hero-copy::after {
  position: absolute;
  z-index: -1;
  top: 130px;
  left: -15vw;
  width: 390px;
  height: 180px;
  border-top: 1px solid rgba(241,77,37,.13);
  border-radius: 50%;
  content: "";
  transform: rotate(-18deg);
}
.stenencia-complex .stenencia-eyebrow {
  margin-bottom: 1.5rem;
  color: #117170;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.stenencia-complex-hero h1 {
  max-width: 560px;
  margin-bottom: 1.45rem;
  font-size: clamp(3rem, 3.5vw, 3rem);
  line-height: 1.09;
  letter-spacing: -.035em;
}
.stenencia-complex-title-rule,
.stenencia-complex-section-rule {
  display: block;
  width: 54px;
  height: 3px;
  background: #117170;
}
.stenencia-complex-title-rule { margin-bottom: 1.75rem; }
.stenencia-complex-lead {
  max-width: 525px;
  margin-bottom: 0;
  color: #403635;
  font-size: clamp(1.18rem, 1.5vw, 1.3rem);
  line-height: 1.65;
}
.stenencia-complex-help {
  position: relative;
  min-height: 555px;
  overflow: hidden;
  padding: clamp(2rem, 3vw, 2.7rem);
  border: 1px solid #F0DECA;
  border-left: 4px solid #F14D25;
  border-radius: 16px;
  background: #FBF5EB;
  box-shadow: 0 12px 28px rgba(83,43,43,.1);
}
.stenencia-complex-help-heading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.3rem;
}
.stenencia-complex-help-heading > span {
  display: grid;
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.78);
  box-shadow: 0 6px 15px rgba(83,43,43,.08);
}
.stenencia-complex-help-heading img { width: 43px; height: 43px; }
.stenencia-complex-help h2 {
  margin-bottom: 0;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.18;
}
.stenencia-complex-help ul {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}
.stenencia-complex-help li {
  position: relative;
  min-height: 31px;
  padding: .23rem 0 .23rem 2.35rem;
  color: #352f2e;
  font-size: 1.02rem;
  line-height: 1.45;
}
.stenencia-complex-help li::before {
  position: absolute;
  top: .3rem;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid #72aead;
  border-radius: 50%;
  color: #117170;
  content: "✓";
  font-size: .76rem;
  font-weight: 700;
}
.stenencia-complex-watermark {
  position: absolute;
  right: 9px;
  bottom: 6px;
  width: 145px;
  height: auto;
  opacity: .055;
}
.stenencia-complex-method {
  margin-top: clamp(3.2rem, 5.3vw, 5rem);
  text-align: center;
}
.stenencia-complex-method > h2 {
  margin-bottom: .75rem;
  font-size: clamp(2rem, 2.8vw, 2.5rem);
}
.stenencia-complex-section-rule { margin: 0 auto 2rem; }
.stenencia-complex-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
.stenencia-complex-method-card {
  display: flex;
  min-height: 305px;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.7rem 1.8rem;
  border: 1px solid #9ecbca;
  border-radius: 16px;
  background: #fff;
}
.stenencia-complex-method-icon {
  display: grid;
  width: 84px;
  height: 84px;
  place-items: center;
  margin-bottom: .8rem;
  border-radius: 50%;
  background: #FBF5EB;
  box-shadow: 0 5px 14px rgba(83,43,43,.07);
}
.stenencia-complex-method-icon img { width: 51px; height: 51px; }
.stenencia-complex-method-number {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  margin-bottom: .65rem;
  border-radius: 50%;
  background: #F14D25;
  color: #fff;
  font-weight: 700;
}
.stenencia-complex-method-card h3 {
  margin-bottom: .55rem;
  font-size: 1.45rem;
}
.stenencia-complex-method-card p {
  max-width: 310px;
  margin-bottom: 0;
  color: #493e3c;
  font-size: 1rem;
  line-height: 1.52;
}
.stenencia-complex-cta {
  position: relative;
  display: flex;
  min-height: 170px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: clamp(1.8rem, 3vw, 2.4rem);
  overflow: hidden;
  padding: 1.8rem 2.7rem;
  border-radius: 17px;
  background: #006F6B;
  color: #fff;
}
.stenencia-complex-cta::after {
  position: absolute;
  right: -55px;
  bottom: -130px;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 13px rgba(255,255,255,.035), 0 0 0 26px rgba(255,255,255,.025);
  content: "";
}
.stenencia-complex-cta-copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1.7rem;
}
.stenencia-complex-cta-copy > span {
  display: grid;
  width: 92px;
  height: 92px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
}
.stenencia-complex-cta-copy img {
  width: 58px;
  height: 58px;
  filter: brightness(0) invert(1);
}
.stenencia-complex-cta h2 {
  margin-bottom: .4rem;
  color: #fff;
  font-size: clamp(1.65rem, 2.3vw, 2.05rem);
}
.stenencia-complex-cta p {
  margin-bottom: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.45;
}
.stenencia-complex-cta > a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-height: 58px;
  min-width: 315px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem 1.5rem;
  border: 2px solid transparent;
  border-radius: 12px;
  background: #FBF5EB;
  color: #117170;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
}
.stenencia-complex-cta > a:hover { background: #fff; }
.stenencia-complex-cta > a:focus-visible {
  border-color: #F14D25;
  outline: 3px solid rgba(255,255,255,.8);
  outline-offset: 3px;
}
body:has(.stenencia-complex) .site-header .wp-block-navigation-item__content[href="/situations-administratives-complexes/"]::after {
  background: #117170;
  transform: scaleX(1);
}

@media (max-width: 1024px) {
  .stenencia-complex-hero {
    grid-template-columns: minmax(0, .42fr) minmax(0, .58fr);
    gap: 2.6rem;
  }
  .stenencia-complex-hero h1 { font-size: clamp(2.65rem, 4.8vw, 3rem); }
  .stenencia-complex-help { min-height: 575px; padding: 2rem; }
  .stenencia-complex-method-grid { gap: 1.25rem; }
  .stenencia-complex-cta { padding-inline: 2rem; }
  .stenencia-complex-cta > a { min-width: 285px; }
}

@media (max-width: 800px) {
  .stenencia-complex-hero { grid-template-columns: 1fr; }
  .stenencia-complex-hero-copy { max-width: 690px; }
  .stenencia-complex-help { min-height: 0; }
  .stenencia-complex-method-grid { grid-template-columns: 1fr; }
  .stenencia-complex-method-card { min-height: 0; }
  .stenencia-complex-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .stenencia-complex-cta > a { width: 100%; min-width: 0; }
}

@media (max-width: 600px) {
  .stenencia-complex {
    width: min(100% - 2rem, 1230px);
    padding-top: 2.8rem;
  }
  .stenencia-complex-hero h1 {
    font-size: clamp(2.15rem, 10vw, 2.55rem);
    line-height: 1.1;
  }
  .stenencia-complex-hero h1 br { display: none; }
  .stenencia-complex-lead { font-size: 1.08rem; line-height: 1.58; }
  .stenencia-complex-help { padding: 1.5rem; }
  .stenencia-complex-help-heading { align-items: flex-start; gap: 1rem; }
  .stenencia-complex-help-heading > span { width: 58px; height: 58px; }
  .stenencia-complex-help-heading img { width: 38px; height: 38px; }
  .stenencia-complex-help li { padding-left: 2rem; font-size: .98rem; }
  .stenencia-complex-method-card { padding: 1.5rem; }
  .stenencia-complex-cta { padding: 1.6rem; }
  .stenencia-complex-cta-copy { align-items: flex-start; gap: 1rem; }
  .stenencia-complex-cta-copy > span { width: 64px; height: 64px; }
  .stenencia-complex-cta-copy img { width: 42px; height: 42px; }
  .stenencia-complex-cta p br { display: none; }
  .stenencia-complex-cta > a { min-height: 54px; }
}

/* Services 1.8.0 — page-scoped styles. */
.stenencia-services {
  position: relative;
  box-sizing: border-box;
  width: min(1230px, calc(100% - 2.5rem));
  margin: 0 auto;
  overflow: hidden;
  padding: clamp(3.5rem, 5vw, 5rem) 0 clamp(3.5rem, 5vw, 4.8rem);
  color: #532B2B;
}
.stenencia-services *,
.stenencia-services *::before,
.stenencia-services *::after { box-sizing: border-box; }
.stenencia-services h1,
.stenencia-services h2,
.stenencia-services p { margin-top: 0; }
.stenencia-services::before {
  position: absolute;
  z-index: -1;
  top: -150px;
  left: -245px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(249,232,204,.43);
  content: "";
}
.stenencia-services::after {
  position: absolute;
  z-index: -1;
  top: 35px;
  left: -270px;
  width: 490px;
  height: 390px;
  border: 1px solid rgba(241,77,37,.18);
  border-radius: 50%;
  box-shadow: 18px 22px 0 -17px rgba(241,77,37,.13), 38px 48px 0 -37px rgba(241,77,37,.12);
  content: "";
  transform: rotate(18deg);
}
.stenencia-services-hero {
  width: min(850px, 75%);
  margin-bottom: clamp(2.4rem, 4vw, 3.6rem);
  padding-left: clamp(0rem, 4vw, 4.4rem);
}
.stenencia-services .stenencia-eyebrow {
  margin-bottom: 1.25rem;
  color: #117170;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.stenencia-services-hero h1 {
  margin-bottom: 1.3rem;
  font-size: clamp(3rem, 3.7vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.stenencia-services-hero > span {
  display: block;
  width: 55px;
  height: 3px;
  margin-bottom: 1.45rem;
  background: #117170;
}
.stenencia-services-hero > p:last-child {
  max-width: 625px;
  margin-bottom: 0;
  color: #403635;
  font-size: clamp(1.18rem, 1.5vw, 1.3rem);
  line-height: 1.58;
}
.stenencia-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.7rem;
  width: 100%;
  max-width: none !important;
  margin: 0;
}
.stenencia-services-card {
  min-height: 420px;
  padding: clamp(1.7rem, 2.5vw, 2.3rem);
  border: 1px solid #A9D1D0;
  border-radius: 16px;
  background: #fff;
}
.stenencia-services-card-heading {
  display: flex;
  min-height: 84px;
  align-items: center;
  gap: 1.35rem;
  margin-bottom: 1rem;
}
.stenencia-services-card-heading > span,
.stenencia-services-conversation > span,
.stenencia-services-cta > span {
  display: grid;
  width: 82px;
  height: 82px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #FBF5EB;
}
.stenencia-services-card-heading img { width: 51px; height: 51px; }
.stenencia-services-card-heading h2 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 1.8vw, 1.65rem);
  line-height: 1.16;
}
.stenencia-services-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.stenencia-services-card li {
  position: relative;
  min-height: 32px;
  padding: .28rem 0 .28rem 2.15rem;
  color: #403635;
  font-size: 1rem;
  line-height: 1.42;
}
.stenencia-services-card li::before {
  position: absolute;
  top: .38rem;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../icons/circle-check.svg") center / contain no-repeat;
  content: "";
}
.stenencia-services-conversation {
  display: flex;
  min-height: 185px;
  align-items: center;
  gap: 1.8rem;
  margin-top: 1.7rem;
  padding: 1.75rem 2.15rem;
  border: 1px solid #A9D1D0;
  border-radius: 16px;
  background: #fff;
}
.stenencia-services-conversation > span {
  width: 96px;
  height: 96px;
}
.stenencia-services-conversation img { width: 62px; height: 62px; }
.stenencia-services-conversation h2 {
  margin-bottom: .55rem;
  font-size: clamp(1.55rem, 2vw, 1.9rem);
}
.stenencia-services-conversation p {
  max-width: 930px;
  margin-bottom: .6rem;
  color: #403635;
  font-size: 1.02rem;
  line-height: 1.5;
}
.stenencia-services-conversation a {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  color: #117170;
  font-weight: 700;
  text-underline-offset: .2em;
}
.stenencia-services-conversation a:hover { color: #0c5d5c; }
.stenencia-services-conversation a:focus-visible,
.stenencia-services-cta a:focus-visible {
  outline: 3px solid rgba(241,77,37,.35);
  outline-offset: 3px;
}
.stenencia-services-cta {
  display: flex;
  min-height: 190px;
  align-items: center;
  gap: 2rem;
  margin-top: 1.7rem;
  padding: 1.8rem 2.35rem;
  border: 1px solid #F0D6B5;
  border-left: 4px solid #F14D25;
  border-radius: 16px;
  background: linear-gradient(100deg, #FBF5EB 0%, #F9E8CC 100%);
}
.stenencia-services-cta > span {
  width: 100px;
  height: 100px;
  background: rgba(255,255,255,.72);
}
.stenencia-services-cta img { width: 61px; height: 61px; }
.stenencia-services-cta h2 {
  margin-bottom: .5rem;
  font-size: clamp(1.65rem, 2.1vw, 2rem);
}
.stenencia-services-cta p {
  margin-bottom: .9rem;
  color: #403635;
  font-size: 1.06rem;
}
.stenencia-services-cta a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: .8rem 1.35rem;
  border-radius: 999px;
  background: #117170;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.stenencia-services-cta a:hover { background: #0c5d5c; }
body:has(.stenencia-services) .site-header .wp-block-navigation-item__content[href="/services/"]::after {
  background: #117170;
  transform: scaleX(1);
}

@media (max-width: 1024px) {
  .stenencia-services-hero { width: min(730px, 76%); padding-left: 2rem; }
  .stenencia-services-hero h1 { font-size: clamp(2.7rem, 5vw, 3rem); }
  .stenencia-services-card { min-height: 500px; padding: 1.7rem; }
  .stenencia-services-card-heading { gap: 1rem; }
  .stenencia-services-card-heading > span { width: 72px; height: 72px; }
  .stenencia-services-card-heading img { width: 46px; height: 46px; }
}

@media (max-width: 800px) {
  .stenencia-services-hero { width: 100%; padding-left: 0; }
  .stenencia-services-grid { grid-template-columns: 1fr; }
  .stenencia-services-card { min-height: 0; }
  .stenencia-services-conversation,
  .stenencia-services-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .stenencia-services {
    width: min(100% - 2rem, 1230px);
    padding-top: 2.8rem;
  }
  .stenencia-services-hero h1 {
    font-size: clamp(2.15rem, 10vw, 2.55rem);
    line-height: 1.1;
  }
  .stenencia-services-hero h1 br { display: none; }
  .stenencia-services-hero > p:last-child { font-size: 1.08rem; }
  .stenencia-services-card { padding: 1.4rem; }
  .stenencia-services-card-heading { min-height: 0; align-items: flex-start; }
  .stenencia-services-card-heading > span { width: 62px; height: 62px; }
  .stenencia-services-card-heading img { width: 40px; height: 40px; }
  .stenencia-services-card li { padding-left: 1.9rem; font-size: .98rem; }
  .stenencia-services-conversation,
  .stenencia-services-cta { padding: 1.45rem; }
  .stenencia-services-conversation > span,
  .stenencia-services-cta > span { width: 72px; height: 72px; }
  .stenencia-services-conversation img,
  .stenencia-services-cta img { width: 47px; height: 47px; }
  .stenencia-services-cta a { width: 100%; text-align: center; }
}

/* Support conversationnel 1.8.2 — page-scoped styles. */
.stenencia-support {
  position: relative;
  box-sizing: border-box;
  width: min(1230px, calc(100% - 2.5rem));
  margin: 0 auto;
  overflow: hidden;
  padding: clamp(3.6rem, 5vw, 5rem) 0 clamp(3.5rem, 5vw, 4.8rem);
  color: #532B2B;
}
.stenencia-support *,
.stenencia-support *::before,
.stenencia-support *::after { box-sizing: border-box; }
.stenencia-support h1,
.stenencia-support h2,
.stenencia-support p { margin-top: 0; }
.stenencia-support::before {
  position: absolute;
  z-index: -1;
  top: 45px;
  right: -255px;
  width: 500px;
  height: 500px;
  border: 36px solid rgba(17,113,112,.045);
  border-radius: 50%;
  content: "";
}
.stenencia-support::after {
  position: absolute;
  z-index: -1;
  top: 185px;
  right: -105px;
  width: 285px;
  height: 225px;
  border: 22px solid rgba(17,113,112,.045);
  border-radius: 55px;
  content: "";
}
.stenencia-support-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 5rem);
  margin-bottom: 2rem;
}
.stenencia-support-intro { padding-left: clamp(0rem, 2vw, 1.5rem); }
.stenencia-support .stenencia-eyebrow {
  margin-bottom: 1.25rem;
  color: #117170;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.stenencia-support-intro h1 {
  max-width: 660px;
  margin-bottom: 1.3rem;
  font-size: clamp(3rem, 3.7vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.stenencia-support-lead {
  max-width: 610px;
  margin-bottom: 1.55rem;
  color: #403635;
  font-size: clamp(1.18rem, 1.45vw, 1.3rem);
  line-height: 1.58;
}
.stenencia-support-intro .wp-block-button__link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: .85rem;
  padding: .8rem 1.35rem;
  border-radius: 999px;
  background: #117170;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.stenencia-support-intro .wp-block-button__link:hover { background: #0c5d5c; }
.stenencia-support-intro .wp-block-button__link:focus-visible,
.stenencia-support-cta a:focus-visible {
  outline: 3px solid rgba(241,77,37,.35);
  outline-offset: 3px;
}
.stenencia-support-visual {
  position: relative;
  display: grid;
  min-height: 390px;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 1.35rem;
  overflow: hidden;
  padding: 1.6rem 1.8rem;
  border: 1px solid #E6D8C5;
  border-radius: 18px;
  background: linear-gradient(135deg, #FBF5EB 0%, #fff 100%);
  box-shadow: 0 12px 35px rgba(83,43,43,.06);
}
.stenencia-support-visual::before {
  position: absolute;
  right: -60px;
  bottom: -85px;
  width: 210px;
  height: 210px;
  border: 18px solid rgba(17,113,112,.035);
  border-radius: 50%;
  content: "";
}
.stenencia-support-visual-core {
  display: grid;
  width: 165px;
  height: 165px;
  place-items: center;
  border: 1px solid #E6D8C5;
  border-radius: 50%;
  background: rgba(255,255,255,.72);
}
.stenencia-support-visual-core img { width: 92px; height: 92px; }
.stenencia-support-benefits { display: grid; gap: .95rem; }
.stenencia-support-benefit {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: .85rem;
}
.stenencia-support-benefit > span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid #E6D8C5;
  border-radius: 50%;
  background: rgba(255,255,255,.82);
}
.stenencia-support-benefit img { width: 29px; height: 29px; }
.stenencia-support-benefit strong {
  display: block;
  margin-bottom: .12rem;
  color: #532B2B;
  font-size: 1rem;
}
.stenencia-support-benefit p {
  margin-bottom: 0;
  color: #4b403e;
  font-size: .84rem;
  line-height: 1.35;
}
.stenencia-support-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.7rem;
  margin-bottom: 1.7rem;
}
.stenencia-support-card {
  height: 100%;
  min-height: 300px;
  padding: 2rem 2.2rem;
  border: 1px solid #CDE4E3;
  border-radius: 16px;
  background: #fff;
}
.stenencia-support-cards > .stenencia-support-card { margin-block-start: 0; }
.stenencia-support-card-heading {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin-bottom: 1.25rem;
}
.stenencia-support-card-heading > span {
  display: grid;
  width: 66px;
  height: 66px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #E7F5F4;
}
.stenencia-support-card-heading img { width: 42px; height: 42px; }
.stenencia-support-card-heading h2 {
  margin-bottom: 0;
  font-size: clamp(1.45rem, 1.8vw, 1.75rem);
}
.stenencia-support-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.stenencia-support-card li {
  position: relative;
  padding: .34rem 0 .34rem 2rem;
  color: #403635;
  font-size: 1rem;
  line-height: 1.45;
}
.stenencia-support-card li::before {
  position: absolute;
  top: .45rem;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("../icons/circle-check.svg") center / contain no-repeat;
  content: "";
}
.stenencia-support-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 1.7rem;
  padding: 1.4rem 1.5rem;
  border: 1px solid #A9D1D0;
  border-radius: 16px;
  background: #F5FBFA;
}
.stenencia-support-step {
  position: relative;
  display: grid;
  min-height: 125px;
  grid-template-columns: 68px 1fr;
  align-items: center;
  gap: 1rem;
  padding: .4rem 1.3rem;
}
.stenencia-support-step + .stenencia-support-step::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 72px;
  background: #CDE4E3;
  content: "";
  transform: translateY(-50%);
}
.stenencia-support-step > span {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid #CDE4E3;
  border-radius: 50%;
  background: #fff;
}
.stenencia-support-step img { width: 38px; height: 38px; }
.stenencia-support-step strong {
  display: block;
  margin-bottom: .35rem;
  color: #117170;
  font-size: 1.05rem;
}
.stenencia-support-step p {
  margin-bottom: 0;
  color: #4b403e;
  font-size: .83rem;
  line-height: 1.42;
}
.stenencia-support-cta {
  display: grid;
  min-height: 165px;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.7rem;
  padding: 1.75rem 2.25rem;
  border: 1px solid #F0D6B5;
  border-left: 4px solid #F14D25;
  border-radius: 16px;
  background: linear-gradient(100deg, #FBF5EB 0%, #F9E8CC 100%);
}
.stenencia-support-cta > span {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.72);
}
.stenencia-support-cta > span img { width: 53px; height: 53px; }
.stenencia-support-cta h2 {
  margin-bottom: .45rem;
  font-size: clamp(1.55rem, 2vw, 1.9rem);
}
.stenencia-support-cta p {
  margin-bottom: 0;
  color: #403635;
  font-size: 1rem;
  line-height: 1.45;
}
.stenencia-support-cta > a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: .9rem;
  padding: .8rem 1.35rem;
  border-radius: 999px;
  background: #117170;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.stenencia-support-cta > a:hover { background: #0c5d5c; }
body:has(.stenencia-support) .site-header .wp-block-navigation-item__content[href="/services/"]::after {
  background: #117170;
  transform: scaleX(1);
}

@media (max-width: 1024px) {
  .stenencia-support-hero { grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr); gap: 2rem; }
  .stenencia-support-intro h1 { font-size: clamp(2.65rem, 4.9vw, 3rem); }
  .stenencia-support-visual { grid-template-columns: 135px 1fr; min-height: 380px; padding: 1.4rem; }
  .stenencia-support-visual-core { width: 125px; height: 125px; }
  .stenencia-support-visual-core img { width: 74px; height: 74px; }
  .stenencia-support-card { padding: 1.7rem; }
  .stenencia-support-step { grid-template-columns: 58px 1fr; padding-inline: .75rem; }
  .stenencia-support-step > span { width: 52px; height: 52px; }
  .stenencia-support-step img { width: 32px; height: 32px; }
  .stenencia-support-cta { grid-template-columns: 78px 1fr; }
  .stenencia-support-cta > a { grid-column: 2; justify-self: start; }
  .stenencia-support-cta > span { width: 72px; height: 72px; }
}

@media (max-width: 800px) {
  .stenencia-support-hero { grid-template-columns: 1fr; }
  .stenencia-support-visual { min-height: 355px; }
  .stenencia-support-cards,
  .stenencia-support-process { grid-template-columns: 1fr; }
  .stenencia-support-card { min-height: 0; }
  .stenencia-support-step + .stenencia-support-step::before {
    top: 0;
    left: 1.3rem;
    width: calc(100% - 2.6rem);
    height: 1px;
    transform: none;
  }
}

@media (max-width: 600px) {
  .stenencia-support {
    width: min(100% - 2rem, 1230px);
    padding-top: 2.8rem;
  }
  .stenencia-support-intro { padding-left: 0; }
  .stenencia-support-intro h1 {
    font-size: clamp(2.15rem, 10vw, 2.55rem);
    line-height: 1.1;
  }
  .stenencia-support-lead { font-size: 1.08rem; }
  .stenencia-support-intro .wp-block-button,
  .stenencia-support-intro .wp-block-button__link { width: 100%; text-align: center; }
  .stenencia-support-intro .wp-block-button__link { justify-content: center; }
  .stenencia-support-visual {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 1.3rem;
  }
  .stenencia-support-visual-core {
    width: 110px;
    height: 110px;
    justify-self: center;
  }
  .stenencia-support-visual-core img { width: 66px; height: 66px; }
  .stenencia-support-benefit { grid-template-columns: 48px 1fr; }
  .stenencia-support-benefit > span { width: 44px; height: 44px; }
  .stenencia-support-benefit img { width: 26px; height: 26px; }
  .stenencia-support-card { padding: 1.4rem; }
  .stenencia-support-card-heading { align-items: flex-start; gap: .9rem; }
  .stenencia-support-card-heading > span { width: 58px; height: 58px; }
  .stenencia-support-card-heading img { width: 36px; height: 36px; }
  .stenencia-support-card li { padding-left: 1.85rem; font-size: .98rem; }
  .stenencia-support-process { padding: .7rem 1rem; }
  .stenencia-support-step { grid-template-columns: 52px 1fr; padding: 1rem .3rem; }
  .stenencia-support-cta {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.45rem;
  }
  .stenencia-support-cta > span { width: 68px; height: 68px; }
  .stenencia-support-cta > span img { width: 42px; height: 42px; }
  .stenencia-support-cta > a { width: 100%; grid-column: 1; white-space: normal; text-align: center; }
}

/* Contact 1.8.5 — page-scoped visual composition. */
.stenencia-contact {
  position: relative;
  box-sizing: border-box;
  width: min(1230px, calc(100% - 2.5rem));
  margin: 0 auto;
  overflow: hidden;
  padding: clamp(3.6rem, 5vw, 4.8rem) 0 clamp(3.2rem, 4.5vw, 4.4rem);
  color: #532B2B;
}
.stenencia-contact *,
.stenencia-contact *::before,
.stenencia-contact *::after { box-sizing: border-box; }
.stenencia-contact h1,
.stenencia-contact p { margin-top: 0; }
.stenencia-contact::before {
  position: absolute;
  z-index: -1;
  top: 170px;
  left: -275px;
  width: 435px;
  height: 340px;
  border: 30px solid rgba(83,43,43,.035);
  border-radius: 60px;
  content: "";
}
.stenencia-contact::after {
  position: absolute;
  z-index: -1;
  right: -320px;
  bottom: 80px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(241,77,37,.14);
  border-radius: 50%;
  box-shadow: 18px 22px 0 -17px rgba(241,77,37,.11), 38px 48px 0 -37px rgba(241,77,37,.09);
  content: "";
}
.stenencia-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(2.2rem, 4vw, 4.2rem);
}
.stenencia-contact-intro {
  padding-top: clamp(2.5rem, 5vw, 4.6rem);
  padding-left: clamp(0rem, 2vw, 1.4rem);
}
.stenencia-contact .stenencia-eyebrow {
  margin-bottom: 1.25rem;
  color: #117170;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.stenencia-contact-intro h1 {
  margin-bottom: 1.45rem;
  font-size: clamp(3.15rem, 4.2vw, 3.7rem);
  line-height: 1.03;
  letter-spacing: -.035em;
}
.stenencia-contact-lead,
.stenencia-contact-followup {
  max-width: none;
  margin-bottom: .55rem;
  color: #403635;
  font-size: clamp(1.08rem, 1.35vw, 1.18rem);
  line-height: 1.62;
}
.stenencia-contact-reassurance {
  display: grid;
  width: 100%;
  max-width: none;
  min-height: 120px;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding: 1.15rem 1.3rem;
  border-radius: 13px;
  background: linear-gradient(110deg, #FBF5EB, #F9E8CC);
}
.stenencia-contact-reassurance > span,
.stenencia-contact-direct > span:first-child {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid #CDE4E3;
  border-radius: 50%;
  background: rgba(255,255,255,.74);
}
.stenencia-contact-reassurance img { width: 35px; height: 35px; }
.stenencia-contact-reassurance strong {
  display: block;
  margin-bottom: .25rem;
  color: #532B2B;
  font-size: 1rem;
}
.stenencia-contact-reassurance p {
  margin-bottom: 0;
  color: #4b403e;
  font-size: .91rem;
  line-height: 1.48;
}
.stenencia-contact-form-column { min-width: 0; }
.stenencia-contact-form-panel {
  padding: clamp(1.6rem, 2.8vw, 2.25rem);
  border: 1px solid #A9D1D0;
  border-radius: 16px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 38px rgba(83,43,43,.055);
}
.stenencia-contact .stenencia-contact-form {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.stenencia-contact .stenencia-contact-form > br,
.stenencia-contact .stenencia-contact-form > p:empty { display: none; }
.stenencia-contact .stenencia-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1.2rem;
}
.stenencia-contact .stenencia-contact-form p { margin-bottom: 1rem; }
.stenencia-contact .stenencia-form-grid p { margin-top: 0; }
.stenencia-contact .stenencia-contact-form label {
  display: block;
  color: #532B2B;
  font-size: .95rem;
  font-weight: 700;
}
.stenencia-contact .stenencia-contact-form input:not([type="checkbox"]),
.stenencia-contact .stenencia-contact-form select,
.stenencia-contact .stenencia-contact-form textarea {
  width: 100%;
  margin-top: .4rem;
  border: 1px solid #D8CFCA;
  border-radius: 7px;
  background: #fff;
  color: #2D2626;
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.stenencia-contact .stenencia-contact-form input:not([type="checkbox"]),
.stenencia-contact .stenencia-contact-form select {
  min-height: 48px;
  padding: .65rem .8rem;
}
.stenencia-contact .stenencia-contact-form textarea {
  height: 142px;
  min-height: 142px;
  padding: .75rem .8rem;
  resize: vertical;
}
.stenencia-contact .stenencia-contact-form input:focus,
.stenencia-contact .stenencia-contact-form select:focus,
.stenencia-contact .stenencia-contact-form textarea:focus {
  border-color: #117170;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(17,113,112,.12);
}
.stenencia-contact .stenencia-consent { margin-top: .1rem; }
.stenencia-contact .stenencia-consent label {
  display: block;
  color: #403635;
  font-size: .82rem;
  font-weight: 400;
  line-height: 1.45;
}
.stenencia-contact .stenencia-consent input {
  width: 17px;
  height: 17px;
  margin: .12rem .5rem 0 0;
  vertical-align: top;
  accent-color: #117170;
}
.stenencia-contact .stenencia-contact-form button {
  min-height: 50px;
  border: 0;
  border-radius: 9px;
  padding: .78rem 1.35rem;
  background: #117170;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.stenencia-contact .stenencia-contact-form button:hover {
  background: #0B5554;
  transform: translateY(-1px);
}
.stenencia-contact .stenencia-contact-form button:focus-visible {
  outline: 3px solid rgba(241,77,37,.35);
  outline-offset: 3px;
}
.stenencia-contact .stenencia-form-note {
  margin-bottom: 0;
  color: #6B5A5A;
  font-size: .78rem;
  line-height: 1.45;
}
.stenencia-contact .stenencia-form-status {
  margin-bottom: 1.25rem;
  padding: 1rem;
  border-radius: 10px;
  font-weight: 700;
}
.stenencia-contact-direct {
  display: flex;
  min-height: 64px;
  align-items: center;
  gap: .9rem;
  margin: .9rem 0 0;
  padding: .65rem 1.15rem;
  border-radius: 12px;
  background: #FBF5EB;
  color: #4b403e;
  font-size: .94rem;
}
.stenencia-contact-direct > span:first-child {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}
.stenencia-contact-direct img { width: 25px; height: 25px; }
.stenencia-contact-direct a {
  color: #117170;
  font-weight: 700;
  text-underline-offset: .2em;
}
.stenencia-contact-direct-copy {
  min-width: 0;
  max-width: none;
}
@media (min-width: 801px) {
  .stenencia-contact-direct {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
body:has(.stenencia-contact) .site-header .wp-block-navigation-item__content[href="/contact/"]::after {
  background: #117170;
  transform: scaleX(1);
}

@media (max-width: 1024px) {
  .stenencia-contact-layout {
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: 1.4rem;
  }
  .stenencia-contact-intro h1 { font-size: clamp(2.75rem, 5vw, 3.2rem); }
  .stenencia-contact-intro { padding-top: 2rem; padding-left: 0; }
  .stenencia-contact-lead,
  .stenencia-contact-followup { font-size: 1.04rem; }
  .stenencia-contact-reassurance { grid-template-columns: 54px minmax(0, 1fr); padding: 1rem; }
  .stenencia-contact-reassurance > span { width: 50px; height: 50px; }
  .stenencia-contact-reassurance img { width: 31px; height: 31px; }
  .stenencia-contact-form-panel { padding: 1.5rem; }
}

@media (max-width: 800px) {
  .stenencia-contact-layout { grid-template-columns: 1fr; }
  .stenencia-contact-intro { max-width: 700px; padding-top: 0; padding-left: 0; }
  .stenencia-contact-intro h1 br { display: none; }
  .stenencia-contact-lead,
  .stenencia-contact-followup { max-width: 680px; }
  .stenencia-contact-reassurance { max-width: 100%; margin-top: 2rem; }
}

@media (max-width: 600px) {
  .stenencia-contact {
    width: min(100% - 2rem, 1230px);
    padding-top: 2.8rem;
  }
  .stenencia-contact-intro h1 {
    font-size: clamp(2.15rem, 10vw, 2.55rem);
    line-height: 1.1;
  }
  .stenencia-contact-lead,
  .stenencia-contact-followup { font-size: 1.05rem; }
  .stenencia-contact-reassurance {
    grid-template-columns: 50px 1fr;
    min-height: 0;
  }
  .stenencia-contact-form-panel { padding: 1.15rem; }
  .stenencia-contact .stenencia-form-grid { grid-template-columns: 1fr; }
  .stenencia-contact .stenencia-contact-form button { width: 100%; }
  .stenencia-contact-direct {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: .85rem 1rem;
  }
}

/* Icon harmonization 1.8.9: shared Lucide-like visual rhythm. */
.stenencia-home img[src*="/assets/icons/"],
.stenencia-about img[src*="/assets/icons/"],
.stenencia-services img[src*="/assets/icons/"],
.stenencia-complex img[src*="/assets/icons/"],
.stenencia-support img[src*="/assets/icons/"],
.stenencia-contact img[src*="/assets/icons/"] {
  display: block;
  object-fit: contain;
}

.stenencia-support-benefit > span,
.stenencia-support-card-heading > span,
.stenencia-support-step > span {
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid #CDE4E3;
  border-radius: 50%;
  background: #E7F5F4;
}
.stenencia-support-benefit { grid-template-columns: 68px 1fr; }
.stenencia-support-benefit img,
.stenencia-support-card-heading img,
.stenencia-support-step img {
  width: 38px;
  height: 38px;
}

@media (max-width: 600px) {
  .stenencia-support-benefit > span,
  .stenencia-support-card-heading > span,
  .stenencia-support-step > span {
    width: 54px;
    height: 54px;
  }
  .stenencia-support-benefit { grid-template-columns: 58px 1fr; }
  .stenencia-support-benefit img,
  .stenencia-support-card-heading img,
  .stenencia-support-step img {
    width: 32px;
    height: 32px;
  }
}

/* Full-screen mobile navigation 1.9.0. */
.stenencia-mobile-menu-toggle,
.stenencia-mobile-menu { display: none; }

@media (max-width: 768px) {
  html.stenencia-menu-open,
  body.stenencia-menu-open {
    overflow: hidden !important;
    overscroll-behavior: none;
  }
  .site-header .wp-block-navigation { display: none !important; }
  .stenencia-mobile-menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    flex-direction: column;
    gap: 5px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #117170;
    cursor: pointer;
  }
  .stenencia-mobile-menu-toggle > span {
    display: block;
    width: 23px;
    height: 1.5px;
    background: currentColor;
  }
  .stenencia-mobile-menu {
    position: fixed;
    z-index: 99998;
    inset: 0;
    display: block;
    width: 100%;
    height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    visibility: hidden;
  }
  body.admin-bar .stenencia-mobile-menu {
    top: 46px;
    height: calc(100dvh - 46px);
  }
  .stenencia-mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }
  .stenencia-mobile-menu-panel {
    width: min(100%, 768px);
    min-height: 100%;
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 2rem) 2rem;
    background: #fff;
  }
  .stenencia-mobile-menu-head {
    display: flex;
    min-height: 108px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DDE9E7;
  }
  .stenencia-mobile-menu-brand {
    width: min(330px, calc(100% - 64px));
  }
  .stenencia-mobile-menu-brand .stenencia-brand-mark { width: 54px; height: 45px; }
  .stenencia-mobile-menu-brand .stenencia-brand-word { width: min(250px, calc(100% - 64px)); }
  .stenencia-mobile-menu-close {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border: 0;
    padding: 0;
    background: transparent;
    color: #117170;
    cursor: pointer;
  }
  .stenencia-mobile-menu-close svg { width: 31px; height: 31px; }
  .stenencia-mobile-menu-nav {
    display: grid;
    margin-top: 16px;
  }
  .stenencia-mobile-menu-nav > a {
    position: relative;
    display: grid;
    min-height: 72px;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid #DDE9E7;
    color: #2D2020;
    font-size: 1.05rem;
    font-weight: 650;
    text-decoration: none;
  }
  .stenencia-mobile-menu-nav > a:not(.stenencia-mobile-menu-contact)::before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: -16px;
    width: 4px;
    border-radius: 999px;
    background: #117170;
    content: "";
    opacity: 0;
  }
  .stenencia-mobile-menu-nav > a.is-active:not(.stenencia-mobile-menu-contact) {
    color: #117170;
  }
  .stenencia-mobile-menu-nav > a.is-active:not(.stenencia-mobile-menu-contact)::before {
    opacity: 1;
  }
  .stenencia-mobile-menu-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    background: #F3F8F7;
    color: #117170;
  }
  .stenencia-mobile-menu-icon img,
  .stenencia-mobile-menu-icon svg {
    display: block;
    width: 25px;
    height: 25px;
    object-fit: contain;
  }
  .stenencia-mobile-menu-contact {
    min-height: 64px !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 12px !important;
    margin-top: 16px;
    border: 0 !important;
    border-radius: 10px;
    padding: 0 18px;
    background: #087A76;
    color: #fff !important;
    font-size: 1.08rem !important;
  }
  .stenencia-mobile-menu-contact .stenencia-mobile-menu-icon {
    width: 34px;
    height: 34px;
    background: transparent;
  }
  .stenencia-mobile-menu-contact .stenencia-mobile-menu-icon img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
  }
  .stenencia-mobile-menu-assurance {
    display: grid;
    min-height: 112px;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    margin-top: 18px;
    border-radius: 12px;
    padding: 18px 22px;
    background: #FCF7EF;
    color: #2D2020;
  }
  .stenencia-mobile-menu-assurance-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
  }
  .stenencia-mobile-menu-assurance-icon img { width: 40px; height: 40px; }
  .stenencia-mobile-menu-assurance strong {
    display: block;
    margin-bottom: 5px;
    font-size: 1rem;
  }
  .stenencia-mobile-menu-assurance p {
    margin: 0;
    color: #3F3433;
    font-size: .9rem;
    line-height: 1.45;
  }
}

@media (max-width: 430px) {
  .stenencia-mobile-menu-panel { padding-inline: 16px; padding-bottom: 18px; }
  .stenencia-mobile-menu-head { min-height: 86px; }
  .stenencia-mobile-menu-brand { width: min(250px, calc(100% - 56px)); }
  .stenencia-mobile-menu-brand .stenencia-brand-mark { width: 42px; height: 35px; }
  .stenencia-mobile-menu-brand .stenencia-brand-word { width: min(188px, calc(100% - 50px)); }
  .stenencia-mobile-menu-close svg { width: 27px; height: 27px; }
  .stenencia-mobile-menu-nav { margin-top: 8px; }
  .stenencia-mobile-menu-nav > a {
    min-height: 58px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    font-size: .93rem;
  }
  .stenencia-mobile-menu-nav > a:not(.stenencia-mobile-menu-contact)::before {
    top: 8px;
    bottom: 8px;
    left: -16px;
    width: 3px;
  }
  .stenencia-mobile-menu-icon { width: 36px; height: 36px; }
  .stenencia-mobile-menu-icon img,
  .stenencia-mobile-menu-icon svg { width: 21px; height: 21px; }
  .stenencia-mobile-menu-contact {
    min-height: 52px !important;
    margin-top: 12px;
    padding-inline: 13px;
    font-size: .96rem !important;
  }
  .stenencia-mobile-menu-contact .stenencia-mobile-menu-icon { width: 30px; height: 30px; }
  .stenencia-mobile-menu-contact .stenencia-mobile-menu-icon img { width: 21px; height: 21px; }
  .stenencia-mobile-menu-assurance {
    min-height: 88px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    margin-top: 14px;
    padding: 13px 16px;
  }
  .stenencia-mobile-menu-assurance-icon { width: 44px; height: 44px; }
  .stenencia-mobile-menu-assurance-icon img { width: 34px; height: 34px; }
  .stenencia-mobile-menu-assurance strong { margin-bottom: 3px; font-size: .9rem; }
  .stenencia-mobile-menu-assurance p { font-size: .78rem; line-height: 1.4; }
}

@media (max-width: 370px) {
  .stenencia-mobile-menu-panel { padding-inline: 14px; }
  .stenencia-mobile-menu-head { min-height: 80px; }
  .stenencia-mobile-menu-brand { width: min(230px, calc(100% - 52px)); }
  .stenencia-mobile-menu-brand .stenencia-brand-mark { width: 38px; height: 32px; }
  .stenencia-mobile-menu-brand .stenencia-brand-word { width: min(174px, calc(100% - 45px)); }
  .stenencia-mobile-menu-nav > a { min-height: 54px; font-size: .86rem; }
  .stenencia-mobile-menu-contact { min-height: 48px !important; }
  .stenencia-mobile-menu-assurance { min-height: 82px; padding: 11px 14px; }
  .stenencia-mobile-menu-assurance p { font-size: .74rem; }
}

/* Public copy deterrence 1.9.1. */
body:not(.wp-admin),
body:not(.wp-admin) * {
  -webkit-user-select: none;
  user-select: none;
}
body:not(.wp-admin) img {
  -webkit-user-drag: none;
  user-drag: none;
}
body:not(.wp-admin) :is(
  input,
  textarea,
  select,
  option,
  button,
  label,
  [contenteditable]:not([contenteditable="false"]),
  [contenteditable]:not([contenteditable="false"]) *,
  .stenencia-contact-form,
  .stenencia-contact-form *,
  .stenencia-form-status,
  .stenencia-form-status *,
  #wpadminbar,
  #wpadminbar *
) {
  -webkit-user-select: text;
  user-select: text;
  -webkit-user-drag: auto;
}
