/* NOM-077 only. Fonts and global Header/Footer belong to the existing site. */
.teco-nom077 {
  --teco-green: #a6b013;
  --teco-gray: #333333;
  --teco-gold: #b9935a;
  --teco-white: #ffffff;
  --nom077-paper: #f6f5ef;
  --nom077-muted: #62645e;
  --nom077-line: rgb(51 51 51 / 18%);
  --nom077-gutter: clamp(24px, 4.5vw, 72px);
  /* Local clearance for the expanded Header, also used by native anchor targets. */
  --nom077-anchor-offset: 132px;
  position: relative;
  box-sizing: border-box;
  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(--nom077-anchor-offset);
}

.teco-nom077 *,
.teco-nom077 *::before,
.teco-nom077 *::after { box-sizing: border-box; }
.teco-nom077 :where(h1, h2, h3, p, figure, ol, ul) { margin: 0; padding: 0; }
.teco-nom077 :where(a) { color: inherit; text-decoration: none; }
.teco-nom077 :where(img) { display: block; max-width: 100%; }
.teco-nom077 :is(a, [tabindex]):focus-visible,
.teco-nom077:focus-visible { outline: 2px solid var(--teco-gray); outline-offset: 5px; }
.teco-nom077__container {
  width: 100%;
  max-width: 1540px;
  margin-inline: auto;
  padding: clamp(72px, 7vw, 108px) var(--nom077-gutter);
}
.teco-nom077__eyebrow,
.teco-nom077__label {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: .12em;
  color: var(--nom077-muted);
}
.teco-nom077__eyebrow { margin-bottom: 26px; }
.teco-nom077__eyebrow::before {
  display: inline-block;
  width: 17px;
  height: 2px;
  margin-right: 12px;
  content: "";
  vertical-align: middle;
  background: var(--teco-green);
}
.teco-nom077__heading {
  color: var(--teco-gray);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(38px, 3.75vw, 58px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.teco-nom077__copy {
  color: var(--nom077-muted);
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 400;
  line-height: 1.85;
}
.teco-nom077__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr);
  align-items: end;
  gap: clamp(36px, 6vw, 96px);
  margin-bottom: clamp(48px, 5vw, 76px);
}
.teco-nom077__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  min-height: 54px;
  padding: 16px 20px;
  border: 1px solid var(--teco-gray);
  color: var(--teco-white);
  background: var(--teco-gray);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
  transition: color 160ms ease, background-color 160ms ease;
}
.teco-nom077__whatsapp { display: block; flex: 0 0 18px; width: 18px; height: 18px; }
.teco-nom077__arrow { margin-left: auto; padding-left: 10px; color: var(--teco-green); font-size: 20px; line-height: 1; }
.teco-nom077__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 44px;
  padding-block: 10px;
  border-bottom: 1px solid var(--nom077-line);
  color: var(--teco-gray);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.6;
}
.teco-nom077__link > span { flex: none; font-size: 18px; }

/* Paint-only emphasis preserves the approved text metrics and line breaks. */
.teco-nom077__context-link {
  color: var(--teco-gray);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--nom077-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-nom077__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-nom077__context-link:hover {
    text-decoration-color: color-mix(in srgb, var(--teco-green) 65%, var(--teco-gray));
  }
}
@media (prefers-reduced-motion: reduce) {
  .teco-nom077__context-link { transition: none; }
}

