/* NOM-032 only. Theme Builder owns page width and global typography loading. */
.teco-nom032 {
  --teco-green: #a6b013;
  --teco-gray: #333333;
  --teco-gold: #b9935a;
  --teco-white: #ffffff;
  --nom032-paper: #f6f5ef;
  --nom032-muted: #62645e;
  --nom032-line: rgb(51 51 51 / 18%);
  --nom032-gutter: clamp(24px, 4.5vw, 72px);
  --nom032-header-offset: 108px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0;
  color: var(--teco-gray);
  background: var(--teco-white);
  font-family: "Manrope", Arial, sans-serif;
  text-align: left;
  scroll-margin-top: var(--nom032-header-offset);
}

.teco-nom032 *,
.teco-nom032 *::before,
.teco-nom032 *::after { box-sizing: border-box; }
.teco-nom032 :where(h1, h2, h3, p, figure, ol, dl, dd) { margin: 0; padding: 0; }
.teco-nom032 :where(a) { color: inherit; text-decoration: none; }
.teco-nom032 :where(img) { display: block; max-width: 100%; }
.teco-nom032 [hidden] { display: none; }
.teco-nom032 :is(a, button, [tabindex]):focus-visible,
.teco-nom032:focus-visible {
  outline: 2px solid var(--teco-gray);
  outline-offset: 5px;
}
.teco-nom032__container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(72px, 7vw, 108px) var(--nom032-gutter);
}
.teco-nom032__eyebrow,
.teco-nom032__label {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--nom032-muted);
}
.teco-nom032__eyebrow {
  position: relative;
  padding-left: 28px;
  margin-bottom: 24px;
}
.teco-nom032__eyebrow::before {
  position: absolute;
  top: .7em;
  left: 0;
  width: 17px;
  height: 2px;
  content: "";
  background: var(--teco-green);
}
.teco-nom032__heading {
  max-width: 820px;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.6rem, 4vw, 4.2rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.035em;
  text-wrap: balance;
  color: var(--teco-gray);
}
.teco-nom032__heading em { font-weight: inherit; }
.teco-nom032__copy {
  max-width: 520px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(14px, 1.12vw, 17px);
  font-weight: 400;
  line-height: 1.85;
  color: var(--nom032-muted);
}
.teco-nom032__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  align-items: end;
  gap: clamp(40px, 7vw, 112px);
  margin-bottom: clamp(48px, 5.5vw, 88px);
}
.teco-nom032__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 54px;
  padding: 16px 24px;
  border: 1px solid var(--teco-gray);
  background: var(--teco-gray);
  color: var(--teco-white);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
  transition: background-color 160ms ease, color 160ms ease;
}
.teco-nom032__cta > span { color: var(--teco-green); font-size: 20px; }
.teco-nom032__cta--whatsapp > .teco-nom032__cta-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font: inherit;
}
.teco-nom032__cta--whatsapp .teco-nom032__whatsapp-icon {
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.teco-nom032__text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 44px;
  padding: 10px 0;
  border-bottom: 1px solid var(--nom032-line);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
}
.teco-nom032__text-link > span { font-size: 19px; transition: transform 160ms ease; }
.teco-nom032__text-link:focus-visible > span { transform: translateX(3px); }

/* Paint-only emphasis preserves the approved text metrics and line breaks. */
.teco-nom032__context-link {
  color: var(--teco-gray);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--nom032-muted);
  text-underline-offset: .18em;
  text-decoration-skip-ink: auto;
  text-shadow: .15px 0 0 currentColor, -.15px 0 0 currentColor;
  transition: text-decoration-color 160ms ease;
}
.teco-nom032__context-link:focus-visible {
  text-decoration-color: color-mix(in srgb, var(--teco-green) 65%, var(--teco-gray));
  outline: 2px solid var(--teco-gray);
  outline-offset: 5px;
}
@media (hover: hover) and (pointer: fine) {
  .teco-nom032__context-link:hover {
    text-decoration-color: color-mix(in srgb, var(--teco-green) 65%, var(--teco-gray));
  }
}
@media (prefers-reduced-motion: reduce) {
  .teco-nom032__context-link { transition: none; }
}

