@font-face {
    font-family: Manrope;
    src: url("./assets/manrope-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Manrope;
    src: url("./assets/manrope-bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "IBM Plex Mono";
    src: url("./assets/ibm-plex-mono.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.codigo-lote strong,
.ficha-datos strong,
.detalle-valor,
.mapa-destinos strong,
.mediciones dd:not(.dato-texto),
.datos-paso strong {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400 !important;
    font-variant-numeric: tabular-nums;
}
:root {
    --bosque: #204c40;
    --tinta: #233b34;
    --muted: #5c7068;
    --niebla: #f3f7f5;
    --salvia: #dce8de;
    --semilla: #dfecad;
    --linea: #dce5df;
    --blanco: #fff;
    --radio: 16px;
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    background: var(--blanco);
    color: var(--tinta);
    font-family: Manrope, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
button,
a,
input {
    -webkit-tap-highlight-color: transparent;
}
button {
    font: inherit;
    cursor: pointer;
}
a {
    color: inherit;
    text-decoration: none;
}
button,
summary,
a {
    touch-action: manipulation;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid #558365;
    outline-offset: 5px;
}
button:disabled {
    cursor: default;
    opacity: 0.4;
}
svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}
.iconos {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}
h1,
h2,
h3,
p,
figure {
    margin: 0;
}
h1,
h2,
h3 {
    font-weight: 700;
}
h1,
h2 {
    letter-spacing: -0.045em;
    line-height: 1.13;
}
h2 {
    font-size: clamp(32px, 3.3vw, 44px);
}
h3 {
    font-size: 18px;
    letter-spacing: -0.025em;
}
p {
    color: var(--muted);
}
.contenedor {
    width: min(1200px, calc(100% - 80px));
    margin-inline: auto;
}
.saltar {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 99;
    padding: 12px;
    background: white;
    transform: translateY(-160%);
}
.saltar:focus {
    transform: translateY(0);
}
.cabecera {
    background: rgba(255, 255, 255, 0.96);
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid #edf1ee;
    backdrop-filter: blur(15px);
}
.navegacion {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}
.marca {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 31px;
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 1;
}
.marca img {
    display: block;
}
.punto-marca {
    color: #739367;
}
.enlaces-nav {
    display: flex;
    gap: 32px;
    font-size: 14px;
}
.enlaces-nav a {
    padding-block: 12px;
}
.enlaces-nav a:hover {
    color: #467957;
}
.boton {
    background: var(--bosque);
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 16px 22px;
    border: 1px solid var(--bosque);
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    transition: background 0.18s;
}
.boton:hover {
    background: #316351;
}
.boton svg {
    width: 20px;
    height: 20px;
}
.boton-pequeno {
    font-size: 13px;
    padding: 13px 18px;
    gap: 14px;
}
.menu-movil {
    display: none;
    background: none;
    border: 0;
    color: var(--bosque);
    padding: 8px;
}
.portada {
    display: flex;
    align-items: center;
    gap: 56px;
    padding-top: 66px;
    padding-bottom: 74px;
}
.portada-texto {
    flex: 1 1 47%;
    padding-bottom: 2px;
}
.contexto {
    display: flex;
    gap: 9px;
    align-items: center;
    font-size: 13px;
    margin-bottom: 24px;
    color: var(--bosque);
}
.contexto > span {
    width: 7px;
    height: 7px;
    background: #6e9258;
    border-radius: 50%;
}
h1 {
    font-size: clamp(42px, 4.9vw, 68px);
    line-height: 1.1;
    letter-spacing: -0.052em;
    color: var(--bosque);
}
.bajada {
    font-size: 17px;
    max-width: 445px;
    line-height: 1.85;
    margin-top: 28px;
}
.bajada strong {
    color: var(--tinta);
    font-weight: 700;
}
.acciones {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 29px;
}
.boton-video {
    border: 0;
    background: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    color: var(--bosque);
    padding: 8px 0;
}
.boton-video > span {
    width: 32px;
    height: 32px;
    border: 1px solid var(--linea);
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.boton-video svg {
    width: 14px;
    height: 14px;
    fill: var(--bosque);
}
.nota-portada {
    font-size: 11px;
    margin-top: 23px;
}
.escena {
    position: relative;
    flex: 1 1 49%;
    min-width: 0;
    background: var(--salvia);
    border-radius: 20px;
    overflow: hidden;
}
.escena-cabecera {
    padding: 22px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    gap: 10px;
}
.escena-cabecera > span:first-child {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}
.punto-vivo {
    width: 6px;
    height: 6px;
    background: #426f4f;
    border-radius: 50%;
}
.etiqueta-ejemplo {
    font-size: 10px;
    color: #4e6759;
    border: 1px solid #b8ccbc;
    padding: 3px 8px;
    border-radius: 20px;
    white-space: nowrap;
}
.escena-cuerpo {
    position: relative;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 28px;
    background: radial-gradient(ellipse at center, #f3f6eaaa, transparent 70%);
}
.linea-trama {
    position: absolute;
    inset: 30px 42px 60px;
    border: 1px dashed #9cb69d;
    border-radius: 80px 20px 90px 20px;
    transform: rotate(-14deg);
}
.ficha-lote {
    position: relative;
    width: 272px;
    max-width: 72%;
    background: #fffdf5;
    border-radius: 5px;
    box-shadow:
        0 20px 36px -20px #23483170,
        0 1px 2px #23483120;
    padding: 19px 24px 15px;
    transform: rotate(-5deg);
    color: var(--bosque);
}
.ficha-marca {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: -1px;
}
.ficha-marca svg {
    width: 24px;
    height: 24px;
}
.ficha-tipo {
    font-size: 9px;
    margin-top: 18px;
    color: #6a7264;
}
.ficha-lote h2 {
    font-size: 23px;
    margin-top: 4px;
    letter-spacing: -0.055em;
}
.codigo-lote {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-block: 1px solid #d3dbcc;
    padding: 9px 0;
    margin-top: 12px;
}
.codigo-lote > span {
    font-size: 11px;
}
.codigo-lote strong {
    font-size: 24px;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.04em;
}
.ficha-datos {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    gap: 15px;
}
.ficha-datos div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.ficha-datos span {
    font-size: 8px;
    color: #687261;
}
.ficha-datos strong {
    font-size: 11px;
    font-variant-numeric: tabular-nums;
}
.codigo-barras {
    height: 23px;
    margin-top: 15px;
    background: repeating-linear-gradient(
        90deg,
        #2c4b3b 0 1px,
        transparent 1px 3px,
        #2c4b3b 3px 5px,
        transparent 5px 8px,
        #2c4b3b 8px 9px,
        transparent 9px 13px,
        #2c4b3b 13px 16px,
        transparent 16px 18px
    );
    opacity: 0.8;
}
.ficha-pie {
    font-size: 8px;
    margin-top: 5px;
    text-align: center;
}
.nota-origen {
    position: absolute;
    left: 23px;
    top: 29px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 9px;
    transform: rotate(-5deg);
    font-size: 10px;
    line-height: 1.5;
    color: #3c5d48;
}
.nota-origen svg {
    width: 21px;
}
.nota-control {
    position: absolute;
    bottom: 12px;
    right: 19px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 17px;
    background: var(--bosque);
    color: white;
    border-radius: 10px;
    box-shadow: 0 7px 12px -8px #22493880;
    transform: rotate(2deg);
}
.nota-control strong,
.nota-control span:not(.sello) {
    display: block;
}
.nota-control strong {
    font-size: 11px;
}
.nota-control div > span {
    font-size: 9px;
    margin-top: 2px;
    color: #d7e6d7;
}
.sello {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--semilla);
    color: var(--bosque);
}
.sello svg {
    width: 18px;
    height: 18px;
}
.recorrido-tabs {
    display: flex;
    padding: 22px 18px 0;
    gap: 4px;
}
.recorrido-tabs button {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    border: none;
    border-radius: 8px 8px 0 0;
    background: transparent;
    color: #4e6859;
    padding: 12px 5px 14px;
    min-width: 0;
}
.recorrido-tabs button svg {
    width: 21px;
    height: 21px;
}
.recorrido-tabs button[aria-selected="true"] {
    background: white;
    color: var(--bosque);
    font-weight: 700;
}
.recorrido-tabs button:hover:not([aria-selected="true"]) {
    background: #edf4e880;
}
.detalle-etapa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: white;
    margin: 0 18px 18px;
    padding: 18px;
    border-radius: 8px;
    min-height: 85px;
}
.detalle-nombre {
    font-size: 10px;
    color: var(--muted);
    display: block;
    margin-bottom: 5px;
}
.detalle-valor {
    font-size: 12px;
    font-variant-numeric: tabular-nums;
    display: block;
}
.detalle-valor > span {
    padding: 0 5px;
    color: #8a9c8e;
}
.estado-registro {
    font-size: 9px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #3e6a40;
    background: #edf4e7;
    padding: 5px 7px;
    border-radius: 5px;
}
.estado-registro svg {
    width: 13px;
    height: 13px;
}
.franja-preguntas {
    border-block: 1px solid var(--linea);
    background: #fafcfb;
}
.preguntas-lote {
    display: flex;
    justify-content: space-between;
    padding-block: 29px;
    gap: 28px;
}
.preguntas-lote > div {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}
.preguntas-lote > div + div {
    border-left: 1px solid var(--linea);
    padding-left: 38px;
}
.preguntas-lote svg {
    color: #55775c;
    width: 30px;
    height: 30px;
}
.preguntas-lote p {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 12px;
}
.preguntas-lote strong {
    font-size: 15px;
    color: var(--bosque);
}
.foto-planta {
    position: relative;
    margin-top: 56px;
    overflow: hidden;
    border-radius: 16px;
    background: var(--bosque);
}
.foto-planta > img {
    display: block;
    width: 100%;
    height: clamp(300px, 34vw, 440px);
    object-fit: cover;
    object-position: center 24%;
}
.foto-planta figcaption {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding: 36px;
    color: white;
    background: linear-gradient(transparent 40%, #10241be6);
}
.foto-planta figcaption p {
    color: white;
    font-size: clamp(23px, 2.5vw, 34px);
    line-height: 1.3;
    letter-spacing: -0.8px;
}
.foto-planta figcaption span {
    font-size: 10px;
    text-align: right;
    max-width: 160px;
}
.foto-detalle {
    margin: 0;
}
.foto-detalle img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 12px;
}
.foto-detalle figcaption {
    font-size: 11px;
    color: var(--muted);
    margin-top: 10px;
    line-height: 1.6;
}
.foto-trazabilidad {
    margin-top: 30px;
}
.calidad-visual {
    flex: 1;
    min-width: 0;
}
.foto-calidad {
    margin-bottom: 24px;
}
.seccion {
    padding-block: 100px;
}
.trazabilidad,
.calidad {
    display: flex;
    align-items: center;
    gap: 90px;
}
.texto-seccion {
    flex: 1;
    min-width: 0;
}
.nombre-seccion {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #50745a;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
}
.nombre-seccion svg {
    width: 19px;
    height: 19px;
}
.texto-seccion > p:not(.nombre-seccion) {
    font-size: 15px;
    line-height: 1.9;
    margin-top: 22px;
    max-width: 490px;
}
.lista-beneficios {
    padding: 0;
    list-style: none;
    margin: 26px 0;
}
.lista-beneficios li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    margin-top: 14px;
}
.lista-beneficios svg {
    width: 17px;
    height: 20px;
    color: #53734f;
}
.enlace-accion {
    background: none;
    border: none;
    border-bottom: 1px solid #c2d0c4;
    padding: 0 0 7px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    font-weight: 700;
    color: var(--bosque);
}
.enlace-accion svg {
    width: 18px;
}
.mapa-lote {
    flex: 1;
    min-width: 0;
    border: 1px solid var(--linea);
    border-radius: 16px;
    background: #fbfcfa;
    padding: 25px 28px;
}
.mapa-lote figcaption {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 24px;
}
.mapa-lote small {
    font-weight: 400;
    color: var(--muted);
    font-size: 10px;
}
.mapa-entradas,
.mapa-destinos {
    display: flex;
    gap: 24px;
}
.mapa-entradas > div,
.mapa-destinos > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    border: 1px solid var(--linea);
    border-radius: 8px;
    padding: 15px 8px;
    gap: 3px;
}
.mapa-entradas svg,
.mapa-destinos svg {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    color: #668064;
}
.mapa-entradas strong {
    font-size: 13px;
}
.mapa-entradas span,
.mapa-destinos span {
    font-size: 10px;
    color: var(--muted);
}
.conector-entradas,
.conector-salidas {
    height: 39px;
    position: relative;
}
.conector-entradas:before,
.conector-salidas:before {
    content: "";
    position: absolute;
    left: 24%;
    right: 24%;
    height: 20px;
    top: 0;
    border: 1px solid #b0c5b4;
    border-top: 0;
    border-radius: 0 0 8px 8px;
}
.conector-entradas span,
.conector-salidas span {
    position: absolute;
    left: 50%;
    top: 20px;
    height: 19px;
    width: 1px;
    background: #b0c5b4;
}
.conector-salidas {
    transform: rotate(180deg);
}
.mapa-produccion {
    background: var(--bosque);
    border-radius: 9px;
    color: white;
    display: flex;
    align-items: center;
    padding: 21px;
    gap: 15px;
}
.icono-produccion {
    width: 40px;
    height: 44px;
    background: #3c6553;
    border: 1px solid #5e8168;
    border-radius: 8px;
    display: grid;
    place-items: center;
}
.mapa-produccion > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.mapa-produccion > div > span {
    font-size: 10px;
    color: #d0dfcd;
}
.mapa-produccion strong {
    font-size: 18px;
}
.mapa-produccion small {
    color: #d0dfcd;
    font-size: 10px;
}
.mapa-check {
    margin-left: auto;
    color: var(--semilla);
    width: 25px;
    height: 25px;
}
.mapa-destinos strong {
    font-size: 16px;
    font-variant-numeric: tabular-nums;
}
.mapa-nota {
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 20px;
}
.mapa-nota svg {
    width: 16px;
    height: 16px;
}
.calidad-fondo {
    background: var(--niebla);
    border-block: 1px solid #e7ede8;
}
.calidad {
    gap: 110px;
}
.registro-calidad {
    flex: 1;
    min-width: 0;
    background: white;
    border: 1px solid #d9e2db;
    border-radius: 12px;
    padding: 27px 30px;
    box-shadow: 0 17px 32px -28px #1f4d3870;
}
.registro-encabezado {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 24px;
}
.icono-registro {
    width: 45px;
    height: 48px;
    border-radius: 10px;
    background: #edf3e8;
    color: #426c4a;
    display: grid;
    place-items: center;
}
.registro-encabezado h3 {
    font-size: 17px;
}
.registro-encabezado p {
    font-size: 11px;
    margin-top: 3px;
}
.registro-encabezado p > span {
    margin-left: 7px;
    color: #557646;
}
.registro-columnas {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--linea);
    color: var(--muted);
}
.mediciones {
    margin: 0;
}
.mediciones > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #edf0ec;
    padding: 17px 0;
}
.mediciones dt {
    font-size: 13px;
}
.mediciones dd {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}
.mediciones dd span {
    font-size: 12px;
    font-weight: 400;
    color: var(--muted);
}
.mediciones .dato-texto {
    font-size: 12px;
    font-weight: 400;
}
.registro-observacion {
    padding: 16px;
    margin-top: 22px;
    background: #f8faf6;
    border-radius: 6px;
}
.registro-observacion > span {
    font-size: 10px;
    color: #456650;
    font-weight: 700;
}
.registro-observacion > p {
    font-size: 12px;
    margin-top: 4px;
}
.registro-autor {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
}
.avatar {
    display: grid;
    place-items: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #e7eddb;
    font-size: 11px;
    color: #466238;
}
.registro-autor > div {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.registro-autor strong {
    font-size: 11px;
}
.registro-autor div > span {
    font-size: 9px;
    color: var(--muted);
}
.registrado {
    margin-left: auto;
    font-size: 10px;
    color: #4f6b46;
}
.ejemplo-pie {
    font-size: 9px;
    border-top: 1px solid var(--linea);
    padding-top: 17px;
    margin-top: 20px;
}
.detalle-beneficio {
    margin-top: 25px;
}
.detalle-beneficio h3 {
    font-size: 15px;
}
.detalle-beneficio p {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 5px;
    max-width: 410px;
}
.gestion {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}
.gestion-intro {
    flex: 1;
}
.gestion-intro > p:last-child {
    margin-top: 20px;
    font-size: 14px;
    max-width: 330px;
}
.modulos {
    display: flex;
    flex-wrap: wrap;
    flex: 1.4;
    gap: 32px 40px;
}
.modulos article {
    flex: 1 1 calc(50% - 40px);
    min-width: 180px;
}
.modulos article > svg {
    width: 29px;
    height: 29px;
    color: #537350;
    margin-bottom: 13px;
}
.modulos h3 {
    font-size: 16px;
    margin-bottom: 8px;
}
.modulos p {
    font-size: 13px;
    max-width: 270px;
    line-height: 1.8;
}
.preguntas-seccion {
    display: flex;
    gap: 100px;
    padding-top: 28px;
    padding-bottom: 100px;
}
.preguntas-seccion > div:first-child {
    flex: 1;
}
.preguntas-seccion > div:first-child > p:last-child {
    font-size: 14px;
    max-width: 280px;
    margin-top: 20px;
}
.acordeon {
    flex: 1.4;
    min-width: 0;
}
details {
    border-bottom: 1px solid var(--linea);
}
details:first-child {
    border-top: 1px solid var(--linea);
}
summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 21px 0;
    cursor: pointer;
    list-style: none;
    font-size: 14px;
    font-weight: 700;
}
summary::-webkit-details-marker {
    display: none;
}
summary svg {
    width: 18px;
    height: 18px;
    transition: transform 0.2s;
}
details[open] summary svg {
    transform: rotate(45deg);
}
details > p {
    font-size: 13px;
    padding-bottom: 23px;
    max-width: 520px;
    line-height: 1.85;
}
.contacto-interior {
    background: var(--bosque);
    color: white;
    border-radius: 20px;
    padding: 55px 60px;
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: space-between;
}
.contacto-interior > div {
    flex: 1;
}
.contacto-interior h2 {
    font-size: 42px;
}
.contacto-interior > div > p:first-child {
    color: #c4d9bb;
    font-size: 12px;
    margin-bottom: 16px;
}
.contacto-bajada {
    color: #d1e0d3;
    font-size: 14px;
    margin-top: 20px;
    max-width: 395px;
}
.contacto-acciones {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    max-width: 355px;
}
.boton-claro {
    background: var(--semilla);
    border-color: var(--semilla);
    color: var(--bosque);
    font-size: 13px;
    gap: 15px;
}
.boton-claro:hover {
    background: #eff6d3;
}
.correo {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
}
.correo svg {
    width: 18px;
    height: 18px;
}
.correo:hover {
    text-decoration: underline;
}
.contacto-acciones > span {
    font-size: 11px;
    color: #c0d3c4;
    margin-top: -9px;
}
.pie {
    display: flex;
    align-items: center;
    gap: 28px;
    padding-block: 35px;
}
.pie .marca {
    font-size: 26px;
}
.pie > p {
    font-size: 11px;
}
.pie > span {
    margin-left: auto;
    font-size: 10px;
    color: var(--muted);
}
dialog {
    border: 1px solid var(--linea);
    border-radius: 18px;
    width: min(610px, calc(100% - 32px));
    max-height: calc(100dvh - 32px);
    padding: 28px 36px;
    color: var(--tinta);
    background: white;
    box-shadow: 0 30px 100px #0e2d3240;
}
dialog::backdrop {
    background: #14382ed1;
    backdrop-filter: blur(4px);
}
body:has(dialog[open]) {
    overflow: hidden;
}
.dialogo-cabecera {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.marca-texto {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -1px;
}
.cerrar-dialogo {
    display: grid;
    place-items: center;
    border: none;
    background: var(--niebla);
    color: var(--bosque);
    width: 38px;
    height: 38px;
    border-radius: 50%;
}
dialog h2 {
    font-size: 33px;
}
dialog > .nombre-seccion {
    margin-bottom: 12px;
}
#intro-recorrido {
    font-size: 13px;
    margin-top: 15px;
    line-height: 1.8;
}
.paso-dialogo {
    margin-top: 24px;
    padding: 23px;
    background: var(--niebla);
    border: 1px solid var(--linea);
    border-radius: 10px;
    min-height: 234px;
}
#paso-contador {
    font-size: 11px;
    color: #52724b;
}
#paso-titulo {
    font-size: 21px;
    margin-top: 9px;
}
#paso-descripcion {
    font-size: 13px;
    margin-top: 10px;
}
.datos-paso {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-top: 1px solid var(--linea);
    padding-top: 9px;
    margin-top: 10px;
    font-size: 12px;
}
.datos-paso span {
    color: var(--muted);
}
.datos-paso strong {
    text-align: right;
    font-variant-numeric: tabular-nums;
}
.dialogo-acciones {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 22px;
}
.boton-secundario {
    background: white;
    color: var(--bosque);
    border-color: var(--linea);
}
.boton-secundario:hover {
    background: var(--niebla);
}
.dialogo-contacto {
    display: block;
    text-align: center;
    color: var(--bosque);
    font-size: 12px;
    margin: 20px 0 0;
    text-decoration: underline;
    text-underline-offset: 4px;
}
@media (min-width: 1450px) {
    .portada {
        padding-block: 82px;
    }
    .escena-cuerpo {
        height: 365px;
    }
    .ficha-lote {
        width: 285px;
    }
}
@media (max-width: 1100px) {
    .contenedor {
        width: calc(100% - 56px);
    }
    .portada {
        gap: 32px;
    }
    .portada h1 {
        font-size: 52px;
    }
    .acciones {
        gap: 15px;
    }
    .boton-video {
        font-size: 11px;
    }
    .nota-origen {
        left: 15px;
        top: 10px;
    }
    .nota-control {
        right: 12px;
    }
    .trazabilidad,
    .calidad {
        gap: 45px;
    }
    .gestion,
    .preguntas-seccion {
        gap: 50px;
    }
    .contacto-interior {
        padding: 45px;
        gap: 35px;
    }
    .enlaces-nav {
        gap: 20px;
    }
    .detalle-etapa {
        padding: 13px;
    }
    .estado-registro {
        font-size: 8px;
    }
    .registro-calidad {
        padding: 23px;
    }
    .preguntas-lote > div + div {
        padding-left: 25px;
    }
}
@media (max-width: 850px) {
    .navegacion {
        min-height: 78px;
        gap: 15px;
    }
    .enlaces-nav {
        font-size: 12px;
        gap: 14px;
    }
    .boton-pequeno {
        padding: 11px 13px;
        font-size: 11px;
        gap: 8px;
    }
    .portada {
        gap: 30px;
        align-items: flex-start;
        padding-block: 45px;
    }
    .portada h1 {
        font-size: 43px;
    }
    .bajada {
        font-size: 14px;
        line-height: 1.85;
    }
    .contexto {
        font-size: 11px;
        margin-bottom: 22px;
    }
    .acciones {
        gap: 10px;
    }
    .acciones > .boton {
        font-size: 12px;
        padding: 14px 17px;
    }
    .nota-portada {
        font-size: 10px;
        max-width: 220px;
    }
    .escena-cabecera {
        padding: 18px 15px;
        flex-wrap: wrap;
        font-size: 10px;
        gap: 6px;
    }
    .etiqueta-ejemplo {
        font-size: 11px;
    }
    .escena-cuerpo {
        height: 300px;
    }
    .ficha-lote {
        padding: 17px 18px;
        width: 242px;
        max-width: 78%;
    }
    .ficha-lote h2 {
        font-size: 20px;
    }
    .nota-origen {
        display: none;
    }
    .nota-control {
        padding: 10px;
        right: 12px;
        bottom: 6px;
    }
    .nota-control strong {
        font-size: 9px;
    }
    .nota-control div > span {
        font-size: 8px;
    }
    .recorrido-tabs {
        padding: 17px 10px 0;
    }
    .recorrido-tabs button {
        font-size: 9px;
    }
    .detalle-etapa {
        margin: 0 10px 10px;
        gap: 6px;
        flex-wrap: wrap;
        min-height: 98px;
    }
    .detalle-valor {
        font-size: 11px;
    }
    .preguntas-lote {
        gap: 18px;
        padding-block: 24px;
    }
    .preguntas-lote > div {
        gap: 10px;
    }
    .preguntas-lote > div + div {
        padding-left: 18px;
    }
    .preguntas-lote svg {
        width: 24px;
        height: 24px;
    }
    .preguntas-lote strong {
        font-size: 12px;
    }
    .preguntas-lote p {
        font-size: 10px;
    }
    .seccion {
        padding-block: 72px;
    }
    .trazabilidad,
    .calidad {
        gap: 35px;
    }
    .texto-seccion > p:not(.nombre-seccion) {
        font-size: 13px;
    }
    .lista-beneficios li {
        font-size: 11px;
    }
    .mapa-lote {
        padding: 20px;
    }
    .mapa-lote figcaption {
        font-size: 11px;
    }
    .mapa-entradas,
    .mapa-destinos {
        gap: 12px;
    }
    .mapa-produccion {
        padding: 16px;
        gap: 10px;
    }
    .mapa-produccion strong {
        font-size: 15px;
    }
    .mapa-nota {
        font-size: 9px;
    }
    .mapa-check {
        display: none;
    }
    .registro-calidad {
        padding: 20px;
    }
    .registro-encabezado {
        gap: 10px;
    }
    .registro-encabezado h3 {
        font-size: 14px;
    }
    .registro-encabezado p {
        font-size: 9px;
    }
    .registro-autor div > span {
        font-size: 8px;
    }
    .ejemplo-pie {
        font-size: 11px;
    }
    .detalle-beneficio {
        margin-top: 18px;
    }
    .detalle-beneficio h3 {
        font-size: 13px;
    }
    .detalle-beneficio p {
        font-size: 12px;
    }
    .modulos {
        gap: 27px;
    }
    .modulos article {
        min-width: 140px;
    }
    .contacto-interior {
        padding: 36px;
        gap: 35px;
    }
    .contacto-interior h2 {
        font-size: 35px;
    }
    .boton-claro {
        font-size: 12px;
        padding: 15px;
    }
    .contacto-bajada {
        font-size: 12px;
    }
    .pie {
        gap: 20px;
    }
    .pie > p {
        font-size: 10px;
    }
}
@media (max-width: 680px) {
    .foto-planta {
        margin-top: 32px;
    }
    .foto-planta > img {
        height: 350px;
        object-position: 57% center;
    }
    .foto-planta figcaption {
        padding: 22px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 14px;
    }
    .foto-planta figcaption span {
        text-align: left;
        max-width: none;
        font-size: 9px;
    }
    .calidad-visual {
        flex: auto;
    }
    :root {
        scroll-padding-top: 90px;
    }
    .contenedor {
        width: calc(100% - 40px);
    }
    .navegacion {
        min-height: 74px;
        gap: 12px;
        position: relative;
    }
    .marca {
        font-size: 28px;
        gap: 8px;
    }
    .marca img {
        width: 30px;
        height: 30px;
    }
    .navegacion > .boton {
        margin-left: auto;
        font-size: 10px;
        padding: 10px 12px;
        gap: 8px;
    }
    .navegacion > .boton svg {
        width: 16px;
        height: 16px;
    }
    .menu-movil {
        display: grid;
        place-items: center;
        padding: 7px;
    }
    .menu-movil svg {
        width: 22px;
        height: 22px;
    }
    .enlaces-nav {
        display: none;
        position: absolute;
        top: 74px;
        left: -20px;
        right: -20px;
        background: white;
        border-bottom: 1px solid var(--linea);
        padding: 14px 22px 22px;
        box-shadow: 0 10px 12px -12px #456a4e55;
        font-size: 15px;
        z-index: 30;
    }
    .enlaces-nav.abierto {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .enlaces-nav a {
        padding: 10px;
    }
    .portada {
        flex-direction: column;
        padding-top: 35px;
        padding-bottom: 40px;
        gap: 32px;
    }
    .portada-texto {
        width: 100%;
    }
    .contexto {
        font-size: 11px;
        margin-bottom: 20px;
    }
    .portada h1 {
        font-size: clamp(42px, 10.5vw, 60px);
    }
    .bajada {
        font-size: 15px;
        max-width: 470px;
        margin-top: 22px;
    }
    .acciones {
        gap: 22px;
        margin-top: 22px;
    }
    .acciones > .boton {
        font-size: 13px;
        padding: 15px 19px;
    }
    .boton-video {
        font-size: 12px;
    }
    .nota-portada {
        font-size: 10px;
        max-width: none;
        margin-top: 18px;
    }
    .escena {
        width: 100%;
        flex: auto;
    }
    .escena-cabecera {
        padding: 20px;
        font-size: 11px;
        flex-wrap: nowrap;
    }
    .etiqueta-ejemplo {
        font-size: 11px;
    }
    .escena-cuerpo {
        height: 330px;
    }
    .ficha-lote {
        width: 260px;
        max-width: 76%;
        padding: 18px 22px;
    }
    .ficha-lote h2 {
        font-size: 23px;
    }
    .nota-control {
        padding: 11px 13px;
        right: 16px;
        bottom: 10px;
    }
    .nota-control strong {
        font-size: 10px;
    }
    .nota-control div > span {
        font-size: 9px;
    }
    .recorrido-tabs {
        padding: 18px 13px 0;
    }
    .recorrido-tabs button {
        font-size: 10px;
    }
    .detalle-etapa {
        margin: 0 13px 13px;
        padding: 16px;
        min-height: 83px;
        gap: 10px;
    }
    .detalle-valor {
        font-size: 12px;
    }
    .estado-registro {
        font-size: 9px;
    }
    .preguntas-lote {
        flex-direction: column;
        gap: 0;
        padding-block: 9px;
    }
    .preguntas-lote > div {
        padding: 18px 6px !important;
        gap: 17px;
    }
    .preguntas-lote > div + div {
        border-left: none;
        border-top: 1px solid var(--linea);
    }
    .preguntas-lote p {
        font-size: 12px;
    }
    .preguntas-lote strong {
        font-size: 14px;
    }
    .preguntas-lote svg {
        width: 26px;
        height: 26px;
    }
    .seccion {
        padding-block: 58px;
    }
    .trazabilidad,
    .calidad {
        flex-direction: column;
        gap: 32px;
        align-items: stretch;
    }
    .texto-seccion h2 {
        font-size: 34px;
    }
    .texto-seccion > p:not(.nombre-seccion) {
        font-size: 14px;
    }
    .nombre-seccion {
        margin-bottom: 17px;
    }
    .lista-beneficios li {
        font-size: 12px;
    }
    .mapa-lote {
        padding: 24px 20px;
        flex: auto;
    }
    .mapa-lote figcaption {
        font-size: 12px;
    }
    .mapa-produccion {
        padding: 21px;
    }
    .mapa-produccion strong {
        font-size: 18px;
    }
    .mapa-check {
        display: block;
    }
    .mapa-nota {
        font-size: 10px;
    }
    .calidad > .texto-seccion {
        order: -1;
    }
    .detalle-beneficio h3 {
        font-size: 15px;
    }
    .detalle-beneficio p {
        font-size: 13px;
    }
    .registro-calidad {
        padding: 25px;
        flex: auto;
    }
    .registro-encabezado h3 {
        font-size: 17px;
    }
    .registro-encabezado p {
        font-size: 11px;
    }
    .registro-autor div > span {
        font-size: 9px;
    }
    .ejemplo-pie {
        font-size: 11px;
    }
    .gestion {
        flex-direction: column;
        gap: 33px;
    }
    .gestion-intro > p:last-child {
        max-width: 450px;
    }
    .modulos {
        gap: 30px 25px;
    }
    .modulos article {
        flex: 1 1 calc(50% - 25px);
        min-width: 135px;
    }
    .modulos h3 {
        font-size: 14px;
    }
    .modulos p {
        font-size: 12px;
    }
    .preguntas-seccion {
        flex-direction: column;
        gap: 25px;
        padding-top: 8px;
        padding-bottom: 58px;
    }
    .preguntas-seccion > div:first-child > p:last-child {
        max-width: 360px;
    }
    .preguntas-seccion h2 {
        font-size: 34px;
    }
    .contacto-interior {
        flex-direction: column;
        align-items: stretch;
        padding: 33px 27px;
        gap: 28px;
        border-radius: 14px;
    }
    .contacto-interior h2 {
        font-size: 35px;
    }
    .contacto-bajada {
        font-size: 13px;
    }
    .contacto-acciones {
        gap: 17px;
        max-width: none;
    }
    .boton-claro {
        width: 100%;
        font-size: 12px;
        justify-content: space-between;
    }
    .pie {
        flex-wrap: wrap;
        gap: 17px;
        padding-block: 28px;
    }
    .pie > p {
        order: 3;
        flex-basis: 100%;
        font-size: 11px;
    }
    .pie > span {
        font-size: 10px;
    }
    .pie .marca {
        font-size: 25px;
    }
    dialog {
        padding: 22px;
    }
    dialog h2 {
        font-size: 28px;
    }
    .dialogo-cabecera {
        margin-bottom: 20px;
    }
    .paso-dialogo {
        padding: 18px;
        min-height: 240px;
    }
    #paso-titulo {
        font-size: 19px;
    }
    .dialogo-acciones .boton {
        font-size: 12px;
        padding: 13px 16px;
        gap: 10px;
    }
}
@media (max-width: 370px) {
    .contenedor {
        width: calc(100% - 30px);
    }
    .navegacion {
        gap: 7px;
    }
    .navegacion > .boton {
        padding: 10px;
        font-size: 9px;
    }
    .navegacion > .boton svg {
        display: none;
    }
    .marca {
        font-size: 25px;
    }
    .acciones {
        gap: 15px;
    }
    .boton-video {
        font-size: 11px;
    }
    .escena-cabecera {
        padding: 17px 13px;
    }
    .ficha-lote {
        max-width: 77%;
    }
    .detalle-etapa {
        padding: 13px;
    }
    .detalle-valor {
        font-size: 11px;
    }
    .contacto-interior {
        padding: 28px 22px;
    }
    .boton-claro {
        font-size: 11px;
    }
    .registro-calidad {
        padding: 20px;
    }
}
@media (prefers-reduced-motion: reduce) {
    :root {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        transition: none !important;
        animation: none !important;
    }
}