/* Editorial headline, field note and separate photographic observation. */
.teco-nom077-hero__layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto auto 1fr;
  column-gap: clamp(18px, 2vw, 30px);
  row-gap: 26px;
  align-items: start;
  padding-top: clamp(40px, 4.5vw, 70px);
  padding-bottom: clamp(56px, 6vw, 90px);
}
.teco-nom077-hero__eyebrow { grid-column: 1 / 9; margin: 0; }
.teco-nom077-hero__title {
  grid-column: 1 / 9;
  max-width: 900px;
  color: var(--teco-gray);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(48px, 4.8vw, 74px);
  font-weight: 500;
  line-height: 1.035;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.teco-nom077-hero__summary { grid-column: 1 / 6; grid-row: 3; padding-top: 8px; }
.teco-nom077-hero__actions { display: flex; flex-direction: column; align-items: start; gap: 12px; margin-top: 27px; }
.teco-nom077-hero__reference { --nom077-reference-bridge: calc(clamp(18px, 2vw, 30px) + 8px); position: relative; grid-column: 6 / 9; grid-row: 3; align-self: end; padding: 12px 0 4px 10px; text-align: right; }
.teco-nom077-hero__reference::before { position: absolute; top: 0; right: calc(4px - var(--nom077-reference-bridge)); left: 10px; border-top: 1px solid var(--nom077-line); content: ""; }
.teco-nom077-hero__reference::after { position: absolute; top: -3px; right: calc(4px - var(--nom077-reference-bridge)); height: 7px; border-right: 1px solid var(--teco-gold); content: ""; }
.teco-nom077-hero__number {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px var(--teco-gray);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(90px, 9vw, 139px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.08em;
}
.teco-nom077-hero__reference-line {
  display: block;
  height: 24px;
  margin: 16px 0;
  border-block: 1px solid var(--nom077-line);
  background: repeating-linear-gradient(90deg, var(--nom077-line) 0 1px, transparent 1px 19px) bottom / 100% 8px no-repeat;
}
.teco-nom077-hero__reference > .teco-nom077__label { display: block; font-size: 9px; letter-spacing: .06em; }
.teco-nom077-hero__figure { grid-column: 9 / 13; grid-row: 1 / 4; min-width: 0; margin-left: 8px; }
.teco-nom077-hero__frame { position: relative; aspect-ratio: 3 / 4; background: var(--nom077-paper); }
.teco-nom077-hero__frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.teco-nom077-hero__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgb(255 255 255 / 12%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 12%) 1px, transparent 1px);
  background-size: 25% 25%;
}
.teco-nom077-hero__measure {
  position: absolute;
  top: 7%;
  right: 14px;
  bottom: 7%;
  width: 12px;
  border-right: 1px solid var(--teco-white);
  background: repeating-linear-gradient(0deg, rgb(255 255 255 / 75%) 0 1px, transparent 1px 16px) right / 7px 100% no-repeat;
  pointer-events: none;
}
.teco-nom077-hero__caption { display: grid; gap: 7px; padding: 22px 0 0; }
.teco-nom077-hero__caption strong { color: var(--teco-gray); font-family: "Newsreader", Georgia, serif; font-size: clamp(26px, 2.2vw, 34px); font-weight: 500; line-height: 1.15; letter-spacing: -.025em; }
.teco-nom077-hero__caption .teco-nom077__label:last-child { font-size: 9px; letter-spacing: .06em; }

.teco-nom077-collaboration { background: var(--nom077-paper); }
.teco-nom077-collaboration__layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(60px, 10vw, 154px); }
.teco-nom077-collaboration__statement .teco-nom077__copy { max-width: 590px; margin-top: 30px; }
.teco-nom077-collaboration__institution { position: relative; align-self: start; padding-top: 28px; border-top: 1px solid var(--teco-gold); }
.teco-nom077-collaboration__connector { position: absolute; top: -9px; right: 0; padding-left: 18px; background: var(--nom077-paper); color: var(--teco-gray); font-size: 10px; font-weight: 700; line-height: 1.7; letter-spacing: .08em; }
.teco-nom077-collaboration__department { margin-top: 24px; color: var(--teco-gray); font-family: "Newsreader", Georgia, serif; font-size: clamp(36px, 3.25vw, 50px); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
.teco-nom077-collaboration__concepts { display: grid; gap: 13px; margin-top: 32px; list-style: none; }
.teco-nom077-collaboration__concepts li { padding-left: 17px; border-left: 2px solid var(--teco-green); color: var(--nom077-muted); font-size: 10px; font-weight: 700; line-height: 1.6; letter-spacing: .08em; }
.teco-nom077-collaboration__closing { max-width: 940px; margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--nom077-line); color: var(--nom077-muted); font-size: 13px; line-height: 1.85; }