/* Hero: one macro photograph, a stable crop and a separate scientific caption. */
.teco-nom032-hero { background: var(--nom032-paper); }
.teco-nom032-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  grid-template-areas: "eyebrow stage" "title stage" "copy stage" "primary stage" "secondary stage";
  grid-template-rows: auto auto auto auto auto;
  align-content: center;
  align-items: start;
  gap: 22px clamp(44px, 5vw, 80px);
  min-height: min(84svh, 840px);
  padding-top: clamp(48px, 4vw, 64px);
  padding-bottom: clamp(48px, 4vw, 64px);
}
.teco-nom032-hero__eyebrow { grid-area: eyebrow; margin-bottom: 0; }
.teco-nom032-hero__title {
  grid-area: title;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.9rem, 4.4vw, 4.75rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.04em;
  text-wrap: balance;
  color: var(--teco-gray);
}
.teco-nom032-hero__copy { grid-area: copy; max-width: 480px; }
.teco-nom032-hero__primary { grid-area: primary; justify-self: start; margin-top: 3px; }
.teco-nom032-hero__secondary { grid-area: secondary; justify-self: start; }
.teco-nom032-hero__stage {
  position: relative;
  grid-area: stage;
  align-self: center;
  min-width: 0;
  padding: 28px 38px 0;
}
.teco-nom032-hero__stage::before {
  position: absolute;
  inset: -18px 0;
  content: "";
  pointer-events: none;
  background-image: linear-gradient(rgb(51 51 51 / 3%) 1px, transparent 1px), linear-gradient(90deg, rgb(51 51 51 / 3%) 1px, transparent 1px);
  background-size: 48px 48px;
}
.teco-nom032-hero__macro {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.teco-nom032-hero__macro-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--nom032-line);
  background: var(--teco-gray);
}
.teco-nom032-hero__macro-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 50%;
  transform-origin: 62% 50%;
}
.teco-nom032-hero__macro-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgb(255 255 255 / 14%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 14%) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, #000, transparent 65%);
}
.teco-nom032-hero__field-label {
  position: absolute;
  top: 0;
  left: 38px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--nom032-muted);
}
.teco-nom032-hero__field-label > span { margin: 0 10px; color: var(--teco-gold); }
.teco-nom032-hero__measurement {
  position: absolute;
  top: 16px;
  left: 18px;
  font-size: clamp(90px, 9vw, 136px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.08em;
  color: transparent;
  -webkit-text-stroke: 1px var(--nom032-paper);
  pointer-events: none;
}
.teco-nom032-hero__caption {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 5px 14px;
  padding: 16px 0 0;
  background: var(--nom032-paper);
}
.teco-nom032-hero__species-label {
  grid-column: 1 / -1;
  color: var(--nom032-muted);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.teco-nom032-hero__species {
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(24px, 2.3vw, 30px);
  font-weight: 500;
  line-height: 1.2;
}
.teco-nom032-hero__species-code {
  font-size: 10px;
  line-height: 1.6;
  color: var(--nom032-muted);
}
@media (min-width: 1025px) {
  .teco-nom032-hero__species-code { font-size: 11px; font-weight: 600; }
}
.teco-nom032-hero__signals { position: absolute; inset: 0; pointer-events: none; }
.teco-nom032-hero__signal {
  position: absolute;
  top: 58%;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 12px;
  min-width: 128px;
  padding: 14px 15px;
  border-top: 2px solid var(--teco-gold);
  background: var(--nom032-paper);
  pointer-events: auto;
}
.teco-nom032-hero__signal:last-child { top: 23%; right: 0; left: auto; border-top-color: var(--teco-green); }
.teco-nom032-hero__signal > span:first-child { grid-column: 1 / -1; font-size: 10px; color: var(--nom032-muted); }
.teco-nom032-hero__signal strong { font-size: 14px; font-weight: 800; letter-spacing: .03em; }
.teco-nom032-hero__signal > span:last-child { grid-column: 2; grid-row: 2; }
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .teco-nom032-hero__macro-image { transition: transform 220ms ease; }
  .teco-nom032-hero__stage:is(:hover, :focus-within) .teco-nom032-hero__macro-image { transform: scale(1.02); }
  .teco-nom032-hero__signal > span:last-child { transition: transform 160ms ease; }
  .teco-nom032-hero__signal:is(:hover, :focus-visible) > span:last-child { transform: translate(2px, -2px); }
}

/* Trust: two editorial dossiers with a shared baseline, not floating cards. */
.teco-nom032-trust__documents { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.teco-nom032-trust__document {
  display: grid;
  grid-template-rows: auto minmax(90px, auto) 1fr auto;
  gap: 25px;
  padding: 30px clamp(24px, 4vw, 64px) 8px 0;
  border-top: 1px solid var(--nom032-line);
  scroll-margin-top: var(--nom032-header-offset);
  transition: border-color 160ms ease;
}
.teco-nom032-trust__document + .teco-nom032-trust__document { padding-right: 0; padding-left: clamp(24px, 4vw, 64px); border-left: 1px solid var(--nom032-line); }
.teco-nom032-trust__entity { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.teco-nom032-trust__entity strong { font-size: 19px; font-weight: 800; letter-spacing: .04em; }
.teco-nom032-trust__title { max-width: 480px; font-family: "Newsreader", Georgia, serif; font-size: clamp(28px, 2.5vw, 38px); font-weight: 500; line-height: 1.13; color: var(--teco-gray); }
.teco-nom032-trust__details { display: grid; gap: 22px; }
.teco-nom032-trust__details dt { margin-bottom: 5px; font-size: 11px; color: var(--nom032-muted); }
.teco-nom032-trust__details dd { font-size: 13px; font-weight: 600; line-height: 1.6; overflow-wrap: anywhere; }
.teco-nom032-trust__details .teco-nom032-trust__reference { font-size: clamp(16px, 1.6vw, 23px); font-weight: 700; color: var(--nom032-muted); transition: color 160ms ease; }
.teco-nom032-trust__document > a { justify-self: start; margin-top: 7px; }
.teco-nom032-trust__document:focus-within { border-top-color: var(--teco-gray); }
.teco-nom032-trust__document:focus-within .teco-nom032-trust__reference { color: var(--teco-gray); }
.teco-nom032-trust__closing { margin-top: 32px; font-size: 11px; color: var(--nom032-muted); }

/* Process defaults to a complete, readable flow, including without JS. */
.teco-nom032-process { background: var(--nom032-paper); }
.teco-nom032-process__steps { list-style: none; }
.teco-nom032-process__step { padding-top: 26px; padding-bottom: 52px; border-top: 1px solid var(--nom032-line); }
.teco-nom032-process__label { display: flex; align-items: baseline; gap: 18px; margin-bottom: 22px; color: var(--nom032-muted); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.teco-nom032-process__number { font-size: 27px; font-weight: 500; letter-spacing: -.04em; }
.teco-nom032-process__visual { position: relative; aspect-ratio: 4 / 3; margin-bottom: 28px; background: var(--teco-white); }
.teco-nom032-process__plate {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(14px, 2vw, 28px);
  padding-bottom: clamp(42px, 5vw, 64px);
  border: 1px solid var(--nom032-line);
  background-image: linear-gradient(rgb(51 51 51 / 3%) 1px, transparent 1px), linear-gradient(90deg, rgb(51 51 51 / 3%) 1px, transparent 1px);
  background-size: 48px 48px;
}
.teco-nom032-process__plate-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.teco-nom032-process__plate-brand { display: block; color: var(--nom032-muted); font-size: 9px; font-weight: 700; line-height: 1.4; letter-spacing: .13em; text-transform: uppercase; }
.teco-nom032-process__plate-title { display: block; margin-top: 9px; font-family: "Newsreader", Georgia, serif; font-size: clamp(26px, 2.6vw, 38px); line-height: 1.05; letter-spacing: -.025em; }
.teco-nom032-process__plate-index { flex: none; align-self: start; border-top: 2px solid var(--teco-gold); padding-top: 7px; font-size: clamp(48px, 5vw, 72px); font-weight: 400; line-height: .95; letter-spacing: -.07em; }
.teco-nom032-process__diagram { position: relative; flex: 1; min-height: 0; margin-top: clamp(20px, 3vw, 42px); color: var(--nom032-muted); font-size: clamp(11px, .85vw, 13px); font-weight: 500; line-height: 1.35; }
.teco-nom032-process__diagram svg { position: absolute; inset: 0; display: block; width: 100%; height: 100%; overflow: visible; fill: none; stroke: var(--nom032-muted); stroke-width: 1; }
.teco-nom032-process__diagram svg :is(path, circle) { vector-effect: non-scaling-stroke; }
.teco-nom032-process__diagram circle { fill: var(--teco-white); }
.teco-nom032-process__diagram .teco-nom032-process__diagram-accent { stroke: var(--teco-gold); stroke-width: 2; }
.teco-nom032-process__diagram .teco-nom032-process__diagram-point { fill: var(--teco-green); stroke: var(--teco-gray); }
.teco-nom032-process__diagram .teco-nom032-process__diagram-ticks { stroke: var(--nom032-muted); }
.teco-nom032-process__diagram-label { position: absolute; top: var(--plate-y); left: var(--plate-x); transform: translateY(-50%); }
.teco-nom032-process__diagram--design .teco-nom032-process__diagram-label { max-width: 32%; }
.teco-nom032-process__diagram-result { position: absolute; top: 61%; right: 0; width: 42%; text-align: center; color: var(--teco-gray); font-weight: 700; }
.teco-nom032-process__diagram--plots { display: grid; grid-template-columns: minmax(0, 1fr) .44fr; gap: 9%; }
.teco-nom032-process__plots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.teco-nom032-process__plots > span { display: grid; place-items: center; border: 1px solid var(--nom032-line); color: var(--teco-gray); }
.teco-nom032-process__plots > .teco-nom032-process__plot--a { background: color-mix(in srgb, var(--teco-green) 8%, transparent); border-left: 2px solid var(--teco-green); }
.teco-nom032-process__plot--b { background: color-mix(in srgb, var(--teco-gold) 6%, transparent); }
.teco-nom032-process__plot-notes { display: flex; flex-direction: column; justify-content: space-around; }
.teco-nom032-process__plot-notes > span { padding-left: 10px; border-left: 1px solid var(--teco-gold); }
.teco-nom032-process__diagram--evaluation { display: flex; flex-direction: column; justify-content: space-around; }
.teco-nom032-process__timeline { position: relative; display: flex; justify-content: space-between; margin: 0 8px; }
.teco-nom032-process__timeline::before { position: absolute; top: 0; right: 0; left: 0; height: 1px; content: ""; background: var(--nom032-muted); }
.teco-nom032-process__timeline > span { position: relative; padding-top: 17px; text-align: center; font-weight: 700; }
.teco-nom032-process__timeline > span::before { position: absolute; top: -3px; left: calc(50% - 4px); width: 8px; height: 8px; content: ""; border: 1px solid var(--teco-gray); border-radius: 50%; background: var(--teco-white); }
.teco-nom032-process__timeline > span:first-child::before { background: var(--teco-green); }
.teco-nom032-process__observations { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.teco-nom032-process__observations > span { padding-top: 12px; border-top: 1px solid var(--nom032-line); }
.teco-nom032-process__records { position: absolute; inset: 0 auto 0 0; display: grid; grid-template-rows: 20% repeat(3, 1fr); align-items: center; width: 27%; }
.teco-nom032-process__records i { display: block; width: 78%; height: 54%; min-height: 10px; border: 1px solid var(--nom032-line); background: var(--teco-white); }
.teco-nom032-process__records i::after { display: block; width: 45%; height: 1px; margin: 10% 12%; content: ""; background: var(--teco-gold); }
.teco-nom032-process__comparison { position: absolute; top: 0; bottom: 0; left: 48%; width: 20%; display: flex; flex-direction: column; justify-content: space-between; }
.teco-nom032-process__comparison > span { align-self: center; }
.teco-nom032-process__comparison > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; height: 70%; margin-bottom: 10%; }
.teco-nom032-process__comparison i { border: 1px solid var(--nom032-line); background: var(--teco-white); }
.teco-nom032-process__comparison i:nth-child(3n + 1) { background: color-mix(in srgb, var(--teco-green) 8%, transparent); }
.teco-nom032-process__interpretation { position: absolute; top: 82%; right: 0; padding-top: 8px; border-top: 2px solid var(--teco-gold); color: var(--teco-gray); }
.teco-nom032-process__sources { position: absolute; inset: 0 auto 0 0; display: grid; grid-template-rows: repeat(3, 1fr); align-items: center; width: 30%; }
.teco-nom032-process__sources > span { padding: 8px 0; border-bottom: 1px solid var(--nom032-line); }
.teco-nom032-process__document { position: absolute; top: 0; right: 2%; bottom: 0; display: flex; flex-direction: column; justify-content: space-between; width: 35%; padding: 14px; border: 1px solid var(--nom032-line); border-top: 2px solid var(--teco-gold); background: var(--teco-white); }
.teco-nom032-process__document > span { color: var(--teco-gray); font-weight: 700; }
.teco-nom032-process__document i { display: block; width: 100%; height: 1px; background: var(--nom032-line); }
.teco-nom032-process__document i:nth-last-of-type(1) { width: 60%; }
.teco-nom032-process__document small { font-size: inherit; }
.teco-nom032-process__visual figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; gap: 16px; padding: 14px 20px; background: var(--teco-white); border: 1px solid var(--nom032-line); color: var(--nom032-muted); font-size: 9px; line-height: 1.5; }
.teco-nom032-process__text h3 { margin-bottom: 18px; font-family: "Newsreader", Georgia, serif; font-size: clamp(28px, 2.65vw, 40px); font-weight: 500; line-height: 1.12; letter-spacing: -.025em; color: var(--teco-gray); }
.teco-nom032-process__text p { max-width: 480px; font-size: 14px; font-weight: 400; line-height: 1.85; color: var(--nom032-muted); }

/* Desktop grid shares the sticky track without cloning or relocating DOM nodes. */
@media (min-width: 1025px) and (min-height: 650px) {
  .teco-nom032-process:not(.has-process) .teco-nom032-process__step {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: 24px clamp(56px, 7vw, 112px);
  }
  .teco-nom032-process:not(.has-process) .teco-nom032-process__visual { grid-column: 1; grid-row: 1 / 3; margin: 0; }
  .teco-nom032-process:not(.has-process) .teco-nom032-process__label,
  .teco-nom032-process:not(.has-process) .teco-nom032-process__text { grid-column: 2; }
  .teco-nom032-process.has-process .teco-nom032-process__steps {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    grid-template-rows: repeat(6, auto minmax(300px, auto));
    column-gap: clamp(56px, 7vw, 112px);
  }
  .teco-nom032-process.has-process .teco-nom032-process__step { display: contents; }
  .teco-nom032-process.has-process .teco-nom032-process__label {
    grid-column: 2;
    grid-row: calc(var(--nom032-step-index) * 2 - 1);
    padding-top: 24px;
    padding-left: 22px;
    margin: 0 0 26px;
    border-top: 1px solid var(--nom032-line);
    border-left: 2px solid var(--nom032-line);
    transition: border-color 160ms ease, color 160ms ease;
  }
  .teco-nom032-process.has-process .teco-nom032-process__text {
    grid-column: 2;
    grid-row: calc(var(--nom032-step-index) * 2);
    padding: 0 0 clamp(90px, 11vh, 145px) 22px;
    border-left: 2px solid var(--nom032-line);
  }
  .teco-nom032-process.has-process .teco-nom032-process__visual {
    grid-column: 1;
    grid-row: 1 / -1;
    position: sticky;
    top: var(--nom032-header-offset);
    align-self: start;
    width: min(100%, calc((100svh - var(--nom032-header-offset) - 40px) * 4 / 3));
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 180ms ease, visibility 180ms ease;
  }
  .teco-nom032-process.has-process .teco-nom032-process__text h3 { color: var(--nom032-muted); transition: color 160ms ease; }
  .teco-nom032-process.has-process .is-active .teco-nom032-process__visual { opacity: 1; visibility: visible; }
  .teco-nom032-process.has-process .is-active .teco-nom032-process__label,
  .teco-nom032-process.has-process .is-active .teco-nom032-process__text h3 { color: var(--teco-gray); }
  .teco-nom032-process.has-process .is-active .teco-nom032-process__text,
  .teco-nom032-process.has-process .is-active .teco-nom032-process__label,
  .teco-nom032-process.has-process .is-complete .teco-nom032-process__text,
  .teco-nom032-process.has-process .is-complete .teco-nom032-process__label { border-left-color: var(--teco-green); }
}

.teco-nom032-contact__brief { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 4vw, 64px); margin-bottom: 46px; list-style: none; }
.teco-nom032-contact__brief li { padding-top: 22px; border-top: 1px solid var(--nom032-line); list-style: none; }
.teco-nom032-contact__number { display: block; margin-bottom: 18px; font-size: 12px; font-weight: 700; color: var(--nom032-muted); }
.teco-nom032-contact__brief h3 { margin-bottom: 10px; font-family: "Manrope", Arial, sans-serif; font-size: 17px; font-weight: 700; line-height: 1.4; color: var(--teco-gray); }
.teco-nom032-contact__brief p { max-width: 330px; font-size: 13px; font-weight: 400; line-height: 1.8; color: var(--nom032-muted); }
.teco-nom032-contact__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px 42px; }
.teco-nom032-contact__closing { margin-top: 64px; padding-top: 22px; border-top: 1px solid var(--nom032-line); font-size: 11px; line-height: 1.8; color: var(--nom032-muted); }

@media (hover: hover) and (pointer: fine) {
  .teco-nom032__cta:hover { background: var(--teco-green); color: var(--teco-gray); }
  .teco-nom032__cta:hover > span { color: var(--teco-gray); }
  .teco-nom032__text-link:hover > span { transform: translateX(3px); }
  .teco-nom032-trust__document:hover { border-top-color: var(--teco-gray); }
  .teco-nom032-trust__document:hover .teco-nom032-trust__reference { color: var(--teco-gray); }
}
@media (max-width: 1024px) {
  .teco-nom032 { --nom032-header-offset: 96px; }
  .teco-nom032__intro { grid-template-columns: 1fr; gap: 25px; }
  .teco-nom032__intro > .teco-nom032__copy { max-width: 680px; }
  .teco-nom032-hero__layout { gap: 22px 30px; min-height: auto; }
  .teco-nom032-hero__title { font-size: clamp(2.7rem, 5.2vw, 3.4rem); }
  .teco-nom032-hero__stage { padding: 28px 0 0; }
  .teco-nom032-hero__field-label { left: 0; }
  .teco-nom032-hero__signals { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
  .teco-nom032-hero__signal,
  .teco-nom032-hero__signal:last-child { position: static; min-width: 0; padding: 12px 4px; }
  .teco-nom032-hero__signal strong { font-size: 12px; }
  .teco-nom032-process__steps { max-width: 720px; margin: 0 auto; }
  .teco-nom032-process__visual { max-width: 100%; }
}
@media (max-width: 767px) {
  .teco-nom032 { --nom032-gutter: clamp(20px, 5vw, 28px); }
  .teco-nom032__container { padding-top: 60px; padding-bottom: 60px; }
  .teco-nom032__eyebrow { font-size: 9px; margin-bottom: 22px; }
  .teco-nom032__heading { font-size: clamp(2.3rem, 8.8vw, 3.2rem); line-height: 1.08; }
  .teco-nom032__copy { font-size: 14px; line-height: 1.8; }
  .teco-nom032-hero__layout { grid-template-columns: 1fr; grid-template-areas: "eyebrow" "title" "copy" "primary" "stage" "secondary"; gap: 23px; padding-top: 40px; padding-bottom: 42px; }
  .teco-nom032-hero__eyebrow { margin: 0; max-width: 350px; }
  .teco-nom032-hero__title { max-width: 540px; font-size: clamp(2.6rem, 10.7vw, 3.8rem); line-height: 1.03; }
  .teco-nom032-hero__primary { justify-self: stretch; }
  .teco-nom032-hero__stage { width: 100%; max-width: 420px; justify-self: center; margin-top: 15px; }
  .teco-nom032-hero__macro { max-width: 100%; }
  .teco-nom032-hero__measurement { top: 12px; left: 14px; font-size: clamp(90px, 28vw, 120px); }
  .teco-nom032-hero__caption { padding-top: 14px; }
  .teco-nom032-hero__species { font-size: 26px; }
  .teco-nom032-hero__signals { margin-top: 16px; gap: 28px; }
  .teco-nom032-hero__signal strong { font-size: 14px; }
  .teco-nom032-hero__secondary { justify-self: stretch; }
  .teco-nom032-trust__documents { grid-template-columns: 1fr; gap: 38px; }
  .teco-nom032-trust__document,
  .teco-nom032-trust__document + .teco-nom032-trust__document { grid-template-rows: auto; padding: 25px 0 0; border-left: 0; gap: 22px; }
  .teco-nom032-trust__title { font-size: 30px; }
  .teco-nom032-trust__details .teco-nom032-trust__reference { font-size: 17px; }
  .teco-nom032-trust__closing { margin-top: 38px; }
  .teco-nom032-process__step { padding-bottom: 42px; }
  .teco-nom032-process__text h3 { font-size: 29px; }
  .teco-nom032-process__plate-brand { font-size: 8px; letter-spacing: .08em; }
  .teco-nom032-process__plate-title { font-size: clamp(22px, 6vw, 32px); margin-top: 6px; }
  .teco-nom032-process__plate-index { font-size: clamp(40px, 11vw, 60px); padding-top: 5px; }
  .teco-nom032-process__diagram { margin-top: 16px; font-size: 10px; }
  .teco-nom032-process__plots { gap: 5px; }
  .teco-nom032-process__plot-notes > span { padding-left: 7px; }
  .teco-nom032-process__observations { gap: 8px; }
  .teco-nom032-process__observations > span { padding-top: 8px; }
  .teco-nom032-process__document { padding: 9px; }
  .teco-nom032-process__document i:nth-last-of-type(1) { display: none; }
  .teco-nom032-process__visual figcaption { padding: 10px 12px; font-size: 8px; gap: 10px; }
  .teco-nom032-contact__brief { grid-template-columns: 1fr; gap: 24px; margin-bottom: 34px; }
  .teco-nom032-contact__brief li { display: grid; grid-template-columns: 28px 1fr; gap: 8px 16px; }
  .teco-nom032-contact__number { grid-row: 1 / 3; margin: 2px 0 0; }
  .teco-nom032-contact__brief h3 { margin: 0; }
  .teco-nom032-contact__brief p { grid-column: 2; }
  .teco-nom032-contact__actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .teco-nom032-contact__closing { margin-top: 40px; }
}
@media (max-width: 359px) {
  .teco-nom032-process__diagram { margin-top: 12px; font-size: 9px; }
  .teco-nom032-process__plate-head { gap: 8px; }
  .teco-nom032-process__plate-title { font-size: 21px; }
  .teco-nom032-process__visual figcaption { padding: 9px 10px; font-size: 7px; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  /* Override enhanced-state specificity without affecting any other component. */
  .teco-nom032 *, .teco-nom032 *::before, .teco-nom032 *::after { animation: none !important; transition: none !important; }
}

/* S03: editorial sequence; DOM order also defines the single-column reading order. */
.teco-nom032-evidence > .teco-nom032__container {
  border-bottom: 1px solid var(--nom032-line);
}
.teco-nom032-evidence__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: clamp(48px, 6vw, 88px) clamp(20px, 2.5vw, 40px);
}
.teco-nom032-evidence__figure { min-width: 0; }
.teco-nom032-evidence__image {
  position: relative;
  aspect-ratio: var(--nom032-evidence-ratio, 3 / 4);
  overflow: hidden;
  background: var(--nom032-paper);
}
.teco-nom032-evidence__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--nom032-evidence-position, 50% 50%);
}
.teco-nom032-evidence__figure figcaption {
  display: grid;
  gap: 6px;
  padding-top: 16px;
}
.teco-nom032-evidence__figure figcaption p {
  max-width: 440px;
  color: var(--nom032-muted);
  font-size: 13px;
  line-height: 1.75;
}
.teco-nom032-evidence__figure--operation {
  --nom032-evidence-ratio: 2 / 1;
  --nom032-evidence-position: 50% 58%;
  grid-column: 1 / -1;
}
.teco-nom032-evidence__figure--preparation { grid-column: 1 / 5; }
.teco-nom032-evidence__figure--application {
  --nom032-evidence-ratio: 4 / 3;
  grid-column: 6 / -1;
  margin-top: clamp(32px, 6vw, 88px);
}
.teco-nom032-evidence__figure--data {
  --nom032-evidence-ratio: 4 / 5;
  --nom032-evidence-position: 50% 60%;
  grid-column: 1 / 8;
}
.teco-nom032-evidence__figure--plot { grid-column: 9 / -1; align-self: center; }
.teco-nom032-evidence__figure--crop { --nom032-evidence-ratio: 4 / 5; grid-column: 2 / 7; }
.teco-nom032-evidence__figure--organisms {
  --nom032-evidence-ratio: 1 / 1;
  --nom032-evidence-position: 50% 35%;
  grid-column: 8 / -1;
  align-self: end;
}
.teco-nom032-evidence__figure--tissue {
  --nom032-evidence-ratio: 3 / 2;
  --nom032-evidence-position: 50% 60%;
  grid-column: 4 / 11;
}
@media (min-width: 1025px) {
  .teco-nom032-evidence__grid { row-gap: clamp(43.2px, 5.4vw, 79.2px); }
  /* Preserve the opening photograph's breathing room; tighten only later groups. */
  .teco-nom032-evidence__figure--operation { margin-bottom: clamp(4.8px, .6vw, 8.8px); }
  .teco-nom032-evidence__figure--plot { width: 112%; justify-self: end; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .teco-nom032-evidence__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .teco-nom032-evidence__figure { grid-column: auto; }
  .teco-nom032-evidence__figure--operation { grid-column: 1 / -1; }
  .teco-nom032-evidence__figure--application { align-self: center; margin-top: 0; }
  .teco-nom032-evidence__figure--tissue { grid-column: 1 / -1; width: 80%; justify-self: center; }
}
@media (max-width: 767px) {
  .teco-nom032-evidence__grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .teco-nom032-evidence__figure { grid-column: auto; align-self: start; margin: 0; }
  .teco-nom032-evidence__figure--operation { --nom032-evidence-ratio: 8 / 5; }
  .teco-nom032-evidence__figure--tissue { --nom032-evidence-ratio: 4 / 3; }
  .teco-nom032-evidence__figure figcaption { padding-top: 13px; }
}