.teco-nom077-process__layout { display: grid; grid-template-columns: minmax(190px, .7fr) minmax(0, 2fr); gap: clamp(52px, 8vw, 120px); align-items: start; }
.teco-nom077-process__index { position: static; min-width: 0; }
.teco-nom077-process__index > p { margin-bottom: 20px; }
.teco-nom077-process__links { list-style: none; }
.teco-nom077-process__links a { display: grid; grid-template-columns: 25px minmax(0, 1fr) 16px; align-items: center; gap: 12px; min-height: 50px; padding: 12px; border-top: 1px solid var(--nom077-line); border-left: 2px solid transparent; color: var(--nom077-muted); font-size: 13px; font-weight: 600; line-height: 1.6; }
.teco-nom077-process__links li:last-child a { border-bottom: 1px solid var(--nom077-line); }
.teco-nom077-process__links a > span:first-child { font-size: 10px; font-weight: 700; }
.teco-nom077-process__links a > span:last-child { display: flex; align-items: center; justify-content: center; color: var(--teco-gray); }
.teco-nom077-process__links a > span:last-child svg { display: block; }
.teco-nom077-process__step { padding-top: 24px; border-top: 1px solid var(--nom077-line); scroll-margin-top: var(--nom077-anchor-offset); }
.teco-nom077-process__step + .teco-nom077-process__step { margin-top: clamp(60px, 6vw, 90px); }
.teco-nom077-process__step h3 { max-width: 740px; margin: 15px 0 28px; color: var(--teco-gray); font-family: "Newsreader", Georgia, serif; font-size: clamp(29px, 2.9vw, 43px); font-weight: 500; line-height: 1.12; letter-spacing: -.025em; }
/* Only the destination gets a boundary; the index does not claim a scroll state. */
.teco-nom077-process__step:target { border-top-color: var(--teco-gray); }
.teco-nom077-process__measurements { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); align-items: end; gap: clamp(20px, 2.5vw, 38px); }

.teco-nom077-photo { min-width: 0; }
.teco-nom077-photo__frame { position: relative; aspect-ratio: 4 / 3; background: var(--nom077-paper); }
.teco-nom077-photo__frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.teco-nom077-photo figcaption { display: grid; gap: 9px; padding-top: 20px; }
.teco-nom077-photo figcaption p { max-width: 540px; color: var(--nom077-muted); font-size: 13px; line-height: 1.8; }
.teco-nom077-photo--diameter .teco-nom077-photo__frame { aspect-ratio: 3 / 4; }
.teco-nom077-photo--chlorophyll .teco-nom077-photo__frame { aspect-ratio: 1134 / 1300; }

/* Conceptual plates: no datasets, invented results or duplicated page assets. */
.teco-nom077-plate { background: var(--nom077-paper); }
.teco-nom077-plate > figcaption { display: flex; justify-content: space-between; align-items: start; flex-wrap: wrap; gap: 8px 24px; padding: 16px 24px; border-top: 1px solid var(--nom077-line); color: var(--nom077-muted); font-size: 11px; line-height: 1.7; }
.teco-nom077-plate > figcaption > span:last-child { font-size: 10px; }
.teco-nom077-plate__growth { position: relative; padding: 40px 34px 26px; }
.teco-nom077-plate__axis { display: block; margin-bottom: 20px; color: var(--nom077-muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.teco-nom077-plate__growth svg { display: block; width: 100%; height: auto; stroke: var(--teco-gray); stroke-width: 1.5; }
.teco-nom077-plate__growth circle { fill: var(--teco-green); }
.teco-nom077-plate__growth .teco-nom077-plate__guide { stroke: var(--nom077-line); }
.teco-nom077-plate__growth .teco-nom077-plate__stem { stroke: var(--teco-gray); stroke-width: 2; }
.teco-nom077-plate__growth .teco-nom077-plate__root { stroke: var(--teco-gold); }
.teco-nom077-plate__design { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; padding: 46px 40px; }
.teco-nom077-plate__design-origin { padding: 14px 0 14px 20px; border-left: 2px solid var(--teco-green); }
.teco-nom077-plate__design-origin strong { display: block; margin-top: 14px; color: var(--teco-gray); font-family: "Newsreader", Georgia, serif; font-size: clamp(27px, 2.3vw, 36px); font-weight: 500; line-height: 1.12; }
.teco-nom077-plate__variables { list-style: none; }
.teco-nom077-plate__variables li { position: relative; padding: 15px 0; border-bottom: 1px solid var(--nom077-line); color: var(--teco-gray); font-size: 13px; }
.teco-nom077-plate__variables li::before { position: absolute; top: 50%; left: -25px; width: 6px; height: 6px; border: 1px solid var(--teco-gray); background: var(--teco-green); border-radius: 50%; content: ""; }
.teco-nom077-plate__analysis { display: grid; grid-template-columns: .6fr 1fr 1fr; align-items: center; gap: 28px; padding: 60px 36px; }
.teco-nom077-plate__records { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.teco-nom077-plate__records span { position: relative; aspect-ratio: 1; border: 1px solid var(--nom077-line); border-bottom: 2px solid var(--teco-gold); background: var(--teco-white); }
.teco-nom077-plate__records span::before,
.teco-nom077-plate__records span::after { position: absolute; top: 26%; bottom: 26%; content: ""; background-repeat: no-repeat; background-position: center top, center, center bottom; }
.teco-nom077-plate__records span::before { right: 18%; left: 38%; background-image: linear-gradient(var(--nom077-line), var(--nom077-line)), linear-gradient(var(--nom077-line), var(--nom077-line)), linear-gradient(var(--nom077-line), var(--nom077-line)); background-size: 100% 1px; }
.teco-nom077-plate__records span::after { left: 20%; width: 2px; background-image: linear-gradient(var(--teco-gold), var(--teco-gold)), linear-gradient(var(--teco-gold), var(--teco-gold)), linear-gradient(var(--teco-gold), var(--teco-gold)); background-size: 2px 2px; }
.teco-nom077-plate__reading { list-style: none; }
.teco-nom077-plate__reading li { padding-block: 15px; border-bottom: 1px solid var(--nom077-line); color: var(--nom077-muted); font-size: 12px; }
.teco-nom077-plate__response { padding-left: 20px; border-left: 2px solid var(--teco-green); color: var(--teco-gray); font-family: "Newsreader", Georgia, serif; font-size: clamp(26px, 2.5vw, 36px); line-height: 1.12; }
.teco-nom077-plate__report { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; padding: 50px 40px 36px; list-style: none; }
.teco-nom077-plate__report li { position: relative; display: grid; justify-items: center; gap: 20px; color: var(--teco-gray); font-size: 13px; }
.teco-nom077-plate__report li + li::before { position: absolute; top: 40%; left: -26px; content: "→"; color: var(--nom077-muted); }
.teco-nom077-plate__document { display: block; width: min(100%, 112px); aspect-ratio: 4 / 5; border: 1px solid var(--nom077-line); border-top: 2px solid var(--teco-gold); background: repeating-linear-gradient(var(--nom077-line) 0 1px, transparent 1px 16px) center / 60% 55% no-repeat, var(--teco-white); }
.teco-nom077-plate__report li:last-child .teco-nom077-plate__document { border-top-color: var(--teco-green); }

.teco-nom077-evidence { background: var(--nom077-paper); }
.teco-nom077-evidence__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 60px clamp(36px, 7vw, 108px); align-items: start; }
.teco-nom077-photo--field { grid-column: 1 / -1; }
.teco-nom077-photo--field .teco-nom077-photo__frame { aspect-ratio: 16 / 9; }
.teco-nom077-photo--field figcaption { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 30px; }
.teco-nom077-photo--vigor { margin-left: clamp(0px, 4vw, 64px); }
.teco-nom077-photo--vigor .teco-nom077-photo__frame { aspect-ratio: 1022 / 1293; }
.teco-nom077-photo--coverage { margin-top: clamp(40px, 9vw, 130px); }
.teco-nom077-photo--coverage .teco-nom077-photo__frame { aspect-ratio: 1068 / 995; }

.teco-nom077-contact__layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(50px, 8vw, 124px); }
.teco-nom077-contact__intro .teco-nom077__copy { max-width: 540px; margin-top: 28px; }
.teco-nom077-contact__examples { display: flex; flex-wrap: wrap; gap: 12px 24px; max-width: 540px; margin-top: 32px; list-style: none; }
.teco-nom077-contact__examples li { padding-top: 9px; color: var(--nom077-muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; line-height: 1.6; }
.teco-nom077-contact__brief { list-style: none; }
.teco-nom077-contact__brief li { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 20px; padding: 24px 0; border-top: 1px solid var(--nom077-line); }
.teco-nom077-contact__brief li > span { color: var(--nom077-muted); font-size: 11px; font-weight: 700; line-height: 1.8; }
.teco-nom077-contact__brief h3 { margin-bottom: 10px; color: var(--teco-gray); font-family: "Manrope", Arial, sans-serif; font-size: 12px; font-weight: 800; line-height: 1.6; letter-spacing: .1em; }
.teco-nom077-contact__brief p { color: var(--nom077-muted); font-size: 14px; line-height: 1.8; }
.teco-nom077-contact__actions { display: flex; flex-direction: column; align-items: start; gap: 16px; margin-top: 14px; }

@media (min-width: 1025px) and (min-height: 700px) {
  .teco-nom077-process__index { position: sticky; top: var(--nom077-anchor-offset); }
}
@media (hover: hover) and (pointer: fine) {
  .teco-nom077__cta:hover { color: var(--teco-gray); background: var(--teco-green); }
  .teco-nom077__cta:hover .teco-nom077__arrow { color: var(--teco-gray); }
  .teco-nom077__link:hover { border-bottom-color: var(--teco-gray); }
  .teco-nom077-process__links a:hover { color: var(--teco-gray); background: var(--nom077-paper); }
}
@media (max-width: 1024px) {
  .teco-nom077 { --nom077-anchor-offset: 120px; }
  .teco-nom077__intro { grid-template-columns: 1fr; gap: 24px; }
  .teco-nom077__intro .teco-nom077__copy { max-width: 650px; }
  .teco-nom077-hero__layout { grid-template-columns: repeat(6, minmax(0, 1fr)); grid-template-rows: auto auto auto 1fr; column-gap: 30px; }
  .teco-nom077-hero__eyebrow,
  .teco-nom077-hero__title { grid-column: 1 / -1; }
  .teco-nom077-hero__title { max-width: 800px; font-size: clamp(45px, 6vw, 61px); }
  .teco-nom077-hero__summary { grid-column: 1 / 4; grid-row: 3; }
  .teco-nom077-hero__reference { --nom077-reference-bridge: 30px; grid-column: 1 / 4; grid-row: 4; padding-left: 0; }
  .teco-nom077-hero__reference::before { left: 0; }
  .teco-nom077-hero__number { font-size: 112px; }
  .teco-nom077-hero__figure { grid-column: 4 / 7; grid-row: 3 / 5; margin-left: 0; }
  .teco-nom077-collaboration__layout { gap: 48px; }
  .teco-nom077-process__layout { grid-template-columns: 1fr; gap: 44px; }
  .teco-nom077-process__links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 24px; }
  .teco-nom077-process__links li:last-child a { border-bottom: 0; }
  .teco-nom077-contact__layout { gap: 44px; }
}
@media (max-width: 767px) {
  .teco-nom077 { --nom077-gutter: clamp(20px, 5vw, 28px); }
  .teco-nom077__container { padding-block: 60px; }
  .teco-nom077__heading { font-size: clamp(35px, 8.8vw, 48px); line-height: 1.1; }
  .teco-nom077__eyebrow { margin-bottom: 22px; font-size: 9px; }
  .teco-nom077__copy { font-size: 14px; line-height: 1.8; }
  .teco-nom077__intro { margin-bottom: 38px; }
  .teco-nom077-hero__layout { grid-template-columns: 1fr; grid-template-rows: auto; gap: 24px; padding-top: 36px; padding-bottom: 50px; }
  .teco-nom077-hero__eyebrow,
  .teco-nom077-hero__title,
  .teco-nom077-hero__summary,
  .teco-nom077-hero__reference,
  .teco-nom077-hero__figure { grid-column: 1; grid-row: auto; }
  .teco-nom077-hero__eyebrow { margin: 0; }
  .teco-nom077-hero__title { font-size: clamp(42px, 10.7vw, 58px); }
  .teco-nom077-hero__summary { padding: 0; }
  .teco-nom077-hero__actions { align-items: stretch; gap: 12px; margin-top: 25px; }
  .teco-nom077-hero__reference { display: flex; align-items: end; gap: 20px; max-width: none; margin-top: 2px; padding: 0; text-align: left; }
  .teco-nom077-hero__reference::before,
  .teco-nom077-hero__reference::after { display: none; }
  .teco-nom077-hero__number { flex: none; font-size: 92px; }
  .teco-nom077-hero__reference-line { flex: 1; margin: 0 0 14px; }
  .teco-nom077-hero__reference > .teco-nom077__label { display: none; }
  .teco-nom077-hero__figure { width: 100%; max-width: 480px; justify-self: center; }
  .teco-nom077-hero__caption { padding-top: 20px; }
  .teco-nom077-hero__caption strong { font-size: 30px; }
  .teco-nom077-collaboration__layout { grid-template-columns: 1fr; gap: 46px; }
  .teco-nom077-collaboration__department { font-size: 39px; }
  .teco-nom077-collaboration__closing { margin-top: 36px; }
  .teco-nom077-process__links { grid-template-columns: 1fr; gap: 0; }
  .teco-nom077-process__links a { min-height: 46px; }
  .teco-nom077-process__step h3 { font-size: 31px; }
  .teco-nom077-process__measurements { grid-template-columns: 1fr; gap: 34px; }
  .teco-nom077-photo--chlorophyll { width: 86%; justify-self: end; }
  .teco-nom077-plate > figcaption { padding: 16px 20px; }
  .teco-nom077-plate__growth { padding: 28px 20px 24px; }
  .teco-nom077-plate__design { grid-template-columns: 1fr; gap: 20px; padding: 28px; }
  .teco-nom077-plate__variables { padding-left: 24px; }
  .teco-nom077-plate__variables li { padding-block: 12px; }
  .teco-nom077-plate__analysis { grid-template-columns: .65fr 1.35fr; gap: 24px; padding: 28px; }
  .teco-nom077-plate__response { grid-column: 1 / -1; font-size: 30px; }
  .teco-nom077-plate__report { gap: 24px; padding: 34px 20px 28px; }
  .teco-nom077-plate__report li { gap: 16px; font-size: 12px; }
  .teco-nom077-plate__report li + li::before { left: -18px; }
  .teco-nom077-evidence__layout { grid-template-columns: 1fr; gap: 38px; }
  .teco-nom077-photo--field .teco-nom077-photo__frame { aspect-ratio: 4 / 3; }
  .teco-nom077-photo--field .teco-nom077-photo__frame img { object-position: 50% 45%; }
  .teco-nom077-photo--field figcaption { grid-template-columns: 1fr; gap: 9px; }
  .teco-nom077-photo--vigor,
  .teco-nom077-photo--coverage { margin: 0; }
  .teco-nom077-contact__layout { grid-template-columns: 1fr; gap: 42px; }
  .teco-nom077-contact__actions { align-items: stretch; }
}
@media (prefers-reduced-motion: reduce) {
  .teco-nom077__cta { transition: none; }
}
